Skip to content

Commit

Permalink
Merge pull request #5595 from bitfoundation/develop
Browse files Browse the repository at this point in the history
Version 7.0.0 (#5582)
  • Loading branch information
msynk authored Oct 15, 2023
2 parents e697cbe + 1c1c15f commit 58d2524
Show file tree
Hide file tree
Showing 185 changed files with 3,020 additions and 2,211 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"hostRequirements": {
"cpus": 4
},
"onCreateCommand": "wget https://download.visualstudio.microsoft.com/download/pr/764f2fec-710d-490d-a341-88636bce1a8d/35fc13fc20161a7d196200d9c2c6a8f0/dotnet-sdk-8.0.100-rc.1.23463.5-linux-x64.tar.gz -O $HOME/dotnet.tar.gz && export DOTNET_ROOT=$HOME/.dotnet && mkdir -p \"$DOTNET_ROOT\" && tar zxf $HOME/dotnet.tar.gz -C \"$DOTNET_ROOT\" && export PATH=$DOTNET_ROOT:$DOTNET_ROOT/tools:$PATH && dotnet dev-certs https --trust && dotnet build src/BlazorUI/Demo/Client/Web/Bit.BlazorUI.Demo.Client.Web.csproj && dotnet build src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Core/AdminPanel.Client.Core.csproj -t:BeforeBuildTasks --no-restore && dotnet build src/Websites/Platform/src/Bit.Websites.Platform.Web/Bit.Websites.Platform.Web.csproj -t:BeforeBuildTasks --no-restore && dotnet build src/Websites/Sales/src/Bit.Websites.Sales.Web/Bit.Websites.Sales.Web.csproj -t:BeforeBuildTasks --no-restore && dotnet build src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Core/TodoTemplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore",
"onCreateCommand": "wget https://download.visualstudio.microsoft.com/download/pr/9144f37e-b370-41ee-a86f-2d2a69251652/bc1d544112ec134184a5aec7f7a1eaf9/dotnet-sdk-8.0.100-rc.2.23502.2-linux-x64.tar.gz -O $HOME/dotnet.tar.gz && export DOTNET_ROOT=$HOME/.dotnet && mkdir -p \"$DOTNET_ROOT\" && tar zxf $HOME/dotnet.tar.gz -C \"$DOTNET_ROOT\" && export PATH=$DOTNET_ROOT:$DOTNET_ROOT/tools:$PATH && dotnet dev-certs https --trust && dotnet build src/BlazorUI/Demo/Client/Web/Bit.BlazorUI.Demo.Client.Web.csproj && dotnet build src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Core/AdminPanel.Client.Core.csproj -t:BeforeBuildTasks --no-restore && dotnet build src/Websites/Platform/src/Bit.Websites.Platform.Web/Bit.Websites.Platform.Web.csproj -t:BeforeBuildTasks --no-restore && dotnet build src/Websites/Sales/src/Bit.Websites.Sales.Web/Bit.Websites.Sales.Web.csproj -t:BeforeBuildTasks --no-restore && dotnet build src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Core/TodoTemplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore",
"waitFor": "onCreateCommand",
"customizations": {
"codespaces": {
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/adminpanel.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sed -i 's/Microsoft.NET.Sdk.Web/Microsoft.NET.Sdk.BlazorWebAssembly/g' src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Web/AdminPanel.Client.Web.csproj

- name: Install wasm
run: dotnet workload install wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install wasm-tools wasm-experimental

- name: Generate CSS/JS files
run: dotnet build src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Core/AdminPanel.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Generate CSS/JS files
run: dotnet build src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Core/AdminPanel.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui-android --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui-android

- name: Generate CSS/JS files
run: dotnet build src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Core/AdminPanel.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Generate CSS/JS files
run: dotnet build src/Templates/AdminPanel/Bit.AdminPanel/src/Client/Core/AdminPanel.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Extract iOS code signing certificate from env
uses: timheuer/base64-to-file@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bit.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 18

- name: Install wasm and maui
run: dotnet workload install maui-android wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui-android wasm-tools wasm-experimental

- name: MSBuild prerelease
run: dotnet build src/Bit-CI-release.sln
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: 18

- name: Install wasm and maui
run: dotnet workload install maui-android wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui-android wasm-tools wasm-experimental

- name: Build
run: dotnet build src/Bit-CI.sln -p:WarningLevel=0 -p:RunCodeAnalysis=false
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sed -i 's/Microsoft.NET.Sdk.Web/Microsoft.NET.Sdk.BlazorWebAssembly/g' src/BlazorUI/Demo/Client/Web/Bit.BlazorUI.Demo.Client.Web.csproj

- name: Install wasm
run: dotnet workload install wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install wasm-tools wasm-experimental

- name: Generate CSS/JS files
run: dotnet build src/BlazorUI/Demo/Server/Api/Bit.BlazorUI.Demo.Server.Api.csproj -p:BlazorMode=BlazorWebAssembly -p:WebAppDeploymentType="${{ env.WEB_APP_DEPLOYMENT_TYPE }}" -p:Configuration=Release
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Generate CSS/JS files
run: dotnet build src/BlazorUI/Demo/Client/App/Bit.BlazorUI.Demo.Client.App.csproj -p:BlazorMode=BlazorHybrid -p:Configuration=Release -p:WindowsPackageType=None -p:SelfContained=true -p:WindowsAppSDKSelfContained=true -p:GenerateAppxPackageOnBuild=false -p:RuntimeIdentifier=win10-x86 -p:UseRidGraph=true -f net8.0-windows10.0.19041.0
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui-android --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui-android

- name: Generate CSS/JS files
run: dotnet build src/BlazorUI/Demo/Client/App/Bit.BlazorUI.Demo.Client.App.csproj -p:BlazorMode=BlazorHybrid -p:Configuration=Release -p:RunAOTCompilation=false -f net8.0-android
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Extract iOS code signing certificate from env
uses: timheuer/base64-to-file@v1
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Generate CSS/JS files
run: dotnet build src/BlazorUI/Demo/Client/App/Bit.BlazorUI.Demo.Client.App.csproj -p:BlazorMode=BlazorHybrid -p:Configuration=Release -f net8.0-maccatalyst
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sed -i 's/Microsoft.NET.Sdk.Web/Microsoft.NET.Sdk.BlazorWebAssembly/g' src/Websites/Platform/src/Bit.Websites.Platform.Web/Bit.Websites.Platform.Web.csproj

- name: Install wasm
run: dotnet workload install wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install wasm-tools wasm-experimental

- name: Update appsettings.json api server address
uses: microsoft/variable-substitution@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sales.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sed -i 's/Microsoft.NET.Sdk.Web/Microsoft.NET.Sdk.BlazorWebAssembly/g' src/Websites/Sales/src/Bit.Websites.Sales.Web/Bit.Websites.Sales.Web.csproj

- name: Install wasm
run: dotnet workload install wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install wasm-tools wasm-experimental

- name: Update appsettings.json api server address
uses: microsoft/variable-substitution@v1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/todotemplate.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: sed -i 's/Microsoft.NET.Sdk.Web/Microsoft.NET.Sdk.BlazorWebAssembly/g' src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Web/TodoTemplate.Client.Web.csproj

- name: Install wasm
run: dotnet workload install wasm-tools wasm-experimental --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install wasm-tools wasm-experimental

- name: Generate CSS/JS files
run: dotnet build src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Core/TodoTemplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Generate CSS/JS files
run: dotnet build src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Core/TodoTemplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui-android --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui-android

- name: Generate CSS/JS files
run: dotnet build src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Core/TodoTemplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Generate CSS/JS files
run: dotnet build src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Core/TodoTemplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Install maui
run: dotnet workload install maui --sdk-version=8.0.100-rc.1.23463.5
run: cd src && dotnet workload install maui

- name: Extract iOS code signing certificate from env
uses: timheuer/base64-to-file@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![Code size](https://img.shields.io/github/languages/code-size/bitfoundation/bitplatform.svg?logo=github)
![CI Status](https://github.com/bitfoundation/bitplatform/actions/workflows/bit.ci.yml/badge.svg)
![NuGet version](https://img.shields.io/nuget/v/bit.blazorui.svg?logo=nuget)
[![Nuget downloads](https://img.shields.io/badge/packages_download-3.4M-blue.svg?logo=nuget)](https://www.nuget.org/profiles/bit-foundation)
[![Nuget downloads](https://img.shields.io/badge/packages_download-3.6M-blue.svg?logo=nuget)](https://www.nuget.org/profiles/bit-foundation)

<br/>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion docs/coding-style.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Coding Style of bitplatform
Coding Style of bit platform
===============
12 changes: 6 additions & 6 deletions docs/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ building each one of them requires some specific steps that are explained below.

Building each of the bit platform projects needs the following basic requirements other than the specific requirements that are explained later:

- [.NET 8 RC1 SDK (8.0.100-rc.1.23463.5)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [.NET 8 RC1 SDK (8.0.100-rc.2.23502.2)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [Node.js](https://nodejs.org)

<br/>
Expand All @@ -33,7 +33,7 @@ Building each bit platform project requires specific steps that are explained pe

<br/>

### bit Platform Website
### bit platform Website
This website only requires the basic requirements and can be simply built by runnning the following command in the `Bit.Websites.Platform.Web` project folder:

```bash
Expand Down Expand Up @@ -72,13 +72,13 @@ The `App` project unlike the Web needs the `MAUI` workloads to build. This requi

**Linux**:
```bash
dotnet workload install maui-android --sdk-version=8.0.100-rc.1.23455.8
dotnet workload install maui-android
```
**Note**: because of MAUI shortcomings, for now only the android version can be built on Linux.

**Windows & macOS**:
```bash
dotnet workload install maui --sdk-version=8.0.100-rc.1.23455.8
dotnet workload install maui
```

To build the App project run the following command in the `Bit.BlazorUI.Demo.Client.App` project folder (`Demo/Client/App`):
Expand All @@ -104,13 +104,13 @@ The `App` project unlike the Web needs the `MAUI` workloads too. This requiremen

**Linux**:
```bash
dotnet workload install maui-android --sdk-version=8.0.100-rc.1.23455.8
dotnet workload install maui-android
```
**Note**: because of MAUI shortcomings, for now only the android version can be built on Linux.

**Windows & macOS**:
```bash
dotnet workload install maui --sdk-version=8.0.100-rc.1.23455.8
dotnet workload install maui
```

To build the App project run the following command in the `AdminPanel.Client.App` project folder (`src/Client/Web`):
Expand Down
2 changes: 1 addition & 1 deletion docs/up-and-running.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Up and running on bitplatform
# Up and running on bit platform
2 changes: 1 addition & 1 deletion src/Bit.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageProjectUrl>https://github.com/bitfoundation/bitplatform</PackageProjectUrl>
<PackageIconUrl>https://avatars.githubusercontent.com/u/22663390</PackageIconUrl>

<ReleaseVersion>6.1.0</ReleaseVersion>
<ReleaseVersion>7.0.0</ReleaseVersion>

<PackageReleaseNotes>https://github.com/bitfoundation/bitplatform/releases/tag/v-$(ReleaseVersion)</PackageReleaseNotes>
<PackageVersion>$(ReleaseVersion)</PackageVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<Target Name="BeforeBuildTasks" AfterTargets="CoreCompile" Condition="'$(TargetFramework)' == 'net8.0'">
<Exec Condition="!Exists('node_modules/.bin/sass')" Command="npm install sass@1.65.1 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Condition="!Exists('node_modules/.bin/sass')" Command="npm install sass@1.69.3 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Command="node_modules/.bin/sass Styles/bit.blazorui.assets.scss:wwwroot/styles/bit.blazorui.assets.css --style compressed --load-path=. --update" StandardOutputImportance="high" StandardErrorImportance="high" />
</Target>

Expand Down
4 changes: 2 additions & 2 deletions src/BlazorUI/Bit.BlazorUI.Extras/Bit.BlazorUI.Extras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.Components.Web" Version="6.0.0" />
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.AspNetCore.Components.Web" Version="7.0.0" />
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.1.23421.29" />
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.2.23480.2" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<Target Name="BeforeBuildTasks" AfterTargets="CoreCompile" Condition="'$(TargetFramework)' == 'net8.0'">
<Exec Condition="!Exists('node_modules/.bin/sass') OR !Exists('node_modules/.bin/esbuild') OR !Exists('node_modules/.bin/tsc')" Command="npm install sass@1.65.1 typescript@5.1.6 [email protected].0 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Condition="!Exists('node_modules/.bin/sass') OR !Exists('node_modules/.bin/esbuild') OR !Exists('node_modules/.bin/tsc')" Command="npm install sass@1.69.3 typescript@5.2.2 [email protected].4 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Command="node_modules/.bin/sass Styles/bit.blazorui.extras.scss:wwwroot/styles/bit.blazorui.extras.css --style compressed --load-path=. --update" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Command="node_modules/.bin/tsc" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Condition=" '$(Configuration)' == 'Release' " Command="node_modules/.bin/esbuild wwwroot/scripts/bit.blazorui.extras.js --minify --outfile=wwwroot/scripts/bit.blazorui.extras.js --allow-overwrite" StandardOutputImportance="high" StandardErrorImportance="high" />
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorUI/Bit.BlazorUI.Icons/Bit.BlazorUI.Icons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<Target Name="BeforeBuildTasks" AfterTargets="CoreCompile" Condition="'$(TargetFramework)' == 'net8.0'">
<Exec Condition="!Exists('node_modules/.bin/sass')" Command="npm install sass@1.65.1 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Condition="!Exists('node_modules/.bin/sass')" Command="npm install sass@1.69.3 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" />
<Exec Command="node_modules/.bin/sass Styles/bit.blazorui.icons.scss:wwwroot/styles/bit.blazorui.icons.css --style compressed --load-path=. --update" StandardOutputImportance="high" StandardErrorImportance="high" />
</Target>

Expand Down
2 changes: 1 addition & 1 deletion src/BlazorUI/Bit.BlazorUI.Tests/Bit.BlazorUI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit.web" Version="1.23.9" />
<PackageReference Include="bunit.web" Version="1.24.9-preview" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public void BitDateRangePickerShouldGiveValueToGoToToday(string goToToday)
parameters.Add(p => p.IsOpen, true);
});

var goToTodayButton = component.Find(".bit-dtrp-gtd-btn");
var goToTodayButton = component.Find(".bit-dtrp-gtb");

Assert.AreEqual(goToToday, goToTodayButton.TextContent);
Assert.AreEqual(goToToday, goToTodayButton.GetAttribute("title"));
}

[DataTestMethod,
Expand Down Expand Up @@ -181,7 +181,7 @@ public void BitDateRangePickerShowGoToTodayTest(bool showGoToToday)
parameters.Add(p => p.ShowGoToToday, showGoToToday);
});

var goToTodayBtnElms = component.FindAll(".bit-dtrp-gtd-btn");
var goToTodayBtnElms = component.FindAll(".bit-dtrp-gtb");

if (showGoToToday)
{
Expand Down
Loading

0 comments on commit 58d2524

Please sign in to comment.