@dereekb/dbx-web 12.0.6 → 12.1.1
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/esm2022/lib/router/provider/uirouter/anchor.component.mjs +5 -4
- package/esm2022/mapbox/lib/mapbox.marker.component.mjs +1 -2
- package/esm2022/mapbox/lib/mapbox.store.mjs +4 -4
- package/fesm2022/dereekb-dbx-web-mapbox.mjs +3 -4
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web.mjs +6 -5
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/mapbox/lib/mapbox.store.d.ts +0 -6
- package/package.json +1 -1
|
@@ -44,9 +44,10 @@ import { MediaMatcher } from '@angular/cdk/layout';
|
|
|
44
44
|
import { MatTabNav, MatTabNavPanel, MatTabLink } from '@angular/material/tabs';
|
|
45
45
|
import * as i1$7 from '@angular/material/sidenav';
|
|
46
46
|
import { MatSidenav, MatSidenavModule } from '@angular/material/sidenav';
|
|
47
|
-
import
|
|
47
|
+
import * as i1$8 from '@uirouter/angular';
|
|
48
|
+
import { UIRouterModule } from '@uirouter/angular';
|
|
48
49
|
import linkifyStr from 'linkify-string';
|
|
49
|
-
import * as i1$
|
|
50
|
+
import * as i1$9 from '@angular/material/chips';
|
|
50
51
|
import { MatChipsModule } from '@angular/material/chips';
|
|
51
52
|
import * as i2$1 from '@angular/material/tooltip';
|
|
52
53
|
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
@@ -7835,11 +7836,11 @@ class DbxUIRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDirective {
|
|
|
7835
7836
|
uiParamsSignal = computed(() => this._parentAnchorSignal()?.refParams);
|
|
7836
7837
|
uiOptionsSignal = computed(() => this._parentAnchorSignal()?.refOptions ?? {});
|
|
7837
7838
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxUIRouterSegueAnchorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7838
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DbxUIRouterSegueAnchorComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<a class=\"dbx-anchor-a dbx-anchor-sref\" [attr.target]=\"targetSignal()\" [uiSref]=\"uiSrefSignal()\" [uiParams]=\"uiParamsSignal()\" [uiOptions]=\"uiOptionsSignal()\" uiSrefActive=\"dbx-anchor-active\" uiSrefActiveEq=\"dbx-anchor-active-eq\">\n <dbx-injection [template]=\"templateConfigSignal()\"></dbx-injection>\n</a>\n", dependencies: [{ kind: "directive", type: UISref, selector: "[uiSref]", inputs: ["uiSref", "uiParams", "uiOptions"], exportAs: ["uiSref"] }, { kind: "directive", type: UISrefActive, selector: "[uiSrefActive],[uiSrefActiveEq]", inputs: ["uiSrefActive", "uiSrefActiveEq"] }, { kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }] });
|
|
7839
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DbxUIRouterSegueAnchorComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<a class=\"dbx-anchor-a dbx-anchor-sref\" [attr.target]=\"targetSignal()\" [uiSref]=\"uiSrefSignal()\" [uiParams]=\"uiParamsSignal()\" [uiOptions]=\"uiOptionsSignal()\" uiSrefActive=\"dbx-anchor-active\" uiSrefActiveEq=\"dbx-anchor-active-eq\">\n <dbx-injection [template]=\"templateConfigSignal()\"></dbx-injection>\n</a>\n", dependencies: [{ kind: "ngmodule", type: UIRouterModule }, { kind: "directive", type: i1$8.UISref, selector: "[uiSref]", inputs: ["uiSref", "uiParams", "uiOptions"], exportAs: ["uiSref"] }, { kind: "directive", type: i1$8.AnchorUISref, selector: "a[uiSref]" }, { kind: "directive", type: i1$8.UISrefActive, selector: "[uiSrefActive],[uiSrefActiveEq]", inputs: ["uiSrefActive", "uiSrefActiveEq"] }, { kind: "component", type: DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }] });
|
|
7839
7840
|
}
|
|
7840
7841
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxUIRouterSegueAnchorComponent, decorators: [{
|
|
7841
7842
|
type: Component,
|
|
7842
|
-
args: [{ imports: [
|
|
7843
|
+
args: [{ imports: [UIRouterModule, DbxInjectionComponent], standalone: true, template: "<a class=\"dbx-anchor-a dbx-anchor-sref\" [attr.target]=\"targetSignal()\" [uiSref]=\"uiSrefSignal()\" [uiParams]=\"uiParamsSignal()\" [uiOptions]=\"uiOptionsSignal()\" uiSrefActive=\"dbx-anchor-active\" uiSrefActiveEq=\"dbx-anchor-active-eq\">\n <dbx-injection [template]=\"templateConfigSignal()\"></dbx-injection>\n</a>\n" }]
|
|
7843
7844
|
}] });
|
|
7844
7845
|
|
|
7845
7846
|
/**
|
|
@@ -9476,7 +9477,7 @@ class DbxTextChipsComponent {
|
|
|
9476
9477
|
}
|
|
9477
9478
|
</mat-chip-listbox>
|
|
9478
9479
|
}
|
|
9479
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatChipsModule }, { kind: "component", type: i1$
|
|
9480
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatChipsModule }, { kind: "component", type: i1$9.MatChipListbox, selector: "mat-chip-listbox", inputs: ["multiple", "aria-orientation", "selectable", "compareWith", "required", "hideSingleSelectionIndicator", "value"], outputs: ["change"] }, { kind: "component", type: i1$9.MatChipOption, selector: "mat-basic-chip-option, [mat-basic-chip-option], mat-chip-option, [mat-chip-option]", inputs: ["selectable", "selected"], outputs: ["selectionChange"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i2$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9480
9481
|
}
|
|
9481
9482
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxTextChipsComponent, decorators: [{
|
|
9482
9483
|
type: Component,
|