@provoly/dashboard 1.3.15 → 1.3.16

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.
@@ -62,13 +62,31 @@
62
62
  .a-table {
63
63
  tbody td.-cell-with-icon {
64
64
  margin: 0;
65
- padding: toRem(20);
65
+ padding: toRem(20) toRem(8);
66
66
  height: 100%;
67
67
  }
68
68
  }
69
69
 
70
70
  &__content {
71
71
  overflow: auto;
72
+
73
+ table tr {
74
+ th {
75
+ .m-btn-sorttable {
76
+ font-size: toRem(16);
77
+ }
78
+
79
+ &:first-child {
80
+ width: 30%;
81
+ }
82
+ }
83
+
84
+ td:nth-child(5) {
85
+ button {
86
+ margin-right: toRem(8);
87
+ }
88
+ }
89
+ }
72
90
  }
73
91
 
74
92
  &__state-filter {
@@ -82,7 +100,7 @@
82
100
  background-color: white;
83
101
  max-width: toRem(380);
84
102
  max-height: toRem(600);
85
- padding: 0 toRem(20) toRem(20) toRem(10) ;
103
+ padding: 0 toRem(20) toRem(20) toRem(10);
86
104
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
87
105
 
88
106
  &__list {
@@ -6,8 +6,9 @@ import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../icon/icon.module";
7
7
  import * as i6 from "../../i18n/i18n.module";
8
8
  import * as i7 from "@provoly/dashboard/components/checkbox";
9
+ import * as i8 from "@provoly/dashboard/components/page-loader";
9
10
  export declare class PrySelectModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<PrySelectModule, [typeof i1.PrySelectComponent], [typeof i2.A11yModule, typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.PryIconModule, typeof i6.PryI18nModule, typeof i7.PryCheckboxModule], [typeof i1.PrySelectComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PrySelectModule, [typeof i1.PrySelectComponent], [typeof i2.A11yModule, typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.PryIconModule, typeof i6.PryI18nModule, typeof i7.PryCheckboxModule, typeof i8.PryPageLoaderModule], [typeof i1.PrySelectComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<PrySelectModule>;
13
14
  }
@@ -41,6 +41,7 @@ import * as i33 from "@ngrx/effects";
41
41
  import * as i34 from "../core/components/date-picker/date-picker.module";
42
42
  import * as i35 from "../core/i18n/i18n.module";
43
43
  import * as i36 from "../core/pipes/since-date/since-date.module";
44
+ import * as i37 from "@provoly/dashboard/components/page-loader";
44
45
  export declare class PryDashboardModule {
45
46
  static forRoot(widgetReference: {
46
47
  [key: string]: WidgetDefinition;
@@ -57,6 +58,6 @@ export declare class PryDashboardModule {
57
58
  }, additionalGridLayouts?: AutomaticGridLayoutDefinition[]): ModuleWithProviders<PryDashboardModule>;
58
59
  constructor(store: Store);
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<PryDashboardModule, never>;
60
- static ɵmod: i0.ɵɵNgModuleDeclaration<PryDashboardModule, [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent], [typeof i23.CommonModule, typeof i24.FormsModule, typeof i25.PrySelectModule, typeof i26.PryIconModule, typeof i27.OverlayModule, typeof i28.PryCoreModule, typeof i29.PryCheckboxModule, typeof i30.PryToggleModule, typeof i31.PryOverlayModule, typeof i32.StoreFeatureModule, typeof i33.EffectsFeatureModule, typeof i34.PryDatePickerModule, typeof i35.PryI18nModule, typeof i36.PrySinceDateModule], [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent]>;
61
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PryDashboardModule, [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent], [typeof i23.CommonModule, typeof i24.FormsModule, typeof i25.PrySelectModule, typeof i26.PryIconModule, typeof i27.OverlayModule, typeof i28.PryCoreModule, typeof i29.PryCheckboxModule, typeof i30.PryToggleModule, typeof i31.PryOverlayModule, typeof i32.StoreFeatureModule, typeof i33.EffectsFeatureModule, typeof i34.PryDatePickerModule, typeof i35.PryI18nModule, typeof i36.PrySinceDateModule, typeof i37.PryPageLoaderModule], [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent]>;
61
62
  static ɵinj: i0.ɵɵInjectorDeclaration<PryDashboardModule>;
62
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.3.15",
3
+ "version": "1.3.16",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -138,36 +138,6 @@
138
138
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
139
139
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
140
140
  },
141
- "./filters/autocomplete": {
142
- "types": "./filters/autocomplete/index.d.ts",
143
- "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
144
- "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
145
- "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
146
- },
147
- "./filters/date": {
148
- "types": "./filters/date/index.d.ts",
149
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
150
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
151
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
152
- },
153
- "./filters/list": {
154
- "types": "./filters/list/index.d.ts",
155
- "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
156
- "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
157
- "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
158
- },
159
- "./filters/number": {
160
- "types": "./filters/number/index.d.ts",
161
- "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
162
- "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
163
- "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
164
- },
165
- "./filters/text": {
166
- "types": "./filters/text/index.d.ts",
167
- "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
168
- "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
169
- "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
170
- },
171
141
  "./components/card": {
172
142
  "types": "./components/card/index.d.ts",
173
143
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -240,6 +210,36 @@
240
210
  "esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
241
211
  "default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
242
212
  },
213
+ "./filters/autocomplete": {
214
+ "types": "./filters/autocomplete/index.d.ts",
215
+ "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
216
+ "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
217
+ "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
218
+ },
219
+ "./filters/date": {
220
+ "types": "./filters/date/index.d.ts",
221
+ "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
222
+ "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
223
+ "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
224
+ },
225
+ "./filters/list": {
226
+ "types": "./filters/list/index.d.ts",
227
+ "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
228
+ "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
229
+ "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
230
+ },
231
+ "./filters/number": {
232
+ "types": "./filters/number/index.d.ts",
233
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
234
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
235
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
236
+ },
237
+ "./filters/text": {
238
+ "types": "./filters/text/index.d.ts",
239
+ "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
240
+ "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
241
+ "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
242
+ },
243
243
  "./pipeline-components/filter": {
244
244
  "types": "./pipeline-components/filter/index.d.ts",
245
245
  "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",