udp-stencil-component-library 26.2.0-beta.2 → 26.2.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ag-grid-base_63.cjs.entry.js +4 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/stencil-library.cjs.js +1 -1
- package/dist/cjs/udp-detail-list-item.cjs.entry.js +1 -1
- package/dist/cjs/udp-detail-list.cjs.entry.js +21 -9
- package/dist/collection/components/data-display/detail-list/udp-detail-list.js +47 -9
- package/dist/collection/components/data-display/detail-list-item/udp-detail-list-item.css +7 -0
- package/dist/collection/components/fluent-ui/tree/udp-tree.css +3 -0
- package/dist/collection/components/fluent-ui/tree/udp-tree.js +11 -1
- package/dist/components/udp-detail-list-item.js +1 -1
- package/dist/components/udp-detail-list.js +1 -1
- package/dist/components/udp-tree2.js +1 -1
- package/dist/docs.json +46 -1
- package/dist/esm/ag-grid-base_63.entry.js +4 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/stencil-library.js +1 -1
- package/dist/esm/udp-detail-list-item.entry.js +1 -1
- package/dist/esm/udp-detail-list.entry.js +21 -9
- package/dist/stencil-library/ag-grid-base_63.entry.js +1 -1
- package/dist/stencil-library/stencil-library.esm.js +1 -1
- package/dist/stencil-library/udp-detail-list-item.entry.js +1 -1
- package/dist/stencil-library/udp-detail-list.entry.js +1 -1
- package/dist/types/components/data-display/detail-list/udp-detail-list.d.ts +6 -2
- package/dist/types/components.d.ts +12 -2
- package/package.json +1 -1
|
@@ -10013,6 +10013,8 @@ const UdpTooltip = class {
|
|
|
10013
10013
|
};
|
|
10014
10014
|
UdpTooltip.style = udpTooltipCss();
|
|
10015
10015
|
|
|
10016
|
+
const udpTreeCss = () => `:host{display:block}`;
|
|
10017
|
+
|
|
10016
10018
|
const UdpTree = class {
|
|
10017
10019
|
constructor(hostRef) {
|
|
10018
10020
|
index.registerInstance(this, hostRef);
|
|
@@ -10088,9 +10090,10 @@ const UdpTree = class {
|
|
|
10088
10090
|
});
|
|
10089
10091
|
}
|
|
10090
10092
|
render() {
|
|
10091
|
-
return (index.h(index.Host, { key: '
|
|
10093
|
+
return (index.h(index.Host, { key: 'ce8a81be751210838218e6028763c013ad6da35c' }, index.h("fluent-tree", { key: '141917f5a8cef5c005519ff387a41f5bff2d09cc', size: this.size, appearance: this.appearance }, this.treeItems.length > 0 ? this.renderTreeItems(this.treeItems) : index.h("slot", null))));
|
|
10092
10094
|
}
|
|
10093
10095
|
};
|
|
10096
|
+
UdpTree.style = udpTreeCss();
|
|
10094
10097
|
|
|
10095
10098
|
const unityTypographyCss = () => `body{font-family:var(--font-family)}:host{display:block;overflow:visible !important}h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0}:host([gutterBottom]) h1,:host([gutterBottom]) h2,:host([gutterBottom]) h3,:host([gutterBottom]) h4,:host([gutterBottom]) h5,:host([gutterBottom]) h6,:host([gutterBottom]) p,:host([gutterBottom]) span{margin-bottom:var(--spacing-02)}.body1{font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height);font-family:var(--font-family)}.body2{font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height);font-family:var(--font-family)}h1{font-size:var(--h1-font-size);font-weight:var(--h1-font-weight);line-height:var(--h1-line-height);font-family:var(--font-family)}h2{font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);line-height:var(--h2-line-height);font-family:var(--font-family)}h3{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);line-height:var(--h3-line-height);font-family:var(--font-family)}h4{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);line-height:var(--h4-line-height);font-family:var(--font-family)}h5{font-size:var(--h5-font-size);font-weight:var(--h5-font-weight);line-height:var(--h5-line-height);font-family:var(--font-family)}h6{font-size:var(--h6-font-size);font-weight:var(--h6-font-weight);line-height:var(--h6-line-height);font-family:var(--font-family)}p{font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height);font-family:var(--font-family)}.caption-text{font-size:var(--caption-text-font-size);font-weight:var(--caption-text-font-weight);line-height:var(--caption-text-line-height);font-family:var(--font-family)}.data-display-one{font-size:var(--data-display-one-font-size);font-weight:var(--data-display-one-font-weight);line-height:var(--data-display-one-line-height);font-family:var(--font-family)}.data-display-two{font-size:var(--data-display-two-font-size);font-weight:var(--data-display-two-font-weight);line-height:var(--data-display-two-line-height);font-family:var(--font-family)}.data-display-three{font-size:var(--data-display-three-font-size);font-weight:var(--data-display-three-font-weight);line-height:var(--data-display-three-line-height);font-family:var(--font-family)}.data-display-four{font-size:var(--data-display-four-font-size);font-weight:var(--data-display-four-font-weight);line-height:var(--data-display-four-line-height);font-family:var(--font-family)}.button{font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:var(--button-line-height);font-family:var(--font-family)}.bold{font-weight:var(--font-weight-bold, 700) !important}.color-main{color:var(--text-main)}.color-textSecondary{color:var(--text-secondary)}.color-primary{color:var(--primary-color)}.color-secondary{color:var(--secondary-color)}.color-disabled{color:var(--text-disabled)}.color-hint{color:var(--text-hint)}.color-inherit{color:inherit}.color-error{color:var(--error-color-main, #d32f2f) !important}`;
|
|
10096
10099
|
|