Skip to content

Commit

Permalink
Deployed 47ddd83 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 11, 2024
1 parent eaf0749 commit 44915ef
Show file tree
Hide file tree
Showing 8 changed files with 591 additions and 232 deletions.
586 changes: 447 additions & 139 deletions extensibility/templating/index.html

Large diffs are not rendered by default.

71 changes: 56 additions & 15 deletions extensibility/web_components_list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ <h2 id="pnp-panel"><code>&lt;pnp-panel&gt;</code><a class="headerlink" href="#pn
</ul>
<h2 id="pnp-collapsible"><code>&lt;pnp-collapsible&gt;</code><a class="headerlink" href="#pnp-collapsible" title="Permanent link">&para;</a></h2>
<ul>
<li><strong>Description</strong>: expand/collapse the <code>collapsible-content</code> contetn when the text with <code>data-group-name</code> is clicked.</li>
<li><strong>Description</strong>: expand/collapse the <code>collapsible-content</code> content when the text with <code>data-group-name</code> is clicked.</li>
</ul>
<p><img alt="&quot;Collapsible component&quot;" class="center" src="../../assets/extensibility/web_components/collapsible_component.png" /></p>
<ul>
Expand Down Expand Up @@ -1290,20 +1290,61 @@ <h2 id="pnp-breadcrumb"><code>&lt;pnp-breadcrumb&gt;</code><a class="headerlink"
<a id="__codelineno-9-11" name="__codelineno-9-11" href="#__codelineno-9-11"></a> <span class="na">data-overflow-index</span><span class="o">=</span><span class="s">&quot;0&quot;</span>
<a id="__codelineno-9-12" name="__codelineno-9-12" href="#__codelineno-9-12"></a> <span class="na">data-font-size</span><span class="o">=</span><span class="s">&quot;12&quot;</span>
<a id="__codelineno-9-13" name="__codelineno-9-13" href="#__codelineno-9-13"></a><span class="p">/&gt;</span>
</code></pre></div>
|Parameter|Description|
|--|--|
|data-path|Used for creating the breadcrumb path. Component is designed to receive <code>OriginalPath</code> or <code>Path</code> property. Property is required for rendering the breadcrumb path. <code>String</code>|
|data-site-url|Used for creating the breadcrumb path. Component is designed to receive <code>SPSiteURL</code> property. Property is required for rendering the breadcrumb path. <code>String</code>|
|data-web-url|Used for creating the breadcrumb path. Component is designed to receive <code>SPWebUrl</code> property. Property is required for rendering the breadcrumb path. <code>String</code>|
|data-entity-title|Used for creating the breadcrumb path. Component is designed to receive <code>Title</code> property. Property is required for rendering the breadcrumb path. <code>String</code>|
|data-entity-file-type|Used for creating the breadcrumb path. Component is designed to receive <code>FileType</code> property. Property is required for rendering the breadcrumb path. <code>String</code>|
|data-include-site-name|If the site name should be included in the breadcrumb items. Optional, default value <code>true</code>. <code>Boolean</code>|
|data-include-entity-name|If the entity name should be included in the breadcrumb items. If the value is set to <code>false</code>, not only is the entity name excluded from the breadcrumb path, but also the last item in the breadcrumb path is not highlighted in bold. Optional, default value <code>true</code>. <code>Boolean</code>|
|data-breadcrumb-items-as-links|If the breadcrumb items should be clickable links to the path they represent. Optional, default value <code>true</code>. <code>Boolean</code>|
|data-max-displayed-items|The maximum number of breadcrumb items to display before coalescing. If not specified, all breadcrumbs will be rendered. Optional, default value <code>3</code>. <code>Int</code>|
|data-overflow-index| Index where overflow items will be collapsed. Optional, default value <code>0</code>. <code>Int</code>|
|data-font-size|Font size of breadcrumb items. Optional, default value <code>12</code>. <code>Int</code>|</p>
</code></pre></div></p>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>data-path</td>
<td>Used for creating the breadcrumb path. Component is designed to receive <code>OriginalPath</code> or <code>Path</code> property. Property is required for rendering the breadcrumb path. <code>String</code></td>
</tr>
<tr>
<td>data-site-url</td>
<td>Used for creating the breadcrumb path. Component is designed to receive <code>SPSiteURL</code> property. Property is required for rendering the breadcrumb path. <code>String</code></td>
</tr>
<tr>
<td>data-web-url</td>
<td>Used for creating the breadcrumb path. Component is designed to receive <code>SPWebUrl</code> property. Property is required for rendering the breadcrumb path. <code>String</code></td>
</tr>
<tr>
<td>data-entity-title</td>
<td>Used for creating the breadcrumb path. Component is designed to receive <code>Title</code> property. Property is required for rendering the breadcrumb path. <code>String</code></td>
</tr>
<tr>
<td>data-entity-file-type</td>
<td>Used for creating the breadcrumb path. Component is designed to receive <code>FileType</code> property. Property is required for rendering the breadcrumb path. <code>String</code></td>
</tr>
<tr>
<td>data-include-site-name</td>
<td>If the site name should be included in the breadcrumb items. Optional, default value <code>true</code>. <code>Boolean</code></td>
</tr>
<tr>
<td>data-include-entity-name</td>
<td>If the entity name should be included in the breadcrumb items. If the value is set to <code>false</code>, not only is the entity name excluded from the breadcrumb path, but also the last item in the breadcrumb path is not highlighted in bold. Optional, default value <code>true</code>. <code>Boolean</code></td>
</tr>
<tr>
<td>data-breadcrumb-items-as-links</td>
<td>If the breadcrumb items should be clickable links to the path they represent. Optional, default value <code>true</code>. <code>Boolean</code></td>
</tr>
<tr>
<td>data-max-displayed-items</td>
<td>The maximum number of breadcrumb items to display before coalescing. If not specified, all breadcrumbs will be rendered. Optional, default value <code>3</code>. <code>Int</code></td>
</tr>
<tr>
<td>data-overflow-index</td>
<td>Index where overflow items will be collapsed. Optional, default value <code>0</code>. <code>Int</code></td>
</tr>
<tr>
<td>data-font-size</td>
<td>Font size of breadcrumb items. Optional, default value <code>12</code>. <code>Int</code></td>
</tr>
</tbody>
</table>



Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ <h1 id="pnp-modern-search-v4">PnP Modern Search v4<a class="headerlink" href="#p
<p>Before modern pages and web parts built on SPFx was introduced search driven scenarios was covered by the highly flexible classic search web parts, which
supported any developer to add any HTML, CSS or JavaScript they wanted to tailor their specific scenario. In the modern world this was replaced by the
Highlighted Content Web Part and a not very configurable search solution for Microsoft Search.</p>
<p>To close the gap of customization and freedom the PnP Modern Search web parts got stated back in 2017, and have stabilized on v3. While allowing flexibility
<p>To close the gap of customization and freedom the PnP Modern Search web parts got started back in 2017, and have stabilized on v3. While allowing flexibility
it introduces security measures to block JavaScript and CSS injection, key to many of the enterprise companies using the web parts today in productions.</p>
<p>As the project progressed and the search API's are moving from SharePoint to Microsoft Graph there was a need to restructure and re-invent the web parts.
Hence v4 was born. The goal of v4 is to solve scenarios already solved by v3, but at the same time allow greater flexibility in how you extend the solution using web components and custom developer solutions outside of HTML/handlebars.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 44915ef

Please sign in to comment.