@talxis/base-controls 1.2501.10 → 1.2502.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.
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  export declare const getDefaultDateTimeTranslations: (dateFormattingInfo: ComponentFramework.UserSettingApi.DateFormattingInfo) => {
3
3
  time: {
4
4
  1029: string;
@@ -1,2 +1,2 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  export declare const durationOptions: ComponentFramework.PropertyHelper.OptionMetadata[];
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="powerapps-component-framework" />
2
+ /// <reference types="@types/powerapps-component-framework" />
3
3
  import { ColDef, GridApi } from "@ag-grid-community/core";
4
4
  import { Grid } from "../../../model/Grid";
5
5
  import { GridDependency } from "../../../model/GridDependency";
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { IDataset, IRecord } from "@talxis/client-libraries";
3
3
  import { Filtering } from "../../filtering/model/Filtering";
4
4
  import { IGrid } from "../../interfaces";
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { Grid } from "./Grid";
3
3
  export declare class GridDependency {
4
4
  protected _grid: Grid;
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { GridDependency } from "./GridDependency";
3
3
  export declare class Metadata extends GridDependency {
4
4
  get(columnName: string): Promise<ComponentFramework.PropertyHelper.EntityMetadata>;
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { DatasetConditionOperator } from "../../core/enums/ConditionOperator";
3
3
  import { IGridColumn } from "../../core/interfaces/IGridColumn";
4
4
  import { Grid } from "../../core/model/Grid";
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { AgGridReactProps } from "@ag-grid-community/react";
3
3
  import { ITranslation } from "../../hooks";
4
4
  import { IParameters, IStringProperty, ITwoOptionsProperty, IWholeNumberProperty } from "../../interfaces";
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { IGridColumn } from "../core/interfaces/IGridColumn";
3
3
  import { GridDependency } from "../core/model/GridDependency";
4
4
  export declare class Sorting extends GridDependency {
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { IGridColumn } from "../../core/interfaces/IGridColumn";
3
3
  interface ISortingController {
4
4
  value: ComponentFramework.PropertyHelper.DataSetApi.SortStatus | undefined;
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { IEntity } from "../interfaces";
3
3
  export declare const useFetchXml: (context: ComponentFramework.Context<any>) => [(viewId: string) => Promise<{
4
4
  fetchxml: string;
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { ITranslation } from "../../../hooks";
3
3
  import { IEntity, ILayout, ILookup } from "../interfaces";
4
4
  import { ITheme } from "@talxis/react-components";
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { ITagPickerProps } from "@talxis/react-components";
3
3
  import { ILookupProperty, ITwoOptionsProperty } from "../../interfaces";
4
4
  import { IControl, IOutputs, ITranslations } from "../../interfaces/context";
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  export declare const useControlSizing: (mode: ComponentFramework.Mode) => {
3
3
  height?: number;
4
4
  width?: number;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  /// <reference types="react" />
3
3
  import { ITheme, IDatePickerProps, ITextFieldProps, IComboBoxProps, ITagPickerProps } from '@talxis/react-components';
4
4
  import { DeepPartial, IDataset } from '@talxis/client-libraries';
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { IFluentDesignState } from "../utils";
3
3
  export interface IOutputs {
4
4
  [key: string]: any;
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  type ExcludedProps = Pick<ComponentFramework.PropertyTypes.Property, 'formatted'>;
3
3
  export interface IProperty extends Omit<Partial<ComponentFramework.PropertyTypes.Property>, keyof ExcludedProps | 'attributes'> {
4
4
  }
@@ -1,4 +1,4 @@
1
- /// <reference types="powerapps-component-framework" />
1
+ /// <reference types="@types/powerapps-component-framework" />
2
2
  import { ITheme } from "@talxis/react-components";
3
3
  import { DeepPartial } from "@talxis/client-libraries";
4
4
  export interface IFluentDesignState extends ComponentFramework.FluentDesignState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talxis/base-controls",
3
- "version": "1.2501.10",
3
+ "version": "1.2502.1",
4
4
  "description": "Set of React components that natively work with Power Apps Component Framework API's",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -85,8 +85,8 @@
85
85
  "peerDependencies": {
86
86
  "react": "^16.8.6 || ^17.0.2",
87
87
  "react-dom": "^16.8.6 || ^17.0.2",
88
- "@talxis/react-components": "^1.2501.12",
89
- "@talxis/client-libraries": "^1.2501.3",
88
+ "@talxis/react-components": "^1.2502.5",
89
+ "@talxis/client-libraries": "^1.2502.2",
90
90
  "@fluentui/react": "<=8.121.5"
91
91
  }
92
92
  }