igniteui-webcomponents-grids 6.3.0-alpha.1 → 6.3.0-alpha.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.
Files changed (40) hide show
  1. package/custom-elements.json +371 -50
  2. package/grids/3rdpartylicenses.txt +31 -31
  3. package/grids/combined.js +28502 -28239
  4. package/grids/lib/grid-cell-merge-mode.d.ts +1 -1
  5. package/grids/lib/igc-action-strip-component.d.ts +3 -3
  6. package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -1
  7. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +1 -0
  8. package/grids/lib/igc-default-merge-strategy.d.ts +2 -1
  9. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +1 -1
  10. package/grids/lib/igc-entity-type.d.ts +43 -0
  11. package/grids/lib/igc-field-type.d.ts +97 -0
  12. package/grids/lib/igc-grid-base-directive.d.ts +4 -4
  13. package/grids/lib/igc-grid-merge-strategy.d.ts +1 -0
  14. package/grids/lib/igc-grid-resource-strings.d.ts +175 -195
  15. package/grids/lib/igc-hierarchical-grid-component.d.ts +12 -0
  16. package/grids/lib/igc-paginator-component.d.ts +3 -3
  17. package/grids/lib/igc-paginator-resource-strings.d.ts +6 -6
  18. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -3
  19. package/grids/lib/igc-prefixed-resource-strings.d.ts +11 -0
  20. package/grids/lib/igc-query-builder-component.d.ts +141 -0
  21. package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
  22. package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
  23. package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
  24. package/grids/lib/igc-row-island-component.d.ts +13 -37
  25. package/grids/lib/igc-summary-expression.d.ts +1 -1
  26. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +0 -7
  27. package/grids/lib/igc-toggle-view-event-args.d.ts +0 -4
  28. package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
  29. package/grids/lib/index.d.ts +8 -0
  30. package/grids/themes/dark/bootstrap.css +1 -1
  31. package/grids/themes/dark/fluent.css +1 -1
  32. package/grids/themes/dark/indigo.css +1 -1
  33. package/grids/themes/dark/material.css +1 -1
  34. package/grids/themes/light/bootstrap.css +1 -1
  35. package/grids/themes/light/fluent.css +1 -1
  36. package/grids/themes/light/indigo.css +1 -1
  37. package/grids/themes/light/material.css +1 -1
  38. package/package.json +1 -1
  39. package/vscode.html-custom-data.json +1 -1
  40. package/web-types.json +1 -1
@@ -0,0 +1,42 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+ export declare class IgcValidationResourceStrings
7
+ {
8
+
9
+
10
+ public required_validation_error?: string;
11
+
12
+
13
+ public min_validation_error?: string;
14
+
15
+
16
+ public max_validation_error?: string;
17
+
18
+
19
+ public min_length_validation_error?: string;
20
+
21
+
22
+ public max_length_validation_error?: string;
23
+
24
+
25
+ public email_validation_error?: string;
26
+
27
+
28
+ public pattern_validation_error?: string;
29
+
30
+
31
+ public mask_validation_error?: string;
32
+
33
+
34
+ public url_validation_error?: string;
35
+
36
+
37
+ public disabled_date_validation_error?: string;
38
+
39
+ }
40
+
41
+
42
+
@@ -3,6 +3,7 @@ export type { IgcGridStateBaseDirective } from "./igc-grid-state-base-directive"
3
3
  export type { IgcGridStateInfo } from "./igc-grid-state-info";
4
4
  export { IgcActionStripComponent } from "./igc-action-strip-component";
5
5
  export type { IgcActionStripResourceStrings } from "./igc-action-strip-resource-strings";
6
+ export type { IgcPrefixedResourceStrings } from "./igc-prefixed-resource-strings";
6
7
  export { IgcBooleanFilteringOperand } from "./igc-boolean-filtering-operand";
7
8
  export { IgcFilteringOperand } from "./igc-filtering-operand";
8
9
  export { IgcDateFilteringOperand } from "./igc-date-filtering-operand";
@@ -85,6 +86,11 @@ export { PivotDimensionType } from "./pivot-dimension-type";
85
86
  export { SortingDirection } from "./sorting-direction";
86
87
  export { type IgcTreeGridComponentEventMap, IgcTreeGridComponent } from "./igc-tree-grid-component";
87
88
  export type { IgcTreeGridRecord } from "./igc-tree-grid-record";
89
+ export { IgcQueryBuilderHeaderComponent } from "./igc-query-builder-header-component";
90
+ export type { IgcQueryBuilderResourceStrings } from "./igc-query-builder-resource-strings";
91
+ export { type IgcQueryBuilderComponentEventMap, IgcQueryBuilderComponent } from "./igc-query-builder-component";
92
+ export type { IgcEntityType } from "./igc-entity-type";
93
+ export type { IgcQueryBuilderSearchValueContext } from "./igc-query-builder-search-value-context";
88
94
  export type { IgcGridStateOptions } from "./igc-grid-state-options";
89
95
  export type { IgcColumnState } from "./igc-column-state";
90
96
  export type { IgcPagingState } from "./igc-paging-state";
@@ -106,6 +112,7 @@ export type { IgcColumnEditorOptions } from "./igc-column-editor-options";
106
112
  export type { IgcPivotAggregator } from "./igc-pivot-aggregator";
107
113
  export type { IgcPivotGridRecord } from "./igc-pivot-grid-record";
108
114
  export type { IgcPivotGridColumn } from "./igc-pivot-grid-column";
115
+ export type { IgcValidationResourceStrings } from "./igc-validation-resource-strings";
109
116
  export type { IgcPositionStrategy } from "./igc-position-strategy";
110
117
  export type { IgcScrollStrategy } from "./igc-scroll-strategy";
111
118
  export type { IgcBaseExporterEventMap, IgcBaseExporter } from "./igc-base-exporter";
@@ -184,6 +191,7 @@ export type { IgcPivotDimensionStrategy } from "./igc-pivot-dimension-strategy";
184
191
  export type { IgcPivotKeys } from "./igc-pivot-keys";
185
192
  export type { PivotRowLayoutType } from "./pivot-row-layout-type";
186
193
  export type { PivotSummaryPosition } from "./pivot-summary-position";
194
+ export type { IgcFieldType } from "./igc-field-type";
187
195
  export { RowPinningPosition } from "./row-pinning-position";
188
196
  export type { IgcFieldPipeArgs } from "./igc-field-pipe-args";
189
197
  export type { IgcFieldEditorOptions } from "./igc-field-editor-options";