igniteui-webcomponents 1.0.0-beta.1 → 1.0.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.
- package/README.md +31 -2
- package/components/avatar/avatar.d.ts +2 -0
- package/components/avatar/avatar.d.ts.map +1 -1
- package/components/avatar/avatar.js +11 -7
- package/components/avatar/avatar.js.map +1 -1
- package/components/badge/badge.d.ts +1 -1
- package/components/badge/badge.d.ts.map +1 -1
- package/components/badge/badge.js +5 -27
- package/components/badge/badge.js.map +1 -1
- package/components/badge/badge.material.css.d.ts.map +1 -1
- package/components/badge/badge.material.css.js +1 -1
- package/components/badge/badge.material.css.js.map +1 -1
- package/components/button/button-base.d.ts +11 -15
- package/components/button/button-base.d.ts.map +1 -1
- package/components/button/button-base.js +53 -27
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +15 -2
- package/components/button/button.d.ts.map +1 -1
- package/components/button/button.js +34 -24
- package/components/button/button.js.map +1 -1
- package/components/button/button.material.css.d.ts.map +1 -1
- package/components/button/button.material.css.js +1 -1
- package/components/button/button.material.css.js.map +1 -1
- package/components/button/icon-button.d.ts +2 -6
- package/components/button/icon-button.d.ts.map +1 -1
- package/components/button/icon-button.js +8 -52
- package/components/button/icon-button.js.map +1 -1
- package/components/calendar/calendar.d.ts +1 -2
- package/components/calendar/calendar.d.ts.map +1 -1
- package/components/calendar/calendar.js +5 -10
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/calendar.material.css.d.ts.map +1 -1
- package/components/calendar/calendar.material.css.js +1 -1
- package/components/calendar/calendar.material.css.js.map +1 -1
- package/components/calendar/common/calendar-base.d.ts +2 -0
- package/components/calendar/common/calendar-base.d.ts.map +1 -1
- package/components/calendar/common/calendar-base.js +2 -0
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/days-view/days-view.js +1 -1
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/days-view/days-view.material.css.d.ts.map +1 -1
- package/components/calendar/days-view/days-view.material.css.js +1 -1
- package/components/calendar/days-view/days-view.material.css.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts.map +1 -1
- package/components/calendar/months-view/months-view.js +1 -1
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/years-view/years-view.d.ts.map +1 -1
- package/components/calendar/years-view/years-view.js +1 -1
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.d.ts +3 -2
- package/components/card/card.actions.d.ts.map +1 -1
- package/components/card/card.actions.js +4 -14
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.d.ts +3 -2
- package/components/card/card.content.d.ts.map +1 -1
- package/components/card/card.content.js +4 -14
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.d.ts +1 -0
- package/components/card/card.d.ts.map +1 -1
- package/components/card/card.header.d.ts +3 -2
- package/components/card/card.header.d.ts.map +1 -1
- package/components/card/card.header.js +4 -14
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +5 -8
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.d.ts +3 -2
- package/components/card/card.media.d.ts.map +1 -1
- package/components/card/card.media.js +4 -14
- package/components/card/card.media.js.map +1 -1
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.d.ts.map +1 -1
- package/components/checkbox/checkbox.js +4 -7
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.d.ts +1 -0
- package/components/checkbox/switch.d.ts.map +1 -1
- package/components/checkbox/switch.js +3 -7
- package/components/checkbox/switch.js.map +1 -1
- package/components/common/definitions/defineAllComponents.d.ts +2 -0
- package/components/common/definitions/defineAllComponents.d.ts.map +1 -0
- package/components/common/definitions/defineAllComponents.js +57 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -0
- package/components/common/definitions/defineComponents.d.ts +2 -0
- package/components/common/definitions/defineComponents.d.ts.map +1 -0
- package/components/common/definitions/defineComponents.js +9 -0
- package/components/common/definitions/defineComponents.js.map +1 -0
- package/components/common/mixins/sizable.d.ts.map +1 -1
- package/components/common/mixins/sizable.js.map +1 -1
- package/components/form/form.d.ts +1 -0
- package/components/form/form.d.ts.map +1 -1
- package/components/form/form.js +10 -8
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.d.ts +1 -0
- package/components/icon/icon.d.ts.map +1 -1
- package/components/icon/icon.js +1 -0
- package/components/icon/icon.js.map +1 -1
- package/components/input/input.d.ts +2 -0
- package/components/input/input.d.ts.map +1 -1
- package/components/input/input.js +6 -8
- package/components/input/input.js.map +1 -1
- package/components/list/list-header.d.ts +2 -0
- package/components/list/list-header.d.ts.map +1 -1
- package/components/list/list-header.js +6 -13
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.d.ts +2 -0
- package/components/list/list-item.d.ts.map +1 -1
- package/components/list/list-item.js +6 -13
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.d.ts +2 -0
- package/components/list/list.d.ts.map +1 -1
- package/components/list/list.js +6 -13
- package/components/list/list.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -0
- package/components/nav-drawer/nav-drawer-header-item.d.ts.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.js +3 -13
- 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.d.ts.map +1 -1
- package/components/nav-drawer/nav-drawer-item.js +5 -34
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +1 -0
- package/components/nav-drawer/nav-drawer.d.ts.map +1 -1
- package/components/nav-drawer/nav-drawer.js +4 -7
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/navbar/navbar.d.ts +1 -0
- package/components/navbar/navbar.d.ts.map +1 -1
- package/components/navbar/navbar.js +3 -13
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/navbar.material.css.d.ts.map +1 -1
- package/components/navbar/navbar.material.css.js +1 -1
- package/components/navbar/navbar.material.css.js.map +1 -1
- package/components/radio/radio.d.ts +1 -0
- package/components/radio/radio.d.ts.map +1 -1
- package/components/radio/radio.js +4 -7
- package/components/radio/radio.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +1 -0
- package/components/radio-group/radio-group.d.ts.map +1 -1
- package/components/radio-group/radio-group.js +4 -7
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/ripple/ripple.d.ts +1 -0
- package/components/ripple/ripple.d.ts.map +1 -1
- package/components/ripple/ripple.js +3 -13
- package/components/ripple/ripple.js.map +1 -1
- package/custom-elements.json +87 -167
- package/index.d.ts +12 -5
- package/index.d.ts.map +1 -1
- package/index.js +11 -5
- package/index.js.map +1 -1
- package/package.json +8 -2
- package/themes/bootstrap.css +1 -1
- package/themes/fluent.css +1 -1
- package/themes/indigo.css +1 -1
- package/vscode-html-custom-data.json +75 -134
- package/components/button/link-button.d.ts +0 -14
- package/components/button/link-button.d.ts.map +0 -1
- package/components/button/link-button.js +0 -48
- package/components/button/link-button.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -158,37 +158,88 @@
|
|
|
158
158
|
"path": "./src/components/button/button.ts",
|
|
159
159
|
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.",
|
|
160
160
|
"attributes": [
|
|
161
|
+
{
|
|
162
|
+
"name": "variant",
|
|
163
|
+
"description": "Sets the variant of the button.",
|
|
164
|
+
"type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
|
|
165
|
+
"default": "\"contained\""
|
|
166
|
+
},
|
|
161
167
|
{
|
|
162
168
|
"name": "type",
|
|
163
169
|
"description": "The type of the button. Defaults to undefined.",
|
|
164
170
|
"type": "\"button\" | \"reset\" | \"submit\""
|
|
165
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"name": "href",
|
|
174
|
+
"description": "The URL the button points to.",
|
|
175
|
+
"type": "string"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "download",
|
|
179
|
+
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
180
|
+
"type": "string"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "target",
|
|
184
|
+
"description": "Where to display the linked URL, as the name for a browsing context.",
|
|
185
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "rel",
|
|
189
|
+
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
166
192
|
{
|
|
167
193
|
"name": "disabled",
|
|
168
194
|
"description": "Determines whether the button is disabled.",
|
|
169
195
|
"type": "boolean",
|
|
170
196
|
"default": "false"
|
|
171
197
|
},
|
|
172
|
-
{
|
|
173
|
-
"name": "variant",
|
|
174
|
-
"description": "Sets the variant of the button.",
|
|
175
|
-
"type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
|
|
176
|
-
"default": "\"flat\""
|
|
177
|
-
},
|
|
178
198
|
{
|
|
179
199
|
"name": "size",
|
|
180
200
|
"description": "Determines the size of the component.",
|
|
181
201
|
"type": "\"small\" | \"medium\" | \"large\"",
|
|
182
|
-
"default": "\"
|
|
202
|
+
"default": "\"medium\""
|
|
183
203
|
}
|
|
184
204
|
],
|
|
185
205
|
"properties": [
|
|
206
|
+
{
|
|
207
|
+
"name": "variant",
|
|
208
|
+
"attribute": "variant",
|
|
209
|
+
"description": "Sets the variant of the button.",
|
|
210
|
+
"type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
|
|
211
|
+
"default": "\"contained\""
|
|
212
|
+
},
|
|
186
213
|
{
|
|
187
214
|
"name": "type",
|
|
188
215
|
"attribute": "type",
|
|
189
216
|
"description": "The type of the button. Defaults to undefined.",
|
|
190
217
|
"type": "\"button\" | \"reset\" | \"submit\""
|
|
191
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "href",
|
|
221
|
+
"attribute": "href",
|
|
222
|
+
"description": "The URL the button points to.",
|
|
223
|
+
"type": "string"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "download",
|
|
227
|
+
"attribute": "download",
|
|
228
|
+
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
229
|
+
"type": "string"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "target",
|
|
233
|
+
"attribute": "target",
|
|
234
|
+
"description": "Where to display the linked URL, as the name for a browsing context.",
|
|
235
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "rel",
|
|
239
|
+
"attribute": "rel",
|
|
240
|
+
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
241
|
+
"type": "string"
|
|
242
|
+
},
|
|
192
243
|
{
|
|
193
244
|
"name": "disabled",
|
|
194
245
|
"attribute": "disabled",
|
|
@@ -196,19 +247,12 @@
|
|
|
196
247
|
"type": "boolean",
|
|
197
248
|
"default": "false"
|
|
198
249
|
},
|
|
199
|
-
{
|
|
200
|
-
"name": "variant",
|
|
201
|
-
"attribute": "variant",
|
|
202
|
-
"description": "Sets the variant of the button.",
|
|
203
|
-
"type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
|
|
204
|
-
"default": "\"flat\""
|
|
205
|
-
},
|
|
206
250
|
{
|
|
207
251
|
"name": "size",
|
|
208
252
|
"attribute": "size",
|
|
209
253
|
"description": "Determines the size of the component.",
|
|
210
254
|
"type": "\"small\" | \"medium\" | \"large\"",
|
|
211
|
-
"default": "\"
|
|
255
|
+
"default": "\"medium\""
|
|
212
256
|
}
|
|
213
257
|
],
|
|
214
258
|
"events": [
|
|
@@ -270,24 +314,35 @@
|
|
|
270
314
|
"type": "boolean",
|
|
271
315
|
"default": "false"
|
|
272
316
|
},
|
|
317
|
+
{
|
|
318
|
+
"name": "variant",
|
|
319
|
+
"description": "The visual variant of the icon button.",
|
|
320
|
+
"type": "\"flat\" | \"contained\" | \"outlined\"",
|
|
321
|
+
"default": "\"contained\""
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "type",
|
|
325
|
+
"description": "The type of the button. Defaults to undefined.",
|
|
326
|
+
"type": "\"button\" | \"reset\" | \"submit\""
|
|
327
|
+
},
|
|
273
328
|
{
|
|
274
329
|
"name": "href",
|
|
275
|
-
"description": "The
|
|
330
|
+
"description": "The URL the button points to.",
|
|
276
331
|
"type": "string"
|
|
277
332
|
},
|
|
278
333
|
{
|
|
279
334
|
"name": "download",
|
|
280
|
-
"description": "
|
|
335
|
+
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
281
336
|
"type": "string"
|
|
282
337
|
},
|
|
283
338
|
{
|
|
284
339
|
"name": "target",
|
|
285
|
-
"description": "
|
|
340
|
+
"description": "Where to display the linked URL, as the name for a browsing context.",
|
|
286
341
|
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined"
|
|
287
342
|
},
|
|
288
343
|
{
|
|
289
344
|
"name": "rel",
|
|
290
|
-
"description": "The
|
|
345
|
+
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
291
346
|
"type": "string"
|
|
292
347
|
},
|
|
293
348
|
{
|
|
@@ -296,12 +351,6 @@
|
|
|
296
351
|
"type": "boolean",
|
|
297
352
|
"default": "false"
|
|
298
353
|
},
|
|
299
|
-
{
|
|
300
|
-
"name": "variant",
|
|
301
|
-
"description": "The visual variant of the icon button.",
|
|
302
|
-
"type": "\"flat\" | \"contained\" | \"outlined\"",
|
|
303
|
-
"default": "\"flat\""
|
|
304
|
-
},
|
|
305
354
|
{
|
|
306
355
|
"name": "size",
|
|
307
356
|
"description": "Determines the size of the component.",
|
|
@@ -329,117 +378,23 @@
|
|
|
329
378
|
"type": "boolean",
|
|
330
379
|
"default": "false"
|
|
331
380
|
},
|
|
332
|
-
{
|
|
333
|
-
"name": "href",
|
|
334
|
-
"attribute": "href",
|
|
335
|
-
"description": "The href attribute of the icon.",
|
|
336
|
-
"type": "string"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "download",
|
|
340
|
-
"attribute": "download",
|
|
341
|
-
"description": "The download attribute of the icon.",
|
|
342
|
-
"type": "string"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"name": "target",
|
|
346
|
-
"attribute": "target",
|
|
347
|
-
"description": "The target attribute of the icon button.",
|
|
348
|
-
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "rel",
|
|
352
|
-
"attribute": "rel",
|
|
353
|
-
"description": "The rel attribute of the icon button.",
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"name": "styles",
|
|
358
|
-
"type": "CSSResult[]",
|
|
359
|
-
"default": "[\"styles\"]"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "disabled",
|
|
363
|
-
"attribute": "disabled",
|
|
364
|
-
"description": "Determines whether the button is disabled.",
|
|
365
|
-
"type": "boolean",
|
|
366
|
-
"default": "false"
|
|
367
|
-
},
|
|
368
381
|
{
|
|
369
382
|
"name": "variant",
|
|
370
383
|
"attribute": "variant",
|
|
371
384
|
"description": "The visual variant of the icon button.",
|
|
372
385
|
"type": "\"flat\" | \"contained\" | \"outlined\"",
|
|
373
|
-
"default": "\"
|
|
386
|
+
"default": "\"contained\""
|
|
374
387
|
},
|
|
375
388
|
{
|
|
376
|
-
"name": "
|
|
377
|
-
"attribute": "
|
|
378
|
-
"description": "
|
|
379
|
-
"type": "\"
|
|
380
|
-
"default": "\"large\""
|
|
381
|
-
}
|
|
382
|
-
],
|
|
383
|
-
"cssParts": [
|
|
384
|
-
{
|
|
385
|
-
"name": "base",
|
|
386
|
-
"description": "The wrapping element."
|
|
389
|
+
"name": "type",
|
|
390
|
+
"attribute": "type",
|
|
391
|
+
"description": "The type of the button. Defaults to undefined.",
|
|
392
|
+
"type": "\"button\" | \"reset\" | \"submit\""
|
|
387
393
|
},
|
|
388
|
-
{
|
|
389
|
-
"name": "icon",
|
|
390
|
-
"description": "The icon element."
|
|
391
|
-
}
|
|
392
|
-
]
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"name": "igc-link-button",
|
|
396
|
-
"path": "./src/components/button/link-button.ts",
|
|
397
|
-
"description": "Represents a button component specifically useful for\ncreating hyperlinks to web pages, files, or anything else\na URL can address.",
|
|
398
|
-
"attributes": [
|
|
399
|
-
{
|
|
400
|
-
"name": "href",
|
|
401
|
-
"description": "The URL the link-button points to.",
|
|
402
|
-
"type": "string"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"name": "download",
|
|
406
|
-
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
407
|
-
"type": "string"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "target",
|
|
411
|
-
"description": "Where to display the linked URL, as the name for a browsing context.",
|
|
412
|
-
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"name": "rel",
|
|
416
|
-
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
417
|
-
"type": "string"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "disabled",
|
|
421
|
-
"description": "Determines whether the button is disabled.",
|
|
422
|
-
"type": "boolean",
|
|
423
|
-
"default": "false"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"name": "variant",
|
|
427
|
-
"description": "Sets the variant of the button.",
|
|
428
|
-
"type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
|
|
429
|
-
"default": "\"flat\""
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"name": "size",
|
|
433
|
-
"description": "Determines the size of the component.",
|
|
434
|
-
"type": "\"small\" | \"medium\" | \"large\"",
|
|
435
|
-
"default": "\"large\""
|
|
436
|
-
}
|
|
437
|
-
],
|
|
438
|
-
"properties": [
|
|
439
394
|
{
|
|
440
395
|
"name": "href",
|
|
441
396
|
"attribute": "href",
|
|
442
|
-
"description": "The URL the
|
|
397
|
+
"description": "The URL the button points to.",
|
|
443
398
|
"type": "string"
|
|
444
399
|
},
|
|
445
400
|
{
|
|
@@ -467,13 +422,6 @@
|
|
|
467
422
|
"type": "boolean",
|
|
468
423
|
"default": "false"
|
|
469
424
|
},
|
|
470
|
-
{
|
|
471
|
-
"name": "variant",
|
|
472
|
-
"attribute": "variant",
|
|
473
|
-
"description": "Sets the variant of the button.",
|
|
474
|
-
"type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
|
|
475
|
-
"default": "\"flat\""
|
|
476
|
-
},
|
|
477
425
|
{
|
|
478
426
|
"name": "size",
|
|
479
427
|
"attribute": "size",
|
|
@@ -482,42 +430,14 @@
|
|
|
482
430
|
"default": "\"large\""
|
|
483
431
|
}
|
|
484
432
|
],
|
|
485
|
-
"events": [
|
|
486
|
-
{
|
|
487
|
-
"name": "igcFocus",
|
|
488
|
-
"description": "Emitted when the button gains focus."
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"name": "igcBlur",
|
|
492
|
-
"description": "Emitted when the button loses focus."
|
|
493
|
-
}
|
|
494
|
-
],
|
|
495
|
-
"slots": [
|
|
496
|
-
{
|
|
497
|
-
"name": "",
|
|
498
|
-
"description": "Renders the label of the button."
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "prefix",
|
|
502
|
-
"description": "Renders content before the label of the button."
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"name": "suffix",
|
|
506
|
-
"description": "Renders content after the label of the button."
|
|
507
|
-
}
|
|
508
|
-
],
|
|
509
433
|
"cssParts": [
|
|
510
434
|
{
|
|
511
435
|
"name": "base",
|
|
512
|
-
"description": "The
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"name": "prefix",
|
|
516
|
-
"description": "The prefix container."
|
|
436
|
+
"description": "The wrapping element."
|
|
517
437
|
},
|
|
518
438
|
{
|
|
519
|
-
"name": "
|
|
520
|
-
"description": "The
|
|
439
|
+
"name": "icon",
|
|
440
|
+
"description": "The icon element."
|
|
521
441
|
}
|
|
522
442
|
]
|
|
523
443
|
},
|
|
@@ -1133,7 +1053,7 @@
|
|
|
1133
1053
|
"name": "outlined",
|
|
1134
1054
|
"description": "Sets card outline style, otherwise card looks elevated",
|
|
1135
1055
|
"type": "boolean",
|
|
1136
|
-
"default": "
|
|
1056
|
+
"default": "true"
|
|
1137
1057
|
}
|
|
1138
1058
|
],
|
|
1139
1059
|
"properties": [
|
|
@@ -1142,7 +1062,7 @@
|
|
|
1142
1062
|
"attribute": "outlined",
|
|
1143
1063
|
"description": "Sets card outline style, otherwise card looks elevated",
|
|
1144
1064
|
"type": "boolean",
|
|
1145
|
-
"default": "
|
|
1065
|
+
"default": "true"
|
|
1146
1066
|
}
|
|
1147
1067
|
],
|
|
1148
1068
|
"slots": [
|
|
@@ -1670,7 +1590,7 @@
|
|
|
1670
1590
|
"name": "size",
|
|
1671
1591
|
"description": "Determines the size of the component.",
|
|
1672
1592
|
"type": "\"small\" | \"medium\" | \"large\"",
|
|
1673
|
-
"default": "\"
|
|
1593
|
+
"default": "\"medium\""
|
|
1674
1594
|
}
|
|
1675
1595
|
],
|
|
1676
1596
|
"properties": [
|
|
@@ -1807,7 +1727,7 @@
|
|
|
1807
1727
|
"attribute": "size",
|
|
1808
1728
|
"description": "Determines the size of the component.",
|
|
1809
1729
|
"type": "\"small\" | \"medium\" | \"large\"",
|
|
1810
|
-
"default": "\"
|
|
1730
|
+
"default": "\"medium\""
|
|
1811
1731
|
}
|
|
1812
1732
|
],
|
|
1813
1733
|
"events": [
|
package/index.d.ts
CHANGED
|
@@ -2,17 +2,16 @@ export { default as IgcAvatarComponent } from './components/avatar/avatar';
|
|
|
2
2
|
export { default as IgcBadgeComponent } from './components/badge/badge';
|
|
3
3
|
export { default as IgcButtonComponent } from './components/button/button';
|
|
4
4
|
export { default as IgcCalendarComponent } from './components/calendar/calendar';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as IgcCardActionsComponent } from './components/card/card.actions';
|
|
6
6
|
export { default as IgcCardComponent } from './components/card/card';
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
7
|
+
export { default as IgcCardContentComponent } from './components/card/card.content';
|
|
8
|
+
export { default as IgcCardHeaderComponent } from './components/card/card.header';
|
|
9
|
+
export { default as IgcCardMediaComponent } from './components/card/card.media';
|
|
10
10
|
export { default as IgcCheckboxComponent } from './components/checkbox/checkbox';
|
|
11
11
|
export { default as IgcFormComponent } from './components/form/form';
|
|
12
12
|
export { default as IgcIconButtonComponent } from './components/button/icon-button';
|
|
13
13
|
export { default as IgcIconComponent } from './components/icon/icon';
|
|
14
14
|
export { default as IgcInputComponent } from './components/input/input';
|
|
15
|
-
export { default as IgcLinkButtonComponent } from './components/button/link-button';
|
|
16
15
|
export { default as IgcListComponent } from './components/list/list';
|
|
17
16
|
export { default as IgcListHeaderComponent } from './components/list/list-header';
|
|
18
17
|
export { default as IgcListItemComponent } from './components/list/list-item';
|
|
@@ -24,5 +23,13 @@ export { default as IgcRadioComponent } from './components/radio/radio';
|
|
|
24
23
|
export { default as IgcRadioGroupComponent } from './components/radio-group/radio-group';
|
|
25
24
|
export { default as IgcRippleComponent } from './components/ripple/ripple';
|
|
26
25
|
export { default as IgcSwitchComponent } from './components/checkbox/switch';
|
|
26
|
+
export { SizableMixin } from './components/common/mixins/sizable';
|
|
27
|
+
export { IgcCalendarResourceStrings } from './components/common/i18n/calendar.resources';
|
|
28
|
+
export { IgcButtonBaseComponent } from './components/button/button-base';
|
|
29
|
+
export { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';
|
|
30
|
+
export { DateRangeDescriptor, DateRangeType, } from './components/calendar/common/calendar.model';
|
|
31
|
+
export { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';
|
|
32
|
+
export { defineComponents } from './components/common/definitions/defineComponents';
|
|
33
|
+
export { defineAllComponents } from './components/common/definitions/defineAllComponents';
|
|
27
34
|
export { registerIcon, registerIconFromText, } from './components/icon/icon.registry';
|
|
28
35
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","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,8BAA8B,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EACL,mBAAmB,EACnB,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"}
|
package/index.js
CHANGED
|
@@ -2,17 +2,16 @@ export { default as IgcAvatarComponent } from './components/avatar/avatar';
|
|
|
2
2
|
export { default as IgcBadgeComponent } from './components/badge/badge';
|
|
3
3
|
export { default as IgcButtonComponent } from './components/button/button';
|
|
4
4
|
export { default as IgcCalendarComponent } from './components/calendar/calendar';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as IgcCardActionsComponent } from './components/card/card.actions';
|
|
6
6
|
export { default as IgcCardComponent } from './components/card/card';
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
7
|
+
export { default as IgcCardContentComponent } from './components/card/card.content';
|
|
8
|
+
export { default as IgcCardHeaderComponent } from './components/card/card.header';
|
|
9
|
+
export { default as IgcCardMediaComponent } from './components/card/card.media';
|
|
10
10
|
export { default as IgcCheckboxComponent } from './components/checkbox/checkbox';
|
|
11
11
|
export { default as IgcFormComponent } from './components/form/form';
|
|
12
12
|
export { default as IgcIconButtonComponent } from './components/button/icon-button';
|
|
13
13
|
export { default as IgcIconComponent } from './components/icon/icon';
|
|
14
14
|
export { default as IgcInputComponent } from './components/input/input';
|
|
15
|
-
export { default as IgcLinkButtonComponent } from './components/button/link-button';
|
|
16
15
|
export { default as IgcListComponent } from './components/list/list';
|
|
17
16
|
export { default as IgcListHeaderComponent } from './components/list/list-header';
|
|
18
17
|
export { default as IgcListItemComponent } from './components/list/list-item';
|
|
@@ -24,5 +23,12 @@ export { default as IgcRadioComponent } from './components/radio/radio';
|
|
|
24
23
|
export { default as IgcRadioGroupComponent } from './components/radio-group/radio-group';
|
|
25
24
|
export { default as IgcRippleComponent } from './components/ripple/ripple';
|
|
26
25
|
export { default as IgcSwitchComponent } from './components/checkbox/switch';
|
|
26
|
+
export { SizableMixin } from './components/common/mixins/sizable';
|
|
27
|
+
export { IgcButtonBaseComponent } from './components/button/button-base';
|
|
28
|
+
export { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';
|
|
29
|
+
export { DateRangeType, } from './components/calendar/common/calendar.model';
|
|
30
|
+
export { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';
|
|
31
|
+
export { defineComponents } from './components/common/definitions/defineComponents';
|
|
32
|
+
export { defineAllComponents } from './components/common/definitions/defineAllComponents';
|
|
27
33
|
export { registerIcon, registerIconFromText, } from './components/icon/icon.registry';
|
|
28
34
|
//# sourceMappingURL=index.js.map
|
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,
|
|
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,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 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"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
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",
|
|
@@ -9,7 +9,13 @@
|
|
|
9
9
|
"main": "index.js",
|
|
10
10
|
"module": "index.js",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"sideEffects":
|
|
12
|
+
"sideEffects": [
|
|
13
|
+
"components/calendar/days-view/days-view.js",
|
|
14
|
+
"components/calendar/months-view/months-view.js",
|
|
15
|
+
"components/calendar/years-view/years-view.js",
|
|
16
|
+
"components/icon/icon.js",
|
|
17
|
+
"*.css"
|
|
18
|
+
],
|
|
13
19
|
"repository": {
|
|
14
20
|
"type": "git",
|
|
15
21
|
"url": "https://github.com/IgniteUI/igniteui-webcomponents"
|