@ni/nimble-components 15.3.2 → 15.4.0
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/all-components-bundle.js +153 -70
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/all-components.d.ts +1 -0
- package/dist/esm/all-components.js +1 -0
- package/dist/esm/all-components.js.map +1 -1
- package/dist/esm/wafer-map/index.d.ts +21 -0
- package/dist/esm/wafer-map/index.js +70 -0
- package/dist/esm/wafer-map/index.js.map +1 -0
- package/dist/esm/wafer-map/styles.d.ts +1 -0
- package/dist/esm/wafer-map/styles.js +3 -0
- package/dist/esm/wafer-map/styles.js.map +1 -0
- package/dist/esm/wafer-map/template.d.ts +2 -0
- package/dist/esm/wafer-map/template.js +3 -0
- package/dist/esm/wafer-map/template.js.map +1 -0
- package/dist/esm/wafer-map/types.d.ts +28 -0
- package/dist/esm/wafer-map/types.js +17 -0
- package/dist/esm/wafer-map/types.js.map +1 -0
- package/package.json +1 -1
|
@@ -4945,5 +4945,9 @@ const Np=Fp.compose({baseName:"tree-view",baseClass:eo,template:(t,e)=>j`
|
|
|
4945
4945
|
<slot ${yt("slottedTreeItems")}></slot>
|
|
4946
4946
|
</template>
|
|
4947
4947
|
`,styles:Dp})
|
|
4948
|
-
Us.getOrCreate().withPrefix("nimble").register(Np())
|
|
4948
|
+
Us.getOrCreate().withPrefix("nimble").register(Np())
|
|
4949
|
+
const qp=vt``,Up="top-left",jp="top",Wp="linear"
|
|
4950
|
+
class Kp extends de{constructor(){super(...arguments),this.quadrant=Up,this.orientation=jp,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorsScaleMode=Wp,this.highlightedValues=[],this.dies=[],this.colorScale={colors:[],values:[]}}}ao([st],Kp.prototype,"quadrant",void 0),ao([st],Kp.prototype,"orientation",void 0),ao([st({attribute:"max-characters",converter:tt})],Kp.prototype,"maxCharacters",void 0),ao([st({attribute:"die-labels-hidden",mode:"boolean"})],Kp.prototype,"dieLabelsHidden",void 0),ao([st({attribute:"die-labels-suffix"})],Kp.prototype,"dieLabelsSuffix",void 0),ao([st({attribute:"colors-scale-mode"})],Kp.prototype,"colorsScaleMode",void 0),ao([g],Kp.prototype,"highlightedValues",void 0),ao([g],Kp.prototype,"dies",void 0),ao([g],Kp.prototype,"colorScale",void 0)
|
|
4951
|
+
const Xp=Kp.compose({baseName:"wafer-map",template:Ln,styles:qp})
|
|
4952
|
+
Us.getOrCreate().withPrefix("nimble").register(Xp())}()
|
|
4949
4953
|
//# sourceMappingURL=all-components-bundle.min.js.map
|