@provoly/dashboard 0.13.3 → 0.13.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "15.x || 16.x",
@@ -97,6 +97,30 @@
97
97
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
98
98
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
99
99
  },
100
+ "./filters/date": {
101
+ "types": "./filters/date/index.d.ts",
102
+ "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
103
+ "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
104
+ "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
105
+ },
106
+ "./filters/list": {
107
+ "types": "./filters/list/index.d.ts",
108
+ "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
109
+ "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
110
+ "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
111
+ },
112
+ "./filters/number": {
113
+ "types": "./filters/number/index.d.ts",
114
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
115
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
116
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
117
+ },
118
+ "./filters/text": {
119
+ "types": "./filters/text/index.d.ts",
120
+ "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
121
+ "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
122
+ "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
123
+ },
100
124
  "./components/card": {
101
125
  "types": "./components/card/index.d.ts",
102
126
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -133,30 +157,6 @@
133
157
  "esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
134
158
  "default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
135
159
  },
136
- "./filters/date": {
137
- "types": "./filters/date/index.d.ts",
138
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
139
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
140
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
141
- },
142
- "./filters/list": {
143
- "types": "./filters/list/index.d.ts",
144
- "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
145
- "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
146
- "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
147
- },
148
- "./filters/number": {
149
- "types": "./filters/number/index.d.ts",
150
- "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
151
- "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
152
- "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
153
- },
154
- "./filters/text": {
155
- "types": "./filters/text/index.d.ts",
156
- "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
157
- "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
158
- "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
159
- },
160
160
  "./pipeline-components/filter": {
161
161
  "types": "./pipeline-components/filter/index.d.ts",
162
162
  "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
@@ -15,6 +15,6 @@ export declare class WidgetMapModule extends BaseWidgetModule {
15
15
  constructor(pryTranslateService: PryI18nService);
16
16
  getComponent(): Type<BaseWidgetComponent>;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetMapModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetMapModule, [typeof i1.WidgetMapComponent, typeof i2.GeometryFieldsForPipe, typeof i3.PryWidgetMapCssComponent, typeof i4.WidgetMapLegendUrlPipe], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.OverlayModule, typeof i8.PryCoreModule, typeof i8.PryDashboardModule, typeof i8.PrySelectModule, typeof i8.PryIconModule, typeof i9.PryCheckboxModule, typeof i8.PryToggleModule, typeof i8.PryOverlayModule, typeof i8.PryI18nModule, typeof i8.PryRangeModule], [typeof i1.WidgetMapComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetMapModule, [typeof i1.WidgetMapComponent, typeof i2.GeometryFieldsForPipe, typeof i3.PryWidgetMapCssComponent, typeof i4.WidgetMapLegendUrlPipe], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.OverlayModule, typeof i8.PryCoreModule, typeof i8.PryDashboardModule, typeof i8.PrySelectModule, typeof i8.PryIconModule, typeof i9.PryCheckboxModule, typeof i8.PryToggleModule, typeof i8.PryOverlayModule, typeof i8.PryI18nModule, typeof i8.PryRangeModule], [typeof i1.WidgetMapComponent, typeof i2.GeometryFieldsForPipe, typeof i3.PryWidgetMapCssComponent, typeof i4.WidgetMapLegendUrlPipe]>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<WidgetMapModule>;
20
20
  }