@danske/sapphire-angular 2.6.0 → 2.8.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/esm2020/lib/core.module.mjs +12 -5
- package/esm2020/lib/link/src/link.component.mjs +2 -2
- package/esm2020/lib/list/public_api.mjs +12 -0
- package/esm2020/lib/list/src/list-item-content.component.mjs +30 -0
- package/esm2020/lib/list/src/list-item-text-primary.component.mjs +22 -0
- package/esm2020/lib/list/src/list-item-text-secondary.component.mjs +22 -0
- package/esm2020/lib/list/src/list-item-text.component.mjs +22 -0
- package/esm2020/lib/list/src/list-item.component.mjs +59 -0
- package/esm2020/lib/list/src/list.component.mjs +37 -0
- package/esm2020/lib/list/src/list.module.mjs +51 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/danske-sapphire-angular.mjs +221 -8
- package/fesm2015/danske-sapphire-angular.mjs.map +1 -1
- package/fesm2020/danske-sapphire-angular.mjs +219 -8
- package/fesm2020/danske-sapphire-angular.mjs.map +1 -1
- package/lib/core.module.d.ts +2 -1
- package/lib/list/public_api.d.ts +7 -0
- package/lib/list/src/list-item-content.component.d.ts +10 -0
- package/lib/list/src/list-item-text-primary.component.d.ts +6 -0
- package/lib/list/src/list-item-text-secondary.component.d.ts +6 -0
- package/lib/list/src/list-item-text.component.d.ts +6 -0
- package/lib/list/src/list-item.component.d.ts +15 -0
- package/lib/list/src/list.component.d.ts +14 -0
- package/lib/list/src/list.module.d.ts +12 -0
- package/package.json +3 -3
- package/public-api.d.ts +1 -0
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, inject, Directive, Optional, SkipSelf, Component, Input, NgModule, ViewEncapsulation, InjectionToken, Inject, isDevMode, forwardRef, ChangeDetectionStrategy, HostBinding, ContentChild, EventEmitter, Output, HostListener, LOCALE_ID, Pipe, ElementRef, ViewChild, Attribute, QueryList, ContentChildren, Injector, ViewChildren, ChangeDetectorRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import { Overlay, OverlayConfig, OverlayModule } from '@angular/cdk/overlay';
|
|
4
4
|
import * as i2 from '@angular/common';
|
|
5
|
-
import { CommonModule, NgIf, DOCUMENT } from '@angular/common';
|
|
5
|
+
import { CommonModule, NgIf, DOCUMENT, NgTemplateOutlet } from '@angular/common';
|
|
6
6
|
import { __decorate } from 'tslib';
|
|
7
7
|
import * as icons from '@danske/sapphire-icons/js';
|
|
8
8
|
import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
|
|
@@ -5266,7 +5266,7 @@ class LinkComponent {
|
|
|
5266
5266
|
}
|
|
5267
5267
|
}
|
|
5268
5268
|
LinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5269
|
-
LinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: LinkComponent, isStandalone: true, selector: "a[sp-link]", inputs: { variant: "variant", size: "size", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex" }, host: { listeners: { "click": "handleDisableInteraction($event)", "pointerdown": "handleDisableInteraction($event)", "mousedown": "handleDisableInteraction($event)", "keydown": "handleDisableInteraction($event)" }, properties: { "class.sapphire-link--primary": "variant === \"primary\"", "class.sapphire-link--secondary": "variant === \"secondary\"", "class.sapphire-link--md": "size === \"md\"", "class.sapphire-link--sm": "size === \"sm\"", "attr.tabindex": "disabled ? -1 : (tabindex || tabIndex)", "attr.aria-disabled": "disabled || null", "class.is-disabled": "disabled" }, classAttribute: "sapphire-link" }, hostDirectives: [{ directive: UseComponentStylesOnHost }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [".sapphire-link{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline
|
|
5269
|
+
LinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: LinkComponent, isStandalone: true, selector: "a[sp-link]", inputs: { variant: "variant", size: "size", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex" }, host: { listeners: { "click": "handleDisableInteraction($event)", "pointerdown": "handleDisableInteraction($event)", "mousedown": "handleDisableInteraction($event)", "keydown": "handleDisableInteraction($event)" }, properties: { "class.sapphire-link--primary": "variant === \"primary\"", "class.sapphire-link--secondary": "variant === \"secondary\"", "class.sapphire-link--md": "size === \"md\"", "class.sapphire-link--sm": "size === \"sm\"", "attr.tabindex": "disabled ? -1 : (tabindex || tabIndex)", "attr.aria-disabled": "disabled || null", "class.is-disabled": "disabled" }, classAttribute: "sapphire-link" }, hostDirectives: [{ directive: UseComponentStylesOnHost }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [".sapphire-link{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline;font-family:var(--sapphire-semantic-font-name-default);font-size:var(--sapphire-semantic-size-font-text-lg);line-height:var(--sapphire-semantic-size-line-height-md);cursor:pointer;border-radius:var(--sapphire-semantic-size-radius-xs);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;outline:none}.sapphire-link.is-disabled{opacity:var(--sapphire-semantic-opacity-disabled);cursor:not-allowed}.sapphire-link--primary{color:var(--sapphire-semantic-color-content-link-primary-default)}.sapphire-link--primary:not(:disabled):not(.is-disabled):not(:active):not(.is-active):not(.js-hover):hover,.sapphire-link--primary:not(:disabled):not(.is-disabled):not(:active):not(.is-active).is-hover{color:var(--sapphire-semantic-color-content-link-primary-hover)}.sapphire-link--primary.is-focus,.sapphire-link--primary:not(.js-focus):focus-visible{color:var(--sapphire-semantic-color-content-link-primary-default);text-decoration-style:double}.sapphire-link--primary:not(:disabled):not(.is-disabled).is-active,.sapphire-link--primary:not(:disabled):not(.is-disabled):active,.sapphire-link--primary:not(:disabled):not(.is-disabled):focus-visible:active{color:var(--sapphire-semantic-color-content-link-primary-active)}.sapphire-link--secondary{color:var(--sapphire-semantic-color-content-link-secondary-default)}.sapphire-link--secondary:not(:disabled):not(.is-disabled):not(:active):not(.is-active):not(.js-hover):hover,.sapphire-link--secondary:not(:disabled):not(.is-disabled):not(:active):not(.is-active).is-hover{color:var(--sapphire-semantic-color-content-link-secondary-hover)}.sapphire-link--secondary.is-focus,.sapphire-link--secondary:not(.js-focus):focus-visible{color:var(--sapphire-semantic-color-content-link-secondary-default);text-decoration-style:double}.sapphire-link--secondary:not(:disabled):not(.is-disabled).is-active,.sapphire-link--secondary:not(:disabled):not(.is-disabled):active,.sapphire-link--secondary:not(:disabled):not(.is-disabled):focus-visible:active{color:var(--sapphire-semantic-color-content-link-secondary-active)}.sapphire-link--md{font-size:var(--sapphire-semantic-size-font-text-md)}.sapphire-link--sm{font-size:var(--sapphire-semantic-size-font-text-sm)}\n"] });
|
|
5270
5270
|
__decorate([
|
|
5271
5271
|
CoerceBoolean
|
|
5272
5272
|
], LinkComponent.prototype, "disabled", void 0);
|
|
@@ -5281,7 +5281,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
5281
5281
|
'[attr.tabindex]': 'disabled ? -1 : (tabindex || tabIndex)',
|
|
5282
5282
|
'[attr.aria-disabled]': 'disabled || null',
|
|
5283
5283
|
'[class.is-disabled]': 'disabled',
|
|
5284
|
-
}, hostDirectives: [UseComponentStylesOnHost], styles: [".sapphire-link{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline
|
|
5284
|
+
}, hostDirectives: [UseComponentStylesOnHost], styles: [".sapphire-link{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline;font-family:var(--sapphire-semantic-font-name-default);font-size:var(--sapphire-semantic-size-font-text-lg);line-height:var(--sapphire-semantic-size-line-height-md);cursor:pointer;border-radius:var(--sapphire-semantic-size-radius-xs);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;outline:none}.sapphire-link.is-disabled{opacity:var(--sapphire-semantic-opacity-disabled);cursor:not-allowed}.sapphire-link--primary{color:var(--sapphire-semantic-color-content-link-primary-default)}.sapphire-link--primary:not(:disabled):not(.is-disabled):not(:active):not(.is-active):not(.js-hover):hover,.sapphire-link--primary:not(:disabled):not(.is-disabled):not(:active):not(.is-active).is-hover{color:var(--sapphire-semantic-color-content-link-primary-hover)}.sapphire-link--primary.is-focus,.sapphire-link--primary:not(.js-focus):focus-visible{color:var(--sapphire-semantic-color-content-link-primary-default);text-decoration-style:double}.sapphire-link--primary:not(:disabled):not(.is-disabled).is-active,.sapphire-link--primary:not(:disabled):not(.is-disabled):active,.sapphire-link--primary:not(:disabled):not(.is-disabled):focus-visible:active{color:var(--sapphire-semantic-color-content-link-primary-active)}.sapphire-link--secondary{color:var(--sapphire-semantic-color-content-link-secondary-default)}.sapphire-link--secondary:not(:disabled):not(.is-disabled):not(:active):not(.is-active):not(.js-hover):hover,.sapphire-link--secondary:not(:disabled):not(.is-disabled):not(:active):not(.is-active).is-hover{color:var(--sapphire-semantic-color-content-link-secondary-hover)}.sapphire-link--secondary.is-focus,.sapphire-link--secondary:not(.js-focus):focus-visible{color:var(--sapphire-semantic-color-content-link-secondary-default);text-decoration-style:double}.sapphire-link--secondary:not(:disabled):not(.is-disabled).is-active,.sapphire-link--secondary:not(:disabled):not(.is-disabled):active,.sapphire-link--secondary:not(:disabled):not(.is-disabled):focus-visible:active{color:var(--sapphire-semantic-color-content-link-secondary-active)}.sapphire-link--md{font-size:var(--sapphire-semantic-size-font-text-md)}.sapphire-link--sm{font-size:var(--sapphire-semantic-size-font-text-sm)}\n"] }]
|
|
5285
5285
|
}], propDecorators: { variant: [{
|
|
5286
5286
|
type: Input
|
|
5287
5287
|
}], size: [{
|
|
@@ -8621,6 +8621,211 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8621
8621
|
}]
|
|
8622
8622
|
}] });
|
|
8623
8623
|
|
|
8624
|
+
class ListItemComponent {
|
|
8625
|
+
constructor(elementRef, list) {
|
|
8626
|
+
this.elementRef = elementRef;
|
|
8627
|
+
this.list = list;
|
|
8628
|
+
}
|
|
8629
|
+
get _isInteractive() {
|
|
8630
|
+
const hostElement = this.elementRef.nativeElement;
|
|
8631
|
+
return (hostElement.hasAttribute('sp-list-item-interactive') ||
|
|
8632
|
+
hostElement.tagName === 'A' ||
|
|
8633
|
+
hostElement.tagName === 'BUTTON');
|
|
8634
|
+
}
|
|
8635
|
+
get _role() {
|
|
8636
|
+
const hostElement = this.elementRef.nativeElement;
|
|
8637
|
+
if (['BUTTON', 'A', 'LI'].includes(hostElement.tagName)) {
|
|
8638
|
+
return undefined;
|
|
8639
|
+
}
|
|
8640
|
+
if (hostElement.hasAttribute('sp-list-item-interactive') &&
|
|
8641
|
+
hostElement.tagName !== 'A' &&
|
|
8642
|
+
hostElement.tagName !== 'BUTTON') {
|
|
8643
|
+
return 'button';
|
|
8644
|
+
}
|
|
8645
|
+
return 'listitem';
|
|
8646
|
+
}
|
|
8647
|
+
get _isLastItem() {
|
|
8648
|
+
// Only apply if hideLastDivider is true
|
|
8649
|
+
if (!this.list.hideLastDivider)
|
|
8650
|
+
return false;
|
|
8651
|
+
return this.list.listItems.last === this;
|
|
8652
|
+
}
|
|
8653
|
+
}
|
|
8654
|
+
ListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemComponent, deps: [{ token: i0.ElementRef }, { token: forwardRef(() => ListComponent) }], target: i0.ɵɵFactoryTarget.Component });
|
|
8655
|
+
ListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListItemComponent, isStandalone: true, selector: "[sp-list-item], [sp-list-item-interactive]", host: { properties: { "class.sapphire-list__item--interactive": "_isInteractive", "class.sapphire-list__item--without-divider": "_isLastItem", "attr.role": "_role" }, classAttribute: "sapphire-list__item" }, hostDirectives: [{ directive: UseComponentStyles }, { directive: FocusedDirective }], ngImport: i0, template: "<ng-content></ng-content>\n<ng-content select=\"sp-list-item-content-left\"></ng-content>\n<ng-content select=\"sp-list-item-content-right\"></ng-content>\n" });
|
|
8656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemComponent, decorators: [{
|
|
8657
|
+
type: Component,
|
|
8658
|
+
args: [{ selector: '[sp-list-item], [sp-list-item-interactive]', standalone: true, host: {
|
|
8659
|
+
class: 'sapphire-list__item',
|
|
8660
|
+
'[class.sapphire-list__item--interactive]': '_isInteractive',
|
|
8661
|
+
'[class.sapphire-list__item--without-divider]': '_isLastItem',
|
|
8662
|
+
'[attr.role]': `_role`,
|
|
8663
|
+
}, hostDirectives: [
|
|
8664
|
+
UseComponentStyles,
|
|
8665
|
+
{
|
|
8666
|
+
directive: FocusedDirective,
|
|
8667
|
+
},
|
|
8668
|
+
], imports: [NgIf, NgTemplateOutlet, FocusedDirective], template: "<ng-content></ng-content>\n<ng-content select=\"sp-list-item-content-left\"></ng-content>\n<ng-content select=\"sp-list-item-content-right\"></ng-content>\n" }]
|
|
8669
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ListComponent, decorators: [{
|
|
8670
|
+
type: Inject,
|
|
8671
|
+
args: [forwardRef(() => ListComponent)]
|
|
8672
|
+
}] }]; } });
|
|
8673
|
+
|
|
8674
|
+
class ListComponent {
|
|
8675
|
+
constructor(elementRef) {
|
|
8676
|
+
this.elementRef = elementRef;
|
|
8677
|
+
this.hideLastDivider = false;
|
|
8678
|
+
this.listItems = new QueryList();
|
|
8679
|
+
}
|
|
8680
|
+
get isListElement() {
|
|
8681
|
+
const hostElement = this.elementRef.nativeElement;
|
|
8682
|
+
return hostElement.tagName === 'UL' || hostElement.tagName === 'OL';
|
|
8683
|
+
}
|
|
8684
|
+
}
|
|
8685
|
+
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8686
|
+
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListComponent, isStandalone: true, selector: "[sp-list]", inputs: { hideLastDivider: "hideLastDivider" }, host: { properties: { "class.sapphire-list--without-last-divider": "hideLastDivider", "attr.role": "!isListElement ? \"list\" : undefined" }, classAttribute: "sapphire-list" }, providers: [ViewEncapsulationProvider], queries: [{ propertyName: "listItems", predicate: i0.forwardRef(function () { return ListItemComponent; }), descendants: true }], hostDirectives: [{ directive: UseComponentStylesOnHost }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [".sapphire-list{box-sizing:border-box;width:100%;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;list-style:none}.sapphire-list__item{position:relative;display:flex;justify-content:space-between;padding:var(--sapphire-semantic-size-spacing-30) var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg);background-color:var(--sapphire-semantic-color-background-action-tertiary-ghost-default);outline:none;font-family:var(--sapphire-semantic-font-name-default)}.sapphire-list__item--interactive{border:none;outline:none;text-decoration:none;box-sizing:border-box;width:100%;transition-property:opacity,background-color,color;transition-duration:var(--sapphire-semantic-time-fade-quick);transition-timing-function:ease-in-out;cursor:pointer}.sapphire-list__item:has(.sapphire-list__item--interactive){padding:0}.sapphire-list__item:focus-within{z-index:1}.sapphire-list__item>.sapphire-list__item--interactive{display:flex;justify-content:space-between;width:100%;padding:var(--sapphire-semantic-size-spacing-30) var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg);text-decoration:none;background-color:inherit;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;border:none;text-align:inherit;align-items:inherit}.sapphire-list--negative-margin-self{margin-left:calc(var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg) * -1);width:calc(100% + var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg) * 2)}.sapphire-list__item--interactive:disabled,.sapphire-list__item--interactive[aria-disabled=true]{cursor:not-allowed;opacity:var(--sapphire-semantic-opacity-disabled)}.sapphire-list__item--interactive:not(.is-focus,:not(.js-focus):focus),.sapphire-list__item:not(:has(.sapphire-list__item--interactive)){box-shadow:inset 0 -1px 0 0 var(--sapphire-semantic-color-border-separator-default)}.sapphire-list--without-last-divider:not(:has([role=presentation] > [role=presentation])) .sapphire-list__item:last-child .sapphire-list__item--interactive:not(.is-focus):not(:focus),.sapphire-list--without-last-divider:not(:has([role=presentation] > [role=presentation])) .sapphire-list__item:not(.sapphire-list__item--interactive):last-child,.sapphire-list--without-last-divider [role=presentation]:last-child>.sapphire-list__item .sapphire-list__item--interactive:not(.is-focus):not(:focus),.sapphire-list--without-last-divider [role=presentation]:last-child>.sapphire-list__item,.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive.is-focus)>.sapphire-list__item--interactive:not(.is-focus,:not(.js-focus):focus),.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive:not(.js-focus):focus)>.sapphire-list__item-ineractive:not(.is-focus,:not(.js-focus):focus),.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive.is-focus),.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive:not(.js-focus):focus){box-shadow:none}.sapphire-list__item.sapphire-list__item--interactive:not(.is-focus,:not(.js-focus):focus).sapphire-list__item--without-divider{box-shadow:none}.sapphire-list__item--interactive.is-hover:not(.is-active),.sapphire-list__item--interactive:not(.js-hover):not([aria-disabled=true]):not(:disabled):not(:active):hover{background-color:var(--sapphire-semantic-color-background-action-secondary-default)}.sapphire-list__item-content-interactive:focus,.sapphire-list__item-content-interactive:focus-visible{outline:none}.sapphire-list__item--interactive.is-focus,.sapphire-list__item--interactive:not(.js-focus):focus{outline:none;box-shadow:inset 0 0 0 var(--sapphire-semantic-size-focus-ring) var(--sapphire-semantic-color-focus-ring);border:0;border-radius:var(--sapphire-semantic-size-radius-sm)}.sapphire-list__item--interactive:not(.is-disabled).is-active,.sapphire-list__item--interactive:not([aria-disabled=true]):not(:disabled):active,.sapphire-list__item--interactive:not([aria-disabled=true]):not(:disabled):focus-visible:active{background-color:var(--sapphire-semantic-color-background-action-secondary-hover)}.sapphire-list__item-content-left{display:flex;align-items:center;margin-right:var(--sapphire-semantic-size-spacing-30);min-width:0;gap:var(--sapphire-semantic-size-spacing-30)}.sapphire-list__item-content-right{display:flex;align-items:center;text-align:right;margin-left:var(--sapphire-semantic-size-spacing-30);color:var(--sapphire-semantic-color-content-default-primary);gap:var(--sapphire-semantic-size-spacing-30)}.sapphire-list__item-text{display:flex;flex-direction:column;font-family:var(--sapphire-semantic-font-name-default);min-width:0;overflow-wrap:break-word}.sapphire-list__item-text--reversedOrder{flex-direction:column-reverse}.sapphire-list__item-text-primary{color:var(--sapphire-semantic-color-content-default-primary);line-height:var(--sapphire-semantic-size-line-height-md);font-size:var(--sapphire-semantic-size-font-text-lg);font-weight:var(--sapphire-semantic-font-weight-default-semibold)}.sapphire-list__item-text-secondary{color:var(--sapphire-semantic-color-content-default-secondary);line-height:var(--sapphire-semantic-size-line-height-md);font-size:var(--sapphire-semantic-size-font-text-md)}\n"] });
|
|
8687
|
+
__decorate([
|
|
8688
|
+
CoerceBoolean
|
|
8689
|
+
], ListComponent.prototype, "hideLastDivider", void 0);
|
|
8690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListComponent, decorators: [{
|
|
8691
|
+
type: Component,
|
|
8692
|
+
args: [{ selector: '[sp-list]', standalone: true, template: `<ng-content></ng-content>`, host: {
|
|
8693
|
+
class: 'sapphire-list',
|
|
8694
|
+
'[class.sapphire-list--without-last-divider]': 'hideLastDivider',
|
|
8695
|
+
'[attr.role]': `!isListElement ? "list" : undefined`,
|
|
8696
|
+
}, hostDirectives: [UseComponentStylesOnHost], providers: [ViewEncapsulationProvider], imports: [UseComponentStylesOnHost], styles: [".sapphire-list{box-sizing:border-box;width:100%;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;list-style:none}.sapphire-list__item{position:relative;display:flex;justify-content:space-between;padding:var(--sapphire-semantic-size-spacing-30) var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg);background-color:var(--sapphire-semantic-color-background-action-tertiary-ghost-default);outline:none;font-family:var(--sapphire-semantic-font-name-default)}.sapphire-list__item--interactive{border:none;outline:none;text-decoration:none;box-sizing:border-box;width:100%;transition-property:opacity,background-color,color;transition-duration:var(--sapphire-semantic-time-fade-quick);transition-timing-function:ease-in-out;cursor:pointer}.sapphire-list__item:has(.sapphire-list__item--interactive){padding:0}.sapphire-list__item:focus-within{z-index:1}.sapphire-list__item>.sapphire-list__item--interactive{display:flex;justify-content:space-between;width:100%;padding:var(--sapphire-semantic-size-spacing-30) var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg);text-decoration:none;background-color:inherit;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;border:none;text-align:inherit;align-items:inherit}.sapphire-list--negative-margin-self{margin-left:calc(var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg) * -1);width:calc(100% + var(--sapphire-semantic-size-spacing-data-collection-item-horizontal-lg) * 2)}.sapphire-list__item--interactive:disabled,.sapphire-list__item--interactive[aria-disabled=true]{cursor:not-allowed;opacity:var(--sapphire-semantic-opacity-disabled)}.sapphire-list__item--interactive:not(.is-focus,:not(.js-focus):focus),.sapphire-list__item:not(:has(.sapphire-list__item--interactive)){box-shadow:inset 0 -1px 0 0 var(--sapphire-semantic-color-border-separator-default)}.sapphire-list--without-last-divider:not(:has([role=presentation] > [role=presentation])) .sapphire-list__item:last-child .sapphire-list__item--interactive:not(.is-focus):not(:focus),.sapphire-list--without-last-divider:not(:has([role=presentation] > [role=presentation])) .sapphire-list__item:not(.sapphire-list__item--interactive):last-child,.sapphire-list--without-last-divider [role=presentation]:last-child>.sapphire-list__item .sapphire-list__item--interactive:not(.is-focus):not(:focus),.sapphire-list--without-last-divider [role=presentation]:last-child>.sapphire-list__item,.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive.is-focus)>.sapphire-list__item--interactive:not(.is-focus,:not(.js-focus):focus),.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive:not(.js-focus):focus)>.sapphire-list__item-ineractive:not(.is-focus,:not(.js-focus):focus),.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive.is-focus),.sapphire-list__item:has(+ .sapphire-list__item > .sapphire-list__item--interactive:not(.js-focus):focus){box-shadow:none}.sapphire-list__item.sapphire-list__item--interactive:not(.is-focus,:not(.js-focus):focus).sapphire-list__item--without-divider{box-shadow:none}.sapphire-list__item--interactive.is-hover:not(.is-active),.sapphire-list__item--interactive:not(.js-hover):not([aria-disabled=true]):not(:disabled):not(:active):hover{background-color:var(--sapphire-semantic-color-background-action-secondary-default)}.sapphire-list__item-content-interactive:focus,.sapphire-list__item-content-interactive:focus-visible{outline:none}.sapphire-list__item--interactive.is-focus,.sapphire-list__item--interactive:not(.js-focus):focus{outline:none;box-shadow:inset 0 0 0 var(--sapphire-semantic-size-focus-ring) var(--sapphire-semantic-color-focus-ring);border:0;border-radius:var(--sapphire-semantic-size-radius-sm)}.sapphire-list__item--interactive:not(.is-disabled).is-active,.sapphire-list__item--interactive:not([aria-disabled=true]):not(:disabled):active,.sapphire-list__item--interactive:not([aria-disabled=true]):not(:disabled):focus-visible:active{background-color:var(--sapphire-semantic-color-background-action-secondary-hover)}.sapphire-list__item-content-left{display:flex;align-items:center;margin-right:var(--sapphire-semantic-size-spacing-30);min-width:0;gap:var(--sapphire-semantic-size-spacing-30)}.sapphire-list__item-content-right{display:flex;align-items:center;text-align:right;margin-left:var(--sapphire-semantic-size-spacing-30);color:var(--sapphire-semantic-color-content-default-primary);gap:var(--sapphire-semantic-size-spacing-30)}.sapphire-list__item-text{display:flex;flex-direction:column;font-family:var(--sapphire-semantic-font-name-default);min-width:0;overflow-wrap:break-word}.sapphire-list__item-text--reversedOrder{flex-direction:column-reverse}.sapphire-list__item-text-primary{color:var(--sapphire-semantic-color-content-default-primary);line-height:var(--sapphire-semantic-size-line-height-md);font-size:var(--sapphire-semantic-size-font-text-lg);font-weight:var(--sapphire-semantic-font-weight-default-semibold)}.sapphire-list__item-text-secondary{color:var(--sapphire-semantic-color-content-default-secondary);line-height:var(--sapphire-semantic-size-line-height-md);font-size:var(--sapphire-semantic-size-font-text-md)}\n"] }]
|
|
8697
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { hideLastDivider: [{
|
|
8698
|
+
type: Input
|
|
8699
|
+
}], listItems: [{
|
|
8700
|
+
type: ContentChildren,
|
|
8701
|
+
args: [forwardRef(() => ListItemComponent), { descendants: true }]
|
|
8702
|
+
}] } });
|
|
8703
|
+
|
|
8704
|
+
class ListItemContentComponent {
|
|
8705
|
+
constructor(elementRef) {
|
|
8706
|
+
this.elementRef = elementRef;
|
|
8707
|
+
this._variant =
|
|
8708
|
+
this.elementRef.nativeElement.tagName === 'SP-LIST-ITEM-CONTENT-RIGHT'
|
|
8709
|
+
? 'right'
|
|
8710
|
+
: 'left';
|
|
8711
|
+
}
|
|
8712
|
+
}
|
|
8713
|
+
ListItemContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemContentComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8714
|
+
ListItemContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListItemContentComponent, isStandalone: true, selector: "sp-list-item-content-right, sp-list-item-content-left", host: { properties: { "class.sapphire-list__item-content-right": "_variant === \"right\"", "class.sapphire-list__item-content-left": "_variant === \"left\"" } }, hostDirectives: [{ directive: UseComponentStyles }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
8715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemContentComponent, decorators: [{
|
|
8716
|
+
type: Component,
|
|
8717
|
+
args: [{
|
|
8718
|
+
selector: 'sp-list-item-content-right, sp-list-item-content-left',
|
|
8719
|
+
standalone: true,
|
|
8720
|
+
template: '<ng-content></ng-content>',
|
|
8721
|
+
host: {
|
|
8722
|
+
'[class.sapphire-list__item-content-right]': '_variant === "right"',
|
|
8723
|
+
'[class.sapphire-list__item-content-left]': '_variant === "left"',
|
|
8724
|
+
},
|
|
8725
|
+
hostDirectives: [UseComponentStyles],
|
|
8726
|
+
imports: [UseComponentStyles],
|
|
8727
|
+
}]
|
|
8728
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
8729
|
+
|
|
8730
|
+
class ListItemTextComponent {
|
|
8731
|
+
}
|
|
8732
|
+
ListItemTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8733
|
+
ListItemTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListItemTextComponent, isStandalone: true, selector: "sp-list-item-text", host: { classAttribute: "sapphire-list__item-text" }, hostDirectives: [{ directive: UseComponentStyles }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
8734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextComponent, decorators: [{
|
|
8735
|
+
type: Component,
|
|
8736
|
+
args: [{
|
|
8737
|
+
selector: 'sp-list-item-text',
|
|
8738
|
+
standalone: true,
|
|
8739
|
+
host: {
|
|
8740
|
+
class: 'sapphire-list__item-text',
|
|
8741
|
+
},
|
|
8742
|
+
template: '<ng-content></ng-content>',
|
|
8743
|
+
hostDirectives: [UseComponentStyles],
|
|
8744
|
+
imports: [UseComponentStyles],
|
|
8745
|
+
}]
|
|
8746
|
+
}] });
|
|
8747
|
+
|
|
8748
|
+
class ListItemTextPrimaryComponent {
|
|
8749
|
+
}
|
|
8750
|
+
ListItemTextPrimaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextPrimaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8751
|
+
ListItemTextPrimaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListItemTextPrimaryComponent, isStandalone: true, selector: "sp-list-item-text-primary", host: { classAttribute: "sapphire-list__item-text-primary" }, hostDirectives: [{ directive: UseComponentStyles }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
8752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextPrimaryComponent, decorators: [{
|
|
8753
|
+
type: Component,
|
|
8754
|
+
args: [{
|
|
8755
|
+
selector: 'sp-list-item-text-primary',
|
|
8756
|
+
standalone: true,
|
|
8757
|
+
host: {
|
|
8758
|
+
class: 'sapphire-list__item-text-primary',
|
|
8759
|
+
},
|
|
8760
|
+
template: '<ng-content></ng-content>',
|
|
8761
|
+
hostDirectives: [UseComponentStyles],
|
|
8762
|
+
imports: [UseComponentStyles],
|
|
8763
|
+
}]
|
|
8764
|
+
}] });
|
|
8765
|
+
|
|
8766
|
+
class ListItemTextSecondaryComponent {
|
|
8767
|
+
}
|
|
8768
|
+
ListItemTextSecondaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextSecondaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8769
|
+
ListItemTextSecondaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListItemTextSecondaryComponent, isStandalone: true, selector: "sp-list-item-text-secondary", host: { classAttribute: "sapphire-list__item-text-secondary" }, hostDirectives: [{ directive: UseComponentStyles }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
8770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextSecondaryComponent, decorators: [{
|
|
8771
|
+
type: Component,
|
|
8772
|
+
args: [{
|
|
8773
|
+
selector: 'sp-list-item-text-secondary',
|
|
8774
|
+
standalone: true,
|
|
8775
|
+
host: {
|
|
8776
|
+
class: 'sapphire-list__item-text-secondary',
|
|
8777
|
+
},
|
|
8778
|
+
template: '<ng-content></ng-content>',
|
|
8779
|
+
hostDirectives: [UseComponentStyles],
|
|
8780
|
+
imports: [UseComponentStyles],
|
|
8781
|
+
}]
|
|
8782
|
+
}] });
|
|
8783
|
+
|
|
8784
|
+
class SapphireListModule {
|
|
8785
|
+
}
|
|
8786
|
+
SapphireListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8787
|
+
SapphireListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, imports: [ListComponent,
|
|
8788
|
+
ListItemComponent,
|
|
8789
|
+
ListItemContentComponent,
|
|
8790
|
+
ListItemTextComponent,
|
|
8791
|
+
ListItemTextPrimaryComponent,
|
|
8792
|
+
ListItemTextSecondaryComponent], exports: [ListComponent,
|
|
8793
|
+
ListItemComponent,
|
|
8794
|
+
ListItemContentComponent,
|
|
8795
|
+
ListItemTextComponent,
|
|
8796
|
+
ListItemTextPrimaryComponent,
|
|
8797
|
+
ListItemTextSecondaryComponent] });
|
|
8798
|
+
SapphireListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, imports: [ListComponent,
|
|
8799
|
+
ListItemComponent,
|
|
8800
|
+
ListItemContentComponent,
|
|
8801
|
+
ListItemTextComponent,
|
|
8802
|
+
ListItemTextPrimaryComponent,
|
|
8803
|
+
ListItemTextSecondaryComponent] });
|
|
8804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, decorators: [{
|
|
8805
|
+
type: NgModule,
|
|
8806
|
+
args: [{
|
|
8807
|
+
declarations: [],
|
|
8808
|
+
imports: [
|
|
8809
|
+
ListComponent,
|
|
8810
|
+
ListItemComponent,
|
|
8811
|
+
ListItemContentComponent,
|
|
8812
|
+
ListItemTextComponent,
|
|
8813
|
+
ListItemTextPrimaryComponent,
|
|
8814
|
+
ListItemTextSecondaryComponent,
|
|
8815
|
+
],
|
|
8816
|
+
exports: [
|
|
8817
|
+
ListComponent,
|
|
8818
|
+
ListItemComponent,
|
|
8819
|
+
ListItemContentComponent,
|
|
8820
|
+
ListItemTextComponent,
|
|
8821
|
+
ListItemTextPrimaryComponent,
|
|
8822
|
+
ListItemTextSecondaryComponent,
|
|
8823
|
+
],
|
|
8824
|
+
}]
|
|
8825
|
+
}] });
|
|
8826
|
+
|
|
8827
|
+
// We have separate public_api.ts file for each angular module, to have them
|
|
8828
|
+
|
|
8624
8829
|
class SapphireCoreModule {
|
|
8625
8830
|
}
|
|
8626
8831
|
SapphireCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -8647,7 +8852,8 @@ SapphireCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
8647
8852
|
SapphirePaginationModule,
|
|
8648
8853
|
SapphireHelpButtonModule,
|
|
8649
8854
|
SapphireSurfaceModule,
|
|
8650
|
-
SapphireBadgeModule
|
|
8855
|
+
SapphireBadgeModule,
|
|
8856
|
+
SapphireListModule], exports: [SapphireButtonModule,
|
|
8651
8857
|
SapphireIconModule,
|
|
8652
8858
|
SapphireTypographyModule,
|
|
8653
8859
|
SapphireCheckboxModule,
|
|
@@ -8669,7 +8875,8 @@ SapphireCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
8669
8875
|
SapphirePaginationModule,
|
|
8670
8876
|
SapphireHelpButtonModule,
|
|
8671
8877
|
SapphireSurfaceModule,
|
|
8672
|
-
SapphireBadgeModule
|
|
8878
|
+
SapphireBadgeModule,
|
|
8879
|
+
SapphireListModule] });
|
|
8673
8880
|
SapphireCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireCoreModule, imports: [CommonModule,
|
|
8674
8881
|
SapphireThemeModule,
|
|
8675
8882
|
SapphireButtonModule,
|
|
@@ -8693,7 +8900,8 @@ SapphireCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
8693
8900
|
SapphirePaginationModule,
|
|
8694
8901
|
SapphireHelpButtonModule,
|
|
8695
8902
|
SapphireSurfaceModule,
|
|
8696
|
-
SapphireBadgeModule,
|
|
8903
|
+
SapphireBadgeModule,
|
|
8904
|
+
SapphireListModule, SapphireButtonModule,
|
|
8697
8905
|
SapphireIconModule,
|
|
8698
8906
|
SapphireTypographyModule,
|
|
8699
8907
|
SapphireCheckboxModule,
|
|
@@ -8715,7 +8923,8 @@ SapphireCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
8715
8923
|
SapphirePaginationModule,
|
|
8716
8924
|
SapphireHelpButtonModule,
|
|
8717
8925
|
SapphireSurfaceModule,
|
|
8718
|
-
SapphireBadgeModule
|
|
8926
|
+
SapphireBadgeModule,
|
|
8927
|
+
SapphireListModule] });
|
|
8719
8928
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireCoreModule, decorators: [{
|
|
8720
8929
|
type: NgModule,
|
|
8721
8930
|
args: [{
|
|
@@ -8745,6 +8954,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8745
8954
|
SapphireHelpButtonModule,
|
|
8746
8955
|
SapphireSurfaceModule,
|
|
8747
8956
|
SapphireBadgeModule,
|
|
8957
|
+
SapphireListModule,
|
|
8748
8958
|
],
|
|
8749
8959
|
exports: [
|
|
8750
8960
|
SapphireButtonModule,
|
|
@@ -8770,6 +8980,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8770
8980
|
SapphireHelpButtonModule,
|
|
8771
8981
|
SapphireSurfaceModule,
|
|
8772
8982
|
SapphireBadgeModule,
|
|
8983
|
+
SapphireListModule,
|
|
8773
8984
|
],
|
|
8774
8985
|
}]
|
|
8775
8986
|
}] });
|
|
@@ -8782,5 +8993,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8782
8993
|
* Generated bundle index. Do not edit.
|
|
8783
8994
|
*/
|
|
8784
8995
|
|
|
8785
|
-
export { BadgeComponent, BasicSelectComponent, BasicSingleSelectDirective, ButtonComponent, ButtonGroupComponent, ButtonIconDirective, CdkVirtualScrollViewportFixDirective, CheckboxChange, CheckboxComponent, CheckboxGroupComponent, ConfirmationDialogComponent, DEFAULT_BREAKPOINTS, DangerDialogComponent, DialogComponent, DialogTriggerDirective, FieldComponent, FieldControl, FieldErrorDirective, FieldLabelDirective, FieldNoteDirective, FieldNoteSuffixDirective, FocusedDirective, HeadingComponent, HelpButtonComponent, HelpButtonContentDirective, HelpButtonFooterDirective, HelpButtonHeaderDirective, ICON_SIZE_PROVIDER, IconButtonComponent, IconComponent, LabelComponent, LinkComponent, ListboxChild, ListboxComponent, ListboxInputDirective, MenuComponent, MenuIconComponent, MenuItemComponent, MenuPrimaryTextComponent, MenuSecondaryTextComponent, MenuSectionComponent, MenuTriggerDirective, ModalBackButtonDirective, ModalBodyComponent, ModalCloseButtonDirective, ModalFooterComponent, ModalFooterDirective, ModalHeaderComponent, ModalHeaderDirective, ModalLayoutComponent, ModalService, MultiSelectDirective, NotificationBadgeComponent, OptionComponent, OptionIconDirective, OptionPrimaryTextDirective, OptionSecondaryTextDirective, POPOVER_TRIGGER, PaginationComponent, PanelComponent, PanelTriggerDirective, ParagraphComponent, PopoverCloseButtonDirective, PopoverComponent, PopoverTitleDirective, PopoverTriggerDirective, PressedDirective, RadioComponent, RadioGroupComponent, SapphireBadgeModule, SapphireButtonModule, SapphireCheckboxModule, SapphireCheckboxRequiredValidator, SapphireCoreModule, SapphireFieldModule, SapphireHelpButtonModule, SapphireIconModule, SapphireLinkModule, SapphireListboxModule, SapphireMenuModule, SapphireModalModule, SapphireNotificationBadgeModule, SapphireOverlay, SapphirePaginationChange, SapphirePaginationModule, SapphirePopoverModule, SapphireRadioModule, SapphireSegmentedTabsModule, SapphireSelectModule, SapphireSkeletonModule, SapphireSurfaceModule, SapphireSwitchChange, SapphireSwitchModule, SapphireSwitchRequiredValidator, SapphireTableModule, SapphireTextFieldModule, SapphireThemeModule, SapphireToggleButtonRequiredValidator, SapphireTooltipModule, SapphireTypographyModule, ScrollMonitorDirective, SearchableSelectDirective, SectionDirective, SegmentedRadioComponent, SegmentedRadioGroupComponent, SegmentedTabComponent, SegmentedTabContentDirective, SegmentedTabLabelDirective, SegmentedTabsComponent, SelectComponent, SelectionTextDirective, SingleSelectDirective, SkeletonBlockDirective, SkeletonCircleDirective, SkeletonComponent, SkeletonTextDirective, SurfaceComponent, SwitchComponent, TableBodyDirective, TableCellDirective, TableComponent, TableDirective, TableFooterDirective, TableHeadCellComponent, TableHeadDirective, TableRowDirective, TableSortDirective, TableSortHeaderDirective, TextFieldComponent, TextFieldInputDirective, TextFieldPostfixDirective, TextFieldPrefixDirective, TextFieldTextareaAutosizeDirective, ThemeBaseDirective, ThemeCheckDirective, ThemeDefault, ThemeDefaultDark, ThemeRootDirective, ToggleButtonComponent, TooltipComponent, TooltipDirective, TranslatePipe, TranslateService, TruncatedWithTooltipDirective, UseComponentStyles, UseComponentStylesOnHost, ViewEncapsulationProvider };
|
|
8996
|
+
export { BadgeComponent, BasicSelectComponent, BasicSingleSelectDirective, ButtonComponent, ButtonGroupComponent, ButtonIconDirective, CdkVirtualScrollViewportFixDirective, CheckboxChange, CheckboxComponent, CheckboxGroupComponent, ConfirmationDialogComponent, DEFAULT_BREAKPOINTS, DangerDialogComponent, DialogComponent, DialogTriggerDirective, FieldComponent, FieldControl, FieldErrorDirective, FieldLabelDirective, FieldNoteDirective, FieldNoteSuffixDirective, FocusedDirective, HeadingComponent, HelpButtonComponent, HelpButtonContentDirective, HelpButtonFooterDirective, HelpButtonHeaderDirective, ICON_SIZE_PROVIDER, IconButtonComponent, IconComponent, LabelComponent, LinkComponent, ListComponent, ListItemComponent, ListItemContentComponent, ListItemTextComponent, ListItemTextPrimaryComponent, ListItemTextSecondaryComponent, ListboxChild, ListboxComponent, ListboxInputDirective, MenuComponent, MenuIconComponent, MenuItemComponent, MenuPrimaryTextComponent, MenuSecondaryTextComponent, MenuSectionComponent, MenuTriggerDirective, ModalBackButtonDirective, ModalBodyComponent, ModalCloseButtonDirective, ModalFooterComponent, ModalFooterDirective, ModalHeaderComponent, ModalHeaderDirective, ModalLayoutComponent, ModalService, MultiSelectDirective, NotificationBadgeComponent, OptionComponent, OptionIconDirective, OptionPrimaryTextDirective, OptionSecondaryTextDirective, POPOVER_TRIGGER, PaginationComponent, PanelComponent, PanelTriggerDirective, ParagraphComponent, PopoverCloseButtonDirective, PopoverComponent, PopoverTitleDirective, PopoverTriggerDirective, PressedDirective, RadioComponent, RadioGroupComponent, SapphireBadgeModule, SapphireButtonModule, SapphireCheckboxModule, SapphireCheckboxRequiredValidator, SapphireCoreModule, SapphireFieldModule, SapphireHelpButtonModule, SapphireIconModule, SapphireLinkModule, SapphireListModule, SapphireListboxModule, SapphireMenuModule, SapphireModalModule, SapphireNotificationBadgeModule, SapphireOverlay, SapphirePaginationChange, SapphirePaginationModule, SapphirePopoverModule, SapphireRadioModule, SapphireSegmentedTabsModule, SapphireSelectModule, SapphireSkeletonModule, SapphireSurfaceModule, SapphireSwitchChange, SapphireSwitchModule, SapphireSwitchRequiredValidator, SapphireTableModule, SapphireTextFieldModule, SapphireThemeModule, SapphireToggleButtonRequiredValidator, SapphireTooltipModule, SapphireTypographyModule, ScrollMonitorDirective, SearchableSelectDirective, SectionDirective, SegmentedRadioComponent, SegmentedRadioGroupComponent, SegmentedTabComponent, SegmentedTabContentDirective, SegmentedTabLabelDirective, SegmentedTabsComponent, SelectComponent, SelectionTextDirective, SingleSelectDirective, SkeletonBlockDirective, SkeletonCircleDirective, SkeletonComponent, SkeletonTextDirective, SurfaceComponent, SwitchComponent, TableBodyDirective, TableCellDirective, TableComponent, TableDirective, TableFooterDirective, TableHeadCellComponent, TableHeadDirective, TableRowDirective, TableSortDirective, TableSortHeaderDirective, TextFieldComponent, TextFieldInputDirective, TextFieldPostfixDirective, TextFieldPrefixDirective, TextFieldTextareaAutosizeDirective, ThemeBaseDirective, ThemeCheckDirective, ThemeDefault, ThemeDefaultDark, ThemeRootDirective, ToggleButtonComponent, TooltipComponent, TooltipDirective, TranslatePipe, TranslateService, TruncatedWithTooltipDirective, UseComponentStyles, UseComponentStylesOnHost, ViewEncapsulationProvider };
|
|
8786
8997
|
//# sourceMappingURL=danske-sapphire-angular.mjs.map
|