@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';
|
|
@@ -5356,7 +5356,7 @@ class LinkComponent {
|
|
|
5356
5356
|
}
|
|
5357
5357
|
}
|
|
5358
5358
|
LinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5359
|
-
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
|
|
5359
|
+
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"] });
|
|
5360
5360
|
__decorate([
|
|
5361
5361
|
CoerceBoolean
|
|
5362
5362
|
], LinkComponent.prototype, "disabled", void 0);
|
|
@@ -5371,7 +5371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
5371
5371
|
'[attr.tabindex]': 'disabled ? -1 : (tabindex || tabIndex)',
|
|
5372
5372
|
'[attr.aria-disabled]': 'disabled || null',
|
|
5373
5373
|
'[class.is-disabled]': 'disabled',
|
|
5374
|
-
}, hostDirectives: [UseComponentStylesOnHost], styles: [".sapphire-link{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline
|
|
5374
|
+
}, 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"] }]
|
|
5375
5375
|
}], propDecorators: { variant: [{
|
|
5376
5376
|
type: Input
|
|
5377
5377
|
}], size: [{
|
|
@@ -8759,6 +8759,213 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8759
8759
|
}]
|
|
8760
8760
|
}] });
|
|
8761
8761
|
|
|
8762
|
+
class ListItemComponent {
|
|
8763
|
+
constructor(elementRef, list) {
|
|
8764
|
+
this.elementRef = elementRef;
|
|
8765
|
+
this.list = list;
|
|
8766
|
+
}
|
|
8767
|
+
get _isInteractive() {
|
|
8768
|
+
const hostElement = this.elementRef.nativeElement;
|
|
8769
|
+
return (hostElement.hasAttribute('sp-list-item-interactive') ||
|
|
8770
|
+
hostElement.tagName === 'A' ||
|
|
8771
|
+
hostElement.tagName === 'BUTTON');
|
|
8772
|
+
}
|
|
8773
|
+
get _role() {
|
|
8774
|
+
const hostElement = this.elementRef.nativeElement;
|
|
8775
|
+
if (['BUTTON', 'A', 'LI'].includes(hostElement.tagName)) {
|
|
8776
|
+
return undefined;
|
|
8777
|
+
}
|
|
8778
|
+
if (hostElement.hasAttribute('sp-list-item-interactive') &&
|
|
8779
|
+
hostElement.tagName !== 'A' &&
|
|
8780
|
+
hostElement.tagName !== 'BUTTON') {
|
|
8781
|
+
return 'button';
|
|
8782
|
+
}
|
|
8783
|
+
return 'listitem';
|
|
8784
|
+
}
|
|
8785
|
+
get _isLastItem() {
|
|
8786
|
+
// Only apply if hideLastDivider is true
|
|
8787
|
+
if (!this.list.hideLastDivider)
|
|
8788
|
+
return false;
|
|
8789
|
+
return this.list.listItems.last === this;
|
|
8790
|
+
}
|
|
8791
|
+
}
|
|
8792
|
+
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 });
|
|
8793
|
+
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" });
|
|
8794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemComponent, decorators: [{
|
|
8795
|
+
type: Component,
|
|
8796
|
+
args: [{ selector: '[sp-list-item], [sp-list-item-interactive]', standalone: true, host: {
|
|
8797
|
+
class: 'sapphire-list__item',
|
|
8798
|
+
'[class.sapphire-list__item--interactive]': '_isInteractive',
|
|
8799
|
+
'[class.sapphire-list__item--without-divider]': '_isLastItem',
|
|
8800
|
+
'[attr.role]': `_role`,
|
|
8801
|
+
}, hostDirectives: [
|
|
8802
|
+
UseComponentStyles,
|
|
8803
|
+
{
|
|
8804
|
+
directive: FocusedDirective,
|
|
8805
|
+
},
|
|
8806
|
+
], 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" }]
|
|
8807
|
+
}], ctorParameters: function () {
|
|
8808
|
+
return [{ type: i0.ElementRef }, { type: ListComponent, decorators: [{
|
|
8809
|
+
type: Inject,
|
|
8810
|
+
args: [forwardRef(() => ListComponent)]
|
|
8811
|
+
}] }];
|
|
8812
|
+
} });
|
|
8813
|
+
|
|
8814
|
+
class ListComponent {
|
|
8815
|
+
constructor(elementRef) {
|
|
8816
|
+
this.elementRef = elementRef;
|
|
8817
|
+
this.hideLastDivider = false;
|
|
8818
|
+
this.listItems = new QueryList();
|
|
8819
|
+
}
|
|
8820
|
+
get isListElement() {
|
|
8821
|
+
const hostElement = this.elementRef.nativeElement;
|
|
8822
|
+
return hostElement.tagName === 'UL' || hostElement.tagName === 'OL';
|
|
8823
|
+
}
|
|
8824
|
+
}
|
|
8825
|
+
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8826
|
+
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"] });
|
|
8827
|
+
__decorate([
|
|
8828
|
+
CoerceBoolean
|
|
8829
|
+
], ListComponent.prototype, "hideLastDivider", void 0);
|
|
8830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListComponent, decorators: [{
|
|
8831
|
+
type: Component,
|
|
8832
|
+
args: [{ selector: '[sp-list]', standalone: true, template: `<ng-content></ng-content>`, host: {
|
|
8833
|
+
class: 'sapphire-list',
|
|
8834
|
+
'[class.sapphire-list--without-last-divider]': 'hideLastDivider',
|
|
8835
|
+
'[attr.role]': `!isListElement ? "list" : undefined`,
|
|
8836
|
+
}, 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"] }]
|
|
8837
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { hideLastDivider: [{
|
|
8838
|
+
type: Input
|
|
8839
|
+
}], listItems: [{
|
|
8840
|
+
type: ContentChildren,
|
|
8841
|
+
args: [forwardRef(() => ListItemComponent), { descendants: true }]
|
|
8842
|
+
}] } });
|
|
8843
|
+
|
|
8844
|
+
class ListItemContentComponent {
|
|
8845
|
+
constructor(elementRef) {
|
|
8846
|
+
this.elementRef = elementRef;
|
|
8847
|
+
this._variant =
|
|
8848
|
+
this.elementRef.nativeElement.tagName === 'SP-LIST-ITEM-CONTENT-RIGHT'
|
|
8849
|
+
? 'right'
|
|
8850
|
+
: 'left';
|
|
8851
|
+
}
|
|
8852
|
+
}
|
|
8853
|
+
ListItemContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemContentComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8854
|
+
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 });
|
|
8855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemContentComponent, decorators: [{
|
|
8856
|
+
type: Component,
|
|
8857
|
+
args: [{
|
|
8858
|
+
selector: 'sp-list-item-content-right, sp-list-item-content-left',
|
|
8859
|
+
standalone: true,
|
|
8860
|
+
template: '<ng-content></ng-content>',
|
|
8861
|
+
host: {
|
|
8862
|
+
'[class.sapphire-list__item-content-right]': '_variant === "right"',
|
|
8863
|
+
'[class.sapphire-list__item-content-left]': '_variant === "left"',
|
|
8864
|
+
},
|
|
8865
|
+
hostDirectives: [UseComponentStyles],
|
|
8866
|
+
imports: [UseComponentStyles],
|
|
8867
|
+
}]
|
|
8868
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
8869
|
+
|
|
8870
|
+
class ListItemTextComponent {
|
|
8871
|
+
}
|
|
8872
|
+
ListItemTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8873
|
+
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 });
|
|
8874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextComponent, decorators: [{
|
|
8875
|
+
type: Component,
|
|
8876
|
+
args: [{
|
|
8877
|
+
selector: 'sp-list-item-text',
|
|
8878
|
+
standalone: true,
|
|
8879
|
+
host: {
|
|
8880
|
+
class: 'sapphire-list__item-text',
|
|
8881
|
+
},
|
|
8882
|
+
template: '<ng-content></ng-content>',
|
|
8883
|
+
hostDirectives: [UseComponentStyles],
|
|
8884
|
+
imports: [UseComponentStyles],
|
|
8885
|
+
}]
|
|
8886
|
+
}] });
|
|
8887
|
+
|
|
8888
|
+
class ListItemTextPrimaryComponent {
|
|
8889
|
+
}
|
|
8890
|
+
ListItemTextPrimaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextPrimaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8891
|
+
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 });
|
|
8892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextPrimaryComponent, decorators: [{
|
|
8893
|
+
type: Component,
|
|
8894
|
+
args: [{
|
|
8895
|
+
selector: 'sp-list-item-text-primary',
|
|
8896
|
+
standalone: true,
|
|
8897
|
+
host: {
|
|
8898
|
+
class: 'sapphire-list__item-text-primary',
|
|
8899
|
+
},
|
|
8900
|
+
template: '<ng-content></ng-content>',
|
|
8901
|
+
hostDirectives: [UseComponentStyles],
|
|
8902
|
+
imports: [UseComponentStyles],
|
|
8903
|
+
}]
|
|
8904
|
+
}] });
|
|
8905
|
+
|
|
8906
|
+
class ListItemTextSecondaryComponent {
|
|
8907
|
+
}
|
|
8908
|
+
ListItemTextSecondaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextSecondaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8909
|
+
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 });
|
|
8910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemTextSecondaryComponent, decorators: [{
|
|
8911
|
+
type: Component,
|
|
8912
|
+
args: [{
|
|
8913
|
+
selector: 'sp-list-item-text-secondary',
|
|
8914
|
+
standalone: true,
|
|
8915
|
+
host: {
|
|
8916
|
+
class: 'sapphire-list__item-text-secondary',
|
|
8917
|
+
},
|
|
8918
|
+
template: '<ng-content></ng-content>',
|
|
8919
|
+
hostDirectives: [UseComponentStyles],
|
|
8920
|
+
imports: [UseComponentStyles],
|
|
8921
|
+
}]
|
|
8922
|
+
}] });
|
|
8923
|
+
|
|
8924
|
+
class SapphireListModule {
|
|
8925
|
+
}
|
|
8926
|
+
SapphireListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8927
|
+
SapphireListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, imports: [ListComponent,
|
|
8928
|
+
ListItemComponent,
|
|
8929
|
+
ListItemContentComponent,
|
|
8930
|
+
ListItemTextComponent,
|
|
8931
|
+
ListItemTextPrimaryComponent,
|
|
8932
|
+
ListItemTextSecondaryComponent], exports: [ListComponent,
|
|
8933
|
+
ListItemComponent,
|
|
8934
|
+
ListItemContentComponent,
|
|
8935
|
+
ListItemTextComponent,
|
|
8936
|
+
ListItemTextPrimaryComponent,
|
|
8937
|
+
ListItemTextSecondaryComponent] });
|
|
8938
|
+
SapphireListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, imports: [ListComponent,
|
|
8939
|
+
ListItemComponent,
|
|
8940
|
+
ListItemContentComponent,
|
|
8941
|
+
ListItemTextComponent,
|
|
8942
|
+
ListItemTextPrimaryComponent,
|
|
8943
|
+
ListItemTextSecondaryComponent] });
|
|
8944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireListModule, decorators: [{
|
|
8945
|
+
type: NgModule,
|
|
8946
|
+
args: [{
|
|
8947
|
+
declarations: [],
|
|
8948
|
+
imports: [
|
|
8949
|
+
ListComponent,
|
|
8950
|
+
ListItemComponent,
|
|
8951
|
+
ListItemContentComponent,
|
|
8952
|
+
ListItemTextComponent,
|
|
8953
|
+
ListItemTextPrimaryComponent,
|
|
8954
|
+
ListItemTextSecondaryComponent,
|
|
8955
|
+
],
|
|
8956
|
+
exports: [
|
|
8957
|
+
ListComponent,
|
|
8958
|
+
ListItemComponent,
|
|
8959
|
+
ListItemContentComponent,
|
|
8960
|
+
ListItemTextComponent,
|
|
8961
|
+
ListItemTextPrimaryComponent,
|
|
8962
|
+
ListItemTextSecondaryComponent,
|
|
8963
|
+
],
|
|
8964
|
+
}]
|
|
8965
|
+
}] });
|
|
8966
|
+
|
|
8967
|
+
// We have separate public_api.ts file for each angular module, to have them
|
|
8968
|
+
|
|
8762
8969
|
class SapphireCoreModule {
|
|
8763
8970
|
}
|
|
8764
8971
|
SapphireCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -8785,7 +8992,8 @@ SapphireCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
8785
8992
|
SapphirePaginationModule,
|
|
8786
8993
|
SapphireHelpButtonModule,
|
|
8787
8994
|
SapphireSurfaceModule,
|
|
8788
|
-
SapphireBadgeModule
|
|
8995
|
+
SapphireBadgeModule,
|
|
8996
|
+
SapphireListModule], exports: [SapphireButtonModule,
|
|
8789
8997
|
SapphireIconModule,
|
|
8790
8998
|
SapphireTypographyModule,
|
|
8791
8999
|
SapphireCheckboxModule,
|
|
@@ -8807,7 +9015,8 @@ SapphireCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
8807
9015
|
SapphirePaginationModule,
|
|
8808
9016
|
SapphireHelpButtonModule,
|
|
8809
9017
|
SapphireSurfaceModule,
|
|
8810
|
-
SapphireBadgeModule
|
|
9018
|
+
SapphireBadgeModule,
|
|
9019
|
+
SapphireListModule] });
|
|
8811
9020
|
SapphireCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireCoreModule, imports: [CommonModule,
|
|
8812
9021
|
SapphireThemeModule,
|
|
8813
9022
|
SapphireButtonModule,
|
|
@@ -8831,7 +9040,8 @@ SapphireCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
8831
9040
|
SapphirePaginationModule,
|
|
8832
9041
|
SapphireHelpButtonModule,
|
|
8833
9042
|
SapphireSurfaceModule,
|
|
8834
|
-
SapphireBadgeModule,
|
|
9043
|
+
SapphireBadgeModule,
|
|
9044
|
+
SapphireListModule, SapphireButtonModule,
|
|
8835
9045
|
SapphireIconModule,
|
|
8836
9046
|
SapphireTypographyModule,
|
|
8837
9047
|
SapphireCheckboxModule,
|
|
@@ -8853,7 +9063,8 @@ SapphireCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
8853
9063
|
SapphirePaginationModule,
|
|
8854
9064
|
SapphireHelpButtonModule,
|
|
8855
9065
|
SapphireSurfaceModule,
|
|
8856
|
-
SapphireBadgeModule
|
|
9066
|
+
SapphireBadgeModule,
|
|
9067
|
+
SapphireListModule] });
|
|
8857
9068
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: SapphireCoreModule, decorators: [{
|
|
8858
9069
|
type: NgModule,
|
|
8859
9070
|
args: [{
|
|
@@ -8883,6 +9094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8883
9094
|
SapphireHelpButtonModule,
|
|
8884
9095
|
SapphireSurfaceModule,
|
|
8885
9096
|
SapphireBadgeModule,
|
|
9097
|
+
SapphireListModule,
|
|
8886
9098
|
],
|
|
8887
9099
|
exports: [
|
|
8888
9100
|
SapphireButtonModule,
|
|
@@ -8908,6 +9120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8908
9120
|
SapphireHelpButtonModule,
|
|
8909
9121
|
SapphireSurfaceModule,
|
|
8910
9122
|
SapphireBadgeModule,
|
|
9123
|
+
SapphireListModule,
|
|
8911
9124
|
],
|
|
8912
9125
|
}]
|
|
8913
9126
|
}] });
|
|
@@ -8920,5 +9133,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
|
|
|
8920
9133
|
* Generated bundle index. Do not edit.
|
|
8921
9134
|
*/
|
|
8922
9135
|
|
|
8923
|
-
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 };
|
|
9136
|
+
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 };
|
|
8924
9137
|
//# sourceMappingURL=danske-sapphire-angular.mjs.map
|