igniteui-webcomponents 2.0.0-beta.0 → 2.0.0-beta.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.
- package/CHANGELOG.md +5 -0
- package/components/avatar/avatar.d.ts +1 -3
- package/components/avatar/avatar.js.map +1 -1
- package/components/badge/badge.d.ts +1 -3
- package/components/badge/badge.js.map +1 -1
- package/components/button/button-base.d.ts +0 -6
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +1 -5
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +1 -3
- package/components/button/icon-button.js.map +1 -1
- package/components/calendar/calendar.d.ts +1 -5
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +1 -4
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +1 -4
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/years-view/years-view.d.ts +0 -3
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.d.ts +1 -3
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.d.ts +1 -3
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.d.ts +1 -3
- package/components/card/card.header.d.ts +1 -3
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.d.ts +1 -3
- package/components/card/card.media.js.map +1 -1
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.d.ts +1 -3
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.d.ts +1 -3
- package/components/checkbox/switch.js.map +1 -1
- package/components/common/mixins/event-emitter.js.map +1 -1
- package/components/form/form.d.ts +1 -5
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.d.ts +1 -5
- package/components/icon/icon.js.map +1 -1
- package/components/input/input.d.ts +1 -4
- package/components/input/input.js +3 -3
- package/components/input/input.js.map +1 -1
- package/components/list/list-header.d.ts +1 -3
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.d.ts +1 -3
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.d.ts +1 -3
- package/components/list/list.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -3
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +1 -3
- package/components/nav-drawer/nav-drawer-item.js +2 -2
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +2 -20
- package/components/nav-drawer/nav-drawer.js +1 -34
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/navbar/navbar.d.ts +1 -3
- package/components/navbar/navbar.js.map +1 -1
- package/components/radio/radio.d.ts +4 -3
- package/components/radio/radio.js +15 -1
- package/components/radio/radio.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +3 -5
- package/components/radio-group/radio-group.js +21 -7
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/ripple/ripple.d.ts +1 -3
- package/components/ripple/ripple.js.map +1 -1
- package/components/slider/range-slider.d.ts +1 -2
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.d.ts +0 -1
- package/components/slider/slider-base.js +14 -14
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider.d.ts +1 -2
- package/components/slider/slider.js.map +1 -1
- package/components/slider/slider.material.css.js +1 -1
- package/components/slider/slider.material.css.js.map +1 -1
- package/custom-elements.json +321 -27
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/vscode-html-custom-data.json +43 -54
package/custom-elements.json
CHANGED
|
@@ -35,6 +35,16 @@
|
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"properties": [
|
|
38
|
+
{
|
|
39
|
+
"name": "tagName",
|
|
40
|
+
"type": "\"igc-avatar\"",
|
|
41
|
+
"default": "\"igc-avatar\""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "styles",
|
|
45
|
+
"type": "CSSResult[]",
|
|
46
|
+
"default": "[\"styles\"]"
|
|
47
|
+
},
|
|
38
48
|
{
|
|
39
49
|
"name": "src",
|
|
40
50
|
"attribute": "src",
|
|
@@ -118,6 +128,16 @@
|
|
|
118
128
|
}
|
|
119
129
|
],
|
|
120
130
|
"properties": [
|
|
131
|
+
{
|
|
132
|
+
"name": "tagName",
|
|
133
|
+
"type": "\"igc-badge\"",
|
|
134
|
+
"default": "\"igc-badge\""
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "styles",
|
|
138
|
+
"type": "CSSResult",
|
|
139
|
+
"default": "\"styles\""
|
|
140
|
+
},
|
|
121
141
|
{
|
|
122
142
|
"name": "variant",
|
|
123
143
|
"attribute": "variant",
|
|
@@ -197,7 +217,6 @@
|
|
|
197
217
|
},
|
|
198
218
|
{
|
|
199
219
|
"name": "aria-label",
|
|
200
|
-
"description": "The aria label of the button.",
|
|
201
220
|
"type": "string"
|
|
202
221
|
},
|
|
203
222
|
{
|
|
@@ -208,6 +227,16 @@
|
|
|
208
227
|
}
|
|
209
228
|
],
|
|
210
229
|
"properties": [
|
|
230
|
+
{
|
|
231
|
+
"name": "tagName",
|
|
232
|
+
"type": "\"igc-button\"",
|
|
233
|
+
"default": "\"igc-button\""
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "styles",
|
|
237
|
+
"type": "CSSResult[]",
|
|
238
|
+
"default": "[\"styles\"]"
|
|
239
|
+
},
|
|
211
240
|
{
|
|
212
241
|
"name": "variant",
|
|
213
242
|
"attribute": "variant",
|
|
@@ -255,7 +284,6 @@
|
|
|
255
284
|
{
|
|
256
285
|
"name": "ariaLabel",
|
|
257
286
|
"attribute": "aria-label",
|
|
258
|
-
"description": "The aria label of the button.",
|
|
259
287
|
"type": "string"
|
|
260
288
|
},
|
|
261
289
|
{
|
|
@@ -364,7 +392,6 @@
|
|
|
364
392
|
},
|
|
365
393
|
{
|
|
366
394
|
"name": "aria-label",
|
|
367
|
-
"description": "The aria label of the button.",
|
|
368
395
|
"type": "string"
|
|
369
396
|
},
|
|
370
397
|
{
|
|
@@ -375,6 +402,16 @@
|
|
|
375
402
|
}
|
|
376
403
|
],
|
|
377
404
|
"properties": [
|
|
405
|
+
{
|
|
406
|
+
"name": "tagName",
|
|
407
|
+
"type": "\"igc-icon-button\"",
|
|
408
|
+
"default": "\"igc-icon-button\""
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "styles",
|
|
412
|
+
"type": "CSSResult[]",
|
|
413
|
+
"default": "[\"styles\"]"
|
|
414
|
+
},
|
|
378
415
|
{
|
|
379
416
|
"name": "name",
|
|
380
417
|
"attribute": "name",
|
|
@@ -441,7 +478,6 @@
|
|
|
441
478
|
{
|
|
442
479
|
"name": "ariaLabel",
|
|
443
480
|
"attribute": "aria-label",
|
|
444
|
-
"description": "The aria label of the button.",
|
|
445
481
|
"type": "string"
|
|
446
482
|
},
|
|
447
483
|
{
|
|
@@ -546,6 +582,16 @@
|
|
|
546
582
|
}
|
|
547
583
|
],
|
|
548
584
|
"properties": [
|
|
585
|
+
{
|
|
586
|
+
"name": "tagName",
|
|
587
|
+
"type": "\"igc-calendar\"",
|
|
588
|
+
"default": "\"igc-calendar\""
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "styles",
|
|
592
|
+
"type": "CSSResult[]",
|
|
593
|
+
"default": "[\"styles\"]"
|
|
594
|
+
},
|
|
549
595
|
{
|
|
550
596
|
"name": "hideOutsideDays",
|
|
551
597
|
"attribute": "hide-outside-days",
|
|
@@ -765,7 +811,7 @@
|
|
|
765
811
|
{
|
|
766
812
|
"name": "week-day-format",
|
|
767
813
|
"description": "The format of the days. Defaults to narrow.",
|
|
768
|
-
"type": "\"long\" | \"short\" | \"narrow\"",
|
|
814
|
+
"type": "\"long\" | \"short\" | \"narrow\" | undefined",
|
|
769
815
|
"default": "\"narrow\""
|
|
770
816
|
},
|
|
771
817
|
{
|
|
@@ -804,6 +850,11 @@
|
|
|
804
850
|
}
|
|
805
851
|
],
|
|
806
852
|
"properties": [
|
|
853
|
+
{
|
|
854
|
+
"name": "styles",
|
|
855
|
+
"type": "CSSResult[]",
|
|
856
|
+
"default": "[\"styles\"]"
|
|
857
|
+
},
|
|
807
858
|
{
|
|
808
859
|
"name": "hideLeadingDays",
|
|
809
860
|
"attribute": "hide-leading-days",
|
|
@@ -834,7 +885,7 @@
|
|
|
834
885
|
"name": "weekDayFormat",
|
|
835
886
|
"attribute": "week-day-format",
|
|
836
887
|
"description": "The format of the days. Defaults to narrow.",
|
|
837
|
-
"type": "\"long\" | \"short\" | \"narrow\"",
|
|
888
|
+
"type": "\"long\" | \"short\" | \"narrow\" | undefined",
|
|
838
889
|
"default": "\"narrow\""
|
|
839
890
|
},
|
|
840
891
|
{
|
|
@@ -947,11 +998,16 @@
|
|
|
947
998
|
{
|
|
948
999
|
"name": "month-format",
|
|
949
1000
|
"description": "The format of the month. Defaults to long.",
|
|
950
|
-
"type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\"",
|
|
1001
|
+
"type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined",
|
|
951
1002
|
"default": "\"long\""
|
|
952
1003
|
}
|
|
953
1004
|
],
|
|
954
1005
|
"properties": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "styles",
|
|
1008
|
+
"type": "CSSResult[]",
|
|
1009
|
+
"default": "[\"styles\"]"
|
|
1010
|
+
},
|
|
955
1011
|
{
|
|
956
1012
|
"name": "value",
|
|
957
1013
|
"description": "Тhe current value of the calendar.",
|
|
@@ -969,7 +1025,7 @@
|
|
|
969
1025
|
"name": "monthFormat",
|
|
970
1026
|
"attribute": "month-format",
|
|
971
1027
|
"description": "The format of the month. Defaults to long.",
|
|
972
|
-
"type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\"",
|
|
1028
|
+
"type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined",
|
|
973
1029
|
"default": "\"long\""
|
|
974
1030
|
}
|
|
975
1031
|
],
|
|
@@ -1001,6 +1057,11 @@
|
|
|
1001
1057
|
}
|
|
1002
1058
|
],
|
|
1003
1059
|
"properties": [
|
|
1060
|
+
{
|
|
1061
|
+
"name": "styles",
|
|
1062
|
+
"type": "CSSResult[]",
|
|
1063
|
+
"default": "[\"styles\"]"
|
|
1064
|
+
},
|
|
1004
1065
|
{
|
|
1005
1066
|
"name": "value",
|
|
1006
1067
|
"description": "Тhe current value of the calendar.",
|
|
@@ -1034,6 +1095,18 @@
|
|
|
1034
1095
|
"name": "igc-card-actions",
|
|
1035
1096
|
"path": "./src/components/card/card.actions.ts",
|
|
1036
1097
|
"description": "A container for card action items like buttons",
|
|
1098
|
+
"properties": [
|
|
1099
|
+
{
|
|
1100
|
+
"name": "tagName",
|
|
1101
|
+
"type": "\"igc-card-actions\"",
|
|
1102
|
+
"default": "\"igc-card-actions\""
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "styles",
|
|
1106
|
+
"type": "CSSResult",
|
|
1107
|
+
"default": "\"styles\""
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1037
1110
|
"slots": [
|
|
1038
1111
|
{
|
|
1039
1112
|
"name": "start",
|
|
@@ -1053,6 +1126,18 @@
|
|
|
1053
1126
|
"name": "igc-card-content",
|
|
1054
1127
|
"path": "./src/components/card/card.content.ts",
|
|
1055
1128
|
"description": "A container for card's text content",
|
|
1129
|
+
"properties": [
|
|
1130
|
+
{
|
|
1131
|
+
"name": "tagName",
|
|
1132
|
+
"type": "\"igc-card-content\"",
|
|
1133
|
+
"default": "\"igc-card-content\""
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "styles",
|
|
1137
|
+
"type": "CSSResult",
|
|
1138
|
+
"default": "\"styles\""
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1056
1141
|
"slots": [
|
|
1057
1142
|
{
|
|
1058
1143
|
"name": "",
|
|
@@ -1064,6 +1149,18 @@
|
|
|
1064
1149
|
"name": "igc-card-header",
|
|
1065
1150
|
"path": "./src/components/card/card.header.ts",
|
|
1066
1151
|
"description": "A container for card's header",
|
|
1152
|
+
"properties": [
|
|
1153
|
+
{
|
|
1154
|
+
"name": "tagName",
|
|
1155
|
+
"type": "\"igc-card-header\"",
|
|
1156
|
+
"default": "\"igc-card-header\""
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "styles",
|
|
1160
|
+
"type": "CSSResult",
|
|
1161
|
+
"default": "\"styles\""
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1067
1164
|
"slots": [
|
|
1068
1165
|
{
|
|
1069
1166
|
"name": "thumbnail",
|
|
@@ -1093,6 +1190,18 @@
|
|
|
1093
1190
|
"name": "igc-card-media",
|
|
1094
1191
|
"path": "./src/components/card/card.media.ts",
|
|
1095
1192
|
"description": "A container for card's media - could be an image, gif, video",
|
|
1193
|
+
"properties": [
|
|
1194
|
+
{
|
|
1195
|
+
"name": "tagName",
|
|
1196
|
+
"type": "\"igc-card-media\"",
|
|
1197
|
+
"default": "\"igc-card-media\""
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"name": "styles",
|
|
1201
|
+
"type": "CSSResult",
|
|
1202
|
+
"default": "\"styles\""
|
|
1203
|
+
}
|
|
1204
|
+
],
|
|
1096
1205
|
"slots": [
|
|
1097
1206
|
{
|
|
1098
1207
|
"name": "",
|
|
@@ -1113,6 +1222,16 @@
|
|
|
1113
1222
|
}
|
|
1114
1223
|
],
|
|
1115
1224
|
"properties": [
|
|
1225
|
+
{
|
|
1226
|
+
"name": "tagName",
|
|
1227
|
+
"type": "\"igc-card\"",
|
|
1228
|
+
"default": "\"igc-card\""
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "styles",
|
|
1232
|
+
"type": "CSSResult",
|
|
1233
|
+
"default": "\"styles\""
|
|
1234
|
+
},
|
|
1116
1235
|
{
|
|
1117
1236
|
"name": "elevated",
|
|
1118
1237
|
"attribute": "elevated",
|
|
@@ -1186,6 +1305,16 @@
|
|
|
1186
1305
|
}
|
|
1187
1306
|
],
|
|
1188
1307
|
"properties": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "tagName",
|
|
1310
|
+
"type": "\"igc-checkbox\"",
|
|
1311
|
+
"default": "\"igc-checkbox\""
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "styles",
|
|
1315
|
+
"type": "CSSResult",
|
|
1316
|
+
"default": "\"styles\""
|
|
1317
|
+
},
|
|
1189
1318
|
{
|
|
1190
1319
|
"name": "indeterminate",
|
|
1191
1320
|
"attribute": "indeterminate",
|
|
@@ -1338,6 +1467,16 @@
|
|
|
1338
1467
|
}
|
|
1339
1468
|
],
|
|
1340
1469
|
"properties": [
|
|
1470
|
+
{
|
|
1471
|
+
"name": "tagName",
|
|
1472
|
+
"type": "\"igc-switch\"",
|
|
1473
|
+
"default": "\"igc-switch\""
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "styles",
|
|
1477
|
+
"type": "CSSResult",
|
|
1478
|
+
"default": "\"styles\""
|
|
1479
|
+
},
|
|
1341
1480
|
{
|
|
1342
1481
|
"name": "name",
|
|
1343
1482
|
"attribute": "name",
|
|
@@ -1444,6 +1583,16 @@
|
|
|
1444
1583
|
}
|
|
1445
1584
|
],
|
|
1446
1585
|
"properties": [
|
|
1586
|
+
{
|
|
1587
|
+
"name": "tagName",
|
|
1588
|
+
"type": "\"igc-form\"",
|
|
1589
|
+
"default": "\"igc-form\""
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"name": "styles",
|
|
1593
|
+
"type": "CSSResult",
|
|
1594
|
+
"default": "\"css`\\n :host {\\n display: block;\\n }\\n `\""
|
|
1595
|
+
},
|
|
1447
1596
|
{
|
|
1448
1597
|
"name": "novalidate",
|
|
1449
1598
|
"attribute": "novalidate",
|
|
@@ -1500,6 +1649,16 @@
|
|
|
1500
1649
|
}
|
|
1501
1650
|
],
|
|
1502
1651
|
"properties": [
|
|
1652
|
+
{
|
|
1653
|
+
"name": "tagName",
|
|
1654
|
+
"type": "\"igc-icon\"",
|
|
1655
|
+
"default": "\"igc-icon\""
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "styles",
|
|
1659
|
+
"type": "CSSResult",
|
|
1660
|
+
"default": "\"styles\""
|
|
1661
|
+
},
|
|
1503
1662
|
{
|
|
1504
1663
|
"name": "name",
|
|
1505
1664
|
"attribute": "name",
|
|
@@ -1650,6 +1809,16 @@
|
|
|
1650
1809
|
}
|
|
1651
1810
|
],
|
|
1652
1811
|
"properties": [
|
|
1812
|
+
{
|
|
1813
|
+
"name": "tagName",
|
|
1814
|
+
"type": "\"igc-input\"",
|
|
1815
|
+
"default": "\"igc-input\""
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"name": "styles",
|
|
1819
|
+
"type": "CSSResult",
|
|
1820
|
+
"default": "\"styles\""
|
|
1821
|
+
},
|
|
1653
1822
|
{
|
|
1654
1823
|
"name": "dir",
|
|
1655
1824
|
"attribute": "dir",
|
|
@@ -1849,6 +2018,18 @@
|
|
|
1849
2018
|
"name": "igc-list-header",
|
|
1850
2019
|
"path": "./src/components/list/list-header.ts",
|
|
1851
2020
|
"description": "Header list item.",
|
|
2021
|
+
"properties": [
|
|
2022
|
+
{
|
|
2023
|
+
"name": "tagName",
|
|
2024
|
+
"type": "\"igc-list-header\"",
|
|
2025
|
+
"default": "\"igc-list-header\""
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "styles",
|
|
2029
|
+
"type": "CSSResult",
|
|
2030
|
+
"default": "\"styles\""
|
|
2031
|
+
}
|
|
2032
|
+
],
|
|
1852
2033
|
"slots": [
|
|
1853
2034
|
{
|
|
1854
2035
|
"name": "",
|
|
@@ -1860,6 +2041,18 @@
|
|
|
1860
2041
|
"name": "igc-list-item",
|
|
1861
2042
|
"path": "./src/components/list/list-item.ts",
|
|
1862
2043
|
"description": "The list-item component is a container\nintended for row items in the list component.",
|
|
2044
|
+
"properties": [
|
|
2045
|
+
{
|
|
2046
|
+
"name": "tagName",
|
|
2047
|
+
"type": "\"igc-list-item\"",
|
|
2048
|
+
"default": "\"igc-list-item\""
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "styles",
|
|
2052
|
+
"type": "CSSResult",
|
|
2053
|
+
"default": "\"styles\""
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
1863
2056
|
"slots": [
|
|
1864
2057
|
{
|
|
1865
2058
|
"name": "",
|
|
@@ -1922,6 +2115,16 @@
|
|
|
1922
2115
|
}
|
|
1923
2116
|
],
|
|
1924
2117
|
"properties": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "tagName",
|
|
2120
|
+
"type": "\"igc-list\"",
|
|
2121
|
+
"default": "\"igc-list\""
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "styles",
|
|
2125
|
+
"type": "CSSResult",
|
|
2126
|
+
"default": "\"styles\""
|
|
2127
|
+
},
|
|
1925
2128
|
{
|
|
1926
2129
|
"name": "size",
|
|
1927
2130
|
"attribute": "size",
|
|
@@ -1941,6 +2144,18 @@
|
|
|
1941
2144
|
"name": "igc-nav-drawer-header-item",
|
|
1942
2145
|
"path": "./src/components/nav-drawer/nav-drawer-header-item.ts",
|
|
1943
2146
|
"description": "A wrapper for navigation drawer's header.",
|
|
2147
|
+
"properties": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "tagName",
|
|
2150
|
+
"type": "\"igc-nav-drawer-header-item\"",
|
|
2151
|
+
"default": "\"igc-nav-drawer-header-item\""
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "styles",
|
|
2155
|
+
"type": "CSSResult[]",
|
|
2156
|
+
"default": "[\"styles\"]"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
1944
2159
|
"slots": [
|
|
1945
2160
|
{
|
|
1946
2161
|
"name": "",
|
|
@@ -1967,6 +2182,16 @@
|
|
|
1967
2182
|
}
|
|
1968
2183
|
],
|
|
1969
2184
|
"properties": [
|
|
2185
|
+
{
|
|
2186
|
+
"name": "tagName",
|
|
2187
|
+
"type": "\"igc-nav-drawer-item\"",
|
|
2188
|
+
"default": "\"igc-nav-drawer-item\""
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"name": "styles",
|
|
2192
|
+
"type": "CSSResult[]",
|
|
2193
|
+
"default": "[\"styles\"]"
|
|
2194
|
+
},
|
|
1970
2195
|
{
|
|
1971
2196
|
"name": "disabled",
|
|
1972
2197
|
"attribute": "disabled",
|
|
@@ -2026,6 +2251,16 @@
|
|
|
2026
2251
|
}
|
|
2027
2252
|
],
|
|
2028
2253
|
"properties": [
|
|
2254
|
+
{
|
|
2255
|
+
"name": "tagName",
|
|
2256
|
+
"type": "\"igc-nav-drawer\"",
|
|
2257
|
+
"default": "\"igc-nav-drawer\""
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "styles",
|
|
2261
|
+
"type": "CSSResult[]",
|
|
2262
|
+
"default": "[\"styles\"]"
|
|
2263
|
+
},
|
|
2029
2264
|
{
|
|
2030
2265
|
"name": "position",
|
|
2031
2266
|
"attribute": "position",
|
|
@@ -2041,24 +2276,6 @@
|
|
|
2041
2276
|
"default": "false"
|
|
2042
2277
|
}
|
|
2043
2278
|
],
|
|
2044
|
-
"events": [
|
|
2045
|
-
{
|
|
2046
|
-
"name": "igcOpening",
|
|
2047
|
-
"description": "Emitted when the navigation drawer is about to open."
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"name": "igcOpened",
|
|
2051
|
-
"description": "Emitted when the navigation drawer is opened."
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"name": "igcClosing",
|
|
2055
|
-
"description": "Emitted when the navigation drawer is about to close."
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"name": "igcClosed",
|
|
2059
|
-
"description": "Emitted when the navigation drawer is closed."
|
|
2060
|
-
}
|
|
2061
|
-
],
|
|
2062
2279
|
"slots": [
|
|
2063
2280
|
{
|
|
2064
2281
|
"name": "",
|
|
@@ -2088,6 +2305,18 @@
|
|
|
2088
2305
|
"name": "igc-navbar",
|
|
2089
2306
|
"path": "./src/components/navbar/navbar.ts",
|
|
2090
2307
|
"description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.",
|
|
2308
|
+
"properties": [
|
|
2309
|
+
{
|
|
2310
|
+
"name": "tagName",
|
|
2311
|
+
"type": "\"igc-navbar\"",
|
|
2312
|
+
"default": "\"igc-navbar\""
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "styles",
|
|
2316
|
+
"type": "CSSResult[]",
|
|
2317
|
+
"default": "[\"styles\"]"
|
|
2318
|
+
}
|
|
2319
|
+
],
|
|
2091
2320
|
"slots": [
|
|
2092
2321
|
{
|
|
2093
2322
|
"name": "",
|
|
@@ -2132,6 +2361,16 @@
|
|
|
2132
2361
|
}
|
|
2133
2362
|
],
|
|
2134
2363
|
"properties": [
|
|
2364
|
+
{
|
|
2365
|
+
"name": "tagName",
|
|
2366
|
+
"type": "\"igc-radio-group\"",
|
|
2367
|
+
"default": "\"igc-radio-group\""
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "styles",
|
|
2371
|
+
"type": "CSSResult",
|
|
2372
|
+
"default": "\"styles\""
|
|
2373
|
+
},
|
|
2135
2374
|
{
|
|
2136
2375
|
"name": "alignment",
|
|
2137
2376
|
"attribute": "alignment",
|
|
@@ -2154,6 +2393,12 @@
|
|
|
2154
2393
|
"description": "The value attribute of the control.",
|
|
2155
2394
|
"type": "string"
|
|
2156
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "required",
|
|
2398
|
+
"description": "Makes the control a required field.",
|
|
2399
|
+
"type": "boolean",
|
|
2400
|
+
"default": "false"
|
|
2401
|
+
},
|
|
2157
2402
|
{
|
|
2158
2403
|
"name": "checked",
|
|
2159
2404
|
"description": "The checked state of the control.",
|
|
@@ -2185,6 +2430,16 @@
|
|
|
2185
2430
|
}
|
|
2186
2431
|
],
|
|
2187
2432
|
"properties": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "tagName",
|
|
2435
|
+
"type": "\"igc-radio\"",
|
|
2436
|
+
"default": "\"igc-radio\""
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "styles",
|
|
2440
|
+
"type": "CSSResult",
|
|
2441
|
+
"default": "\"styles\""
|
|
2442
|
+
},
|
|
2188
2443
|
{
|
|
2189
2444
|
"name": "name",
|
|
2190
2445
|
"attribute": "name",
|
|
@@ -2197,6 +2452,13 @@
|
|
|
2197
2452
|
"description": "The value attribute of the control.",
|
|
2198
2453
|
"type": "string"
|
|
2199
2454
|
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "required",
|
|
2457
|
+
"attribute": "required",
|
|
2458
|
+
"description": "Makes the control a required field.",
|
|
2459
|
+
"type": "boolean",
|
|
2460
|
+
"default": "false"
|
|
2461
|
+
},
|
|
2200
2462
|
{
|
|
2201
2463
|
"name": "checked",
|
|
2202
2464
|
"attribute": "checked",
|
|
@@ -2270,7 +2532,19 @@
|
|
|
2270
2532
|
{
|
|
2271
2533
|
"name": "igc-ripple",
|
|
2272
2534
|
"path": "./src/components/ripple/ripple.ts",
|
|
2273
|
-
"description": "A ripple can be applied to an element to represent\ninteractive surface."
|
|
2535
|
+
"description": "A ripple can be applied to an element to represent\ninteractive surface.",
|
|
2536
|
+
"properties": [
|
|
2537
|
+
{
|
|
2538
|
+
"name": "tagName",
|
|
2539
|
+
"type": "\"igc-ripple\"",
|
|
2540
|
+
"default": "\"igc-ripple\""
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"name": "styles",
|
|
2544
|
+
"type": "CSSResult",
|
|
2545
|
+
"default": "\"styles\""
|
|
2546
|
+
}
|
|
2547
|
+
]
|
|
2274
2548
|
},
|
|
2275
2549
|
{
|
|
2276
2550
|
"name": "igc-range-slider",
|
|
@@ -2379,6 +2653,11 @@
|
|
|
2379
2653
|
}
|
|
2380
2654
|
],
|
|
2381
2655
|
"properties": [
|
|
2656
|
+
{
|
|
2657
|
+
"name": "tagName",
|
|
2658
|
+
"type": "\"igc-range-slider\"",
|
|
2659
|
+
"default": "\"igc-range-slider\""
|
|
2660
|
+
},
|
|
2382
2661
|
{
|
|
2383
2662
|
"name": "lower",
|
|
2384
2663
|
"attribute": "lower",
|
|
@@ -2403,6 +2682,11 @@
|
|
|
2403
2682
|
"description": "The aria label of the upper thumb.",
|
|
2404
2683
|
"type": "string"
|
|
2405
2684
|
},
|
|
2685
|
+
{
|
|
2686
|
+
"name": "styles",
|
|
2687
|
+
"type": "CSSResult[]",
|
|
2688
|
+
"default": "[\"styles\"]"
|
|
2689
|
+
},
|
|
2406
2690
|
{
|
|
2407
2691
|
"name": "min",
|
|
2408
2692
|
"attribute": "min",
|
|
@@ -2665,6 +2949,11 @@
|
|
|
2665
2949
|
}
|
|
2666
2950
|
],
|
|
2667
2951
|
"properties": [
|
|
2952
|
+
{
|
|
2953
|
+
"name": "tagName",
|
|
2954
|
+
"type": "\"igc-slider\"",
|
|
2955
|
+
"default": "\"igc-slider\""
|
|
2956
|
+
},
|
|
2668
2957
|
{
|
|
2669
2958
|
"name": "value",
|
|
2670
2959
|
"attribute": "value",
|
|
@@ -2677,6 +2966,11 @@
|
|
|
2677
2966
|
"description": "The aria label of the slider thumb.",
|
|
2678
2967
|
"type": "string"
|
|
2679
2968
|
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "styles",
|
|
2971
|
+
"type": "CSSResult[]",
|
|
2972
|
+
"default": "[\"styles\"]"
|
|
2973
|
+
},
|
|
2680
2974
|
{
|
|
2681
2975
|
"name": "min",
|
|
2682
2976
|
"attribute": "min",
|
package/index.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ export { IgcButtonBaseComponent } from './components/button/button-base';
|
|
|
31
31
|
export { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';
|
|
32
32
|
export { DateRangeDescriptor, DateRangeType, } from './components/calendar/common/calendar.model';
|
|
33
33
|
export { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';
|
|
34
|
+
export { IgcSliderBaseComponent } from './components/slider/slider-base';
|
|
35
|
+
export { IgcRangeSliderValue } from './components/slider/range-slider';
|
|
34
36
|
export { defineComponents } from './components/common/definitions/defineComponents';
|
|
35
37
|
export { defineAllComponents } from './components/common/definitions/defineAllComponents';
|
|
36
38
|
export { registerIcon, registerIconFromText, } from './components/icon/icon.registry';
|
package/index.js
CHANGED
|
@@ -30,6 +30,7 @@ export { IgcButtonBaseComponent } from './components/button/button-base';
|
|
|
30
30
|
export { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';
|
|
31
31
|
export { DateRangeType, } from './components/calendar/common/calendar.model';
|
|
32
32
|
export { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';
|
|
33
|
+
export { IgcSliderBaseComponent } from './components/slider/slider-base';
|
|
33
34
|
export { defineComponents } from './components/common/definitions/defineComponents';
|
|
34
35
|
export { defineAllComponents } from './components/common/definitions/defineAllComponents';
|
|
35
36
|
export { registerIcon, registerIconFromText, } from './components/icon/icon.registry';
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AAC5G,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EAEL,aAAa,GACd,MAAM,6CAA6C,CAAC;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAG1F,OAAO,EACL,YAAY,EACZ,oBAAoB,GACrB,MAAM,iCAAiC,CAAC","sourcesContent":["// Components\n\nexport { default as IgcAvatarComponent } from './components/avatar/avatar';\nexport { default as IgcBadgeComponent } from './components/badge/badge';\nexport { default as IgcButtonComponent } from './components/button/button';\nexport { default as IgcCalendarComponent } from './components/calendar/calendar';\nexport { default as IgcCardActionsComponent } from './components/card/card.actions';\nexport { default as IgcCardComponent } from './components/card/card';\nexport { default as IgcCardContentComponent } from './components/card/card.content';\nexport { default as IgcCardHeaderComponent } from './components/card/card.header';\nexport { default as IgcCardMediaComponent } from './components/card/card.media';\nexport { default as IgcCheckboxComponent } from './components/checkbox/checkbox';\nexport { default as IgcFormComponent } from './components/form/form';\nexport { default as IgcIconButtonComponent } from './components/button/icon-button';\nexport { default as IgcIconComponent } from './components/icon/icon';\nexport { default as IgcInputComponent } from './components/input/input';\nexport { default as IgcListComponent } from './components/list/list';\nexport { default as IgcListHeaderComponent } from './components/list/list-header';\nexport { default as IgcListItemComponent } from './components/list/list-item';\nexport { default as IgcNavbarComponent } from './components/navbar/navbar';\nexport { default as IgcNavDrawerComponent } from './components/nav-drawer/nav-drawer';\nexport { default as IgcNavDrawerHeaderItemComponent } from './components/nav-drawer/nav-drawer-header-item';\nexport { default as IgcNavDrawerItemComponent } from './components/nav-drawer/nav-drawer-item';\nexport { default as IgcRadioComponent } from './components/radio/radio';\nexport { default as IgcRadioGroupComponent } from './components/radio-group/radio-group';\nexport { default as IgcRippleComponent } from './components/ripple/ripple';\nexport { default as IgcSliderComponent } from './components/slider/slider';\nexport { default as IgcRangeSliderComponent } from './components/slider/range-slider';\nexport { default as IgcSwitchComponent } from './components/checkbox/switch';\n\nexport { SizableMixin } from './components/common/mixins/sizable';\nexport { IgcCalendarResourceStrings } from './components/common/i18n/calendar.resources';\n\nexport { IgcButtonBaseComponent } from './components/button/button-base';\n\nexport { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';\nexport {\n DateRangeDescriptor,\n DateRangeType,\n} from './components/calendar/common/calendar.model';\n\nexport { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';\n\nexport { defineComponents } from './components/common/definitions/defineComponents';\nexport { defineAllComponents } from './components/common/definitions/defineAllComponents';\n\n// utility stuff\nexport {\n registerIcon,\n registerIconFromText,\n} from './components/icon/icon.registry';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AAC5G,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EAEL,aAAa,GACd,MAAM,6CAA6C,CAAC;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAGzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAG1F,OAAO,EACL,YAAY,EACZ,oBAAoB,GACrB,MAAM,iCAAiC,CAAC","sourcesContent":["// Components\n\nexport { default as IgcAvatarComponent } from './components/avatar/avatar';\nexport { default as IgcBadgeComponent } from './components/badge/badge';\nexport { default as IgcButtonComponent } from './components/button/button';\nexport { default as IgcCalendarComponent } from './components/calendar/calendar';\nexport { default as IgcCardActionsComponent } from './components/card/card.actions';\nexport { default as IgcCardComponent } from './components/card/card';\nexport { default as IgcCardContentComponent } from './components/card/card.content';\nexport { default as IgcCardHeaderComponent } from './components/card/card.header';\nexport { default as IgcCardMediaComponent } from './components/card/card.media';\nexport { default as IgcCheckboxComponent } from './components/checkbox/checkbox';\nexport { default as IgcFormComponent } from './components/form/form';\nexport { default as IgcIconButtonComponent } from './components/button/icon-button';\nexport { default as IgcIconComponent } from './components/icon/icon';\nexport { default as IgcInputComponent } from './components/input/input';\nexport { default as IgcListComponent } from './components/list/list';\nexport { default as IgcListHeaderComponent } from './components/list/list-header';\nexport { default as IgcListItemComponent } from './components/list/list-item';\nexport { default as IgcNavbarComponent } from './components/navbar/navbar';\nexport { default as IgcNavDrawerComponent } from './components/nav-drawer/nav-drawer';\nexport { default as IgcNavDrawerHeaderItemComponent } from './components/nav-drawer/nav-drawer-header-item';\nexport { default as IgcNavDrawerItemComponent } from './components/nav-drawer/nav-drawer-item';\nexport { default as IgcRadioComponent } from './components/radio/radio';\nexport { default as IgcRadioGroupComponent } from './components/radio-group/radio-group';\nexport { default as IgcRippleComponent } from './components/ripple/ripple';\nexport { default as IgcSliderComponent } from './components/slider/slider';\nexport { default as IgcRangeSliderComponent } from './components/slider/range-slider';\nexport { default as IgcSwitchComponent } from './components/checkbox/switch';\n\nexport { SizableMixin } from './components/common/mixins/sizable';\nexport { IgcCalendarResourceStrings } from './components/common/i18n/calendar.resources';\n\nexport { IgcButtonBaseComponent } from './components/button/button-base';\n\nexport { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';\nexport {\n DateRangeDescriptor,\n DateRangeType,\n} from './components/calendar/common/calendar.model';\n\nexport { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';\n\nexport { IgcSliderBaseComponent } from './components/slider/slider-base';\nexport { IgcRangeSliderValue } from './components/slider/range-slider';\n\nexport { defineComponents } from './components/common/definitions/defineComponents';\nexport { defineAllComponents } from './components/common/definitions/defineAllComponents';\n\n// utility stuff\nexport {\n registerIcon,\n registerIconFromText,\n} from './components/icon/icon.registry';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"description": "Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.",
|
|
5
5
|
"author": "Infragistics",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|