Upgraded controls

This commit is contained in:
Hugo Bernier 2021-01-05 23:36:10 -05:00
parent 4c8cd7a3bc
commit 41d2371409
3 changed files with 1206 additions and 335 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,8 +17,8 @@
"@microsoft/sp-office-ui-fabric-core": "1.11.0", "@microsoft/sp-office-ui-fabric-core": "1.11.0",
"@microsoft/sp-property-pane": "1.11.0", "@microsoft/sp-property-pane": "1.11.0",
"@microsoft/sp-webpart-base": "1.11.0", "@microsoft/sp-webpart-base": "1.11.0",
"@pnp/spfx-controls-react": "^1.17.0", "@pnp/spfx-controls-react": "^2.3.0",
"@pnp/spfx-property-controls": "^1.17.0", "@pnp/spfx-property-controls": "2.2.0",
"@types/handlebars": "4.0.32", "@types/handlebars": "4.0.32",
"acorn": ">=5.7.4", "acorn": ">=5.7.4",
"atob": ">=2.1.0", "atob": ">=2.1.0",

View File

@ -480,8 +480,8 @@ export class ContentQueryService implements IContentQueryService {
let selectItemStr = "\n <span><button class='selectItem' data-itemId='{{ID.textValue}}'>Select</button></span>"; let selectItemStr = "\n <span><button class='selectItem' data-itemId='{{ID.textValue}}'>Select</button></span>";
let template = Text.format(`<style type="text/css"> let template = Text.format(`<style type="text/css">
.dynamic-template h2 { .dynamic-template h2 {
font-size: 24px; font-size: 20px;
font-weight: 300; font-weight: 600;
color: "[theme:neutralPrimary, default:#323130]"; color: "[theme:neutralPrimary, default:#323130]";
} }