@talxis/base-controls 1.2406.3 → 1.2406.5

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 (58) hide show
  1. package/dist/Numeral-a0284afb.js +1 -0
  2. package/dist/components/Decimal/Decimal.js +1 -1
  3. package/dist/components/Duration/Duration.js +1 -1
  4. package/dist/components/Grid/Grid.js +2 -2
  5. package/dist/components/Grid/core/components/AgGrid/controllers/useAgGridController.d.ts +9 -1
  6. package/dist/components/Grid/core/components/AgGrid/model/AgGrid.d.ts +3 -0
  7. package/dist/components/Grid/core/model/Grid.d.ts +0 -1
  8. package/dist/components/Grid/interfaces.d.ts +0 -1
  9. package/dist/components/Grid/paging/controllers/usePagingController.d.ts +1 -0
  10. package/dist/components/Grid/paging/model/Paging.d.ts +1 -0
  11. package/dist/utils/{NumeralPCF.d.ts → Numeral.d.ts} +1 -1
  12. package/package.json +1 -1
  13. package/dist/NumeralPCF-a609b7be.js +0 -1
  14. package/examples/Currency/Currency/ControlManifest.Input.xml +0 -53
  15. package/examples/Currency/Currency/index.ts +0 -66
  16. package/examples/Currency/Currency.pcfproj +0 -46
  17. package/examples/Currency/package.json +0 -29
  18. package/examples/Currency/pcfconfig.json +0 -3
  19. package/examples/DateTime/DateTime/ControlManifest.Input.xml +0 -58
  20. package/examples/DateTime/DateTime/index.ts +0 -69
  21. package/examples/DateTime/DateTime.pcfproj +0 -46
  22. package/examples/DateTime/package.json +0 -29
  23. package/examples/DateTime/pcfconfig.json +0 -3
  24. package/examples/Decimal/Decimal/ControlManifest.Input.xml +0 -66
  25. package/examples/Decimal/Decimal/index.ts +0 -66
  26. package/examples/Decimal/Decimal.pcfproj +0 -46
  27. package/examples/Decimal/package.json +0 -28
  28. package/examples/Decimal/pcfconfig.json +0 -3
  29. package/examples/Duration/Duration/ControlManifest.Input.xml +0 -53
  30. package/examples/Duration/Duration/index.ts +0 -66
  31. package/examples/Duration/Duration.pcfproj +0 -46
  32. package/examples/Duration/package.json +0 -29
  33. package/examples/Duration/pcfconfig.json +0 -3
  34. package/examples/Grid/Grid/ControlManifest.Input.xml +0 -28
  35. package/examples/Grid/Grid/index.ts +0 -100
  36. package/examples/Grid/Grid.pcfproj +0 -46
  37. package/examples/Grid/package.json +0 -30
  38. package/examples/Grid/pcfconfig.json +0 -3
  39. package/examples/Lookup/Lookup/ControlManifest.Input.xml +0 -51
  40. package/examples/Lookup/Lookup/index.ts +0 -90
  41. package/examples/Lookup/Lookup.pcfproj +0 -46
  42. package/examples/Lookup/package.json +0 -29
  43. package/examples/Lookup/pcfconfig.json +0 -3
  44. package/examples/MultiSelectOptionSet/MultiSelectOptionSet/ControlManifest.Input.xml +0 -53
  45. package/examples/MultiSelectOptionSet/MultiSelectOptionSet/index.ts +0 -86
  46. package/examples/MultiSelectOptionSet/MultiSelectOptionSet.pcfproj +0 -46
  47. package/examples/MultiSelectOptionSet/package.json +0 -31
  48. package/examples/MultiSelectOptionSet/pcfconfig.json +0 -3
  49. package/examples/OptionSet/OptionSet/ControlManifest.Input.xml +0 -53
  50. package/examples/OptionSet/OptionSet/index.ts +0 -70
  51. package/examples/OptionSet/OptionSet.pcfproj +0 -46
  52. package/examples/OptionSet/package.json +0 -29
  53. package/examples/OptionSet/pcfconfig.json +0 -3
  54. package/examples/TwoOptions/TwoOptions/ControlManifest.Input.xml +0 -53
  55. package/examples/TwoOptions/TwoOptions/index.ts +0 -69
  56. package/examples/TwoOptions/TwoOptions.pcfproj +0 -46
  57. package/examples/TwoOptions/package.json +0 -29
  58. package/examples/TwoOptions/pcfconfig.json +0 -3
@@ -1,46 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <PropertyGroup>
4
- <PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
5
- </PropertyGroup>
6
-
7
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
8
- <Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Pcf.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Pcf.props')" />
9
-
10
- <PropertyGroup>
11
- <Name>TwoOptions</Name>
12
- <ProjectGuid>52507120-e5ad-4fab-8b48-327ae282b1cc</ProjectGuid>
13
- <OutputPath>$(MSBuildThisFileDirectory)out\controls</OutputPath>
14
- </PropertyGroup>
15
-
16
- <PropertyGroup>
17
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
18
- <!--Remove TargetFramework when this is available in 16.1-->
19
- <TargetFramework>net462</TargetFramework>
20
- <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
21
- </PropertyGroup>
22
-
23
- <ItemGroup>
24
- <PackageReference Include="Microsoft.PowerApps.MSBuild.Pcf" Version="1.*" />
25
- <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
26
- </ItemGroup>
27
-
28
- <ItemGroup>
29
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\.gitignore" />
30
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\bin\**" />
31
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\obj\**" />
32
- <ExcludeDirectories Include="$(OutputPath)\**" />
33
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.pcfproj" />
34
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.pcfproj.user" />
35
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.sln" />
36
- <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\node_modules\**" />
37
- </ItemGroup>
38
-
39
- <ItemGroup>
40
- <None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" />
41
- </ItemGroup>
42
-
43
- <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
44
- <Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Pcf.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Pcf.targets')" />
45
-
46
- </Project>
@@ -1,29 +0,0 @@
1
- {
2
- "name": "pcf-project",
3
- "version": "1.2406.3",
4
- "description": "Project containing your PowerApps Component Framework (PCF) control.",
5
- "scripts": {
6
- "build": "pcf-scripts build",
7
- "clean": "pcf-scripts clean",
8
- "lint": "pcf-scripts lint",
9
- "lint:fix": "pcf-scripts lint fix",
10
- "rebuild": "pcf-scripts rebuild",
11
- "start": "pcf-scripts start",
12
- "start:watch": "pcf-scripts start watch",
13
- "refreshTypes": "pcf-scripts refreshTypes"
14
- },
15
- "devDependencies": {
16
- "@microsoft/eslint-plugin-power-apps": "^0.2.6",
17
- "@types/node": "^18.8.2",
18
- "@types/powerapps-component-framework": "^1.3.4",
19
- "@typescript-eslint/eslint-plugin": "^5.39.0",
20
- "@typescript-eslint/parser": "^5.39.0",
21
- "eslint": "^8.24.0",
22
- "eslint-plugin-import": "^2.26.0",
23
- "eslint-plugin-node": "^11.1.0",
24
- "eslint-plugin-promise": "^6.0.1",
25
- "pcf-scripts": "^1",
26
- "pcf-start": "^1",
27
- "typescript": "^4.9.5"
28
- }
29
- }
@@ -1,3 +0,0 @@
1
- {
2
- "outDir": "./out/controls"
3
- }