Skip to content

Commit b377262

Browse files
committed
deploy: a914556
1 parent e581fb6 commit b377262

File tree

6 files changed

+586
-500
lines changed

6 files changed

+586
-500
lines changed

dist/custom-elements.json

Lines changed: 58 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4655,6 +4655,15 @@
46554655
"default": "''",
46564656
"attribute": "copy-label"
46574657
},
4658+
{
4659+
"kind": "field",
4660+
"name": "src",
4661+
"type": {
4662+
"text": "string"
4663+
},
4664+
"default": "''",
4665+
"attribute": "src"
4666+
},
46584667
{
46594668
"kind": "method",
46604669
"name": "showStatus",
@@ -4696,6 +4705,14 @@
46964705
},
46974706
"default": "''",
46984707
"fieldName": "copyLabel"
4708+
},
4709+
{
4710+
"name": "src",
4711+
"type": {
4712+
"text": "string"
4713+
},
4714+
"default": "''",
4715+
"fieldName": "src"
46994716
}
47004717
],
47014718
"superclass": {
@@ -7361,6 +7378,14 @@
73617378
},
73627379
"attribute": "caption"
73637380
},
7381+
{
7382+
"kind": "field",
7383+
"name": "description",
7384+
"type": {
7385+
"text": "string"
7386+
},
7387+
"attribute": "description"
7388+
},
73647389
{
73657390
"kind": "field",
73667391
"name": "navigation",
@@ -7374,7 +7399,7 @@
73747399
"kind": "field",
73757400
"name": "breadcrumb",
73767401
"type": {
7377-
"text": "array"
7402+
"text": "{ path: string; title: string }[]"
73787403
},
73797404
"default": "[]",
73807405
"attribute": "breadcrumb"
@@ -7408,13 +7433,6 @@
74087433
"name": "navbar",
74097434
"type": {
74107435
"text": "ZnNavbar"
7411-
}
7412-
},
7413-
{
7414-
"kind": "field",
7415-
"name": "_hasNav",
7416-
"type": {
7417-
"text": "boolean"
74187436
},
74197437
"privacy": "private"
74207438
},
@@ -7474,6 +7492,13 @@
74747492
},
74757493
"fieldName": "caption"
74767494
},
7495+
{
7496+
"name": "description",
7497+
"type": {
7498+
"text": "string"
7499+
},
7500+
"fieldName": "description"
7501+
},
74777502
{
74787503
"name": "navigation",
74797504
"type": {
@@ -7485,7 +7510,7 @@
74857510
{
74867511
"name": "breadcrumb",
74877512
"type": {
7488-
"text": "array"
7513+
"text": "{ path: string; title: string }[]"
74897514
},
74907515
"default": "[]",
74917516
"fieldName": "breadcrumb"
@@ -11362,6 +11387,14 @@
1136211387
}
1136311388
],
1136411389
"members": [
11390+
{
11391+
"kind": "field",
11392+
"name": "flush",
11393+
"type": {
11394+
"text": "boolean"
11395+
},
11396+
"attribute": "flush"
11397+
},
1136511398
{
1136611399
"kind": "field",
1136711400
"name": "_header",
@@ -11377,6 +11410,15 @@
1137711410
"name": "zn-event-name"
1137811411
}
1137911412
],
11413+
"attributes": [
11414+
{
11415+
"name": "flush",
11416+
"type": {
11417+
"text": "boolean"
11418+
},
11419+
"fieldName": "flush"
11420+
}
11421+
],
1138011422
"superclass": {
1138111423
"name": "ZincElement",
1138211424
"module": "/src/internal/zinc-element"
@@ -16666,6 +16708,13 @@
1666616708
}
1666716709
],
1666816710
"members": [
16711+
{
16712+
"kind": "field",
16713+
"name": "hasSlotController",
16714+
"privacy": "private",
16715+
"readonly": true,
16716+
"default": "new HasSlotController(this, '[default]', 'actions', 'footer')"
16717+
},
1666916718
{
1667016719
"kind": "field",
1667116720
"name": "_panel",

dist/vscode.html-custom-data.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@
577577
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
578578
"attributes": [
579579
{ "name": "value", "values": [] },
580-
{ "name": "copy-label", "values": [] }
580+
{ "name": "copy-label", "values": [] },
581+
{ "name": "src", "values": [] }
581582
],
582583
"references": [
583584
{
@@ -864,8 +865,12 @@
864865
{ "name": "entity-id-show", "values": [] },
865866
{ "name": "transparent", "values": [] },
866867
{ "name": "caption", "values": [] },
868+
{ "name": "description", "values": [] },
867869
{ "name": "navigation", "values": [{ "name": "array" }] },
868-
{ "name": "breadcrumb", "values": [{ "name": "array" }] },
870+
{
871+
"name": "breadcrumb",
872+
"values": [{ "name": "{ path: string; title: string }[]" }]
873+
},
869874
{ "name": "full-width", "values": [] },
870875
{ "name": "previous-path", "values": [] },
871876
{ "name": "previous-target", "values": [] }
@@ -1349,7 +1354,7 @@
13491354
{
13501355
"name": "zn-pane",
13511356
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1352-
"attributes": [],
1357+
"attributes": [{ "name": "flush", "values": [] }],
13531358
"references": [
13541359
{ "name": "Documentation", "url": "https://zinc.style/components/pane" }
13551360
]

dist/web-types.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,8 @@
12651265
{
12661266
"name": "copy-label",
12671267
"value": { "type": "string", "default": "''" }
1268-
}
1268+
},
1269+
{ "name": "src", "value": { "type": "string", "default": "''" } }
12691270
],
12701271
"slots": [
12711272
{ "name": "", "description": "The default slot." },
@@ -1283,7 +1284,8 @@
12831284
{ "name": "isCopying", "type": "boolean" },
12841285
{ "name": "status", "type": "'rest' | 'success' | 'error'" },
12851286
{ "name": "value", "type": "string" },
1286-
{ "name": "copyLabel", "type": "string" }
1287+
{ "name": "copyLabel", "type": "string" },
1288+
{ "name": "src", "type": "string" }
12871289
],
12881290
"events": [
12891291
{
@@ -1867,13 +1869,17 @@
18671869
"value": { "type": "boolean", "default": "false" }
18681870
},
18691871
{ "name": "caption", "value": { "type": "string" } },
1872+
{ "name": "description", "value": { "type": "string" } },
18701873
{
18711874
"name": "navigation",
18721875
"value": { "type": "array", "default": "[]" }
18731876
},
18741877
{
18751878
"name": "breadcrumb",
1876-
"value": { "type": "array", "default": "[]" }
1879+
"value": {
1880+
"type": "{ path: string; title: string }[]",
1881+
"default": "[]"
1882+
}
18771883
},
18781884
{ "name": "full-width", "value": { "type": "boolean" } },
18791885
{ "name": "previous-path", "value": { "type": "string" } },
@@ -1893,12 +1899,15 @@
18931899
{ "name": "entityIdShow", "type": "boolean" },
18941900
{ "name": "transparent", "type": "boolean" },
18951901
{ "name": "caption", "type": "string" },
1902+
{ "name": "description", "type": "string" },
18961903
{ "name": "navigation", "type": "array" },
1897-
{ "name": "breadcrumb", "type": "array" },
1904+
{
1905+
"name": "breadcrumb",
1906+
"type": "{ path: string; title: string }[]"
1907+
},
18981908
{ "name": "fullWidth", "type": "boolean" },
18991909
{ "name": "previousPath", "type": "string" },
19001910
{ "name": "previousTarget", "type": "string" },
1901-
{ "name": "navbar", "type": "ZnNavbar" },
19021911
{ "name": "handleAltPress" },
19031912
{ "name": "handleAltUp" }
19041913
],
@@ -2977,7 +2986,7 @@
29772986
"name": "zn-pane",
29782987
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
29792988
"doc-url": "",
2980-
"attributes": [],
2989+
"attributes": [{ "name": "flush", "value": { "type": "boolean" } }],
29812990
"slots": [
29822991
{ "name": "", "description": "The default slot." },
29832992
{ "name": "example", "description": "An example slot." }
@@ -2986,7 +2995,7 @@
29862995
{ "name": "zn-event-name", "description": "Emitted as an example." }
29872996
],
29882997
"js": {
2989-
"properties": [],
2998+
"properties": [{ "name": "flush", "type": "boolean" }],
29902999
"events": [
29913000
{
29923001
"name": "zn-event-name",

dist/zn.d.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@ declare module "components/copy-button/copy-button.component" {
963963
status: 'rest' | 'success' | 'error';
964964
value: string;
965965
copyLabel: string;
966+
src: string;
966967
render(): import("lit").TemplateResult<1>;
967968
private showStatus;
968969
private handleCopy;
@@ -2043,7 +2044,6 @@ declare module "components/navbar/index" {
20432044
declare module "components/header/header.component" {
20442045
import { type CSSResultGroup, PropertyValues, TemplateResult } from 'lit';
20452046
import ZincElement from "internal/zinc-element";
2046-
import type ZnNavbar from "components/navbar/index";
20472047
/**
20482048
* @summary Short summary of the component's intended use.
20492049
* @documentation https://zinc.style/components/header
@@ -2069,20 +2069,22 @@ declare module "components/header/header.component" {
20692069
entityIdShow: boolean;
20702070
transparent: boolean;
20712071
caption: string;
2072+
description: string;
20722073
navigation: never[];
2073-
breadcrumb: never[];
2074+
breadcrumb: {
2075+
path: string;
2076+
title: string;
2077+
}[];
20742078
fullWidth: boolean;
20752079
previousPath: string;
20762080
previousTarget: string;
2077-
navbar: ZnNavbar;
2078-
private _hasNav;
2081+
private navbar;
20792082
connectedCallback(): void;
20802083
disconnectedCallback(): void;
20812084
protected firstUpdated(_changedProperties: PropertyValues): void;
20822085
handleAltPress: () => void;
20832086
handleAltUp: () => void;
20842087
updateNav(): void;
2085-
protected updated(_changedProperties: PropertyValues): void;
20862088
render(): TemplateResult<1>;
20872089
}
20882090
}
@@ -2376,6 +2378,7 @@ declare module "components/tabs/tabs.component" {
23762378
*/
23772379
export default class ZnTabs extends ZincElement {
23782380
static styles: CSSResultGroup;
2381+
private readonly hasSlotController;
23792382
private _panel;
23802383
private _panels;
23812384
private _tabs;
@@ -2545,6 +2548,7 @@ declare module "components/pane/pane.component" {
25452548
*/
25462549
export default class ZnPane extends ZincElement {
25472550
static styles: CSSResultGroup;
2551+
flush: boolean;
25482552
protected _header: HTMLElement;
25492553
connectedCallback(): void;
25502554
render(): import("lit").TemplateResult<1>;

dist/zn.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zn.min.js

Lines changed: 494 additions & 475 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)