igniteui-webcomponents 4.2.2 → 4.3.0-alpha.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/CHANGELOG.md +21 -0
- package/README.md +2 -6
- package/components/accordion/accordion.js +2 -1
- package/components/accordion/accordion.js.map +1 -1
- package/components/avatar/avatar.js +2 -2
- package/components/avatar/avatar.js.map +1 -1
- package/components/avatar/themes/dark/avatar.base.bootstrap.css.js +13 -0
- package/components/avatar/themes/dark/avatar.base.bootstrap.css.js.map +1 -0
- package/components/avatar/themes/{avatar.base.css.js → light/avatar.base.css.js} +23 -8
- package/components/avatar/themes/light/avatar.base.css.js.map +1 -0
- package/components/avatar/themes/light/avatar.bootstrap.css.js +24 -0
- package/components/avatar/themes/light/avatar.bootstrap.css.js.map +1 -0
- package/components/badge/badge.js.map +1 -1
- package/components/badge/themes/light/badge.base.css.js +4 -5
- package/components/badge/themes/light/badge.base.css.js.map +1 -1
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.js +1 -1
- package/components/button/icon-button.js.map +1 -1
- package/components/button/themes/button/dark/button.bootstrap.css.js +13 -0
- package/components/button/themes/button/dark/button.bootstrap.css.js.map +1 -0
- package/components/button/themes/button/dark/button.fluent.css.js +11 -1
- package/components/button/themes/button/dark/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/dark/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.indigo.css.js +13 -0
- package/components/button/themes/button/dark/button.indigo.css.js.map +1 -0
- package/components/button/themes/button/dark/button.material.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.material.css.js +13 -0
- package/components/button/themes/button/dark/button.material.css.js.map +1 -0
- package/components/button/themes/button/light/button.base.css.js +6 -57
- package/components/button/themes/button/light/button.base.css.js.map +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js +227 -71
- package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/light/button.fluent.css.js +287 -70
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/light/button.indigo.css.js +280 -78
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +280 -170
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js +10 -8
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +24 -0
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +16 -0
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js +9 -0
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js +7 -0
- package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/common/calendar-base.d.ts +7 -3
- package/components/calendar/common/calendar-base.js +24 -2
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/themes/calendar.base.css.js +4 -5
- package/components/calendar/themes/calendar.base.css.js.map +1 -1
- package/components/calendar/themes/fluent/calendar.fluent.css.js +4 -5
- package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.js +2 -1
- package/components/card/card.media.js.map +1 -1
- package/components/card/themes/light/card.actions.bootstrap.css.js +4 -5
- package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.actions.material.css.js +4 -5
- package/components/card/themes/light/card.actions.material.css.js.map +1 -1
- package/components/card/themes/light/card.content.bootstrap.css.js +5 -8
- package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.content.indigo.css.js +5 -8
- package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.content.material.css.js +5 -8
- package/components/card/themes/light/card.content.material.css.js.map +1 -1
- package/components/card/themes/light/card.header.bootstrap.css.js +4 -8
- package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.header.fluent.css.js +4 -8
- package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
- package/components/card/themes/light/card.header.indigo.css.js +4 -8
- package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.header.material.css.js +4 -8
- package/components/card/themes/light/card.header.material.css.js.map +1 -1
- package/components/card/themes/light/card.material.css.js +15 -5
- package/components/card/themes/light/card.material.css.js.map +1 -1
- package/components/card/themes/light/card.media.material.css.js +4 -5
- package/components/card/themes/light/card.media.material.css.js.map +1 -1
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox.bootstrap.css.js +13 -0
- package/components/checkbox/themes/dark/checkbox.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/dark/checkbox.fluent.css.js +11 -1
- package/components/checkbox/themes/dark/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox.indigo.css.js +11 -1
- package/components/checkbox/themes/dark/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox.material.css.js +13 -0
- package/components/checkbox/themes/dark/checkbox.material.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch.bootstrap.css.js +13 -0
- package/components/checkbox/themes/dark/switch.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch.fluent.css.js +11 -1
- package/components/checkbox/themes/dark/switch.fluent.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch.indigo.css.js +11 -1
- package/components/checkbox/themes/dark/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch.material.css.js +13 -0
- package/components/checkbox/themes/dark/switch.material.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox.base.css.js +15 -51
- package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js +122 -46
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js +170 -87
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js +134 -49
- package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js +146 -18
- package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.base.css.js +29 -56
- package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.bootstrap.css.js +146 -95
- package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js +142 -80
- package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.indigo.css.js +152 -97
- package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.material.css.js +169 -37
- package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +4 -5
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/chip.bootstrap.css.js +4 -5
- package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/chip.fluent.css.js +5 -5
- package/components/chip/themes/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/chip.indigo.css.js +4 -5
- package/components/chip/themes/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/chip.material.css.js +5 -5
- package/components/chip/themes/chip.material.css.js.map +1 -1
- package/components/combo/combo-header.js.map +1 -1
- package/components/combo/combo-item.d.ts +5 -0
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo-list.js +2 -1
- package/components/combo/combo-list.js.map +1 -1
- package/components/combo/combo.d.ts +50 -4
- package/components/combo/combo.js +57 -26
- package/components/combo/combo.js.map +1 -1
- package/components/combo/controllers/data.js +9 -5
- package/components/combo/controllers/data.js.map +1 -1
- package/components/combo/controllers/selection.d.ts +2 -1
- package/components/combo/controllers/selection.js +14 -2
- package/components/combo/controllers/selection.js.map +1 -1
- package/components/combo/operations/filter.d.ts +3 -1
- package/components/combo/operations/filter.js +10 -7
- package/components/combo/operations/filter.js.map +1 -1
- package/components/combo/operations/group.d.ts +2 -2
- package/components/combo/operations/group.js +8 -5
- package/components/combo/operations/group.js.map +1 -1
- package/components/combo/themes/light/combo.base.css.js +4 -5
- package/components/combo/themes/light/combo.base.css.js.map +1 -1
- package/components/combo/themes/light/header/combo-header.base.css.js +4 -5
- package/components/combo/themes/light/header/combo-header.base.css.js.map +1 -1
- package/components/combo/themes/light/item/combo-item.base.css.js +4 -5
- package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
- package/components/combo/types.d.ts +5 -4
- package/components/combo/types.js.map +1 -1
- package/components/common/mixins/sizable.js.map +1 -1
- package/components/date-time-input/date-time-input.js +2 -1
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/date-time-input/date-util.js +2 -1
- package/components/date-time-input/date-util.js.map +1 -1
- package/components/dialog/dialog.d.ts +8 -1
- package/components/dialog/dialog.js +12 -3
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/themes/light/dialog.base.css.js +5 -13
- package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.js +2 -0
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-group.base.css.js +4 -5
- package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-header.base.css.js +4 -5
- package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-item.base.css.js +4 -5
- package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.base.css.js +4 -5
- package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +1 -0
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js +4 -5
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
- package/components/form/form.js +2 -1
- package/components/form/form.js.map +1 -1
- package/components/icon/dark/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/dark/icon.bootstrap.css.js +13 -0
- package/components/icon/dark/icon.bootstrap.css.js.map +1 -0
- package/components/icon/dark/icon.fluent.css.d.ts +1 -0
- package/components/{avatar/themes/avatar.bootstrap.css.js → icon/dark/icon.fluent.css.js} +11 -5
- package/components/icon/dark/icon.fluent.css.js.map +1 -0
- package/components/icon/dark/icon.indigo.css.d.ts +1 -0
- package/components/icon/dark/icon.indigo.css.js +13 -0
- package/components/icon/dark/icon.indigo.css.js.map +1 -0
- package/components/icon/dark/icon.material.css.d.ts +1 -0
- package/components/icon/dark/icon.material.css.js +13 -0
- package/components/icon/dark/icon.material.css.js.map +1 -0
- package/components/icon/icon.base.css.d.ts +1 -0
- package/components/icon/{icon.material.css.js → icon.base.css.js} +11 -13
- package/components/icon/icon.base.css.js.map +1 -0
- package/components/icon/icon.js +12 -3
- package/components/icon/icon.js.map +1 -1
- package/components/icon/light/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/light/icon.bootstrap.css.js +58 -0
- package/components/icon/light/icon.bootstrap.css.js.map +1 -0
- package/components/icon/light/icon.fluent.css.d.ts +1 -0
- package/components/icon/light/icon.fluent.css.js +58 -0
- package/components/icon/light/icon.fluent.css.js.map +1 -0
- package/components/icon/light/icon.indigo.css.d.ts +1 -0
- package/components/icon/light/icon.indigo.css.js +58 -0
- package/components/icon/light/icon.indigo.css.js.map +1 -0
- package/components/icon/light/icon.material.css.d.ts +1 -0
- package/components/icon/light/icon.material.css.js +58 -0
- package/components/icon/light/icon.material.css.js.map +1 -0
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.js +2 -1
- package/components/input/input.js.map +1 -1
- package/components/input/themes/light/input.base.css.js +4 -5
- package/components/input/themes/light/input.base.css.js.map +1 -1
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.js.map +1 -1
- package/components/list/themes/light/list-header.base.css.js +4 -5
- package/components/list/themes/light/list-header.base.css.js.map +1 -1
- package/components/list/themes/light/list-item.base.css.js +4 -5
- package/components/list/themes/light/list-item.base.css.js.map +1 -1
- package/components/list/themes/light/list.base.css.js +4 -5
- package/components/list/themes/light/list.base.css.js.map +1 -1
- package/components/mask-input/mask-input-base.js.map +1 -1
- package/components/mask-input/mask-input.js +2 -1
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +4 -5
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +4 -5
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js +4 -5
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
- package/components/navbar/navbar.js +3 -2
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/themes/dark/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.bootstrap.css.js +13 -0
- package/components/navbar/themes/dark/navbar.bootstrap.css.js.map +1 -0
- package/components/navbar/themes/dark/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.fluent.css.js +13 -0
- package/components/navbar/themes/dark/navbar.fluent.css.js.map +1 -0
- package/components/navbar/themes/dark/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.indigo.css.js +13 -0
- package/components/navbar/themes/dark/navbar.indigo.css.js.map +1 -0
- package/components/navbar/themes/dark/navbar.material.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.material.css.js +13 -0
- package/components/navbar/themes/dark/navbar.material.css.js.map +1 -0
- package/components/navbar/themes/light/navbar.bootstrap.css.js +60 -6
- package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.js +66 -1
- package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.indigo.css.js +63 -3
- package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.material.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.material.css.js +67 -0
- package/components/navbar/themes/light/navbar.material.css.js.map +1 -0
- package/components/navbar/themes/navbar.base.css.d.ts +1 -0
- package/components/navbar/themes/{light/navbar.base.css.js → navbar.base.css.js} +9 -11
- package/components/navbar/themes/navbar.base.css.js.map +1 -0
- package/components/progress/base.js.map +1 -1
- package/components/progress/circular-gradient.js +2 -1
- package/components/progress/circular-gradient.js.map +1 -1
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.js.map +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js +4 -5
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js +4 -5
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js +4 -5
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.indigo.css.js +4 -5
- package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
- package/components/radio/radio.js +6 -3
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/dark/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.bootstrap.css.js +13 -0
- package/components/radio/themes/dark/radio.bootstrap.css.js.map +1 -0
- package/components/radio/themes/dark/radio.fluent.css.js +11 -1
- package/components/radio/themes/dark/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/dark/radio.indigo.css.js +11 -1
- package/components/radio/themes/dark/radio.indigo.css.js.map +1 -1
- package/components/radio/themes/dark/radio.material.css.js +11 -1
- package/components/radio/themes/dark/radio.material.css.js.map +1 -1
- package/components/radio/themes/light/radio.base.css.js +22 -41
- package/components/radio/themes/light/radio.base.css.js.map +1 -1
- package/components/radio/themes/light/radio.bootstrap.css.js +100 -30
- package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
- package/components/radio/themes/light/radio.fluent.css.js +156 -71
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/light/radio.indigo.css.js +104 -56
- package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
- package/components/radio/themes/light/radio.material.css.js +129 -16
- package/components/radio/themes/light/radio.material.css.js.map +1 -1
- package/components/radio-group/radio-group.base.css.js +4 -5
- package/components/radio-group/radio-group.base.css.js.map +1 -1
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/rating/rating-symbol.base.css.js +4 -5
- package/components/rating/rating-symbol.base.css.js.map +1 -1
- package/components/rating/rating-symbol.js +2 -1
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.base.css.js +4 -5
- package/components/rating/rating.base.css.js.map +1 -1
- package/components/rating/rating.js.map +1 -1
- package/components/ripple/ripple.js +2 -1
- package/components/ripple/ripple.js.map +1 -1
- package/components/ripple/ripple.material.css.js +4 -5
- package/components/ripple/ripple.material.css.js.map +1 -1
- package/components/select/select-group.js +2 -1
- package/components/select/select-group.js.map +1 -1
- package/components/select/select-header.js +2 -1
- package/components/select/select-header.js.map +1 -1
- package/components/select/select-item.js +2 -1
- package/components/select/select-item.js.map +1 -1
- package/components/select/select.d.ts +2 -0
- package/components/select/select.js +7 -4
- package/components/select/select.js.map +1 -1
- package/components/select/themes/light/select.base.css.js +4 -5
- package/components/select/themes/light/select.base.css.js.map +1 -1
- package/components/slider/range-slider.js +2 -1
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider-label.js +2 -1
- package/components/slider/slider-label.js.map +1 -1
- package/components/slider/slider.js +2 -1
- package/components/slider/slider.js.map +1 -1
- package/components/slider/themes/light/slider.base.css.js +4 -5
- package/components/slider/themes/light/slider.base.css.js.map +1 -1
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.base.css.js +4 -5
- package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.d.ts +1 -1
- package/components/stepper/stepper.js +12 -3
- package/components/stepper/stepper.js.map +1 -1
- package/components/stepper/themes/step/light/step.base.css.js +7 -5
- package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.base.css.js +13 -6
- package/components/stepper/themes/stepper/stepper.base.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.bootstrap.css.js +4 -5
- package/components/stepper/themes/stepper/stepper.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.fluent.css.js +4 -5
- package/components/stepper/themes/stepper/stepper.fluent.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.indigo.css.js +4 -5
- package/components/stepper/themes/stepper/stepper.indigo.css.js.map +1 -1
- package/components/tabs/tab-panel.js +2 -1
- package/components/tabs/tab-panel.js.map +1 -1
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.js +1 -1
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/light/tab-panel.base.css.js +12 -8
- package/components/tabs/themes/light/tab-panel.base.css.js.map +1 -1
- package/components/tabs/themes/light/tab.base.css.js +5 -8
- package/components/tabs/themes/light/tab.base.css.js.map +1 -1
- package/components/tabs/themes/light/tabs.base.css.js +29 -6
- package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
- package/components/toast/toast.js.map +1 -1
- package/components/toggle/toggle.directive.js +2 -1
- package/components/toggle/toggle.directive.js.map +1 -1
- package/components/tree/themes/light/tree-item.base.css.js +4 -5
- package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
- package/components/tree/themes/light/tree.base.css.js +4 -5
- package/components/tree/themes/light/tree.base.css.js.map +1 -1
- package/components/tree/tree-item.js.map +1 -1
- package/components/tree/tree.js.map +1 -1
- package/custom-elements.json +60 -38
- package/index.d.ts +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +4 -4
- package/themes/dark/bootstrap.css +318 -0
- package/themes/dark/fluent.css +301 -23
- package/themes/dark/indigo.css +305 -12
- package/themes/dark/material.css +327 -6
- package/themes/light/bootstrap.css +108 -0
- package/themes/light/fluent.css +108 -0
- package/themes/light/indigo.css +108 -0
- package/themes/light/material.css +108 -0
- package/vscode-html-custom-data.json +26 -32
- package/components/avatar/themes/avatar.base.css.js.map +0 -1
- package/components/avatar/themes/avatar.bootstrap.css.js.map +0 -1
- package/components/combo/utils/converters.d.ts +0 -3
- package/components/combo/utils/converters.js +0 -9
- package/components/combo/utils/converters.js.map +0 -1
- package/components/icon/icon.material.css.js.map +0 -1
- package/components/navbar/themes/light/navbar.base.css.js.map +0 -1
- /package/components/avatar/themes/{avatar.base.css.d.ts → dark/avatar.base.bootstrap.css.d.ts} +0 -0
- /package/components/avatar/themes/{avatar.bootstrap.css.d.ts → light/avatar.base.css.d.ts} +0 -0
- /package/components/{icon/icon.material.css.d.ts → avatar/themes/light/avatar.bootstrap.css.d.ts} +0 -0
- /package/components/{navbar/themes/light/navbar.base.css.d.ts → button/themes/button/dark/button.bootstrap.css.d.ts} +0 -0
|
@@ -83,252 +83,360 @@
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
:root {
|
|
86
|
+
--ig-primary-50: hsl(204, 100%, 89%);
|
|
86
87
|
--ig-primary-50-contrast: black;
|
|
87
88
|
--ig-primary-50: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.23), calc(var(--ig-primary-l) * 1.78);
|
|
89
|
+
--ig-primary-100: hsl(204, 80%, 83%);
|
|
88
90
|
--ig-primary-100-contrast: black;
|
|
89
91
|
--ig-primary-100: var(--ig-primary-h), calc(var(--ig-primary-s) * 0.8), calc(var(--ig-primary-l) * 1.66);
|
|
92
|
+
--ig-primary-200: hsl(204, 64%, 71.5%);
|
|
90
93
|
--ig-primary-200-contrast: black;
|
|
91
94
|
--ig-primary-200: var(--ig-primary-h), calc(var(--ig-primary-s) * 0.64), calc(var(--ig-primary-l) * 1.43);
|
|
95
|
+
--ig-primary-300: hsl(204, 73%, 59.5%);
|
|
92
96
|
--ig-primary-300-contrast: black;
|
|
93
97
|
--ig-primary-300: var(--ig-primary-h), calc(var(--ig-primary-s) * 0.73), calc(var(--ig-primary-l) * 1.19);
|
|
98
|
+
--ig-primary-400: hsl(204, 87.5%, 54%);
|
|
94
99
|
--ig-primary-400-contrast: black;
|
|
95
100
|
--ig-primary-400: var(--ig-primary-h), calc(var(--ig-primary-s) * 0.875), calc(var(--ig-primary-l) * 1.08);
|
|
96
101
|
--ig-primary-h: 204deg;
|
|
97
102
|
--ig-primary-s: 100%;
|
|
98
103
|
--ig-primary-l: 50%;
|
|
99
104
|
--ig-primary-a: 1;
|
|
105
|
+
--ig-primary-500: hsl(204, 100%, 50%);
|
|
100
106
|
--ig-primary-500-contrast: black;
|
|
101
107
|
--ig-primary-500: var(--ig-primary-h), calc(var(--ig-primary-s) * 1), calc(var(--ig-primary-l) * 1);
|
|
108
|
+
--ig-primary-600: hsl(204, 100%, 44.5%);
|
|
102
109
|
--ig-primary-600-contrast: black;
|
|
103
110
|
--ig-primary-600: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.26), calc(var(--ig-primary-l) * 0.89);
|
|
111
|
+
--ig-primary-700: hsl(204, 100%, 40.5%);
|
|
104
112
|
--ig-primary-700-contrast: black;
|
|
105
113
|
--ig-primary-700: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.52), calc(var(--ig-primary-l) * 0.81);
|
|
114
|
+
--ig-primary-800: hsl(204, 100%, 36.5%);
|
|
106
115
|
--ig-primary-800-contrast: white;
|
|
107
116
|
--ig-primary-800: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.5), calc(var(--ig-primary-l) * 0.73);
|
|
117
|
+
--ig-primary-900: hsl(204, 100%, 32%);
|
|
108
118
|
--ig-primary-900-contrast: white;
|
|
109
119
|
--ig-primary-900: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.34), calc(var(--ig-primary-l) * 0.64);
|
|
120
|
+
--ig-primary-A100: hsl(204, 100%, 67%);
|
|
110
121
|
--ig-primary-A100-contrast: black;
|
|
111
122
|
--ig-primary-A100: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.23), calc(var(--ig-primary-l) * 1.34);
|
|
123
|
+
--ig-primary-A200: hsl(204, 100%, 58%);
|
|
112
124
|
--ig-primary-A200-contrast: black;
|
|
113
125
|
--ig-primary-A200: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.22), calc(var(--ig-primary-l) * 1.16);
|
|
126
|
+
--ig-primary-A400: hsl(204, 100%, 45.5%);
|
|
114
127
|
--ig-primary-A400-contrast: black;
|
|
115
128
|
--ig-primary-A400: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.23), calc(var(--ig-primary-l) * 0.91);
|
|
129
|
+
--ig-primary-A700: hsl(204, 100%, 32.5%);
|
|
116
130
|
--ig-primary-A700-contrast: white;
|
|
117
131
|
--ig-primary-A700: var(--ig-primary-h), calc(var(--ig-primary-s) * 1.23), calc(var(--ig-primary-l) * 0.65);
|
|
132
|
+
--ig-secondary-50: hsl(332.7, 96.85%, 89.35%);
|
|
118
133
|
--ig-secondary-50-contrast: black;
|
|
119
134
|
--ig-secondary-50: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.23), calc(var(--ig-secondary-l) * 1.78);
|
|
135
|
+
--ig-secondary-100: hsl(332.7, 62.99%, 83.33%);
|
|
120
136
|
--ig-secondary-100-contrast: black;
|
|
121
137
|
--ig-secondary-100: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 0.8), calc(var(--ig-secondary-l) * 1.66);
|
|
138
|
+
--ig-secondary-200: hsl(332.7, 50.39%, 71.78%);
|
|
122
139
|
--ig-secondary-200-contrast: black;
|
|
123
140
|
--ig-secondary-200: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 0.64), calc(var(--ig-secondary-l) * 1.43);
|
|
141
|
+
--ig-secondary-300: hsl(332.7, 57.48%, 59.73%);
|
|
124
142
|
--ig-secondary-300-contrast: black;
|
|
125
143
|
--ig-secondary-300: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 0.73), calc(var(--ig-secondary-l) * 1.19);
|
|
144
|
+
--ig-secondary-400: hsl(332.7, 68.9%, 54.21%);
|
|
126
145
|
--ig-secondary-400-contrast: black;
|
|
127
146
|
--ig-secondary-400: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 0.875), calc(var(--ig-secondary-l) * 1.08);
|
|
128
147
|
--ig-secondary-h: 333deg;
|
|
129
148
|
--ig-secondary-s: 79%;
|
|
130
149
|
--ig-secondary-l: 50%;
|
|
131
150
|
--ig-secondary-a: 1;
|
|
151
|
+
--ig-secondary-500: hsl(332.7, 78.74%, 50.2%);
|
|
132
152
|
--ig-secondary-500-contrast: black;
|
|
133
153
|
--ig-secondary-500: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1), calc(var(--ig-secondary-l) * 1);
|
|
154
|
+
--ig-secondary-600: hsl(332.7, 99.21%, 44.67%);
|
|
134
155
|
--ig-secondary-600-contrast: white;
|
|
135
156
|
--ig-secondary-600: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.26), calc(var(--ig-secondary-l) * 0.89);
|
|
157
|
+
--ig-secondary-700: hsl(332.7, 100%, 40.66%);
|
|
136
158
|
--ig-secondary-700-contrast: white;
|
|
137
159
|
--ig-secondary-700: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.52), calc(var(--ig-secondary-l) * 0.81);
|
|
160
|
+
--ig-secondary-800: hsl(332.7, 100%, 36.64%);
|
|
138
161
|
--ig-secondary-800-contrast: white;
|
|
139
162
|
--ig-secondary-800: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.5), calc(var(--ig-secondary-l) * 0.73);
|
|
163
|
+
--ig-secondary-900: hsl(332.7, 100%, 32.13%);
|
|
140
164
|
--ig-secondary-900-contrast: white;
|
|
141
165
|
--ig-secondary-900: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.34), calc(var(--ig-secondary-l) * 0.64);
|
|
166
|
+
--ig-secondary-A100: hsl(332.7, 96.85%, 67.26%);
|
|
142
167
|
--ig-secondary-A100-contrast: black;
|
|
143
168
|
--ig-secondary-A100: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.23), calc(var(--ig-secondary-l) * 1.34);
|
|
169
|
+
--ig-secondary-A200: hsl(332.7, 96.06%, 58.23%);
|
|
144
170
|
--ig-secondary-A200-contrast: black;
|
|
145
171
|
--ig-secondary-A200: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.22), calc(var(--ig-secondary-l) * 1.16);
|
|
172
|
+
--ig-secondary-A400: hsl(332.7, 96.85%, 45.68%);
|
|
146
173
|
--ig-secondary-A400-contrast: white;
|
|
147
174
|
--ig-secondary-A400: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.23), calc(var(--ig-secondary-l) * 0.91);
|
|
175
|
+
--ig-secondary-A700: hsl(332.7, 96.85%, 32.63%);
|
|
148
176
|
--ig-secondary-A700-contrast: white;
|
|
149
177
|
--ig-secondary-A700: var(--ig-secondary-h), calc(var(--ig-secondary-s) * 1.23), calc(var(--ig-secondary-l) * 0.65);
|
|
178
|
+
--ig-gray-50: hsl(0, 0%, 98%);
|
|
150
179
|
--ig-gray-50-contrast: black;
|
|
151
180
|
--ig-gray-50: var(--ig-gray-h), var(--ig-gray-s), 98%;
|
|
181
|
+
--ig-gray-100: hsl(0, 0%, 96%);
|
|
152
182
|
--ig-gray-100-contrast: black;
|
|
153
183
|
--ig-gray-100: var(--ig-gray-h), var(--ig-gray-s), 96%;
|
|
184
|
+
--ig-gray-200: hsl(0, 0%, 93%);
|
|
154
185
|
--ig-gray-200-contrast: black;
|
|
155
186
|
--ig-gray-200: var(--ig-gray-h), var(--ig-gray-s), 93%;
|
|
187
|
+
--ig-gray-300: hsl(0, 0%, 88%);
|
|
156
188
|
--ig-gray-300-contrast: black;
|
|
157
189
|
--ig-gray-300: var(--ig-gray-h), var(--ig-gray-s), 88%;
|
|
190
|
+
--ig-gray-400: hsl(0, 0%, 74%);
|
|
158
191
|
--ig-gray-400-contrast: black;
|
|
159
192
|
--ig-gray-400: var(--ig-gray-h), var(--ig-gray-s), 74%;
|
|
160
193
|
--ig-gray-h: 0deg;
|
|
161
194
|
--ig-gray-s: 0%;
|
|
162
195
|
--ig-gray-l: 62%;
|
|
163
196
|
--ig-gray-a: 1;
|
|
197
|
+
--ig-gray-500: hsl(0, 0%, 62%);
|
|
164
198
|
--ig-gray-500-contrast: black;
|
|
165
199
|
--ig-gray-500: var(--ig-gray-h), var(--ig-gray-s), 62%;
|
|
200
|
+
--ig-gray-600: hsl(0, 0%, 54%);
|
|
166
201
|
--ig-gray-600-contrast: black;
|
|
167
202
|
--ig-gray-600: var(--ig-gray-h), var(--ig-gray-s), 54%;
|
|
203
|
+
--ig-gray-700: hsl(0, 0%, 38%);
|
|
168
204
|
--ig-gray-700-contrast: white;
|
|
169
205
|
--ig-gray-700: var(--ig-gray-h), var(--ig-gray-s), 38%;
|
|
206
|
+
--ig-gray-800: hsl(0, 0%, 26%);
|
|
170
207
|
--ig-gray-800-contrast: white;
|
|
171
208
|
--ig-gray-800: var(--ig-gray-h), var(--ig-gray-s), 26%;
|
|
209
|
+
--ig-gray-900: hsl(0, 0%, 13%);
|
|
172
210
|
--ig-gray-900-contrast: white;
|
|
173
211
|
--ig-gray-900: var(--ig-gray-h), var(--ig-gray-s), 13%;
|
|
212
|
+
--ig-surface-50: hsl(0, 0%, 100%);
|
|
174
213
|
--ig-surface-50-contrast: black;
|
|
175
214
|
--ig-surface-50: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.23), calc(var(--ig-surface-l) * 1.78);
|
|
215
|
+
--ig-surface-100: hsl(0, 0%, 100%);
|
|
176
216
|
--ig-surface-100-contrast: black;
|
|
177
217
|
--ig-surface-100: var(--ig-surface-h), calc(var(--ig-surface-s) * 0.8), calc(var(--ig-surface-l) * 1.66);
|
|
218
|
+
--ig-surface-200: hsl(0, 0%, 100%);
|
|
178
219
|
--ig-surface-200-contrast: black;
|
|
179
220
|
--ig-surface-200: var(--ig-surface-h), calc(var(--ig-surface-s) * 0.64), calc(var(--ig-surface-l) * 1.43);
|
|
221
|
+
--ig-surface-300: hsl(0, 0%, 100%);
|
|
180
222
|
--ig-surface-300-contrast: black;
|
|
181
223
|
--ig-surface-300: var(--ig-surface-h), calc(var(--ig-surface-s) * 0.73), calc(var(--ig-surface-l) * 1.19);
|
|
224
|
+
--ig-surface-400: hsl(0, 0%, 100%);
|
|
182
225
|
--ig-surface-400-contrast: black;
|
|
183
226
|
--ig-surface-400: var(--ig-surface-h), calc(var(--ig-surface-s) * 0.875), calc(var(--ig-surface-l) * 1.08);
|
|
184
227
|
--ig-surface-h: 0deg;
|
|
185
228
|
--ig-surface-s: 0%;
|
|
186
229
|
--ig-surface-l: 100%;
|
|
187
230
|
--ig-surface-a: 1;
|
|
231
|
+
--ig-surface-500: hsl(0, 0%, 100%);
|
|
188
232
|
--ig-surface-500-contrast: black;
|
|
189
233
|
--ig-surface-500: var(--ig-surface-h), calc(var(--ig-surface-s) * 1), calc(var(--ig-surface-l) * 1);
|
|
234
|
+
--ig-surface-600: hsl(0, 0%, 89%);
|
|
190
235
|
--ig-surface-600-contrast: black;
|
|
191
236
|
--ig-surface-600: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.26), calc(var(--ig-surface-l) * 0.89);
|
|
237
|
+
--ig-surface-700: hsl(0, 0%, 81%);
|
|
192
238
|
--ig-surface-700-contrast: black;
|
|
193
239
|
--ig-surface-700: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.52), calc(var(--ig-surface-l) * 0.81);
|
|
240
|
+
--ig-surface-800: hsl(0, 0%, 73%);
|
|
194
241
|
--ig-surface-800-contrast: black;
|
|
195
242
|
--ig-surface-800: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.5), calc(var(--ig-surface-l) * 0.73);
|
|
243
|
+
--ig-surface-900: hsl(0, 0%, 64%);
|
|
196
244
|
--ig-surface-900-contrast: black;
|
|
197
245
|
--ig-surface-900: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.34), calc(var(--ig-surface-l) * 0.64);
|
|
246
|
+
--ig-surface-A100: hsl(0, 0%, 100%);
|
|
198
247
|
--ig-surface-A100-contrast: black;
|
|
199
248
|
--ig-surface-A100: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.23), calc(var(--ig-surface-l) * 1.34);
|
|
249
|
+
--ig-surface-A200: hsl(0, 0%, 100%);
|
|
200
250
|
--ig-surface-A200-contrast: black;
|
|
201
251
|
--ig-surface-A200: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.22), calc(var(--ig-surface-l) * 1.16);
|
|
252
|
+
--ig-surface-A400: hsl(0, 0%, 91%);
|
|
202
253
|
--ig-surface-A400-contrast: black;
|
|
203
254
|
--ig-surface-A400: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.23), calc(var(--ig-surface-l) * 0.91);
|
|
255
|
+
--ig-surface-A700: hsl(0, 0%, 65%);
|
|
204
256
|
--ig-surface-A700-contrast: black;
|
|
205
257
|
--ig-surface-A700: var(--ig-surface-h), calc(var(--ig-surface-s) * 1.23), calc(var(--ig-surface-l) * 0.65);
|
|
258
|
+
--ig-info-50: hsl(209.07, 100%, 80.97%);
|
|
206
259
|
--ig-info-50-contrast: black;
|
|
207
260
|
--ig-info-50: var(--ig-info-h), calc(var(--ig-info-s) * 1.23), calc(var(--ig-info-l) * 1.78);
|
|
261
|
+
--ig-info-100: hsl(209.07, 66.9%, 75.51%);
|
|
208
262
|
--ig-info-100-contrast: black;
|
|
209
263
|
--ig-info-100: var(--ig-info-h), calc(var(--ig-info-s) * 0.8), calc(var(--ig-info-l) * 1.66);
|
|
264
|
+
--ig-info-200: hsl(209.07, 53.52%, 65.05%);
|
|
210
265
|
--ig-info-200-contrast: black;
|
|
211
266
|
--ig-info-200: var(--ig-info-h), calc(var(--ig-info-s) * 0.64), calc(var(--ig-info-l) * 1.43);
|
|
267
|
+
--ig-info-300: hsl(209.07, 61.04%, 54.13%);
|
|
212
268
|
--ig-info-300-contrast: black;
|
|
213
269
|
--ig-info-300: var(--ig-info-h), calc(var(--ig-info-s) * 0.73), calc(var(--ig-info-l) * 1.19);
|
|
270
|
+
--ig-info-400: hsl(209.07, 73.17%, 49.13%);
|
|
214
271
|
--ig-info-400-contrast: black;
|
|
215
272
|
--ig-info-400: var(--ig-info-h), calc(var(--ig-info-s) * 0.875), calc(var(--ig-info-l) * 1.08);
|
|
216
273
|
--ig-info-h: 209deg;
|
|
217
274
|
--ig-info-s: 84%;
|
|
218
275
|
--ig-info-l: 45%;
|
|
219
276
|
--ig-info-a: 1;
|
|
277
|
+
--ig-info-500: hsl(209.07, 83.62%, 45.49%);
|
|
220
278
|
--ig-info-500-contrast: black;
|
|
221
279
|
--ig-info-500: var(--ig-info-h), calc(var(--ig-info-s) * 1), calc(var(--ig-info-l) * 1);
|
|
280
|
+
--ig-info-600: hsl(209.07, 100%, 40.49%);
|
|
222
281
|
--ig-info-600-contrast: white;
|
|
223
282
|
--ig-info-600: var(--ig-info-h), calc(var(--ig-info-s) * 1.26), calc(var(--ig-info-l) * 0.89);
|
|
283
|
+
--ig-info-700: hsl(209.07, 100%, 36.85%);
|
|
224
284
|
--ig-info-700-contrast: white;
|
|
225
285
|
--ig-info-700: var(--ig-info-h), calc(var(--ig-info-s) * 1.52), calc(var(--ig-info-l) * 0.81);
|
|
286
|
+
--ig-info-800: hsl(209.07, 100%, 33.21%);
|
|
226
287
|
--ig-info-800-contrast: white;
|
|
227
288
|
--ig-info-800: var(--ig-info-h), calc(var(--ig-info-s) * 1.5), calc(var(--ig-info-l) * 0.73);
|
|
289
|
+
--ig-info-900: hsl(209.07, 100%, 29.11%);
|
|
228
290
|
--ig-info-900-contrast: white;
|
|
229
291
|
--ig-info-900: var(--ig-info-h), calc(var(--ig-info-s) * 1.34), calc(var(--ig-info-l) * 0.64);
|
|
292
|
+
--ig-info-A100: hsl(209.07, 100%, 60.96%);
|
|
230
293
|
--ig-info-A100-contrast: black;
|
|
231
294
|
--ig-info-A100: var(--ig-info-h), calc(var(--ig-info-s) * 1.23), calc(var(--ig-info-l) * 1.34);
|
|
295
|
+
--ig-info-A200: hsl(209.07, 100%, 52.77%);
|
|
232
296
|
--ig-info-A200-contrast: black;
|
|
233
297
|
--ig-info-A200: var(--ig-info-h), calc(var(--ig-info-s) * 1.22), calc(var(--ig-info-l) * 1.16);
|
|
298
|
+
--ig-info-A400: hsl(209.07, 100%, 41.4%);
|
|
234
299
|
--ig-info-A400-contrast: white;
|
|
235
300
|
--ig-info-A400: var(--ig-info-h), calc(var(--ig-info-s) * 1.23), calc(var(--ig-info-l) * 0.91);
|
|
301
|
+
--ig-info-A700: hsl(209.07, 100%, 29.57%);
|
|
236
302
|
--ig-info-A700-contrast: white;
|
|
237
303
|
--ig-info-A700: var(--ig-info-h), calc(var(--ig-info-s) * 1.23), calc(var(--ig-info-l) * 0.65);
|
|
304
|
+
--ig-success-50: hsl(131.32, 52.57%, 91.44%);
|
|
238
305
|
--ig-success-50-contrast: black;
|
|
239
306
|
--ig-success-50: var(--ig-success-h), calc(var(--ig-success-s) * 1.23), calc(var(--ig-success-l) * 1.78);
|
|
307
|
+
--ig-success-100: hsl(131.32, 34.19%, 85.28%);
|
|
240
308
|
--ig-success-100-contrast: black;
|
|
241
309
|
--ig-success-100: var(--ig-success-h), calc(var(--ig-success-s) * 0.8), calc(var(--ig-success-l) * 1.66);
|
|
310
|
+
--ig-success-200: hsl(131.32, 27.35%, 73.46%);
|
|
242
311
|
--ig-success-200-contrast: black;
|
|
243
312
|
--ig-success-200: var(--ig-success-h), calc(var(--ig-success-s) * 0.64), calc(var(--ig-success-l) * 1.43);
|
|
313
|
+
--ig-success-300: hsl(131.32, 31.2%, 61.13%);
|
|
244
314
|
--ig-success-300-contrast: black;
|
|
245
315
|
--ig-success-300: var(--ig-success-h), calc(var(--ig-success-s) * 0.73), calc(var(--ig-success-l) * 1.19);
|
|
316
|
+
--ig-success-400: hsl(131.32, 37.4%, 55.48%);
|
|
246
317
|
--ig-success-400-contrast: black;
|
|
247
318
|
--ig-success-400: var(--ig-success-h), calc(var(--ig-success-s) * 0.875), calc(var(--ig-success-l) * 1.08);
|
|
248
319
|
--ig-success-h: 131deg;
|
|
249
320
|
--ig-success-s: 43%;
|
|
250
321
|
--ig-success-l: 51%;
|
|
251
322
|
--ig-success-a: 1;
|
|
323
|
+
--ig-success-500: hsl(131.32, 42.74%, 51.37%);
|
|
252
324
|
--ig-success-500-contrast: black;
|
|
253
325
|
--ig-success-500: var(--ig-success-h), calc(var(--ig-success-s) * 1), calc(var(--ig-success-l) * 1);
|
|
326
|
+
--ig-success-600: hsl(131.32, 53.85%, 45.72%);
|
|
254
327
|
--ig-success-600-contrast: black;
|
|
255
328
|
--ig-success-600: var(--ig-success-h), calc(var(--ig-success-s) * 1.26), calc(var(--ig-success-l) * 0.89);
|
|
329
|
+
--ig-success-700: hsl(131.32, 64.97%, 41.61%);
|
|
256
330
|
--ig-success-700-contrast: black;
|
|
257
331
|
--ig-success-700: var(--ig-success-h), calc(var(--ig-success-s) * 1.52), calc(var(--ig-success-l) * 0.81);
|
|
332
|
+
--ig-success-800: hsl(131.32, 64.11%, 37.5%);
|
|
258
333
|
--ig-success-800-contrast: black;
|
|
259
334
|
--ig-success-800: var(--ig-success-h), calc(var(--ig-success-s) * 1.5), calc(var(--ig-success-l) * 0.73);
|
|
335
|
+
--ig-success-900: hsl(131.32, 57.27%, 32.88%);
|
|
260
336
|
--ig-success-900-contrast: white;
|
|
261
337
|
--ig-success-900: var(--ig-success-h), calc(var(--ig-success-s) * 1.34), calc(var(--ig-success-l) * 0.64);
|
|
338
|
+
--ig-success-A100: hsl(131.32, 52.57%, 68.84%);
|
|
262
339
|
--ig-success-A100-contrast: black;
|
|
263
340
|
--ig-success-A100: var(--ig-success-h), calc(var(--ig-success-s) * 1.23), calc(var(--ig-success-l) * 1.34);
|
|
341
|
+
--ig-success-A200: hsl(131.32, 52.15%, 59.59%);
|
|
264
342
|
--ig-success-A200-contrast: black;
|
|
265
343
|
--ig-success-A200: var(--ig-success-h), calc(var(--ig-success-s) * 1.22), calc(var(--ig-success-l) * 1.16);
|
|
344
|
+
--ig-success-A400: hsl(131.32, 52.57%, 46.75%);
|
|
266
345
|
--ig-success-A400-contrast: black;
|
|
267
346
|
--ig-success-A400: var(--ig-success-h), calc(var(--ig-success-s) * 1.23), calc(var(--ig-success-l) * 0.91);
|
|
347
|
+
--ig-success-A700: hsl(131.32, 52.57%, 33.39%);
|
|
268
348
|
--ig-success-A700-contrast: white;
|
|
269
349
|
--ig-success-A700: var(--ig-success-h), calc(var(--ig-success-s) * 1.23), calc(var(--ig-success-l) * 0.65);
|
|
350
|
+
--ig-warn-50: hsl(37.07, 100%, 95.98%);
|
|
270
351
|
--ig-warn-50-contrast: black;
|
|
271
352
|
--ig-warn-50: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.23), calc(var(--ig-warn-l) * 1.78);
|
|
353
|
+
--ig-warn-100: hsl(37.07, 76.6%, 89.51%);
|
|
272
354
|
--ig-warn-100-contrast: black;
|
|
273
355
|
--ig-warn-100: var(--ig-warn-h), calc(var(--ig-warn-s) * 0.8), calc(var(--ig-warn-l) * 1.66);
|
|
356
|
+
--ig-warn-200: hsl(37.07, 61.28%, 77.11%);
|
|
274
357
|
--ig-warn-200-contrast: black;
|
|
275
358
|
--ig-warn-200: var(--ig-warn-h), calc(var(--ig-warn-s) * 0.64), calc(var(--ig-warn-l) * 1.43);
|
|
359
|
+
--ig-warn-300: hsl(37.07, 69.89%, 64.17%);
|
|
276
360
|
--ig-warn-300-contrast: black;
|
|
277
361
|
--ig-warn-300: var(--ig-warn-h), calc(var(--ig-warn-s) * 0.73), calc(var(--ig-warn-l) * 1.19);
|
|
362
|
+
--ig-warn-400: hsl(37.07, 83.78%, 58.24%);
|
|
278
363
|
--ig-warn-400-contrast: black;
|
|
279
364
|
--ig-warn-400: var(--ig-warn-h), calc(var(--ig-warn-s) * 0.875), calc(var(--ig-warn-l) * 1.08);
|
|
280
365
|
--ig-warn-h: 37deg;
|
|
281
366
|
--ig-warn-s: 96%;
|
|
282
367
|
--ig-warn-l: 54%;
|
|
283
368
|
--ig-warn-a: 1;
|
|
369
|
+
--ig-warn-500: hsl(37.07, 95.74%, 53.92%);
|
|
284
370
|
--ig-warn-500-contrast: black;
|
|
285
371
|
--ig-warn-500: var(--ig-warn-h), calc(var(--ig-warn-s) * 1), calc(var(--ig-warn-l) * 1);
|
|
372
|
+
--ig-warn-600: hsl(37.07, 100%, 47.99%);
|
|
286
373
|
--ig-warn-600-contrast: black;
|
|
287
374
|
--ig-warn-600: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.26), calc(var(--ig-warn-l) * 0.89);
|
|
375
|
+
--ig-warn-700: hsl(37.07, 100%, 43.68%);
|
|
288
376
|
--ig-warn-700-contrast: black;
|
|
289
377
|
--ig-warn-700: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.52), calc(var(--ig-warn-l) * 0.81);
|
|
378
|
+
--ig-warn-800: hsl(37.07, 100%, 39.36%);
|
|
290
379
|
--ig-warn-800-contrast: black;
|
|
291
380
|
--ig-warn-800: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.5), calc(var(--ig-warn-l) * 0.73);
|
|
381
|
+
--ig-warn-900: hsl(37.07, 100%, 34.51%);
|
|
292
382
|
--ig-warn-900-contrast: black;
|
|
293
383
|
--ig-warn-900: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.34), calc(var(--ig-warn-l) * 0.64);
|
|
384
|
+
--ig-warn-A100: hsl(37.07, 100%, 72.25%);
|
|
294
385
|
--ig-warn-A100-contrast: black;
|
|
295
386
|
--ig-warn-A100: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.23), calc(var(--ig-warn-l) * 1.34);
|
|
387
|
+
--ig-warn-A200: hsl(37.07, 100%, 62.55%);
|
|
296
388
|
--ig-warn-A200-contrast: black;
|
|
297
389
|
--ig-warn-A200: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.22), calc(var(--ig-warn-l) * 1.16);
|
|
390
|
+
--ig-warn-A400: hsl(37.07, 100%, 49.07%);
|
|
298
391
|
--ig-warn-A400-contrast: black;
|
|
299
392
|
--ig-warn-A400: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.23), calc(var(--ig-warn-l) * 0.91);
|
|
393
|
+
--ig-warn-A700: hsl(37.07, 100%, 35.05%);
|
|
300
394
|
--ig-warn-A700-contrast: black;
|
|
301
395
|
--ig-warn-A700: var(--ig-warn-h), calc(var(--ig-warn-s) * 1.23), calc(var(--ig-warn-l) * 0.65);
|
|
396
|
+
--ig-error-50: hsl(346.02, 100%, 95.63%);
|
|
302
397
|
--ig-error-50-contrast: black;
|
|
303
398
|
--ig-error-50: var(--ig-error-h), calc(var(--ig-error-s) * 1.23), calc(var(--ig-error-l) * 1.78);
|
|
399
|
+
--ig-error-100: hsl(346.02, 80%, 89.18%);
|
|
304
400
|
--ig-error-100-contrast: black;
|
|
305
401
|
--ig-error-100: var(--ig-error-h), calc(var(--ig-error-s) * 0.8), calc(var(--ig-error-l) * 1.66);
|
|
402
|
+
--ig-error-200: hsl(346.02, 64%, 76.83%);
|
|
306
403
|
--ig-error-200-contrast: black;
|
|
307
404
|
--ig-error-200: var(--ig-error-h), calc(var(--ig-error-s) * 0.64), calc(var(--ig-error-l) * 1.43);
|
|
405
|
+
--ig-error-300: hsl(346.02, 73%, 63.93%);
|
|
308
406
|
--ig-error-300-contrast: black;
|
|
309
407
|
--ig-error-300: var(--ig-error-h), calc(var(--ig-error-s) * 0.73), calc(var(--ig-error-l) * 1.19);
|
|
408
|
+
--ig-error-400: hsl(346.02, 87.5%, 58.02%);
|
|
310
409
|
--ig-error-400-contrast: black;
|
|
311
410
|
--ig-error-400: var(--ig-error-h), calc(var(--ig-error-s) * 0.875), calc(var(--ig-error-l) * 1.08);
|
|
312
411
|
--ig-error-h: 346deg;
|
|
313
412
|
--ig-error-s: 100%;
|
|
314
413
|
--ig-error-l: 54%;
|
|
315
414
|
--ig-error-a: 1;
|
|
415
|
+
--ig-error-500: hsl(346.02, 100%, 53.73%);
|
|
316
416
|
--ig-error-500-contrast: black;
|
|
317
417
|
--ig-error-500: var(--ig-error-h), calc(var(--ig-error-s) * 1), calc(var(--ig-error-l) * 1);
|
|
418
|
+
--ig-error-600: hsl(346.02, 100%, 47.82%);
|
|
318
419
|
--ig-error-600-contrast: black;
|
|
319
420
|
--ig-error-600: var(--ig-error-h), calc(var(--ig-error-s) * 1.26), calc(var(--ig-error-l) * 0.89);
|
|
421
|
+
--ig-error-700: hsl(346.02, 100%, 43.52%);
|
|
320
422
|
--ig-error-700-contrast: white;
|
|
321
423
|
--ig-error-700: var(--ig-error-h), calc(var(--ig-error-s) * 1.52), calc(var(--ig-error-l) * 0.81);
|
|
424
|
+
--ig-error-800: hsl(346.02, 100%, 39.22%);
|
|
322
425
|
--ig-error-800-contrast: white;
|
|
323
426
|
--ig-error-800: var(--ig-error-h), calc(var(--ig-error-s) * 1.5), calc(var(--ig-error-l) * 0.73);
|
|
427
|
+
--ig-error-900: hsl(346.02, 100%, 34.38%);
|
|
324
428
|
--ig-error-900-contrast: white;
|
|
325
429
|
--ig-error-900: var(--ig-error-h), calc(var(--ig-error-s) * 1.34), calc(var(--ig-error-l) * 0.64);
|
|
430
|
+
--ig-error-A100: hsl(346.02, 100%, 71.99%);
|
|
326
431
|
--ig-error-A100-contrast: black;
|
|
327
432
|
--ig-error-A100: var(--ig-error-h), calc(var(--ig-error-s) * 1.23), calc(var(--ig-error-l) * 1.34);
|
|
433
|
+
--ig-error-A200: hsl(346.02, 100%, 62.32%);
|
|
328
434
|
--ig-error-A200-contrast: black;
|
|
329
435
|
--ig-error-A200: var(--ig-error-h), calc(var(--ig-error-s) * 1.22), calc(var(--ig-error-l) * 1.16);
|
|
436
|
+
--ig-error-A400: hsl(346.02, 100%, 48.89%);
|
|
330
437
|
--ig-error-A400-contrast: black;
|
|
331
438
|
--ig-error-A400: var(--ig-error-h), calc(var(--ig-error-s) * 1.23), calc(var(--ig-error-l) * 0.91);
|
|
439
|
+
--ig-error-A700: hsl(346.02, 100%, 34.92%);
|
|
332
440
|
--ig-error-A700-contrast: white;
|
|
333
441
|
--ig-error-A700: var(--ig-error-h), calc(var(--ig-error-s) * 1.23), calc(var(--ig-error-l) * 0.65);
|
|
334
442
|
}
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
290
|
"name": "igc-calendar",
|
|
291
|
-
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} -
|
|
291
|
+
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `_activeDate` {`Date`} - \n\n * `_activeDateSetFlag` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
292
292
|
"attributes": [
|
|
293
293
|
{
|
|
294
294
|
"name": "hide-outside-days",
|
|
@@ -360,12 +360,12 @@
|
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"name": "value",
|
|
363
|
-
"description": "`value` {`Date | undefined`} -
|
|
363
|
+
"description": "`value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\nProperty: value",
|
|
364
364
|
"values": []
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"name": "values",
|
|
368
|
-
"description": "`values` {`Date[] | undefined`} -
|
|
368
|
+
"description": "`values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\nProperty: values",
|
|
369
369
|
"values": []
|
|
370
370
|
},
|
|
371
371
|
{
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"name": "active-date",
|
|
420
|
-
"description": "`active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\nProperty: activeDate
|
|
420
|
+
"description": "`active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\nProperty: activeDate"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"name": "locale",
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"name": "igc-days-view",
|
|
434
|
-
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `value` {`Date | undefined`} -
|
|
434
|
+
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `tagName` {`\"igc-days-view\"`} - \n\n * `styles` - \n\n * `labelFormatter` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `dates` {`ICalendarDate[][]`} - \n\n * `activeDay` {`HTMLElement`} - \n\n * `hideLeadingDays` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hideTrailingDays` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `rangePreviewDate` {`Date | undefined`} - The range preview date.\n\n * `weekDayFormat` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `isSingleSelection` {`boolean`} - \n\n * `_activeDate` {`Date`} - \n\n * `_activeDateSetFlag` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
435
435
|
"attributes": [
|
|
436
436
|
{
|
|
437
437
|
"name": "hide-leading-days",
|
|
@@ -465,12 +465,12 @@
|
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"name": "value",
|
|
468
|
-
"description": "`value` {`Date | undefined`} -
|
|
468
|
+
"description": "`value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\nProperty: value",
|
|
469
469
|
"values": []
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
"name": "values",
|
|
473
|
-
"description": "`values` {`Date[] | undefined`} -
|
|
473
|
+
"description": "`values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\nProperty: values",
|
|
474
474
|
"values": []
|
|
475
475
|
},
|
|
476
476
|
{
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
},
|
|
523
523
|
{
|
|
524
524
|
"name": "active-date",
|
|
525
|
-
"description": "`active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\nProperty: activeDate
|
|
525
|
+
"description": "`active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\nProperty: activeDate"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
528
|
"name": "locale",
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
820
|
"name": "igc-combo-item",
|
|
821
|
-
"description": "Attributes:\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `hide-checkbox` {`boolean`} -
|
|
821
|
+
"description": "Attributes:\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `hide-checkbox` {`boolean`} - Determines whether the item is active.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `index` {`number`} - \n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `hideCheckbox` {`boolean`} - Determines whether the item is active.",
|
|
822
822
|
"attributes": [
|
|
823
823
|
{
|
|
824
824
|
"name": "selected",
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
},
|
|
833
833
|
{
|
|
834
834
|
"name": "hide-checkbox",
|
|
835
|
-
"description": "`hide-checkbox` {`boolean`} -
|
|
835
|
+
"description": "`hide-checkbox` {`boolean`} - Determines whether the item is active.\n\nProperty: hideCheckbox\n\nDefault: false",
|
|
836
836
|
"valueSet": "v"
|
|
837
837
|
}
|
|
838
838
|
]
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"name": "igc-combo",
|
|
847
|
-
"description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`string`} - Returns the current selection as
|
|
847
|
+
"description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`string[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`string[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`string[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - ",
|
|
848
848
|
"attributes": [
|
|
849
849
|
{
|
|
850
850
|
"name": "name",
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
},
|
|
952
952
|
{
|
|
953
953
|
"name": "filtering-options",
|
|
954
|
-
"description": "`filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\nProperty: filteringOptions
|
|
954
|
+
"description": "`filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\nProperty: filteringOptions"
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
957
|
"name": "case-sensitive-icon",
|
|
@@ -963,6 +963,10 @@
|
|
|
963
963
|
"description": "`disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\nProperty: disableFiltering\n\nDefault: false",
|
|
964
964
|
"valueSet": "v"
|
|
965
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"name": "value",
|
|
968
|
+
"description": "`value` {`string[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\nProperty: value"
|
|
969
|
+
},
|
|
966
970
|
{
|
|
967
971
|
"name": "onigcFocus",
|
|
968
972
|
"description": "`igcFocus` {} - Emitted when the select gains focus."
|
|
@@ -1109,11 +1113,16 @@
|
|
|
1109
1113
|
},
|
|
1110
1114
|
{
|
|
1111
1115
|
"name": "igc-dialog",
|
|
1112
|
-
"description": "Represents a Dialog component.\n\nEvents:\n\n * `igcClosing` {} - Emitter just before the dialog is closed.\n\n * `igcClosed` {} - Emitted after closing the dialog.\n\nSlots:\n\n * ` ` {} - Renders content inside the default slot.\n\n * `title` {} - Renders the title of the dialog header.\n\n * `footer` {} - Renders the dialog footer.\n\nAttributes:\n\n * `close-on-escape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\n * `close-on-outside-click` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\n * `hide-default-action` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\n * `open` {`boolean`} - Whether the dialog is opened.\n\n * `title` {`string`} - Sets the title of the dialog.\n\nProperties:\n\n * `tagName` {`\"igc-dialog\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `increment` - \n\n * `titleId` {`string`} - \n\n * `dialog` {`HTMLDialogElement`} - \n\n * `closeOnEscape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\n * `closeOnOutsideClick` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\n * `hideDefaultAction` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\n * `open` {`boolean`} - Whether the dialog is opened.\n\n * `title` {`string`} - Sets the title of the dialog.\n\n * `returnValue` {`string`} - Sets the return value for the dialog.\n\n * `formSubmitHandler` - ",
|
|
1116
|
+
"description": "Represents a Dialog component.\n\nEvents:\n\n * `igcClosing` {} - Emitter just before the dialog is closed.\n\n * `igcClosed` {} - Emitted after closing the dialog.\n\nSlots:\n\n * ` ` {} - Renders content inside the default slot.\n\n * `title` {} - Renders the title of the dialog header.\n\n * `footer` {} - Renders the dialog footer.\n\nAttributes:\n\n * `close-on-escape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\n * `keep-open-on-escape` {`boolean`} - Whether the dialog should be kept open when pressing the 'ESCAPE' button.\n\n * `close-on-outside-click` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\n * `hide-default-action` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\n * `open` {`boolean`} - Whether the dialog is opened.\n\n * `title` {`string`} - Sets the title of the dialog.\n\nProperties:\n\n * `tagName` {`\"igc-dialog\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `increment` - \n\n * `titleId` {`string`} - \n\n * `dialog` {`HTMLDialogElement`} - \n\n * `closeOnEscape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\n * `keepOpenOnEscape` {`boolean`} - Whether the dialog should be kept open when pressing the 'ESCAPE' button.\n\n * `closeOnOutsideClick` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\n * `hideDefaultAction` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\n * `open` {`boolean`} - Whether the dialog is opened.\n\n * `title` {`string`} - Sets the title of the dialog.\n\n * `returnValue` {`string`} - Sets the return value for the dialog.\n\n * `formSubmitHandler` - ",
|
|
1113
1117
|
"attributes": [
|
|
1114
1118
|
{
|
|
1115
1119
|
"name": "close-on-escape",
|
|
1116
|
-
"description": "`close-on-escape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\nProperty: closeOnEscape
|
|
1120
|
+
"description": "`close-on-escape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\nProperty: closeOnEscape",
|
|
1121
|
+
"valueSet": "v"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "keep-open-on-escape",
|
|
1125
|
+
"description": "`keep-open-on-escape` {`boolean`} - Whether the dialog should be kept open when pressing the 'ESCAPE' button.\n\nProperty: keepOpenOnEscape\n\nDefault: false",
|
|
1117
1126
|
"valueSet": "v"
|
|
1118
1127
|
},
|
|
1119
1128
|
{
|
|
@@ -1321,7 +1330,7 @@
|
|
|
1321
1330
|
},
|
|
1322
1331
|
{
|
|
1323
1332
|
"name": "igc-expansion-panel",
|
|
1324
|
-
"description": "The Expansion Panel Component provides a way to display information in a toggleable way -\ncompact summary view containing title and description and expanded detail view containing\nadditional content to the summary header.\n\nEvents:\n\n * `igcOpening` {} - Emitted before opening the expansion panel.\n\n * `igcOpened` {} - Emitted after the expansion panel is opened.\n\n * `igcClosing` {} - Emitted before closing the expansion panel.\n\n * `igcClosed` {} - Emitted after the expansion panel is closed.\n\nSlots:\n\n * `title` {} - renders the title of the panel's header\n\n * `subtitle` {} - renders the subtitle of the panel's header\n\n * `indicator` {} - renders the expand/collapsed indicator\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperties:\n\n * `tagName` {`\"igc-expansion-panel\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicatorPosition` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\n * `panelHeader` {`HTMLElement`} - \n\n * `panelContent` {`HTMLElement`} - \n\n * `panelId` {`string`} - ",
|
|
1333
|
+
"description": "The Expansion Panel Component provides a way to display information in a toggleable way -\ncompact summary view containing title and description and expanded detail view containing\nadditional content to the summary header.\n\nEvents:\n\n * `igcOpening` {} - Emitted before opening the expansion panel.\n\n * `igcOpened` {} - Emitted after the expansion panel is opened.\n\n * `igcClosing` {} - Emitted before closing the expansion panel.\n\n * `igcClosed` {} - Emitted after the expansion panel is closed.\n\nSlots:\n\n * ` ` {} - renders the default content of the panel\n\n * `title` {} - renders the title of the panel's header\n\n * `subtitle` {} - renders the subtitle of the panel's header\n\n * `indicator` {} - renders the expand/collapsed indicator\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperties:\n\n * `tagName` {`\"igc-expansion-panel\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicatorPosition` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\n * `panelHeader` {`HTMLElement`} - \n\n * `panelContent` {`HTMLElement`} - \n\n * `panelId` {`string`} - ",
|
|
1325
1334
|
"attributes": [
|
|
1326
1335
|
{
|
|
1327
1336
|
"name": "open",
|
|
@@ -1387,7 +1396,7 @@
|
|
|
1387
1396
|
},
|
|
1388
1397
|
{
|
|
1389
1398
|
"name": "igc-icon",
|
|
1390
|
-
"description": "
|
|
1399
|
+
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon\"`} - \n\n * `styles` - \n\n * `svg` {`string`} - \n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `iconLoaded` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1391
1400
|
"attributes": [
|
|
1392
1401
|
{
|
|
1393
1402
|
"name": "name",
|
|
@@ -2641,7 +2650,7 @@
|
|
|
2641
2650
|
},
|
|
2642
2651
|
{
|
|
2643
2652
|
"name": "igc-stepper",
|
|
2644
|
-
"description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.\n\nEvents:\n\n * `igcActiveStepChanging` {} - Emitted when the active step is about to change.\n\n * `igcActiveStepChanged` {} - Emitted when the active step is changed.\n\nSlots:\n\n * ` ` {} - Renders the step components inside default slot.\n\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `step-type` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `content-top` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\
|
|
2653
|
+
"description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.\n\nEvents:\n\n * `igcActiveStepChanging` {} - Emitted when the active step is about to change.\n\n * `igcActiveStepChanged` {} - Emitted when the active step is changed.\n\nSlots:\n\n * ` ` {} - Renders the step components inside default slot.\n\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `step-type` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `content-top` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\nProperties:\n\n * `tagName` {`\"igc-stepper\"`} - \n\n * `styles` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `activeStep` - \n\n * `steps` {`IgcStepComponent[]`} - Returns all of the stepper's steps.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `contentTop` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.",
|
|
2645
2654
|
"attributes": [
|
|
2646
2655
|
{
|
|
2647
2656
|
"name": "orientation",
|
|
@@ -2713,21 +2722,6 @@
|
|
|
2713
2722
|
}
|
|
2714
2723
|
]
|
|
2715
2724
|
},
|
|
2716
|
-
{
|
|
2717
|
-
"name": "size",
|
|
2718
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
2719
|
-
"values": [
|
|
2720
|
-
{
|
|
2721
|
-
"name": "small"
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"name": "medium"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"name": "large"
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
2725
|
{
|
|
2732
2726
|
"name": "onigcActiveStepChanging",
|
|
2733
2727
|
"description": "`igcActiveStepChanging` {} - Emitted when the active step is about to change."
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.base.css.js","sourceRoot":"","sources":["../../../../src/components/avatar/themes/avatar.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8GvB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host {\n --is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);\n --is-medium:\n min(\n clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1),\n clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1)\n );\n --is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);\n position: relative;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n scrollbar-width: var(--ig-scrollbar-size);\n scrollbar-color: var(--ig-scrollbar-thumb-background) var(--ig-scrollbar-track-background);\n}\n:host *,\n:host *::before,\n:host *::after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n:host ::-webkit-scrollbar {\n width: var(--ig-scrollbar-size);\n height: var(--ig-scrollbar-size);\n background: var(--ig-scrollbar-track-background);\n}\n:host ::-webkit-scrollbar-thumb {\n background: var(--ig-scrollbar-thumb-background);\n}\n\n[hidden] {\n display: none !important;\n}\n\n/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */\n:host {\n --size: max(var(--is-large, 1) * max(5.5rem, -1 * 5.5rem), var(--is-medium, 1) * max(4rem, -1 * 4rem), var(--is-small, 1) * max(2.5rem, -1 * 2.5rem));\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n height: -webkit-fit-content;\n height: -moz-fit-content;\n height: fit-content;\n}\n\n[part=base] {\n position: relative;\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n color: hsla(var(--ig-gray-800), var(--ig-gray-a));\n background: hsla(var(--ig-gray-400), var(--ig-gray-a));\n border-radius: 0;\n outline-style: none;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n overflow: hidden;\n font-family: var(--ig-font-family);\n width: var(--size);\n height: var(--size);\n}\n[part=base] [part=initials] {\n font-size: calc(var(--size) / 2);\n line-height: calc(var(--size) / 2);\n}\n\nimg {\n position: absolute;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background-color: inherit;\n -o-object-fit: cover;\n object-fit: cover;\n}\n\n[part=initials] {\n text-transform: uppercase;\n}\n\n:host([size=large]) {\n --component-size: var(--ig-size, var(--ig-size-large));\n}\n\n:host([size=medium]) {\n --component-size: var(--ig-size, var(--ig-size-medium));\n}\n\n:host([size=small]) {\n --component-size: var(--ig-size, var(--ig-size-small));\n}\n\n:host([shape=rounded]) [part=base] {\n border-radius: 0.5rem;\n}\n\n:host([shape=circle]) [part=base] {\n border-radius: calc(var(--size) / 2);\n}`;\n"]}
|