@norwegian/core-components 6.59.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/fonts/NorwegianDisplay-Bold.ttf +0 -0
- package/assets/fonts/NorwegianDisplay-Regular.ttf +0 -0
- package/assets/fonts/NorwegianDisplayPro-Bold.otf +0 -0
- package/assets/fonts/NorwegianDisplayPro-Bold.woff +0 -0
- package/assets/fonts/NorwegianDisplayPro-Bold.woff2 +0 -0
- package/assets/fonts/NorwegianDisplayPro-Regular.otf +0 -0
- package/assets/fonts/NorwegianDisplayPro-Regular.woff +0 -0
- package/assets/fonts/NorwegianDisplayPro-Regular.woff2 +0 -0
- package/assets/fonts/NorwegianText-Bold.ttf +0 -0
- package/assets/fonts/NorwegianText-BoldItalic.ttf +0 -0
- package/assets/fonts/NorwegianText-Regular.ttf +0 -0
- package/assets/fonts/NorwegianText-RegularItalic.ttf +0 -0
- package/assets/fonts/NorwegianTextPro-Bold.otf +0 -0
- package/assets/fonts/NorwegianTextPro-Bold.woff +0 -0
- package/assets/fonts/NorwegianTextPro-Bold.woff2 +0 -0
- package/assets/fonts/NorwegianTextPro-BoldItalic.otf +0 -0
- package/assets/fonts/NorwegianTextPro-BoldItalic.woff +0 -0
- package/assets/fonts/NorwegianTextPro-BoldItalic.woff2 +0 -0
- package/assets/fonts/NorwegianTextPro-Regular.otf +0 -0
- package/assets/fonts/NorwegianTextPro-Regular.woff +0 -0
- package/assets/fonts/NorwegianTextPro-Regular.woff2 +0 -0
- package/assets/fonts/NorwegianTextPro-RegularItalic.otf +0 -0
- package/assets/fonts/NorwegianTextPro-RegularItalic.woff +0 -0
- package/assets/fonts/NorwegianTextPro-RegularItalic.woff2 +0 -0
- package/esm2022/lib/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/lib/components/airport-select/airport-select-dropdown/airport-select-dropdown.component.mjs +10 -7
- package/esm2022/lib/components/airport-select/airport-select.component.mjs +43 -12
- package/esm2022/lib/components/airport-select/airport-select.module.mjs +4 -4
- package/esm2022/lib/components/airport-select/index.mjs +1 -2
- package/esm2022/lib/components/airport-select/models/results-labels.model.mjs +1 -1
- package/esm2022/lib/components/airport-select/services/airport-select-dropdown.service.mjs +2 -2
- package/esm2022/lib/components/airport-select/services/airport-select.service.mjs +3 -3
- package/esm2022/lib/components/alert/alert.component.mjs +5 -5
- package/esm2022/lib/components/alert/alert.module.mjs +4 -4
- package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +25 -5
- package/esm2022/lib/components/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/lib/components/autocomplete/index.mjs +1 -2
- package/esm2022/lib/components/box/box.component.mjs +2 -2
- package/esm2022/lib/components/button/button.component.mjs +16 -11
- package/esm2022/lib/components/button/button.module.mjs +1 -1
- package/esm2022/lib/components/campaign-header/campaign-header.component.mjs +2 -2
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +4 -4
- package/esm2022/lib/components/checkbox/checkbox.module.mjs +1 -1
- package/esm2022/lib/components/continue/continue.component.mjs +2 -2
- package/esm2022/lib/components/continue/continue.module.mjs +1 -1
- package/esm2022/lib/components/cover/cover.component.mjs +2 -2
- package/esm2022/lib/components/cover/cover.module.mjs +1 -1
- package/esm2022/lib/components/datepicker/calendar/calendar.component.mjs +29 -5
- package/esm2022/lib/components/datepicker/calendar/models/day.model.mjs +1 -1
- package/esm2022/lib/components/datepicker/calendar/models/select-option.model.mjs +1 -1
- package/esm2022/lib/components/datepicker/calendar/models/week.model.mjs +1 -1
- package/esm2022/lib/components/datepicker/datepicker.component.mjs +25 -11
- package/esm2022/lib/components/datepicker/datepicker.module.mjs +4 -4
- package/esm2022/lib/components/datepicker/index.mjs +2 -1
- package/esm2022/lib/components/datepicker/services/calendar.service.mjs +7 -5
- package/esm2022/lib/components/datepicker-combo/datepicker-combo.component.mjs +38 -11
- package/esm2022/lib/components/datepicker-combo/datepicker-combo.module.mjs +14 -6
- package/esm2022/lib/components/divider/divider.component.mjs +4 -4
- package/esm2022/lib/components/divider/divider.module.mjs +6 -6
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +2 -2
- package/esm2022/lib/components/filter/filter.component.mjs +139 -72
- package/esm2022/lib/components/filter/filter.module.mjs +23 -11
- package/esm2022/lib/components/filter/index.mjs +2 -1
- package/esm2022/lib/components/icon-list/icon-list.component.mjs +2 -2
- package/esm2022/lib/components/index.mjs +13 -15
- package/esm2022/lib/components/info/info.component.mjs +2 -2
- package/esm2022/lib/components/input/input.component.mjs +61 -14
- package/esm2022/lib/components/input/input.module.mjs +2 -2
- package/esm2022/lib/components/journey/journey.component.mjs +2 -2
- package/esm2022/lib/components/journey-availability/journey-availability.component.mjs +2 -2
- package/esm2022/lib/components/journey-availability-list/journey-availability-list.component.mjs +2 -2
- package/esm2022/lib/components/journey-selection/journey-selection.component.mjs +2 -2
- package/esm2022/lib/components/journey-stopover/journey-stopover.component.mjs +2 -2
- package/esm2022/lib/components/list/list.component.mjs +3 -3
- package/esm2022/lib/components/micro-button/micro-button.component.mjs +2 -2
- package/esm2022/lib/components/modal/modal.component.mjs +2 -2
- package/esm2022/lib/components/number-field/number-field.component.mjs +11 -4
- package/esm2022/lib/components/number-field/number-field.module.mjs +1 -1
- package/esm2022/lib/components/page-footer/page-footer.component.mjs +2 -2
- package/esm2022/lib/components/page-header/page-header.component.mjs +2 -2
- package/esm2022/lib/components/page-header/page-header.module.mjs +2 -6
- package/esm2022/lib/components/page-header/search/search.component.mjs +2 -2
- package/esm2022/lib/components/page-header/wallet/wallet.component.mjs +9 -6
- package/esm2022/lib/components/passenger-select/index.mjs +3 -1
- package/esm2022/lib/components/passenger-select/models/passengers.model.mjs +1 -1
- package/esm2022/lib/components/passenger-select/passenger-select.component.mjs +12 -6
- package/esm2022/lib/components/passenger-select/passenger-select.module.mjs +14 -6
- package/esm2022/lib/components/phone-number/phone-number.component.mjs +2 -2
- package/esm2022/lib/components/radio/radio.component.mjs +4 -4
- package/esm2022/lib/components/ribbon-banner/ribbon-banner.component.mjs +2 -2
- package/esm2022/lib/components/select/select.component.mjs +2 -2
- package/esm2022/lib/components/simple-list/simple-list.component.mjs +2 -2
- package/esm2022/lib/components/slide-toggle/slide-toggle.component.mjs +14 -14
- package/esm2022/lib/components/slide-toggle/slide-toggle.module.mjs +1 -1
- package/esm2022/lib/components/slider/slider.component.mjs +4 -4
- package/esm2022/lib/components/sort/sort.component.mjs +2 -2
- package/esm2022/lib/components/sort/sort.module.mjs +1 -1
- package/esm2022/lib/components/spinner/spinner.component.mjs +2 -2
- package/esm2022/lib/components/status-box/status-box.component.mjs +5 -6
- package/esm2022/lib/components/status-box/status-box.module.mjs +5 -5
- package/esm2022/lib/components/subsidy-discount/subsidy-discount.component.mjs +2 -2
- package/esm2022/lib/components/suggestions/suggestions.component.mjs +3 -3
- package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
- package/esm2022/lib/components/table/table.component.mjs +2 -2
- package/esm2022/lib/components/tag/tag.component.mjs +2 -2
- package/esm2022/lib/components/textarea/textarea.component.mjs +2 -2
- package/esm2022/lib/components/toggle/models/options.model.mjs +1 -1
- package/esm2022/lib/components/toggle/toggle.component.mjs +11 -3
- package/esm2022/lib/components/trip-summary/trip-summary.component.mjs +2 -2
- package/esm2022/lib/core/directives/nas-class/nas-class.module.mjs +1 -1
- package/fesm2022/norwegian-core-components.mjs +4614 -10814
- package/fesm2022/norwegian-core-components.mjs.map +1 -1
- package/lib/components/airport-select/airport-select-dropdown/airport-select-dropdown.component.d.ts +3 -2
- package/lib/components/airport-select/airport-select.component.d.ts +21 -6
- package/lib/components/airport-select/index.d.ts +0 -1
- package/lib/components/alert/alert.module.d.ts +4 -4
- package/lib/components/autocomplete/autocomplete.component.d.ts +8 -4
- package/lib/components/autocomplete/index.d.ts +0 -1
- package/lib/components/button/button.component.d.ts +35 -26
- package/lib/components/checkbox/checkbox.component.d.ts +1 -1
- package/lib/components/datepicker/calendar/calendar.component.d.ts +11 -1
- package/lib/components/datepicker/calendar/models/day.model.d.ts +1 -0
- package/lib/components/datepicker/datepicker.component.d.ts +20 -2
- package/lib/components/datepicker/index.d.ts +1 -0
- package/lib/components/datepicker-combo/datepicker-combo.component.d.ts +26 -3
- package/lib/components/divider/divider.module.d.ts +3 -3
- package/lib/components/filter/filter.component.d.ts +80 -24
- package/lib/components/filter/filter.module.d.ts +10 -7
- package/lib/components/filter/index.d.ts +1 -0
- package/lib/components/index.d.ts +12 -14
- package/lib/components/input/input.component.d.ts +21 -17
- package/lib/components/list/list.component.d.ts +1 -1
- package/lib/components/number-field/number-field.component.d.ts +10 -2
- package/lib/components/page-header/page-header.module.d.ts +2 -3
- package/lib/components/page-header/wallet/wallet.component.d.ts +1 -0
- package/lib/components/passenger-select/index.d.ts +2 -0
- package/lib/components/passenger-select/models/passengers.model.d.ts +1 -0
- package/lib/components/passenger-select/passenger-select.component.d.ts +2 -2
- package/lib/components/radio/radio.component.d.ts +1 -1
- package/lib/components/slide-toggle/slide-toggle.component.d.ts +9 -9
- package/lib/components/slider/slider.component.d.ts +3 -3
- package/lib/components/status-box/status-box.component.d.ts +3 -3
- package/lib/components/status-box/status-box.module.d.ts +2 -2
- package/lib/components/toggle/models/options.model.d.ts +1 -0
- package/lib/components/toggle/toggle.component.d.ts +1 -0
- package/package.json +1 -1
- package/styles/1__settings/_colors.scss +107 -53
- package/styles/1__settings/_mixins.scss +78 -30
- package/styles/1__settings/_type.scss +17 -43
- package/styles/2__generic/_fonts.scss +16 -28
- package/styles/3__base/_body.scss +3 -3
- package/styles/3__base/_heading.scss +28 -20
- package/styles/3__base/_hr.scss +4 -4
- package/styles/3__base/_input.scss +3 -3
- package/styles/3__base/_link.scss +17 -17
- package/styles/3__base/_table.scss +9 -5
- package/styles/3__base/_type.scss +4 -4
- package/assets/documentation/autocomplete-new/autocomplete-new.md +0 -1
- package/assets/documentation/datepicker/calendar/calendar.md +0 -3
- package/assets/documentation/filter-new/filter-new.md +0 -0
- package/assets/documentation/number-field-new/number-field-new.md +0 -1
- package/assets/documentation/page-header-old/page-header-old.md +0 -1
- package/assets/documentation/weather-icon/weather-icon.md +0 -1
- package/assets/fonts/apercu_bold_italic_pro-web.eot +0 -0
- package/assets/fonts/apercu_bold_italic_pro-web.svg +0 -12420
- package/assets/fonts/apercu_bold_italic_pro-web.ttf +0 -0
- package/assets/fonts/apercu_bold_italic_pro-web.woff +0 -0
- package/assets/fonts/apercu_bold_italic_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_bold_italic_pro.otf +0 -0
- package/assets/fonts/apercu_bold_pro-web.eot +0 -0
- package/assets/fonts/apercu_bold_pro-web.svg +0 -10193
- package/assets/fonts/apercu_bold_pro-web.ttf +0 -0
- package/assets/fonts/apercu_bold_pro-web.woff +0 -0
- package/assets/fonts/apercu_bold_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_bold_pro.otf +0 -0
- package/assets/fonts/apercu_light_italic_pro-web.eot +0 -0
- package/assets/fonts/apercu_light_italic_pro-web.svg +0 -12831
- package/assets/fonts/apercu_light_italic_pro-web.ttf +0 -0
- package/assets/fonts/apercu_light_italic_pro-web.woff +0 -0
- package/assets/fonts/apercu_light_italic_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_light_pro-web.eot +0 -0
- package/assets/fonts/apercu_light_pro-web.svg +0 -9704
- package/assets/fonts/apercu_light_pro-web.ttf +0 -0
- package/assets/fonts/apercu_light_pro-web.woff +0 -0
- package/assets/fonts/apercu_light_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_medium_italic_pro-web.eot +0 -0
- package/assets/fonts/apercu_medium_italic_pro-web.svg +0 -12354
- package/assets/fonts/apercu_medium_italic_pro-web.ttf +0 -0
- package/assets/fonts/apercu_medium_italic_pro-web.woff +0 -0
- package/assets/fonts/apercu_medium_italic_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_medium_italic_pro.otf +0 -0
- package/assets/fonts/apercu_medium_pro-web.eot +0 -0
- package/assets/fonts/apercu_medium_pro-web.svg +0 -12254
- package/assets/fonts/apercu_medium_pro-web.ttf +0 -0
- package/assets/fonts/apercu_medium_pro-web.woff +0 -0
- package/assets/fonts/apercu_medium_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_medium_pro.otf +0 -0
- package/assets/fonts/apercu_mono_pro-web.eot +0 -0
- package/assets/fonts/apercu_mono_pro-web.svg +0 -538
- package/assets/fonts/apercu_mono_pro-web.ttf +0 -0
- package/assets/fonts/apercu_mono_pro-web.woff +0 -0
- package/assets/fonts/apercu_mono_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_regular_italic_pro-web.eot +0 -0
- package/assets/fonts/apercu_regular_italic_pro-web.svg +0 -13059
- package/assets/fonts/apercu_regular_italic_pro-web.ttf +0 -0
- package/assets/fonts/apercu_regular_italic_pro-web.woff +0 -0
- package/assets/fonts/apercu_regular_italic_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_regular_italic_pro.otf +0 -0
- package/assets/fonts/apercu_regular_pro-web.eot +0 -0
- package/assets/fonts/apercu_regular_pro-web.svg +0 -11356
- package/assets/fonts/apercu_regular_pro-web.ttf +0 -0
- package/assets/fonts/apercu_regular_pro-web.woff +0 -0
- package/assets/fonts/apercu_regular_pro-web.woff2 +0 -0
- package/assets/fonts/apercu_regular_pro.otf +0 -0
- package/esm2022/lib/components/airport-select-new/airport-select-dropdown/airport-select-dropdown.component.mjs +0 -611
- package/esm2022/lib/components/airport-select-new/airport-select-new.component.mjs +0 -477
- package/esm2022/lib/components/airport-select-new/airport-select-new.module.mjs +0 -42
- package/esm2022/lib/components/airport-select-new/index.mjs +0 -4
- package/esm2022/lib/components/airport-select-new/models/airport.model.mjs +0 -2
- package/esm2022/lib/components/airport-select-new/models/results-labels.model.mjs +0 -3
- package/esm2022/lib/components/airport-select-new/services/airport-select-dropdown.service.mjs +0 -35
- package/esm2022/lib/components/airport-select-new/services/airport-select.service.mjs +0 -38
- package/esm2022/lib/components/autocomplete-new/autocomplete-new.component.mjs +0 -309
- package/esm2022/lib/components/autocomplete-new/autocomplete-new.module.mjs +0 -43
- package/esm2022/lib/components/autocomplete-new/index.mjs +0 -3
- package/esm2022/lib/components/autocomplete-new/models/autocomplete-new.model.mjs +0 -2
- package/esm2022/lib/components/button-new/button-new.component.mjs +0 -176
- package/esm2022/lib/components/button-new/button-new.module.mjs +0 -21
- package/esm2022/lib/components/button-new/index.mjs +0 -3
- package/esm2022/lib/components/checkbox-new/checkbox-new.component.mjs +0 -150
- package/esm2022/lib/components/checkbox-new/checkbox-new.module.mjs +0 -20
- package/esm2022/lib/components/checkbox-new/index.mjs +0 -3
- package/esm2022/lib/components/datepicker-combo-new/datepicker-combo-new.component.mjs +0 -397
- package/esm2022/lib/components/datepicker-combo-new/datepicker-combo-new.module.mjs +0 -31
- package/esm2022/lib/components/datepicker-combo-new/index.mjs +0 -3
- package/esm2022/lib/components/datepicker-new/calendar-new/calendar-date.model.mjs +0 -2
- package/esm2022/lib/components/datepicker-new/calendar-new/calendar-new.component.mjs +0 -594
- package/esm2022/lib/components/datepicker-new/calendar-new/enums/week-start.enum.mjs +0 -6
- package/esm2022/lib/components/datepicker-new/calendar-new/models/day.model.mjs +0 -2
- package/esm2022/lib/components/datepicker-new/calendar-new/models/select-option.model.mjs +0 -2
- package/esm2022/lib/components/datepicker-new/calendar-new/models/week.model.mjs +0 -2
- package/esm2022/lib/components/datepicker-new/datepicker-new.component.mjs +0 -572
- package/esm2022/lib/components/datepicker-new/datepicker-new.module.mjs +0 -55
- package/esm2022/lib/components/datepicker-new/index.mjs +0 -5
- package/esm2022/lib/components/datepicker-new/services/calendar.service.mjs +0 -215
- package/esm2022/lib/components/filter-new/enums/trip-type.enum.mjs +0 -8
- package/esm2022/lib/components/filter-new/filter-new.component.mjs +0 -1349
- package/esm2022/lib/components/filter-new/filter-new.module.mjs +0 -105
- package/esm2022/lib/components/filter-new/index.mjs +0 -4
- package/esm2022/lib/components/input-text/index.mjs +0 -3
- package/esm2022/lib/components/input-text/input-text.component.mjs +0 -231
- package/esm2022/lib/components/input-text/input-text.module.mjs +0 -35
- package/esm2022/lib/components/number-field-new/index.mjs +0 -3
- package/esm2022/lib/components/number-field-new/models/number-field-new.model.mjs +0 -2
- package/esm2022/lib/components/number-field-new/number-field-new.component.mjs +0 -155
- package/esm2022/lib/components/number-field-new/number-field-new.module.mjs +0 -39
- package/esm2022/lib/components/page-header-old/index.mjs +0 -5
- package/esm2022/lib/components/page-header-old/old-hamburger/old-hamburger.component.mjs +0 -22
- package/esm2022/lib/components/page-header-old/old-search/old-search.component.mjs +0 -49
- package/esm2022/lib/components/page-header-old/page-header-old.component.mjs +0 -160
- package/esm2022/lib/components/page-header-old/page-header-old.module.mjs +0 -44
- package/esm2022/lib/components/passenger-select-new/enums/passenger-type.enum.mjs +0 -9
- package/esm2022/lib/components/passenger-select-new/index.mjs +0 -5
- package/esm2022/lib/components/passenger-select-new/models/passengers.model.mjs +0 -2
- package/esm2022/lib/components/passenger-select-new/passenger-select-new.component.mjs +0 -417
- package/esm2022/lib/components/passenger-select-new/passenger-select-new.module.mjs +0 -28
- package/esm2022/lib/components/radio-new/index.mjs +0 -3
- package/esm2022/lib/components/radio-new/radio-new.component.mjs +0 -100
- package/esm2022/lib/components/radio-new/radio-new.module.mjs +0 -20
- package/esm2022/lib/components/slide-toggle-new/index.mjs +0 -3
- package/esm2022/lib/components/slide-toggle-new/slide-toggle-new.component.mjs +0 -115
- package/esm2022/lib/components/slide-toggle-new/slide-toggle-new.module.mjs +0 -20
- package/esm2022/lib/components/weather-icon/index.mjs +0 -3
- package/esm2022/lib/components/weather-icon/weather-icon.component.mjs +0 -61
- package/esm2022/lib/components/weather-icon/weather-icon.module.mjs +0 -19
- package/lib/components/airport-select-new/airport-select-dropdown/airport-select-dropdown.component.d.ts +0 -97
- package/lib/components/airport-select-new/airport-select-new.component.d.ts +0 -302
- package/lib/components/airport-select-new/airport-select-new.module.d.ts +0 -13
- package/lib/components/airport-select-new/index.d.ts +0 -2
- package/lib/components/airport-select-new/models/airport.model.d.ts +0 -11
- package/lib/components/airport-select-new/models/results-labels.model.d.ts +0 -7
- package/lib/components/airport-select-new/services/airport-select-dropdown.service.d.ts +0 -10
- package/lib/components/airport-select-new/services/airport-select.service.d.ts +0 -8
- package/lib/components/autocomplete-new/autocomplete-new.component.d.ts +0 -135
- package/lib/components/autocomplete-new/autocomplete-new.module.d.ts +0 -13
- package/lib/components/autocomplete-new/index.d.ts +0 -2
- package/lib/components/autocomplete-new/models/autocomplete-new.model.d.ts +0 -5
- package/lib/components/button-new/button-new.component.d.ts +0 -276
- package/lib/components/button-new/button-new.module.d.ts +0 -11
- package/lib/components/button-new/index.d.ts +0 -2
- package/lib/components/checkbox-new/checkbox-new.component.d.ts +0 -138
- package/lib/components/checkbox-new/checkbox-new.module.d.ts +0 -10
- package/lib/components/checkbox-new/index.d.ts +0 -2
- package/lib/components/datepicker-combo-new/datepicker-combo-new.component.d.ts +0 -309
- package/lib/components/datepicker-combo-new/datepicker-combo-new.module.d.ts +0 -10
- package/lib/components/datepicker-combo-new/index.d.ts +0 -2
- package/lib/components/datepicker-new/calendar-new/calendar-date.model.d.ts +0 -5
- package/lib/components/datepicker-new/calendar-new/calendar-new.component.d.ts +0 -159
- package/lib/components/datepicker-new/calendar-new/enums/week-start.enum.d.ts +0 -4
- package/lib/components/datepicker-new/calendar-new/models/day.model.d.ts +0 -10
- package/lib/components/datepicker-new/calendar-new/models/select-option.model.d.ts +0 -4
- package/lib/components/datepicker-new/calendar-new/models/week.model.d.ts +0 -5
- package/lib/components/datepicker-new/datepicker-new.component.d.ts +0 -278
- package/lib/components/datepicker-new/datepicker-new.module.d.ts +0 -16
- package/lib/components/datepicker-new/index.d.ts +0 -4
- package/lib/components/datepicker-new/services/calendar.service.d.ts +0 -27
- package/lib/components/filter-new/enums/trip-type.enum.d.ts +0 -6
- package/lib/components/filter-new/filter-new.component.d.ts +0 -838
- package/lib/components/filter-new/filter-new.module.d.ts +0 -28
- package/lib/components/filter-new/index.d.ts +0 -3
- package/lib/components/input-text/index.d.ts +0 -2
- package/lib/components/input-text/input-text.component.d.ts +0 -203
- package/lib/components/input-text/input-text.module.d.ts +0 -11
- package/lib/components/number-field-new/index.d.ts +0 -2
- package/lib/components/number-field-new/models/number-field-new.model.d.ts +0 -5
- package/lib/components/number-field-new/number-field-new.component.d.ts +0 -116
- package/lib/components/number-field-new/number-field-new.module.d.ts +0 -12
- package/lib/components/page-header-old/index.d.ts +0 -4
- package/lib/components/page-header-old/old-hamburger/old-hamburger.component.d.ts +0 -12
- package/lib/components/page-header-old/old-search/old-search.component.d.ts +0 -26
- package/lib/components/page-header-old/page-header-old.component.d.ts +0 -112
- package/lib/components/page-header-old/page-header-old.module.d.ts +0 -14
- package/lib/components/passenger-select-new/enums/passenger-type.enum.d.ts +0 -7
- package/lib/components/passenger-select-new/index.d.ts +0 -4
- package/lib/components/passenger-select-new/models/passengers.model.d.ts +0 -10
- package/lib/components/passenger-select-new/passenger-select-new.component.d.ts +0 -141
- package/lib/components/passenger-select-new/passenger-select-new.module.d.ts +0 -10
- package/lib/components/radio-new/index.d.ts +0 -2
- package/lib/components/radio-new/radio-new.component.d.ts +0 -135
- package/lib/components/radio-new/radio-new.module.d.ts +0 -10
- package/lib/components/slide-toggle-new/index.d.ts +0 -2
- package/lib/components/slide-toggle-new/slide-toggle-new.component.d.ts +0 -70
- package/lib/components/slide-toggle-new/slide-toggle-new.module.d.ts +0 -10
- package/lib/components/weather-icon/index.d.ts +0 -2
- package/lib/components/weather-icon/weather-icon.component.d.ts +0 -60
- package/lib/components/weather-icon/weather-icon.module.d.ts +0 -9
|
@@ -1,276 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Norwegian Air Shuttle. All Rights Reserved.
|
|
4
|
-
*/
|
|
5
|
-
import { EventEmitter, ElementRef } from '@angular/core';
|
|
6
|
-
import { NasComponentBase } from '../../core/base/nas-component.base';
|
|
7
|
-
import { ClassModel } from '../../core/models/class.model';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @description
|
|
11
|
-
* Norwegian Button Component | New design | Beta
|
|
12
|
-
*/
|
|
13
|
-
export declare class ButtonNewComponent extends NasComponentBase {
|
|
14
|
-
button: ElementRef<HTMLButtonElement>;
|
|
15
|
-
/**
|
|
16
|
-
* @property Input
|
|
17
|
-
* @description
|
|
18
|
-
* Boolean to set primary style of button (red).
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* <nas-button primary>Click on me!</nas-button>
|
|
22
|
-
*/
|
|
23
|
-
primary?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* @property Input
|
|
26
|
-
* @description
|
|
27
|
-
* Boolean to set secondary style of button (blue).
|
|
28
|
-
* Primary is default style.
|
|
29
|
-
*
|
|
30
|
-
* @example
|
|
31
|
-
* <nas-button secondary>Click on me!</nas-button>
|
|
32
|
-
*/
|
|
33
|
-
secondary?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* @property Input
|
|
36
|
-
* @description
|
|
37
|
-
* Boolean to set link style of button. Button will look like a link, with underlined text.
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
* <nas-button link>Click on me!</nas-button>
|
|
41
|
-
*/
|
|
42
|
-
link?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* @property Input
|
|
45
|
-
* @description
|
|
46
|
-
* Boolean to set light style of button (grey).
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* <nas-button light>Click on me!</nas-button>
|
|
50
|
-
*/
|
|
51
|
-
light?: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* @property Input
|
|
54
|
-
* @description
|
|
55
|
-
* Boolean to set large style of button. Can be compined with primary, secondary and light.
|
|
56
|
-
*
|
|
57
|
-
* @example
|
|
58
|
-
* <nas-button large>Click on me!</nas-button>
|
|
59
|
-
*/
|
|
60
|
-
large?: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* @property Input
|
|
63
|
-
* @description
|
|
64
|
-
* Boolean to set block style of button. Will have block behaviour.
|
|
65
|
-
* Can be compined with primary, secondary and light.
|
|
66
|
-
*
|
|
67
|
-
* @example
|
|
68
|
-
* <nas-button block>Click on me!</nas-button>
|
|
69
|
-
*/
|
|
70
|
-
block?: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* @property Input
|
|
73
|
-
* @description
|
|
74
|
-
* Boolean to set flex style of button. Will have flex box behaviour.
|
|
75
|
-
* Can be compined with primary, secondary and light.
|
|
76
|
-
*
|
|
77
|
-
* @example
|
|
78
|
-
* <nas-button flex>Click on me!</nas-button>
|
|
79
|
-
*/
|
|
80
|
-
flex?: boolean;
|
|
81
|
-
/**
|
|
82
|
-
* @property Input
|
|
83
|
-
* @description
|
|
84
|
-
* Boolean to set compact style of button. Will be smaller, without "the line".
|
|
85
|
-
* Can be compined with primary, secondary and light.
|
|
86
|
-
*
|
|
87
|
-
* @example
|
|
88
|
-
* <nas-button compact>Click on me!</nas-button>
|
|
89
|
-
*/
|
|
90
|
-
compact?: boolean;
|
|
91
|
-
/**
|
|
92
|
-
* @property Input
|
|
93
|
-
* @description
|
|
94
|
-
* Boolean to set right style of button. Will be aligned at right.
|
|
95
|
-
* Can be compined with primary, secondary and light.
|
|
96
|
-
*
|
|
97
|
-
* @example
|
|
98
|
-
* <nas-button right>Click on me!</nas-button>
|
|
99
|
-
*/
|
|
100
|
-
right?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* @property Input
|
|
103
|
-
* @description
|
|
104
|
-
* Boolean to set spaceless style of button. Will remove space around button.
|
|
105
|
-
* Can be compined with primary, secondary and light.
|
|
106
|
-
*
|
|
107
|
-
* @example
|
|
108
|
-
* <nas-button spaceless>Click on me!</nas-button>
|
|
109
|
-
*/
|
|
110
|
-
spaceless?: boolean;
|
|
111
|
-
/**
|
|
112
|
-
* @property Input
|
|
113
|
-
* @description
|
|
114
|
-
* String to support href.
|
|
115
|
-
* Can be combined with all other properties.
|
|
116
|
-
*
|
|
117
|
-
* @example
|
|
118
|
-
* <nas-button [href]="http://www.norwegian.com">Click on me!</nas-button>
|
|
119
|
-
*/
|
|
120
|
-
href?: string;
|
|
121
|
-
/**
|
|
122
|
-
* @property Input
|
|
123
|
-
* @description
|
|
124
|
-
* String to be tracked by e.x. GTM og GA.
|
|
125
|
-
* Can be combined with all other properties.
|
|
126
|
-
*
|
|
127
|
-
* @example
|
|
128
|
-
* <nas-button [trackingValue]="trackingValue">Click on me!</nas-button>
|
|
129
|
-
*/
|
|
130
|
-
trackingvalue?: string;
|
|
131
|
-
/**
|
|
132
|
-
* @property Input
|
|
133
|
-
* @description
|
|
134
|
-
* Boolean to override disabled. Button will be clickable even though disabled is set.
|
|
135
|
-
*
|
|
136
|
-
* @example
|
|
137
|
-
* <nas-button canContinueOnDisabled>Click on me!</nas-button>
|
|
138
|
-
*/
|
|
139
|
-
canContinueOnDisabled?: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* @property Input
|
|
142
|
-
* @description
|
|
143
|
-
* Boolean to set disabled. Button will get disabled styling.
|
|
144
|
-
*
|
|
145
|
-
* @example
|
|
146
|
-
* <nas-button disabled>Click on me!</nas-button>
|
|
147
|
-
*/
|
|
148
|
-
disabled: boolean;
|
|
149
|
-
/**
|
|
150
|
-
* @property Input
|
|
151
|
-
* @description
|
|
152
|
-
* String to set button type. Default value is "button".
|
|
153
|
-
*
|
|
154
|
-
* @example
|
|
155
|
-
* <nas-button [type]="'submit'">Click on me!</nas-button>
|
|
156
|
-
*/
|
|
157
|
-
type: string;
|
|
158
|
-
/**
|
|
159
|
-
* @property Input
|
|
160
|
-
* @description
|
|
161
|
-
* Adds custom CSS class to the button. Button will sett additional custom styling.
|
|
162
|
-
*
|
|
163
|
-
* @example
|
|
164
|
-
* <nas-button [cssClass]="'my-custom-class'">Click on me!</nas-button>
|
|
165
|
-
*/
|
|
166
|
-
cssClass?: ClassModel;
|
|
167
|
-
/**
|
|
168
|
-
* @property Input
|
|
169
|
-
* @description
|
|
170
|
-
* String to set aria label on button.
|
|
171
|
-
*
|
|
172
|
-
* @example
|
|
173
|
-
* <nas-button [ariaLabel]="'this is my aria label'">Click on me!</nas-button>
|
|
174
|
-
*/
|
|
175
|
-
ariaLabel?: string;
|
|
176
|
-
/**
|
|
177
|
-
* @property Input
|
|
178
|
-
* @description
|
|
179
|
-
* Property to set custom styling on button.
|
|
180
|
-
*
|
|
181
|
-
* @example
|
|
182
|
-
* <nas-button [cssStyle]="{'width': '300px', 'height': '40px'}">Click on me!</nas-button>
|
|
183
|
-
*/
|
|
184
|
-
cssStyle: any;
|
|
185
|
-
/**
|
|
186
|
-
* @property Input
|
|
187
|
-
* @description
|
|
188
|
-
* Number to set custom tab index on button.
|
|
189
|
-
*
|
|
190
|
-
* @example
|
|
191
|
-
* <nas-button [tabIndex]="10">Click on me!</nas-button>
|
|
192
|
-
*/
|
|
193
|
-
tabindex: number;
|
|
194
|
-
/**
|
|
195
|
-
* @property Input
|
|
196
|
-
* @description
|
|
197
|
-
* Boolean to override base css class.
|
|
198
|
-
*
|
|
199
|
-
* @example
|
|
200
|
-
* <nas-button [overrideBaseCssClass]="true">Click on me!</nas-button>
|
|
201
|
-
*/
|
|
202
|
-
overrideBaseCssClass?: boolean;
|
|
203
|
-
/**
|
|
204
|
-
* @property Input
|
|
205
|
-
* @description
|
|
206
|
-
* Use router link instead of href on links
|
|
207
|
-
*/
|
|
208
|
-
useRouterLink?: boolean;
|
|
209
|
-
/**
|
|
210
|
-
* @property Input
|
|
211
|
-
* @description
|
|
212
|
-
* The ID of the native button element
|
|
213
|
-
*/
|
|
214
|
-
id: string;
|
|
215
|
-
/**
|
|
216
|
-
* @property Input
|
|
217
|
-
* @description
|
|
218
|
-
* The target attribute specifies where to open the link.
|
|
219
|
-
* @example
|
|
220
|
-
* <nas-button link href="https://www.norwegian.com" target="_blank">Click on me!</nas-button>
|
|
221
|
-
*/
|
|
222
|
-
target: string;
|
|
223
|
-
/**
|
|
224
|
-
* @property Input
|
|
225
|
-
* @description
|
|
226
|
-
* Sets the icon on the input
|
|
227
|
-
*/
|
|
228
|
-
icon: string;
|
|
229
|
-
/**
|
|
230
|
-
* @property Input
|
|
231
|
-
* @description
|
|
232
|
-
* Boolean to display the icon on the left side of the button text
|
|
233
|
-
*/
|
|
234
|
-
iconLeft?: boolean;
|
|
235
|
-
/**
|
|
236
|
-
* @property Input
|
|
237
|
-
* @description
|
|
238
|
-
* Sets the type of icon on the input
|
|
239
|
-
*/
|
|
240
|
-
iconType: string;
|
|
241
|
-
/**
|
|
242
|
-
* @property Input
|
|
243
|
-
* @description
|
|
244
|
-
* Boolean to set the button-link styling on the button
|
|
245
|
-
*
|
|
246
|
-
* @example
|
|
247
|
-
* <nas-button buttonlink>This is a button link!</nas-button>
|
|
248
|
-
*/
|
|
249
|
-
buttonlink: boolean;
|
|
250
|
-
/**
|
|
251
|
-
* @property Output
|
|
252
|
-
* @description
|
|
253
|
-
* Change event when clicking on button.
|
|
254
|
-
*
|
|
255
|
-
* @example
|
|
256
|
-
* <nas-button (clickChange)="myFunction()">Click on me!</nas-button>
|
|
257
|
-
*/
|
|
258
|
-
clickChange: EventEmitter<Event>;
|
|
259
|
-
get buttonStyle(): any;
|
|
260
|
-
get buttonId(): string;
|
|
261
|
-
get modifiers(): Array<string>;
|
|
262
|
-
private trackingEventSource;
|
|
263
|
-
trackingEvent$: import("rxjs").Observable<string>;
|
|
264
|
-
private componentId;
|
|
265
|
-
/**
|
|
266
|
-
* @description
|
|
267
|
-
* Represent a button component.
|
|
268
|
-
* Will initiate correct block style.
|
|
269
|
-
*/
|
|
270
|
-
constructor();
|
|
271
|
-
getClasses(element?: string, modifiers?: any): Array<ClassModel>;
|
|
272
|
-
emitTrackingEvent(): void;
|
|
273
|
-
emitTrackingAndClickEvent(event: Event): void;
|
|
274
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonNewComponent, never>;
|
|
275
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonNewComponent, "nas-button-new", never, { "primary": { "alias": "primary"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "link": { "alias": "link"; "required": false; }; "light": { "alias": "light"; "required": false; }; "large": { "alias": "large"; "required": false; }; "block": { "alias": "block"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "right": { "alias": "right"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "href": { "alias": "href"; "required": false; }; "trackingvalue": { "alias": "trackingvalue"; "required": false; }; "canContinueOnDisabled": { "alias": "canContinueOnDisabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "cssStyle": { "alias": "cssStyle"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "overrideBaseCssClass": { "alias": "overrideBaseCssClass"; "required": false; }; "useRouterLink": { "alias": "useRouterLink"; "required": false; }; "id": { "alias": "id"; "required": false; }; "target": { "alias": "target"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "buttonlink": { "alias": "buttonlink"; "required": false; }; }, { "clickChange": "clickChange"; }, never, ["*"], false, never>;
|
|
276
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./button-new.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../core/directives/nas-class/nas-class.module";
|
|
5
|
-
import * as i4 from "@angular/router";
|
|
6
|
-
import * as i5 from "../icon/icon.module";
|
|
7
|
-
export declare class ButtonNewModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonNewModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonNewModule, [typeof i1.ButtonNewComponent], [typeof i2.CommonModule, typeof i3.NasClassModule, typeof i4.RouterModule, typeof i5.IconModule], [typeof i1.ButtonNewComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonNewModule>;
|
|
11
|
-
}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Norwegian Air Shuttle. All Rights Reserved.
|
|
4
|
-
*/
|
|
5
|
-
import { FormGroup } from '@angular/forms';
|
|
6
|
-
import { NasComponentBase } from '../../core/base/nas-component.base';
|
|
7
|
-
import { ClassModel } from '../../core/models/class.model';
|
|
8
|
-
import { EventEmitter, ElementRef, OnInit } from '@angular/core';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @description
|
|
12
|
-
* Norwegian Checkbox Component | New design | Beta
|
|
13
|
-
*/
|
|
14
|
-
export declare class CheckboxNewComponent extends NasComponentBase implements OnInit {
|
|
15
|
-
input: ElementRef;
|
|
16
|
-
inputReactive: ElementRef;
|
|
17
|
-
/**
|
|
18
|
-
* @property Input
|
|
19
|
-
* @description
|
|
20
|
-
* Sets the Id of the native input element
|
|
21
|
-
*/
|
|
22
|
-
get inputId(): string;
|
|
23
|
-
set inputId(value: string);
|
|
24
|
-
/**
|
|
25
|
-
* @property Input
|
|
26
|
-
* @description
|
|
27
|
-
* The value attribute is bound to ngModel of the native input element.
|
|
28
|
-
*/
|
|
29
|
-
value: string;
|
|
30
|
-
/**
|
|
31
|
-
* @property Input
|
|
32
|
-
* @description
|
|
33
|
-
* Boolean setting error styling of the checkbox. Usefull for validation.
|
|
34
|
-
*/
|
|
35
|
-
error: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* @property Input
|
|
38
|
-
* @description
|
|
39
|
-
* Boolean to disable the checkbox.
|
|
40
|
-
*/
|
|
41
|
-
disabled: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* @property Input
|
|
44
|
-
* @description
|
|
45
|
-
* Boolean to set display as block
|
|
46
|
-
*/
|
|
47
|
-
block: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* @property Input
|
|
50
|
-
* @description
|
|
51
|
-
* Boolean to set spaceless styling - remove space around component.
|
|
52
|
-
*/
|
|
53
|
-
spaceless: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* @property Input
|
|
56
|
-
* @description
|
|
57
|
-
* Boolean to set inverted styling.
|
|
58
|
-
*/
|
|
59
|
-
inverted: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* @property Input
|
|
62
|
-
* @description
|
|
63
|
-
* Boolean to set outlined styling
|
|
64
|
-
*/
|
|
65
|
-
outlined: boolean;
|
|
66
|
-
/**
|
|
67
|
-
* @property Input
|
|
68
|
-
* @description
|
|
69
|
-
* Used to set the 'aria-label' attribute on the underlying input element.
|
|
70
|
-
*/
|
|
71
|
-
ariaLabel: string;
|
|
72
|
-
/**
|
|
73
|
-
* @property Input
|
|
74
|
-
* @description
|
|
75
|
-
* The 'aria-labelledby' attribute takes precedence as the element's text alternative.
|
|
76
|
-
*/
|
|
77
|
-
ariaDescribedby: string;
|
|
78
|
-
/**
|
|
79
|
-
* @property Input
|
|
80
|
-
* @description
|
|
81
|
-
* The 'aria-describedby' attribute is read after the element's label and field type.
|
|
82
|
-
*/
|
|
83
|
-
ariaLabelledby: string;
|
|
84
|
-
/**
|
|
85
|
-
* @property Input
|
|
86
|
-
* @description
|
|
87
|
-
* String to set name on native input element
|
|
88
|
-
*/
|
|
89
|
-
name: string;
|
|
90
|
-
/**
|
|
91
|
-
* @property Input
|
|
92
|
-
* @description
|
|
93
|
-
* String to set required on native input element
|
|
94
|
-
*/
|
|
95
|
-
required: boolean;
|
|
96
|
-
/**
|
|
97
|
-
* @property Input
|
|
98
|
-
* @description
|
|
99
|
-
* String to set tabIndex on native input element
|
|
100
|
-
*/
|
|
101
|
-
tabIndex: number;
|
|
102
|
-
get checked(): boolean;
|
|
103
|
-
set checked(value: boolean);
|
|
104
|
-
/**
|
|
105
|
-
* @property Input
|
|
106
|
-
* @description
|
|
107
|
-
* Sets a formControlName directive to the input.
|
|
108
|
-
* It requires that the consumer included ReactiveFormsModule in it's module.
|
|
109
|
-
* It requiers that the nasFormGroup input is filled.
|
|
110
|
-
*/
|
|
111
|
-
nasFormControlName: string;
|
|
112
|
-
/**
|
|
113
|
-
* @property Input
|
|
114
|
-
* @description
|
|
115
|
-
* Adds the parent's form group.
|
|
116
|
-
* It requires that the consumer included ReactiveFormsModule in it's module.
|
|
117
|
-
* It is requiered to be filled if nasFormControlName added.
|
|
118
|
-
*/
|
|
119
|
-
nasFormGroup: FormGroup;
|
|
120
|
-
checkedChange: EventEmitter<boolean>;
|
|
121
|
-
focusOnPrevious: EventEmitter<KeyboardEvent>;
|
|
122
|
-
get mainClass(): ClassModel;
|
|
123
|
-
private checkedValue;
|
|
124
|
-
private componentId;
|
|
125
|
-
private inputIdValue;
|
|
126
|
-
/**
|
|
127
|
-
* @description
|
|
128
|
-
* Represent a checkbox component.
|
|
129
|
-
* Will initiate correct block style.
|
|
130
|
-
*/
|
|
131
|
-
constructor();
|
|
132
|
-
ngOnInit(): void;
|
|
133
|
-
inputChanged(event: Event): void;
|
|
134
|
-
inputClicked(event: Event): void;
|
|
135
|
-
onKeydown(event: KeyboardEvent): void;
|
|
136
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxNewComponent, never>;
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxNewComponent, "nas-checkbox-new", never, { "inputId": { "alias": "inputId"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "block": { "alias": "block"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "outlined": { "alias": "outlined"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "nasFormControlName": { "alias": "nasFormControlName"; "required": false; }; "nasFormGroup": { "alias": "nasFormGroup"; "required": false; }; }, { "checkedChange": "checkedChange"; "focusOnPrevious": "focusOnPrevious"; }, never, ["*"], false, never>;
|
|
138
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./checkbox-new.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "../../core/directives/nas-class/nas-class.module";
|
|
6
|
-
export declare class CheckboxNewModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxNewModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxNewModule, [typeof i1.CheckboxNewComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.NasClassModule, typeof i3.ReactiveFormsModule], [typeof i1.CheckboxNewComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxNewModule>;
|
|
10
|
-
}
|