3
3
param (
4
4
5
5
)
6
- $ConfigurationURL = ' https://cdn.jsdelivr.net/gh/evotecit/[email protected] .22 '
6
+ $ConfigurationURL = ' https://cdn.jsdelivr.net/gh/evotecit/[email protected] .25 '
7
7
$Configuration = [ordered ] @ {
8
8
Features = [ordered ] @ {
9
9
Inject = @ {
321
321
# 'display' = 'flex'
322
322
# }
323
323
# }
324
- ' .defaultSection' = [ordered ] @ {
324
+ ' .defaultSection' = [ordered ] @ {
325
325
# 'display' = 'flex' # added to allow diagram to resize properly
326
326
' flex-direction' = ' column' # added to allow diagram to resize properly
327
327
# 'flex-direction' = 'default' # added to allow diagram to resize properly
333
333
' transition' = ' 0.3s'
334
334
' border-radius' = ' 5px'
335
335
}
336
- ' .defaultSectionHead' = [ordered ] @ {
336
+ ' .defaultSectionHead' = [ordered ] @ {
337
337
' display' = ' flex'
338
338
' justify-content' = ' center'
339
339
' padding' = ' 5px'
614
614
Comment = ' Apex Charts'
615
615
Header = @ {
616
616
JsLink = @ (
617
- ' https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js' # If you need to make it work with IE11, you need to include these polyfills before including ApexCharts
618
- ' https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill' # If you need to make it work with IE11, you need to include these polyfills before including ApexCharts
619
- ' https://cdn.jsdelivr.net/npm/findindex_polyfill_mdn' # You will need this only if you require timeline/rangebar charts
617
+ # 'https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js' # If you need to make it work with IE11, you need to include these polyfills before including ApexCharts
618
+ # 'https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill' # If you need to make it work with IE11, you need to include these polyfills before including ApexCharts
619
+ # 'https://cdn.jsdelivr.net/npm/findindex_polyfill_mdn' # You will need this only if you require timeline/rangebar charts
620
620
# 'https://unpkg.com/[email protected] /lib/umd.js' # You will need this only if you require PNG download of your charts
621
621
' https://cdn.jsdelivr.net/npm/[email protected] /dist/apexcharts.min.js'
622
622
)
623
623
JS = @ (
624
- " $PSScriptRoot \..\Resources\JS\polyfill.min.js"
625
- " $PSScriptRoot \..\Resources\JS\classList.min.js"
626
- " $PSScriptRoot \..\Resources\JS\findIndex.min.js"
624
+ # "$PSScriptRoot\..\Resources\JS\polyfill.min.js"
625
+ # "$PSScriptRoot\..\Resources\JS\classList.min.js"
626
+ # "$PSScriptRoot\..\Resources\JS\findIndex.min.js"
627
627
# "$PSScriptRoot\..\Resources\JS\umd.min.js"
628
628
" $PSScriptRoot \..\Resources\JS\apexcharts.min.js"
629
629
)
1914
1914
VisData = [ordered ]@ {
1915
1915
Header = @ {
1916
1916
# https://unpkg.com/vis-data@latest/peer/umd/vis-data.min.js
1917
- JsLink = ' https://cdn.jsdelivr.net/npm/[email protected] .6 /peer/umd/vis-data.min.js'
1917
+ JsLink = ' https://cdn.jsdelivr.net/npm/[email protected] .9 /peer/umd/vis-data.min.js'
1918
1918
Js = " $PSScriptRoot \..\Resources\JS\vis-data.min.js"
1919
1919
}
1920
1920
Default = $true
1942
1942
Header = @ {
1943
1943
# https://unpkg.com/vis-network@latest/peer/umd/vis-network.min.js
1944
1944
# https://unpkg.com/vis-network/styles/vis-network.min.css
1945
- JsLink = ' https://cdn.jsdelivr.net/npm/[email protected] .6 /peer/umd/vis-network.min.js'
1945
+ JsLink = ' https://cdn.jsdelivr.net/npm/[email protected] .9 /peer/umd/vis-network.min.js'
1946
1946
Js = " $PSScriptRoot \..\Resources\JS\vis-network.min.js"
1947
- CssLink = ' https://cdn.jsdelivr.net/npm/[email protected] .6 /styles/vis-network.min.css'
1947
+ CssLink = ' https://cdn.jsdelivr.net/npm/[email protected] .9 /styles/vis-network.min.css'
1948
1948
Css = " $PSScriptRoot \..\Resources\CSS\vis-network.min.css"
1949
1949
}
1950
1950
Default = $true
1956
1956
VisNetworkClustering = [ordered ] @ {
1957
1957
Comment = ' VIS Network Clustering'
1958
1958
Internal = $true
1959
- <#
1960
- FooterAlways = @{
1961
- JS = "$PSScriptRoot\..\Resources\JS\vis-networkFunctions.js"
1962
- }
1963
- #>
1964
1959
Footer = @ {
1965
- JSLink = " $ ( $ConfigurationURL ) /JS/vis-networkFunctions .min.js"
1966
- JS = " $PSScriptRoot \..\Resources\JS\vis-networkFunctions .js"
1960
+ JSLink = " $ ( $ConfigurationURL ) /JS/vis-network.functions .min.js"
1961
+ JS = " $PSScriptRoot \..\Resources\JS\vis-network.functions .js"
1967
1962
}
1968
1963
Default = $true
1969
1964
Email = $false
1970
1965
}
1971
1966
VisNetworkLoadingBar = [ordered ]@ {
1972
1967
Comment = ' VIS Network Loading Bar'
1973
- <#
1974
- HeaderAlways = @{
1975
- Css = "$PSScriptRoot\..\Resources\CSS\vis-network.loadingbar.css"
1976
- }
1977
- #>
1978
1968
Header = @ {
1979
1969
CssLink = " $ ( $ConfigurationURL ) /CSS/vis-network.loadingbar.min.css"
1980
1970
Css = " $PSScriptRoot \..\Resources\CSS\vis-network.loadingbar.css"
1984
1974
}
1985
1975
VisNetworkLoad = [ordered ] @ {
1986
1976
Comment = ' VIS Network Load'
1987
- <#
1988
- HeaderAlways = @{
1989
- JS = "$PSScriptRoot\..\Resources\JS\vis-networkLoadDiagram.js"
1990
- }
1991
- #>
1992
1977
Header = @ {
1993
- JSLink = " $ ( $ConfigurationURL ) /JS/vis-networkLoadDiagram .min.js"
1994
- JS = " $PSScriptRoot \..\Resources\JS\vis-networkLoadDiagram .js"
1978
+ JSLink = " $ ( $ConfigurationURL ) /JS/vis-network.loadingbar .min.js"
1979
+ JS = " $PSScriptRoot \..\Resources\JS\vis-network.loadingbar .js"
1995
1980
}
1996
1981
Default = $true
1997
1982
Email = $false
1998
1983
}
1999
- <#
2000
- VisNetworkStandalone = [ordered]@{
2001
- Comment = 'VIS Network Standalone Dynamic, browser based visualization libraries'
2002
- HeaderAlways = @{
2003
- CssInline = [ordered]@{
2004
- '.diagram' = [ordered]@{
2005
- 'min-height' = '400px'
2006
- 'width' = '100%'
2007
- 'height' = '100%'
2008
- 'border' = '0px solid unset'
2009
- }
2010
- '.vis-network:focus' = [ordered]@{
2011
- 'outline' = 'none'
2012
- }
1984
+ VisNetworkFind = [ordered ] @ {
1985
+ Comment = ' VIS Network Find'
1986
+ Header = @ {
1987
+ JSLink = " $ ( $ConfigurationURL ) /JS/vis-network.find.min.js"
1988
+ JS = " $PSScriptRoot \..\Resources\JS\vis-network.find.js"
1989
+ Css = " $PSScriptRoot \..\Resources\CSS\vis-network.find.css"
1990
+ CssLink = " $ ( $ConfigurationURL ) /CSS/vis-network.find.min.css"
2013
1991
}
1992
+ Default = $true
1993
+ Email = $false
2014
1994
}
2015
- Header = @{
2016
- JsLink = 'https://unpkg.com/[email protected] /standalone/umd/vis-network.min.js'
2017
- Js = "$PSScriptRoot\..\Resources\JS\vis-networkStandalone.min.js"
2018
- }
2019
- FooterAlways = @{
2020
- JS = "$PSScriptRoot\..\Resources\JS\vis-networkFunctions.js"
2021
- }
2022
- }
2023
- #>
2024
1995
VisTimeline = [ordered ]@ {
2025
1996
Comment = ' VIS TimeLine'
2026
1997
HeaderAlways = [ordered ]@ {
2033
2004
}
2034
2005
Header = @ {
2035
2006
# https://unpkg.com/vis-timeline@latest/peer/umd/vis-timeline-graph2d.min.js
2036
- JsLink = ' https://cdn.jsdelivr.net/npm/[email protected] .2 /peer/umd/vis-timeline-graph2d.min.js'
2007
+ JsLink = ' https://cdn.jsdelivr.net/npm/[email protected] .3 /peer/umd/vis-timeline-graph2d.min.js'
2037
2008
Js = " $PSScriptRoot \..\Resources\JS\vis-timeline-graph2d.min.js"
2038
2009
Css = " $PSScriptRoot \..\Resources\CSS\vis-timeline-graph2d.min.css"
2039
- CssLink = ' https://cdn.jsdelivr.net/npm/[email protected] .2 /dist/vis-timeline-graph2d.min.css'
2010
+ CssLink = ' https://cdn.jsdelivr.net/npm/[email protected] .3 /dist/vis-timeline-graph2d.min.css'
2040
2011
}
2041
2012
LicenseLink = ' https://github.com/visjs/vis-timeline/blob/master/LICENSE.md'
2042
2013
License = ' MIT and Apache 2.0'
2226
2197
$Configuration
2227
2198
}
2228
2199
2229
- # $Configuration = Get-DefaultParameters
2230
- # $Keys = @(
2231
- # 'datatablesfuzzysearch'
2232
- # 'iFrameResizer
2233
- # 'Popper'
2234
- # 'Moment'
2235
- # 'Jquery'
2236
- # 'ChartsOrg', 'ChartsOrgExportPDF', 'ChartsOrgExportPNG'
2237
- # 'ChartsApex'
2238
- # 'AccordionFAQ'
2239
- # 'VisNetwork'
2240
- # 'VisTimeline'
2241
- # 'VisData'
2242
- # 'JustGage'
2243
- # 'FullCalendar'
2244
- # 'DataTablesSearchAlphabet'
2245
- # 'DataTable*'
2246
- # 'FancyTree'
2247
- # 'CarouselSlick'
2248
- # 'JustGage'
2249
- # 'CarouselKineto'
2250
- # 'QR'
2251
- # 'TabsInline'
2252
- # 'Fonts*'
2253
- # 'WinBox'
2254
- # 'FontsSimpleIcons'
2255
- # 'Wizard'
2256
- # 'MarkdownShowdown*'
2257
- # 'JSTree'
2258
- # 'JSXSS'
2259
- # 'Mermaid'
2260
- # )
2261
- # Save-HTMLResource -Configuration $Configuration -Keys $Keys -PathToSave 'C:\Support\GitHub\PSWriteHTML\Resources\CSS' -Verbose
2200
+ # $Configuration = Get-DefaultParameters
2201
+ # $Keys = @(
2202
+ # 'datatablesfuzzysearch'
2203
+ # 'iFrameResizer
2204
+ # 'Popper'
2205
+ # 'Moment'
2206
+ # 'Jquery'
2207
+ # 'ChartsOrg', 'ChartsOrgExportPDF', 'ChartsOrgExportPNG'
2208
+ # 'ChartsApex'
2209
+ # 'AccordionFAQ'
2210
+ # 'VisNetwork'
2211
+ # 'VisTimeline'
2212
+ # 'VisData'
2213
+ # 'JustGage'
2214
+ # 'FullCalendar'
2215
+ # 'DataTablesSearchAlphabet'
2216
+ # 'DataTable*'
2217
+ # 'FancyTree'
2218
+ # 'CarouselSlick'
2219
+ # 'JustGage'
2220
+ # 'CarouselKineto'
2221
+ # 'QR'
2222
+ # 'TabsInline'
2223
+ # 'Fonts*'
2224
+ # 'WinBox'
2225
+ # 'FontsSimpleIcons'
2226
+ # 'Wizard'
2227
+ # 'MarkdownShowdown*'
2228
+ # 'JSTree'
2229
+ # 'JSXSS'
2230
+ # 'Mermaid'
2231
+ # )
2232
+ # Import-Module "C:\Support\GitHub\PSWriteHTML.Helper\PSWriteHTML.Helper.psd1" -Force
2233
+ # Save-HTMLResource -Configuration $Configuration -Keys $Keys -PathToSave 'C:\Support\GitHub\PSWriteHTML\Resources\CSS' -Verbose
0 commit comments