@3kles/kles-material-dynamicforms 21.8.1 → 21.8.2
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.
|
@@ -4834,7 +4834,7 @@ class KlesFormTileComponent extends KlesFieldAbstract {
|
|
|
4834
4834
|
}
|
|
4835
4835
|
</div>
|
|
4836
4836
|
</div>
|
|
4837
|
-
`, isInline: true, styles: [":host{display:flex;justify-content:inherit}.kles-tile{display:flex;align-items:center;min-width:0;gap:12px;padding:8px}.kles-tile__image,.kles-tile__icon{width:36px;height:36px;flex:0 0 36px}.kles-tile__icon{display:flex;align-items:center;justify-content:center;color:var(--mat-sys-primary);font-size:28px}.kles-tile__image{object-fit:contain}.kles-tile__content{display:flex;flex-direction:column;min-width:0;gap:2px}.kles-tile__label{overflow:hidden;color:var(--mat-sys-on-surface);font-size:14px;font-weight:500;line-height:20px;text-overflow:ellipsis
|
|
4837
|
+
`, isInline: true, styles: [":host{display:flex;justify-content:inherit;text-align:left}.kles-tile{display:flex;align-items:center;min-width:0;gap:12px;padding:8px}.kles-tile__image,.kles-tile__icon{width:36px;height:36px;flex:0 0 36px}.kles-tile__icon{display:flex;align-items:center;justify-content:center;color:var(--mat-sys-primary);font-size:28px}.kles-tile__image{object-fit:contain}.kles-tile__content{display:flex;flex-direction:column;min-width:0;gap:2px}.kles-tile__label{overflow:hidden;color:var(--mat-sys-on-surface);font-size:14px;font-weight:500;line-height:20px;text-overflow:ellipsis}.kles-tile__hint{overflow:hidden;color:var(--mat-sys-on-surface-variant);font-size:12px;font-weight:400;line-height:16px;text-overflow:ellipsis}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i4$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4838
4838
|
}
|
|
4839
4839
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.20", ngImport: i0, type: KlesFormTileComponent, decorators: [{
|
|
4840
4840
|
type: Component,
|
|
@@ -4862,7 +4862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.20", ngImpo
|
|
|
4862
4862
|
}
|
|
4863
4863
|
</div>
|
|
4864
4864
|
</div>
|
|
4865
|
-
`, styles: [":host{display:flex;justify-content:inherit}.kles-tile{display:flex;align-items:center;min-width:0;gap:12px;padding:8px}.kles-tile__image,.kles-tile__icon{width:36px;height:36px;flex:0 0 36px}.kles-tile__icon{display:flex;align-items:center;justify-content:center;color:var(--mat-sys-primary);font-size:28px}.kles-tile__image{object-fit:contain}.kles-tile__content{display:flex;flex-direction:column;min-width:0;gap:2px}.kles-tile__label{overflow:hidden;color:var(--mat-sys-on-surface);font-size:14px;font-weight:500;line-height:20px;text-overflow:ellipsis
|
|
4865
|
+
`, styles: [":host{display:flex;justify-content:inherit;text-align:left}.kles-tile{display:flex;align-items:center;min-width:0;gap:12px;padding:8px}.kles-tile__image,.kles-tile__icon{width:36px;height:36px;flex:0 0 36px}.kles-tile__icon{display:flex;align-items:center;justify-content:center;color:var(--mat-sys-primary);font-size:28px}.kles-tile__image{object-fit:contain}.kles-tile__content{display:flex;flex-direction:column;min-width:0;gap:2px}.kles-tile__label{overflow:hidden;color:var(--mat-sys-on-surface);font-size:14px;font-weight:500;line-height:20px;text-overflow:ellipsis}.kles-tile__hint{overflow:hidden;color:var(--mat-sys-on-surface-variant);font-size:12px;font-weight:400;line-height:16px;text-overflow:ellipsis}\n"] }]
|
|
4866
4866
|
}] });
|
|
4867
4867
|
|
|
4868
4868
|
/**
|