igniteui-webcomponents-grids 6.3.0-alpha.0 → 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 (233) hide show
  1. package/custom-elements.json +23632 -22
  2. package/grids/3rdpartylicenses.txt +31 -31
  3. package/grids/combined.js +26118 -25975
  4. package/grids/lib/column-pinning-position.d.ts +20 -0
  5. package/grids/lib/drop-position.d.ts +19 -0
  6. package/grids/lib/filter-mode.d.ts +3 -0
  7. package/grids/lib/filtering-expressions-tree-type.d.ts +15 -0
  8. package/grids/lib/filtering-logic.d.ts +15 -0
  9. package/grids/lib/grid-cell-merge-mode.d.ts +3 -0
  10. package/grids/lib/grid-column-data-type.d.ts +3 -0
  11. package/grids/lib/grid-keydown-target-type.d.ts +3 -0
  12. package/grids/lib/grid-paging-mode.d.ts +3 -0
  13. package/grids/lib/grid-selection-mode.d.ts +3 -0
  14. package/grids/lib/grid-summary-calculation-mode.d.ts +3 -0
  15. package/grids/lib/grid-summary-position.d.ts +3 -0
  16. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  17. package/grids/lib/grid-validation-trigger.d.ts +3 -0
  18. package/grids/lib/horizontal-alignment.d.ts +16 -0
  19. package/grids/lib/igc-action-strip-component.d.ts +119 -0
  20. package/grids/lib/igc-action-strip-resource-strings.d.ts +15 -0
  21. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  22. package/grids/lib/igc-active-node-change-event-args.d.ts +38 -0
  23. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +19 -0
  24. package/grids/lib/igc-base-event-args.d.ts +19 -0
  25. package/grids/lib/igc-base-exporter.d.ts +72 -0
  26. package/grids/lib/igc-base-filtering-strategy.d.ts +36 -0
  27. package/grids/lib/igc-base-search-info.d.ts +34 -0
  28. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +21 -0
  29. package/grids/lib/igc-base-toolbar-directive.d.ts +87 -0
  30. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  31. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +19 -0
  32. package/grids/lib/igc-cancelable-browser-event-args.d.ts +14 -0
  33. package/grids/lib/igc-cancelable-event-args.d.ts +19 -0
  34. package/grids/lib/igc-cell-position.d.ts +30 -0
  35. package/grids/lib/igc-cell-template-context.d.ts +27 -0
  36. package/grids/lib/igc-cell-type.d.ts +117 -0
  37. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  38. package/grids/lib/igc-column-component.d.ts +1102 -0
  39. package/grids/lib/igc-column-editor-options.d.ts +15 -0
  40. package/grids/lib/igc-column-exporting-event-args.d.ts +64 -0
  41. package/grids/lib/igc-column-group-component.d.ts +186 -0
  42. package/grids/lib/igc-column-layout-component.d.ts +55 -0
  43. package/grids/lib/igc-column-moving-end-event-args.d.ts +37 -0
  44. package/grids/lib/igc-column-moving-event-args.d.ts +30 -0
  45. package/grids/lib/igc-column-moving-start-event-args.d.ts +23 -0
  46. package/grids/lib/igc-column-pipe-args.d.ts +17 -0
  47. package/grids/lib/igc-column-resize-event-args.d.ts +29 -0
  48. package/grids/lib/igc-column-selection-event-args.d.ts +51 -0
  49. package/grids/lib/igc-column-state.d.ts +140 -0
  50. package/grids/lib/igc-column-template-context.d.ts +23 -0
  51. package/grids/lib/igc-column-toggled-event-args.d.ts +27 -0
  52. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +26 -0
  53. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +35 -0
  54. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +22 -0
  55. package/grids/lib/igc-data-clone-strategy.d.ts +22 -0
  56. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  57. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  58. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  59. package/grids/lib/igc-default-merge-strategy.d.ts +29 -0
  60. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +19 -0
  61. package/grids/lib/igc-dimensions-change.d.ts +29 -0
  62. package/grids/lib/igc-entity-type.d.ts +43 -0
  63. package/grids/lib/igc-exporter-event-args.d.ts +35 -0
  64. package/grids/lib/igc-exporter-options-base.d.ts +153 -0
  65. package/grids/lib/igc-exporter-options.d.ts +13 -0
  66. package/grids/lib/igc-expression-tree.d.ts +34 -0
  67. package/grids/lib/igc-field-editor-options.d.ts +21 -0
  68. package/grids/lib/igc-field-pipe-args.d.ts +50 -0
  69. package/grids/lib/igc-field-type.d.ts +97 -0
  70. package/grids/lib/igc-filter-item.d.ts +25 -0
  71. package/grids/lib/igc-filtering-event-args.d.ts +37 -0
  72. package/grids/lib/igc-filtering-expression.d.ts +39 -0
  73. package/grids/lib/igc-filtering-expressions-tree.d.ts +47 -0
  74. package/grids/lib/igc-filtering-operand.d.ts +53 -0
  75. package/grids/lib/igc-filtering-operation.d.ts +44 -0
  76. package/grids/lib/igc-filtering-strategy.d.ts +26 -0
  77. package/grids/lib/igc-for-of-data-change-event-args.d.ts +14 -0
  78. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +24 -0
  79. package/grids/lib/igc-for-of-state.d.ts +21 -0
  80. package/grids/lib/igc-grid-actions-base-directive.d.ts +32 -0
  81. package/grids/lib/igc-grid-base-directive.d.ts +2664 -0
  82. package/grids/lib/igc-grid-cell-event-args.d.ts +28 -0
  83. package/grids/lib/igc-grid-clipboard-event.d.ts +28 -0
  84. package/grids/lib/igc-grid-component.d.ts +570 -0
  85. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  86. package/grids/lib/igc-grid-created-event-args.d.ts +29 -0
  87. package/grids/lib/igc-grid-edit-done-event-args.d.ts +86 -0
  88. package/grids/lib/igc-grid-edit-event-args.d.ts +96 -0
  89. package/grids/lib/igc-grid-editing-actions-component.d.ts +77 -0
  90. package/grids/lib/igc-grid-empty-template-context.d.ts +13 -0
  91. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +22 -0
  92. package/grids/lib/igc-grid-grouping-strategy.d.ts +33 -0
  93. package/grids/lib/igc-grid-header-template-context.d.ts +19 -0
  94. package/grids/lib/igc-grid-keydown-event-args.d.ts +40 -0
  95. package/grids/lib/igc-grid-master-detail-context.d.ts +22 -0
  96. package/grids/lib/igc-grid-merge-strategy.d.ts +33 -0
  97. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +56 -0
  99. package/grids/lib/igc-grid-resource-strings.d.ts +532 -0
  100. package/grids/lib/igc-grid-row-component.d.ts +24 -0
  101. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +27 -0
  102. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +20 -0
  103. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +18 -0
  104. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  105. package/grids/lib/igc-grid-row-template-context.d.ts +19 -0
  106. package/grids/lib/igc-grid-scroll-event-args.d.ts +30 -0
  107. package/grids/lib/igc-grid-selection-range.d.ts +48 -0
  108. package/grids/lib/igc-grid-sorting-strategy.d.ts +30 -0
  109. package/grids/lib/igc-grid-state-base-directive.d.ts +31 -0
  110. package/grids/lib/igc-grid-state-collection.d.ts +28 -0
  111. package/grids/lib/igc-grid-state-component.d.ts +6 -10
  112. package/grids/lib/igc-grid-state-info.d.ts +15 -6
  113. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  114. package/grids/lib/igc-grid-template-context.d.ts +19 -0
  115. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +36 -0
  116. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +43 -0
  117. package/grids/lib/igc-grid-toolbar-component.d.ts +64 -0
  118. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +52 -0
  119. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +95 -0
  120. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +38 -0
  121. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +37 -0
  122. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  123. package/grids/lib/igc-grid-toolbar-title-component.d.ts +34 -0
  124. package/grids/lib/igc-grid-validation-state.d.ts +28 -0
  125. package/grids/lib/igc-grid-validation-status-event-args.d.ts +26 -0
  126. package/grids/lib/igc-group-by-expand-state.d.ts +21 -0
  127. package/grids/lib/igc-group-by-key.d.ts +22 -0
  128. package/grids/lib/igc-group-by-record.d.ts +47 -0
  129. package/grids/lib/igc-group-by-result.d.ts +23 -0
  130. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +18 -0
  131. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +27 -0
  132. package/grids/lib/igc-group-by-row-template-context.d.ts +19 -0
  133. package/grids/lib/igc-grouped-records.d.ts +16 -0
  134. package/grids/lib/igc-grouping-done-event-args.d.ts +25 -0
  135. package/grids/lib/igc-grouping-expression.d.ts +21 -0
  136. package/grids/lib/igc-grouping-state.d.ts +30 -0
  137. package/grids/lib/igc-head-selector-template-context.d.ts +18 -0
  138. package/grids/lib/igc-head-selector-template-details.d.ts +28 -0
  139. package/grids/lib/igc-header-type.d.ts +50 -0
  140. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +69 -0
  141. package/grids/lib/igc-hierarchical-grid-component.d.ts +242 -0
  142. package/grids/lib/igc-noop-filtering-strategy.d.ts +24 -0
  143. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  144. package/grids/lib/igc-noop-sorting-strategy.d.ts +27 -0
  145. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  146. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  147. package/grids/lib/igc-overlay-outlet-directive.d.ts +20 -0
  148. package/grids/lib/igc-overlay-settings.d.ts +41 -0
  149. package/grids/lib/igc-page-cancellable-event-args.d.ts +20 -0
  150. package/grids/lib/igc-page-event-args.d.ts +20 -0
  151. package/grids/lib/igc-paginator-component.d.ts +231 -0
  152. package/grids/lib/igc-paginator-resource-strings.d.ts +30 -0
  153. package/grids/lib/igc-paging-state.d.ts +24 -0
  154. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +44 -0
  155. package/grids/lib/igc-pin-column-event-args.d.ts +37 -0
  156. package/grids/lib/igc-pin-row-event-args.d.ts +52 -0
  157. package/grids/lib/igc-pinning-config.d.ts +27 -0
  158. package/grids/lib/igc-pivot-aggregator.d.ts +47 -0
  159. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +21 -0
  160. package/grids/lib/igc-pivot-configuration.d.ts +53 -0
  161. package/grids/lib/igc-pivot-data-selector-component.d.ts +183 -0
  162. package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
  163. package/grids/lib/igc-pivot-date-dimension.d.ts +91 -0
  164. package/grids/lib/igc-pivot-dimension-strategy.d.ts +26 -0
  165. package/grids/lib/igc-pivot-dimension.d.ts +80 -0
  166. package/grids/lib/igc-pivot-grid-column.d.ts +32 -0
  167. package/grids/lib/igc-pivot-grid-component.d.ts +472 -0
  168. package/grids/lib/igc-pivot-grid-record.d.ts +36 -0
  169. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +19 -0
  170. package/grids/lib/igc-pivot-keys.d.ts +48 -0
  171. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  172. package/grids/lib/igc-pivot-value.d.ts +62 -0
  173. package/grids/lib/igc-position-settings.d.ts +41 -0
  174. package/grids/lib/igc-position-strategy.d.ts +36 -0
  175. package/grids/lib/igc-prefixed-resource-strings.d.ts +11 -0
  176. package/grids/lib/igc-query-builder-component.d.ts +141 -0
  177. package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
  178. package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
  179. package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
  180. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  181. package/grids/lib/igc-row-data-event-args.d.ts +38 -0
  182. package/grids/lib/igc-row-directive.d.ts +191 -0
  183. package/grids/lib/igc-row-drag-end-event-args.d.ts +28 -0
  184. package/grids/lib/igc-row-drag-start-event-args.d.ts +38 -0
  185. package/grids/lib/igc-row-exporting-event-args.d.ts +39 -0
  186. package/grids/lib/igc-row-island-component.d.ts +2637 -0
  187. package/grids/lib/igc-row-selection-event-args.d.ts +56 -0
  188. package/grids/lib/igc-row-selector-template-context.d.ts +19 -0
  189. package/grids/lib/igc-row-selector-template-details.d.ts +39 -0
  190. package/grids/lib/igc-row-toggle-event-args.d.ts +40 -0
  191. package/grids/lib/igc-row-type.d.ts +177 -0
  192. package/grids/lib/igc-scroll-strategy.d.ts +37 -0
  193. package/grids/lib/igc-search-info.d.ts +23 -0
  194. package/grids/lib/igc-size.d.ts +25 -0
  195. package/grids/lib/igc-sorting-event-args.d.ts +49 -0
  196. package/grids/lib/igc-sorting-expression.d.ts +34 -0
  197. package/grids/lib/igc-sorting-options.d.ts +19 -0
  198. package/grids/lib/igc-sorting-strategy.d.ts +14 -0
  199. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  200. package/grids/lib/igc-summary-expression.d.ts +24 -0
  201. package/grids/lib/igc-summary-operand.d.ts +61 -0
  202. package/grids/lib/igc-summary-result.d.ts +44 -0
  203. package/grids/lib/igc-summary-template-context.d.ts +19 -0
  204. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  205. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  206. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +17 -0
  207. package/grids/lib/igc-toggle-view-event-args.d.ts +18 -0
  208. package/grids/lib/igc-tree-grid-component.d.ts +398 -0
  209. package/grids/lib/igc-tree-grid-record.d.ts +39 -0
  210. package/grids/lib/igc-validation-errors.d.ts +11 -0
  211. package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
  212. package/grids/lib/igc-values-change.d.ts +23 -0
  213. package/grids/lib/index.d.ts +216 -0
  214. package/grids/lib/pivot-aggregation-type.d.ts +3 -0
  215. package/grids/lib/pivot-dimension-type.d.ts +17 -0
  216. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  217. package/grids/lib/pivot-summary-position.d.ts +3 -0
  218. package/grids/lib/row-pinning-position.d.ts +20 -0
  219. package/grids/lib/sorting-direction.d.ts +16 -0
  220. package/grids/lib/sorting-options-mode.d.ts +3 -0
  221. package/grids/lib/validation-status.d.ts +3 -0
  222. package/grids/lib/vertical-alignment.d.ts +16 -0
  223. package/grids/themes/dark/bootstrap.css +1 -1
  224. package/grids/themes/dark/fluent.css +1 -1
  225. package/grids/themes/dark/indigo.css +1 -1
  226. package/grids/themes/dark/material.css +1 -1
  227. package/grids/themes/light/bootstrap.css +1 -1
  228. package/grids/themes/light/fluent.css +1 -1
  229. package/grids/themes/light/indigo.css +1 -1
  230. package/grids/themes/light/material.css +1 -1
  231. package/package.json +1 -1
  232. package/vscode.html-custom-data.json +1 -1
  233. package/web-types.json +1 -1
@@ -0,0 +1,41 @@
1
+
2
+ import { HorizontalAlignment } from './horizontal-alignment';
3
+ import { VerticalAlignment } from './vertical-alignment';
4
+ import { IgcSize } from './igc-size';
5
+
6
+
7
+ /* jsonAPIPlainObject */
8
+
9
+
10
+
11
+ export declare class IgcPositionSettings
12
+ {
13
+
14
+
15
+ /** Direction in which the component should show */
16
+ public horizontalDirection?: HorizontalAlignment;
17
+
18
+
19
+ /** Direction in which the component should show */
20
+ public verticalDirection?: VerticalAlignment;
21
+
22
+
23
+ /** Target's starting point */
24
+ public horizontalStartPoint?: HorizontalAlignment;
25
+
26
+
27
+ /** Target's starting point */
28
+ public verticalStartPoint?: VerticalAlignment;
29
+
30
+
31
+ /** The size up to which element may shrink when shown in elastic position strategy */
32
+ public minSize?: IgcSize;
33
+
34
+
35
+ /** The offset of the element from the target in pixels */
36
+ public offset?: number;
37
+
38
+ }
39
+
40
+
41
+
@@ -0,0 +1,36 @@
1
+
2
+ import { IgcPositionSettings } from './igc-position-settings';
3
+
4
+
5
+ /* jsonAPIPlainObject */
6
+
7
+
8
+ /**
9
+ * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-position)
10
+ * Position strategies determine where to display the component in the provided IgxOverlayService.
11
+ */
12
+
13
+ export declare class IgcPositionStrategy
14
+ {
15
+
16
+
17
+ /**
18
+ * PositionSettings to use when position the component in the overlay
19
+ */
20
+ public set settings(value: IgcPositionSettings);
21
+ public get settings(): IgcPositionSettings;
22
+
23
+
24
+
25
+ /**
26
+ * Clone the strategy instance.
27
+ * ```typescript
28
+ * settings.positionStrategy.clone();
29
+ * ```
30
+ */
31
+ public clone(): IgcPositionStrategy;
32
+
33
+ }
34
+
35
+
36
+
@@ -0,0 +1,11 @@
1
+
2
+
3
+
4
+
5
+ export declare class IgcPrefixedResourceStrings
6
+ {
7
+
8
+ }
9
+
10
+
11
+
@@ -0,0 +1,141 @@
1
+
2
+ import { IgcExpressionTree } from './igc-expression-tree';
3
+ import { IgcEntityType } from './igc-entity-type';
4
+ import { IgcPrefixedResourceStrings } from './igc-prefixed-resource-strings';
5
+ import { IgcQueryBuilderSearchValueContext } from './igc-query-builder-search-value-context';
6
+ import { IgcRenderFunction } from './common';
7
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
8
+
9
+
10
+
11
+
12
+ /* wcElementTag: igc-query-builder */
13
+ /**
14
+ * A component used for operating with complex filters by creating or editing conditions
15
+ * and grouping them using AND/OR logic.
16
+ * It is used internally in the Advanced Filtering of the Grid.
17
+ *
18
+ * @example
19
+ * ```html
20
+ * <igx-query-builder [entities]="this.entities">
21
+ * </igx-query-builder>
22
+ * ```
23
+ */
24
+
25
+ export declare class IgcQueryBuilderComponent extends EventEmitterMixin<IgcQueryBuilderComponentEventMap, Constructor<LitElement>>(LitElement)
26
+
27
+ {
28
+
29
+ /* blazorSuppress */
30
+ static readonly tagName: string;
31
+ /* blazorSuppress */
32
+ static register(): void;
33
+
34
+
35
+
36
+ /**
37
+ * Gets/sets whether the confirmation dialog should be shown when changing entity.
38
+ * Default value is `true`.
39
+ */
40
+ public set showEntityChangeDialog(value: boolean);
41
+ public get showEntityChangeDialog(): boolean;
42
+
43
+
44
+
45
+ /**
46
+ * Gets the list of entities available for the IgxQueryBuilderComponent.
47
+ *
48
+ * Each entity describes a logical group of fields that can be used in queries.
49
+ * An entity can optionally have child entities, allowing nested sub-queries.
50
+ *
51
+ * @returns An array of {@link EntityType} objects.
52
+ */
53
+ public set entities(value: IgcEntityType[]);
54
+ public get entities(): IgcEntityType[];
55
+
56
+
57
+
58
+ /**
59
+ * Returns the expression tree.
60
+ */
61
+ public set expressionTree(value: IgcExpressionTree);
62
+ public get expressionTree(): IgcExpressionTree;
63
+
64
+
65
+
66
+ /**
67
+ * Gets the `locale` of the query builder.
68
+ * If not set, defaults to application's locale.
69
+ */
70
+ public set locale(value: string);
71
+ public get locale(): string;
72
+
73
+
74
+
75
+ /**
76
+ * Sets the resource strings.
77
+ * By default it uses EN resources.
78
+ */
79
+ public set resourceStrings(value: IgcPrefixedResourceStrings);
80
+ public get resourceStrings(): IgcPrefixedResourceStrings;
81
+
82
+
83
+
84
+ /**
85
+ * Disables subsequent entity changes at the root level after the initial selection.
86
+ */
87
+ public set disableEntityChange(value: boolean);
88
+ public get disableEntityChange(): boolean;
89
+
90
+
91
+
92
+ /**
93
+ * Sets/gets the search value template.
94
+ */
95
+ public set searchValueTemplate(value: IgcRenderFunction<IgcQueryBuilderSearchValueContext>);
96
+ public get searchValueTemplate(): IgcRenderFunction<IgcQueryBuilderSearchValueContext>;
97
+
98
+
99
+
100
+ /**
101
+ * Disables return fields changes at the root level.
102
+ */
103
+ public set disableReturnFieldsChange(value: boolean);
104
+ public get disableReturnFieldsChange(): boolean;
105
+
106
+
107
+
108
+ /**
109
+ * Returns whether the expression tree can be committed in the current state.
110
+ */
111
+ public canCommit(): boolean;
112
+
113
+
114
+
115
+ /**
116
+ * Commits the expression tree in the current state if it is valid. If not throws an exception.
117
+ */
118
+ public commit(): void;
119
+
120
+
121
+
122
+ /**
123
+ * Discards all unsaved changes to the expression tree.
124
+ */
125
+ public discard(): void;
126
+
127
+ }
128
+
129
+ export declare interface IgcQueryBuilderComponentEventMap {
130
+
131
+ /**
132
+ * Event fired as the expression tree is changed.
133
+ *
134
+ * ```html
135
+ * <igx-query-builder (expressionTreeChange)='onExpressionTreeChange()'></igx-query-builder>
136
+ * ```
137
+ */
138
+ expressionTreeChange: CustomEvent<IgcExpressionTree>;
139
+
140
+ }
141
+
@@ -0,0 +1,62 @@
1
+
2
+ import { IgcPrefixedResourceStrings } from './igc-prefixed-resource-strings';
3
+
4
+
5
+
6
+
7
+
8
+ /* wcElementTag: igc-query-builder-header */
9
+ /**
10
+ * @igxParent IgxQueryBuilderComponent
11
+ */
12
+
13
+ export declare class IgcQueryBuilderHeaderComponent extends HTMLElement
14
+ {
15
+
16
+ /* blazorSuppress */
17
+ static readonly tagName: string;
18
+ /* blazorSuppress */
19
+ static register(): void;
20
+
21
+
22
+
23
+ /**
24
+ * Sets the title of the `IgxQueryBuilderHeaderComponent`.
25
+ *
26
+ * @example
27
+ * ```html
28
+ * <igx-query-builder-header title="Sample Query Builder"></igx-query-builder-header>
29
+ * ```
30
+ */
31
+ public set title(value: string);
32
+ public get title(): string;
33
+
34
+
35
+
36
+ /**
37
+ * Show/hide the legend.
38
+ *
39
+ * @example
40
+ * ```html
41
+ * <igx-query-builder-header [showLegend]="false"></igx-query-builder-header>
42
+ * ```
43
+ * @deprecated
44
+ */
45
+ public set showLegend(value: boolean);
46
+ public get showLegend(): boolean;
47
+
48
+
49
+
50
+ /**
51
+ * Sets the resource strings.
52
+ * By default it uses EN resources.
53
+ *
54
+ * @deprecated
55
+ */
56
+ public set resourceStrings(value: IgcPrefixedResourceStrings);
57
+ public get resourceStrings(): IgcPrefixedResourceStrings;
58
+
59
+ }
60
+
61
+
62
+
@@ -0,0 +1,228 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+ export declare class IgcQueryBuilderResourceStrings
7
+ {
8
+
9
+
10
+ public query_builder_date_placeholder?: string;
11
+
12
+
13
+ public query_builder_time_placeholder?: string;
14
+
15
+
16
+ public query_builder_datetime_placeholder?: string;
17
+
18
+
19
+ public query_builder_filter_operator_and?: string;
20
+
21
+
22
+ public query_builder_filter_operator_or?: string;
23
+
24
+
25
+ public query_builder_filter_contains?: string;
26
+
27
+
28
+ public query_builder_filter_doesNotContain?: string;
29
+
30
+
31
+ public query_builder_filter_startsWith?: string;
32
+
33
+
34
+ public query_builder_filter_endsWith?: string;
35
+
36
+
37
+ public query_builder_filter_equals?: string;
38
+
39
+
40
+ public query_builder_filter_doesNotEqual?: string;
41
+
42
+
43
+ public query_builder_filter_empty?: string;
44
+
45
+
46
+ public query_builder_filter_notEmpty?: string;
47
+
48
+
49
+ public query_builder_filter_null?: string;
50
+
51
+
52
+ public query_builder_filter_notNull?: string;
53
+
54
+
55
+ public query_builder_filter_in?: string;
56
+
57
+
58
+ public query_builder_filter_notIn?: string;
59
+
60
+
61
+ public query_builder_filter_before?: string;
62
+
63
+
64
+ public query_builder_filter_after?: string;
65
+
66
+
67
+ public query_builder_filter_at?: string;
68
+
69
+
70
+ public query_builder_filter_not_at?: string;
71
+
72
+
73
+ public query_builder_filter_at_before?: string;
74
+
75
+
76
+ public query_builder_filter_at_after?: string;
77
+
78
+
79
+ public query_builder_filter_today?: string;
80
+
81
+
82
+ public query_builder_filter_yesterday?: string;
83
+
84
+
85
+ public query_builder_filter_thisMonth?: string;
86
+
87
+
88
+ public query_builder_filter_lastMonth?: string;
89
+
90
+
91
+ public query_builder_filter_nextMonth?: string;
92
+
93
+
94
+ public query_builder_filter_thisYear?: string;
95
+
96
+
97
+ public query_builder_filter_lastYear?: string;
98
+
99
+
100
+ public query_builder_filter_nextYear?: string;
101
+
102
+
103
+ public query_builder_filter_greaterThan?: string;
104
+
105
+
106
+ public query_builder_filter_lessThan?: string;
107
+
108
+
109
+ public query_builder_filter_greaterThanOrEqualTo?: string;
110
+
111
+
112
+ public query_builder_filter_lessThanOrEqualTo?: string;
113
+
114
+
115
+ public query_builder_filter_true?: string;
116
+
117
+
118
+ public query_builder_filter_false?: string;
119
+
120
+
121
+ public query_builder_filter_all?: string;
122
+
123
+
124
+ public query_builder_from_label?: string;
125
+
126
+
127
+ public query_builder_select_label?: string;
128
+
129
+
130
+ public query_builder_where_label?: string;
131
+
132
+
133
+ public query_builder_and_group?: string;
134
+
135
+
136
+ public query_builder_or_group?: string;
137
+
138
+
139
+ public query_builder_end_group?: string;
140
+
141
+
142
+ public query_builder_and_label?: string;
143
+
144
+
145
+ public query_builder_or_label?: string;
146
+
147
+
148
+ public query_builder_switch_group?: string;
149
+
150
+
151
+ public query_builder_add_condition?: string;
152
+
153
+
154
+ public query_builder_add_group?: string;
155
+
156
+
157
+ public query_builder_add_condition_root?: string;
158
+
159
+
160
+ public query_builder_add_group_root?: string;
161
+
162
+
163
+ public query_builder_ungroup?: string;
164
+
165
+
166
+ public query_builder_delete?: string;
167
+
168
+
169
+ public query_builder_delete_filters?: string;
170
+
171
+
172
+ public query_builder_initial_text?: string;
173
+
174
+
175
+ public query_builder_column_placeholder?: string;
176
+
177
+
178
+ public query_builder_condition_placeholder?: string;
179
+
180
+
181
+ public query_builder_value_placeholder?: string;
182
+
183
+
184
+ public query_builder_query_value_placeholder?: string;
185
+
186
+
187
+ public query_builder_all_fields?: string;
188
+
189
+
190
+ public query_builder_details?: string;
191
+
192
+
193
+ public query_builder_search?: string;
194
+
195
+
196
+ public query_builder_select_all?: string;
197
+
198
+
199
+ public query_builder_select_entity?: string;
200
+
201
+
202
+ public query_builder_select_return_field_single?: string;
203
+
204
+
205
+ public query_builder_select_return_fields?: string;
206
+
207
+
208
+ public query_builder_dialog_title?: string;
209
+
210
+
211
+ public query_builder_dialog_message?: string;
212
+
213
+
214
+ public query_builder_dialog_checkbox_text?: string;
215
+
216
+
217
+ public query_builder_dialog_cancel?: string;
218
+
219
+
220
+ public query_builder_dialog_confirm?: string;
221
+
222
+
223
+ public query_builder_drop_ghost_text?: string;
224
+
225
+ }
226
+
227
+
228
+
@@ -0,0 +1,27 @@
1
+
2
+ import { IgcFieldType } from './igc-field-type';
3
+
4
+
5
+
6
+
7
+
8
+ export declare class IgcQueryBuilderSearchValueContext
9
+ {
10
+
11
+
12
+ /* @wcWidgetMemberName: $implicit */
13
+ public set implicit(value: any);
14
+ public get implicit(): any;
15
+
16
+
17
+ public set selectedField(value: IgcFieldType);
18
+ public get selectedField(): IgcFieldType;
19
+
20
+
21
+ public set selectedCondition(value: string);
22
+ public get selectedCondition(): string;
23
+
24
+ }
25
+
26
+
27
+
@@ -0,0 +1,61 @@
1
+
2
+ import { IgcGridBaseDirective } from './igc-grid-base-directive';
3
+
4
+
5
+
6
+
7
+
8
+ export declare class IgcRowDataCancelableEventArgs
9
+ {
10
+
11
+
12
+ /**
13
+ * @deprecated
14
+ */
15
+ public cellID?: { rowID: any; columnID: any; rowIndex: number; };
16
+
17
+
18
+ /**
19
+ * @deprecated
20
+ */
21
+ public oldValue: any;
22
+
23
+
24
+ /**
25
+ * @deprecated
26
+ */
27
+ public newValue?: any;
28
+
29
+
30
+ /**
31
+ * @deprecated
32
+ */
33
+ public isAddRow?: boolean;
34
+
35
+
36
+ public owner: IgcGridBaseDirective;
37
+
38
+
39
+ /**
40
+ * @deprecated Use the `rowData` property instead.
41
+ */
42
+ public data: any;
43
+
44
+
45
+ public rowData: any;
46
+
47
+
48
+ /**
49
+ * Represents the unique key, the row can be associated with.
50
+ * Available if `primaryKey` exists
51
+ * @deprecated Use the `rowKey` property instead.
52
+ */
53
+ public primaryKey: any;
54
+
55
+
56
+ public rowKey: any;
57
+
58
+ }
59
+
60
+
61
+
@@ -0,0 +1,38 @@
1
+
2
+ import { IgcBaseEventArgs } from './igc-base-event-args';
3
+
4
+
5
+
6
+
7
+ /**
8
+ * Represents event arguments related to events, that can occur for rows in a grid
9
+ * Example for events: adding, deleting, selection, transaction, etc.
10
+ */
11
+
12
+ export declare class IgcRowDataEventArgs extends IgcBaseEventArgs
13
+ {
14
+
15
+
16
+ /**
17
+ * @deprecated Use the `rowData` property instead.
18
+ */
19
+ public data: any;
20
+
21
+
22
+ public rowData: any;
23
+
24
+
25
+ /**
26
+ * Represents the unique key, the row can be associated with.
27
+ * Available if `primaryKey` exists
28
+ * @deprecated Use the `rowKey` property instead.
29
+ */
30
+ public primaryKey: any;
31
+
32
+
33
+ public rowKey: any;
34
+
35
+ }
36
+
37
+
38
+