@dereekb/dbx-web 9.23.18 → 9.23.19
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/calendar/package.json +2 -2
- package/esm2020/lib/layout/text/address.component.mjs +6 -5
- package/esm2020/lib/router/layout/anchor/anchor.component.mjs +15 -3
- package/esm2020/mapbox/lib/index.mjs +4 -1
- package/esm2020/mapbox/lib/mapbox.injection.component.mjs +32 -0
- package/esm2020/mapbox/lib/mapbox.injection.store.mjs +39 -0
- package/esm2020/mapbox/lib/mapbox.injection.store.provide.mjs +52 -0
- package/esm2020/mapbox/lib/mapbox.marker.component.mjs +5 -5
- package/esm2020/mapbox/lib/mapbox.marker.mjs +1 -1
- package/esm2020/mapbox/lib/mapbox.module.mjs +5 -1
- package/fesm2015/dereekb-dbx-web-mapbox.mjs +121 -8
- package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2015/dereekb-dbx-web.mjs +20 -5
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web-mapbox.mjs +117 -7
- package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +18 -5
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/router/layout/anchor/anchor.component.d.ts +2 -0
- package/mapbox/esm2020/lib/index.mjs +4 -1
- package/mapbox/esm2020/lib/mapbox.injection.component.mjs +32 -0
- package/mapbox/esm2020/lib/mapbox.injection.store.mjs +39 -0
- package/mapbox/esm2020/lib/mapbox.injection.store.provide.mjs +52 -0
- package/mapbox/esm2020/lib/mapbox.marker.component.mjs +5 -5
- package/mapbox/esm2020/lib/mapbox.marker.mjs +1 -1
- package/mapbox/esm2020/lib/mapbox.module.mjs +5 -1
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +121 -8
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +117 -7
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/lib/index.d.ts +3 -0
- package/mapbox/lib/mapbox.injection.component.d.ts +16 -0
- package/mapbox/lib/mapbox.injection.store.d.ts +45 -0
- package/mapbox/lib/mapbox.injection.store.provide.d.ts +24 -0
- package/mapbox/lib/mapbox.marker.component.d.ts +3 -2
- package/mapbox/lib/mapbox.marker.d.ts +3 -2
- package/mapbox/lib/mapbox.module.d.ts +14 -13
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
- package/table/package.json +3 -3
|
@@ -2317,9 +2317,17 @@ class DbxAnchorComponent extends AbstractDbxAnchorDirective {
|
|
|
2317
2317
|
var _a, _b;
|
|
2318
2318
|
(_b = (_a = this.anchor) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, event);
|
|
2319
2319
|
}
|
|
2320
|
+
onMouseEnter(event) {
|
|
2321
|
+
var _a, _b;
|
|
2322
|
+
(_b = (_a = this.anchor) === null || _a === void 0 ? void 0 : _a.onMouse) === null || _b === void 0 ? void 0 : _b.call(_a, 'enter', event);
|
|
2323
|
+
}
|
|
2324
|
+
onMouseLeave(event) {
|
|
2325
|
+
var _a, _b;
|
|
2326
|
+
(_b = (_a = this.anchor) === null || _a === void 0 ? void 0 : _a.onMouse) === null || _b === void 0 ? void 0 : _b.call(_a, 'leave', event);
|
|
2327
|
+
}
|
|
2320
2328
|
}
|
|
2321
2329
|
DbxAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorComponent, deps: [{ token: DbxRouterWebProviderConfig }], target: i0.ɵɵFactoryTarget.Component });
|
|
2322
|
-
DbxAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: { block: "block" }, host: { attributes: { "dbx-anchor-block": "block" }, classAttribute: "d-inline dbx-anchor" }, viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: "<ng-container [ngSwitch]=\"type$ | async\">\n <!-- Plain -->\n <ng-container *ngSwitchCase=\"0\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </ng-container>\n <!-- Click -->\n <a class=\"dbx-anchor-a dbx-anchor-click\" [ngClass]=\"(selectedClass$ | async) || ''\" (click)=\"clickAnchor()\" *ngSwitchCase=\"1\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n <!-- Router -->\n <dbx-injection [config]=\"srefAnchorConfig\" *ngSwitchCase=\"2\">\n <!-- Injected in child. -->\n </dbx-injection>\n <!-- Href -->\n <a class=\"dbx-anchor-a dbx-anchor-href\" [href]=\"url$ | async\" [attr.target]=\"target$ | async\" *ngSwitchCase=\"3\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n <!-- Disabled or None -->\n <a class=\"dbx-anchor-a dbx-anchor-disabled\" *ngSwitchDefault>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n</ng-container>\n<!-- Template content -->\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2330
|
+
DbxAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: { block: "block" }, host: { attributes: { "dbx-anchor-block": "block" }, listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" }, classAttribute: "d-inline dbx-anchor" }, viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: "<ng-container [ngSwitch]=\"type$ | async\">\n <!-- Plain -->\n <ng-container *ngSwitchCase=\"0\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </ng-container>\n <!-- Click -->\n <a class=\"dbx-anchor-a dbx-anchor-click\" [ngClass]=\"(selectedClass$ | async) || ''\" (click)=\"clickAnchor()\" *ngSwitchCase=\"1\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n <!-- Router -->\n <dbx-injection [config]=\"srefAnchorConfig\" *ngSwitchCase=\"2\">\n <!-- Injected in child. -->\n </dbx-injection>\n <!-- Href -->\n <a class=\"dbx-anchor-a dbx-anchor-href\" [href]=\"url$ | async\" [attr.target]=\"target$ | async\" *ngSwitchCase=\"3\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n <!-- Disabled or None -->\n <a class=\"dbx-anchor-a dbx-anchor-disabled\" *ngSwitchDefault>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n</ng-container>\n<!-- Template content -->\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2323
2331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorComponent, decorators: [{
|
|
2324
2332
|
type: Component,
|
|
2325
2333
|
args: [{ selector: 'dbx-anchor, [dbx-anchor]', host: {
|
|
@@ -2331,6 +2339,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2331
2339
|
}], templateRef: [{
|
|
2332
2340
|
type: ViewChild,
|
|
2333
2341
|
args: ['content', { read: TemplateRef }]
|
|
2342
|
+
}], onMouseEnter: [{
|
|
2343
|
+
type: HostListener,
|
|
2344
|
+
args: ['mouseenter']
|
|
2345
|
+
}], onMouseLeave: [{
|
|
2346
|
+
type: HostListener,
|
|
2347
|
+
args: ['mouseleave']
|
|
2334
2348
|
}] } });
|
|
2335
2349
|
|
|
2336
2350
|
/**
|
|
@@ -5731,6 +5745,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
5731
5745
|
args: ['dbxLoadingError']
|
|
5732
5746
|
}] } });
|
|
5733
5747
|
|
|
5748
|
+
// prettier-ignore
|
|
5734
5749
|
class DbxUnitedStatesAddressComponent {
|
|
5735
5750
|
}
|
|
5736
5751
|
DbxUnitedStatesAddressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxUnitedStatesAddressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -5742,8 +5757,8 @@ DbxUnitedStatesAddressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5742
5757
|
<div *ngIf="address.line2" class="addr-line2">{{ address.line2 }}</div>
|
|
5743
5758
|
<div class="city-state-zip">
|
|
5744
5759
|
<span class="addr-city">{{ address.city }}</span>
|
|
5745
|
-
<span *ngIf="address.state || address.zip"
|
|
5746
|
-
<span class="addr-state">{{ address.state }}</span>
|
|
5760
|
+
<span *ngIf="address.state || address.zip">, </span>
|
|
5761
|
+
<span class="addr-state">{{ address.state }} </span>
|
|
5747
5762
|
<span class="addr-zip">{{ address.zip }}</span>
|
|
5748
5763
|
</div>
|
|
5749
5764
|
</ng-container>
|
|
@@ -5760,8 +5775,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
5760
5775
|
<div *ngIf="address.line2" class="addr-line2">{{ address.line2 }}</div>
|
|
5761
5776
|
<div class="city-state-zip">
|
|
5762
5777
|
<span class="addr-city">{{ address.city }}</span>
|
|
5763
|
-
<span *ngIf="address.state || address.zip"
|
|
5764
|
-
<span class="addr-state">{{ address.state }}</span>
|
|
5778
|
+
<span *ngIf="address.state || address.zip">, </span>
|
|
5779
|
+
<span class="addr-state">{{ address.state }} </span>
|
|
5765
5780
|
<span class="addr-zip">{{ address.zip }}</span>
|
|
5766
5781
|
</div>
|
|
5767
5782
|
</ng-container>
|