@talxis/base-controls 1.2509.1-alpha.5 → 1.2509.1-alpha.6

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 (30) hide show
  1. package/dist/components/DatasetControl/Filtering/DatasetColumnFilteringModel.d.ts +0 -1
  2. package/dist/components/DatasetControl/Filtering/interfaces.d.ts +0 -1
  3. package/dist/components/DateTime/translations.d.ts +0 -1
  4. package/dist/components/Duration/durationOptions.d.ts +0 -1
  5. package/dist/components/Grid/grid/GridModel.d.ts +0 -1
  6. package/dist/components/Grid/interfaces.d.ts +0 -1
  7. package/dist/components/GridCellRenderer/GridCellRendererModel.d.ts +0 -1
  8. package/dist/components/GridCellRenderer/ValueRenderer/ColorfulOptionSetValueRenderer/ColorfulOptionSetValueRenderer.d.ts +0 -1
  9. package/dist/components/GridCellRenderer/interfaces.d.ts +0 -1
  10. package/dist/components/GridCellRenderer/properties/File.d.ts +0 -1
  11. package/dist/components/GridCellRenderer/properties/MultiSelectOptionSet.d.ts +0 -1
  12. package/dist/components/GridCellRenderer/properties/OptionSet.d.ts +0 -1
  13. package/dist/components/GridCellRenderer/properties/OptionSetBase.d.ts +0 -1
  14. package/dist/components/GridCellRenderer/properties/Property.d.ts +0 -1
  15. package/dist/components/GridCellRenderer/properties/TwoOptions.d.ts +0 -1
  16. package/dist/components/Lookup/hooks/useFetchXml.d.ts +0 -1
  17. package/dist/components/Lookup/hooks/useLookup.d.ts +0 -1
  18. package/dist/components/Lookup/interfaces.d.ts +0 -1
  19. package/dist/components/NestedControlRenderer/NestedControl.d.ts +0 -1
  20. package/dist/components/NestedControlRenderer/properties/Property.d.ts +0 -1
  21. package/dist/components/OptionSet/shared.d.ts +0 -1
  22. package/dist/hooks/useControlSizing.d.ts +0 -1
  23. package/dist/index.d.ts +0 -1
  24. package/dist/interfaces/context.d.ts +0 -1
  25. package/dist/interfaces/property.d.ts +0 -1
  26. package/dist/utils/dataset/adapters/DatasetAdapter.d.ts +0 -1
  27. package/dist/utils/dataset/adapters/VirtualDatasetAdapter.d.ts +0 -1
  28. package/dist/utils/theme/ControlTheme.d.ts +0 -1
  29. package/dist/utils/theme/components/ThemeWrapper.d.ts +0 -1
  30. package/package.json +2 -2
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { ITranslation } from "../../../hooks";
4
3
  import { datasetColumnFilteringTranslations } from "./translations";
5
4
  import { Condition } from '@talxis/client-libraries';
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { ThemeProviderProps } from "@fluentui/react";
4
3
  import { IControl, IParameters, IStringProperty, ITranslations } from "../../../interfaces";
5
4
  import { IOptionSet } from "../../OptionSet";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  export declare const getDefaultDateTimeTranslations: (dateFormattingInfo: ComponentFramework.UserSettingApi.DateFormattingInfo) => {
4
3
  time: {
5
4
  1029: string;
@@ -1,3 +1,2 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  export declare const durationOptions: ComponentFramework.PropertyHelper.OptionMetadata[];
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { AggregationFunction, Filtering, IColumn, ICommand, ICustomColumnControl, ICustomColumnFormatting, IDataset, IRecord, TotalRow } from "@talxis/client-libraries";
4
3
  import { ITheme } from "@talxis/react-components";
5
4
  import { gridTranslations } from "../translations";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { AgGridReactProps } from "@ag-grid-community/react";
4
3
  import { ITranslation } from "../../hooks";
5
4
  import { IParameters, IStringProperty, ITwoOptionsProperty, IWholeNumberProperty } from "../../interfaces";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { IGridCellRenderer } from "./interfaces";
4
3
  import { ITranslation } from "../../hooks";
5
4
  import { gridGroupCellRendererTranslations } from "./translations";
@@ -1,6 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  /// <reference types="@types/powerapps-component-framework" />
3
- /// <reference types="powerapps-component-framework" />
4
3
  import { IColorfulOptionSetValueRendererProps as IColorfulOptionSetValueRendererPropsBase } from "../../interfaces";
5
4
  interface IColorfulOptionSetValueRendererProps {
6
5
  optionSet: ComponentFramework.PropertyHelper.OptionMetadata[];
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  /// <reference types="react" />
4
3
  import { AggregationFunction, IColumn, IDataset, IRecord } from "@talxis/client-libraries";
5
4
  import { IControl, IDecimalNumberProperty, IParameters, IStringProperty, ITwoOptionsProperty, IWholeNumberProperty } from "../../interfaces";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { ILinkProps } from "@fluentui/react";
4
3
  import { Property } from "./Property";
5
4
  import { Client } from "@talxis/client-libraries";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { OptionSetBase } from "./OptionSetBase";
4
3
  export declare class MultiSelectOptionSet extends OptionSetBase {
5
4
  protected _getSelectedOptions(optionSet: ComponentFramework.PropertyHelper.OptionMetadata[]): ComponentFramework.PropertyHelper.OptionMetadata[];
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { OptionSetBase } from "./OptionSetBase";
4
3
  export declare class OptionSet extends OptionSetBase {
5
4
  protected _getSelectedOptions(optionSet: ComponentFramework.PropertyHelper.OptionMetadata[]): ComponentFramework.PropertyHelper.OptionMetadata[];
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { Property } from "./Property";
4
3
  export declare abstract class OptionSetBase extends Property {
5
4
  getColorfulOptionSet(): ComponentFramework.PropertyHelper.OptionMetadata[] | null;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { ILinkProps } from "@fluentui/react";
4
3
  import { GridCellRendererModel } from "../GridCellRendererModel";
5
4
  export declare class Property {
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { OptionSetBase } from "./OptionSetBase";
4
3
  export declare class TwoOptions extends OptionSetBase {
5
4
  protected _getSelectedOptions(optionSet: ComponentFramework.PropertyHelper.OptionMetadata[]): ComponentFramework.PropertyHelper.OptionMetadata[];
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { IEntity } from "../interfaces";
4
3
  export declare const useFetchXml: (context: ComponentFramework.Context<any>) => [(viewId: string) => Promise<{
5
4
  fetchxml: string;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { ITranslation } from "../../../hooks";
4
3
  import { IEntity, ILayout, ILookup } from "../interfaces";
5
4
  import { ITheme } from "@talxis/react-components";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { ITagPickerProps } from "@talxis/react-components";
4
3
  import { ILookupProperty, ITwoOptionsProperty } from "../../interfaces";
5
4
  import { IControl, IOutputs, ITranslations } from "../../interfaces/context";
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { IControl, IParameters, IProperty } from "../../interfaces";
4
3
  import { IBinding, IControlStates } from "./interfaces";
5
4
  export interface IOptions {
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { IOptions } from "../NestedControl";
4
3
  import { IBinding } from "../interfaces";
5
4
  export declare abstract class Property {
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  /// <reference types="react" />
4
3
  import { IComboBoxOption, ITheme } from "@fluentui/react";
5
4
  export declare const onRenderColorfulOption: (options: ComponentFramework.PropertyHelper.OptionMetadata[], option: IComboBoxOption | undefined, theme: ITheme) => JSX.Element | null;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  export declare const useControlSizing: (mode: ComponentFramework.Mode) => {
4
3
  height?: number;
5
4
  width?: number;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  /// <reference types="react" />
4
3
  import { ITheme, ICommandBarProps, ITextFieldProps, IDatePickerProps, ITagPickerProps, IComboBoxProps } from '@talxis/react-components';
5
4
  import { DeepPartial, DataType, IDataset, Dataset, IDataProvider, PowerAppsDatasetProvider, IRawRecord, IColumn, IAttributeMetadata, AggregationFunction, IRecord } from '@talxis/client-libraries';
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { IParameters } from ".";
4
3
  import { IFluentDesignState } from "../utils";
5
4
  export interface IOutputs {
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  type ExcludedProps = Pick<ComponentFramework.PropertyTypes.Property, 'formatted'>;
4
3
  export interface IProperty extends Omit<Partial<ComponentFramework.PropertyTypes.Property>, keyof ExcludedProps | 'attributes'> {
5
4
  }
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { Dataset, IDataProvider, IDataset, PowerAppsDatasetProvider } from "@talxis/client-libraries";
4
3
  interface IInputs {
5
4
  [key: string]: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { Dataset, IAttributeMetadata, IColumn, IDataProvider, IRawRecord } from "@talxis/client-libraries";
4
3
  interface IOutputs {
5
4
  DatasetControl?: any;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import { DeepPartial } from "@talxis/client-libraries";
4
3
  import { ITheme } from "@talxis/react-components";
5
4
  export interface IFluentDesignState extends ComponentFramework.FluentDesignState {
@@ -1,5 +1,4 @@
1
1
  /// <reference types="@types/powerapps-component-framework" />
2
- /// <reference types="powerapps-component-framework" />
3
2
  import React from 'react';
4
3
  import { ThemeProviderProps } from '@fluentui/react';
5
4
  interface IThemeWrapper extends ThemeProviderProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talxis/base-controls",
3
- "version": "1.2509.1-alpha.5",
3
+ "version": "1.2509.1-alpha.6",
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",
@@ -75,7 +75,7 @@
75
75
  "@ag-grid-enterprise/row-grouping": "31.3.2",
76
76
  "@ag-grid-enterprise/server-side-row-model": "31.3.2",
77
77
  "@fluentui/react-migration-v8-v9": "^9.6.20",
78
- "@talxis/client-libraries": "^1.2509.1-alpha.4",
78
+ "@talxis/client-libraries": "1.2509.1-alpha.4",
79
79
  "color": "^4.2.3",
80
80
  "dayjs": "^1.11.10",
81
81
  "debounce": "^2.2.0",