@evidence-dev/core-components
Advanced tools
Comparing version 0.0.0-102c6a34 to 0.0.0-11e44599
@@ -5,4 +5,3 @@ export { default as ContentsList } from "./ContentsList.svelte"; | ||
export * from "./diagrams"; | ||
export * from "./icons"; | ||
export * from "./ui"; | ||
export * from "./viz"; |
@@ -5,4 +5,3 @@ export { default as ContentsList } from './ContentsList.svelte'; | ||
export * from './diagrams'; | ||
export * from './icons'; | ||
export * from './ui'; | ||
export * from './viz'; |
@@ -6,4 +6,4 @@ export const evidenceInclude: true; | ||
export default class ChevronToggle extends SvelteComponentTyped<{ | ||
toggled?: boolean; | ||
color?: string; | ||
toggled?: boolean; | ||
size?: number; | ||
@@ -20,4 +20,4 @@ }, { | ||
props: { | ||
toggled?: boolean; | ||
color?: string; | ||
toggled?: boolean; | ||
size?: number; | ||
@@ -24,0 +24,0 @@ }; |
@@ -1,2 +0,4 @@ | ||
export { default as BaseLayout } from "./BaseLayout.svelte"; | ||
export { default as Accordion } from "./Accordion.svelte"; | ||
export { default as AccordionItem } from "./AccordionItem.svelte"; | ||
export { default as LinkButton } from "./LinkButton.svelte"; | ||
export { default as BigLink } from "./BigLink.svelte"; | ||
@@ -13,6 +15,6 @@ export { default as BreadCrumbs } from "./BreadCrumbs.svelte"; | ||
export { default as Logo } from "./Logo.svelte"; | ||
export { default as Modal } from "./Modal.svelte"; | ||
export { default as Nav } from "./Nav.svelte"; | ||
export { default as PageMenu } from "./PageMenu.svelte"; | ||
export { default as Portal } from "./Portal.svelte"; | ||
export { default as PrintButton } from "./PrintButton.svelte"; | ||
export { default as QueryToast } from "./QueryToast.svelte"; | ||
@@ -19,0 +21,0 @@ export { default as QueryViewer } from "./QueryViewer.svelte"; |
@@ -1,2 +0,4 @@ | ||
export { default as BaseLayout } from './BaseLayout.svelte'; | ||
export { default as Accordion } from './Accordion.svelte'; | ||
export { default as AccordionItem } from './AccordionItem.svelte'; | ||
export { default as LinkButton } from './LinkButton.svelte'; | ||
export { default as BigLink } from './BigLink.svelte'; | ||
@@ -13,6 +15,6 @@ export { default as BreadCrumbs } from './BreadCrumbs.svelte'; | ||
export { default as Logo } from './Logo.svelte'; | ||
export { default as Modal } from './Modal.svelte'; | ||
export { default as Nav } from './Nav.svelte'; | ||
export { default as PageMenu } from './PageMenu.svelte'; | ||
export { default as Portal } from './Portal.svelte'; | ||
export { default as PrintButton } from './PrintButton.svelte'; | ||
export { default as QueryToast } from './QueryToast.svelte'; | ||
@@ -19,0 +21,0 @@ export { default as QueryViewer } from './QueryViewer.svelte'; |
@@ -22,2 +22,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -30,2 +31,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -64,2 +66,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -72,2 +75,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -74,0 +78,0 @@ fillColor?: any; |
@@ -24,2 +24,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -32,2 +33,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -66,2 +68,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -74,2 +77,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -76,0 +80,0 @@ fillColor?: any; |
@@ -9,4 +9,6 @@ export const evidenceInclude: true; | ||
value?: any; | ||
fmt?: any; | ||
comparison?: any; | ||
sparkline?: any; | ||
comparisonFmt?: any; | ||
comparisonTitle?: any; | ||
@@ -29,4 +31,6 @@ downIsGood?: boolean; | ||
value?: any; | ||
fmt?: any; | ||
comparison?: any; | ||
sparkline?: any; | ||
comparisonFmt?: any; | ||
comparisonTitle?: any; | ||
@@ -33,0 +37,0 @@ downIsGood?: boolean; |
@@ -24,2 +24,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -32,2 +33,4 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -68,2 +71,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -76,2 +80,4 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -78,0 +84,0 @@ fillColor?: any; |
@@ -28,2 +28,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: boolean; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -36,2 +37,4 @@ yBaseline?: boolean; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
stacked100?: boolean; | ||
@@ -72,2 +75,3 @@ }, { | ||
xAxisLabels?: boolean; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -80,2 +84,4 @@ yBaseline?: boolean; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
stacked100?: boolean; | ||
@@ -82,0 +88,0 @@ }; |
@@ -11,2 +11,3 @@ export const evidenceInclude: true; | ||
wrap?: boolean; | ||
fmt?: any; | ||
align?: string; | ||
@@ -32,2 +33,3 @@ contentType?: any; | ||
wrap?: boolean; | ||
fmt?: any; | ||
align?: string; | ||
@@ -34,0 +36,0 @@ contentType?: any; |
@@ -15,2 +15,3 @@ export const evidenceInclude: true; | ||
nameCol?: any; | ||
valueFmt?: any; | ||
labelPosition?: string; | ||
@@ -37,2 +38,3 @@ funnelSort?: string; | ||
nameCol?: any; | ||
valueFmt?: any; | ||
labelPosition?: string; | ||
@@ -39,0 +41,0 @@ funnelSort?: string; |
@@ -6,2 +6,3 @@ export const evidenceInclude: true; | ||
export default class Histogram extends SvelteComponentTyped<{ | ||
xFmt: any; | ||
data?: any; | ||
@@ -39,2 +40,3 @@ legend?: boolean; | ||
props: { | ||
xFmt: any; | ||
data?: any; | ||
@@ -41,0 +43,0 @@ legend?: boolean; |
@@ -20,2 +20,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -28,2 +29,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -64,2 +66,3 @@ lineColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -72,2 +75,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -74,0 +78,0 @@ lineColor?: any; |
@@ -19,2 +19,3 @@ export const evidenceInclude: true; | ||
outlineWidth?: any; | ||
valueFmt?: any; | ||
}, { | ||
@@ -43,2 +44,3 @@ [evt: string]: CustomEvent<any>; | ||
outlineWidth?: any; | ||
valueFmt?: any; | ||
}; | ||
@@ -45,0 +47,0 @@ events: { |
@@ -23,2 +23,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -31,2 +32,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -66,2 +68,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -74,2 +77,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -76,0 +80,0 @@ fillColor?: any; |
@@ -11,2 +11,3 @@ export const evidenceInclude: true; | ||
subtitle?: any; | ||
fmt?: any; | ||
min?: any; | ||
@@ -32,2 +33,3 @@ max?: any; | ||
subtitle?: any; | ||
fmt?: any; | ||
min?: any; | ||
@@ -34,0 +36,0 @@ max?: any; |
@@ -10,2 +10,3 @@ export const evidenceInclude: true; | ||
placeholder?: any; | ||
fmt?: any; | ||
}, { | ||
@@ -25,2 +26,3 @@ [evt: string]: CustomEvent<any>; | ||
placeholder?: any; | ||
fmt?: any; | ||
}; | ||
@@ -27,0 +29,0 @@ events: { |
@@ -8,3 +8,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "0.0.0-102c6a34", | ||
"version": "0.0.0-11e44599", | ||
"evidence": { | ||
@@ -14,4 +14,7 @@ "components": true | ||
"dependencies": { | ||
"@evidence-dev/component-utilities": "^0.0.0-102c6a34", | ||
"@evidence-dev/tailwind": "^0.0.0-102c6a34", | ||
"@evidence-dev/component-utilities": "^0.0.0-11e44599", | ||
"@evidence-dev/tailwind": "^0.0.0-11e44599", | ||
"@steeze-ui/simple-icons": "^1.5.0", | ||
"@steeze-ui/svelte-icon": "^1.4.1", | ||
"@steeze-ui/tabler-icons": "^2.1.0", | ||
"echarts": "5.4.2", | ||
@@ -22,3 +25,2 @@ "echarts-stat": "1.2.0", | ||
"ssf": "0.11.2", | ||
"svelte-icons": "2.1.0", | ||
"svelte-tiny-linked-charts": "1.1.5" | ||
@@ -25,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
425834
12
231
3834
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@steeze-ui/simple-icons@1.10.1(transitive)
+ Added@steeze-ui/svelte-icon@1.6.2(transitive)
+ Added@steeze-ui/tabler-icons@2.1.1(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-typescript@1.4.13(transitive)
+ Addedaria-query@5.3.2(transitive)
+ Addedaxobject-query@4.1.0(transitive)
+ Addedesm-env@1.2.1(transitive)
+ Addedesrap@1.3.2(transitive)
+ Addedis-reference@3.0.3(transitive)
+ Addedlocate-character@3.0.0(transitive)
+ Addedmagic-string@0.30.17(transitive)
+ Addedsvelte@5.15.0(transitive)
+ Addedzimmerframe@1.1.2(transitive)
- Removedsvelte-icons@2.1.0
- Removedsvelte-icons@2.1.0(transitive)