@antimatter-audio/antimatter-ui 16.2.7 → 16.2.9
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/index.js +63 -52
- package/dist/index.js.map +1 -1
- package/dist/types/advanced/CircularDiagramStyleVisualization/CircularDiagramStyleVisualizationChart.d.ts +17 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/CircularDiagramStyleVisualizationChart.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input1.worker.d.ts +10 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input1.worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input1Worker.d.ts +2 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input1Worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input2.worker.d.ts +5 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input2.worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input2Worker.d.ts +2 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input2Worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input3.worker.d.ts +4 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input3.worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input3Worker.d.ts +2 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input3Worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input4.worker.d.ts +4 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input4.worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input4Worker.d.ts +2 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/input4Worker.d.ts.map +1 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/worker.d.ts +6 -0
- package/dist/types/advanced/CircularDiagramStyleVisualization/worker.d.ts.map +1 -0
- package/dist/types/advanced/ModuleFooter/InputModTab.d.ts.map +1 -1
- package/dist/types/advanced/PresetManager/PresetManager.d.ts.map +1 -1
- package/dist/types/core/Chart/BlankCanvasForChart.d.ts +16 -0
- package/dist/types/core/Chart/BlankCanvasForChart.d.ts.map +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import React, { useState, useEffect, useRef, useReducer, useCallback, useContext, createContext, useEffectEvent } from 'react';
|
|
3
|
-
import * as Juce from 'juce-framework-frontend';
|
|
3
|
+
import * as Juce from '@antimatter-audio/juce-framework-frontend';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { TabGroup, TabList, Tab, Combobox as Combobox$2, ComboboxInput, ComboboxButton, ComboboxOptions, ComboboxOption, Listbox, ListboxButton, ListboxOptions, ListboxOption } from '@headlessui/react';
|
|
6
6
|
import { useGesture } from '@use-gesture/react';
|
|
@@ -3400,7 +3400,7 @@ var css_248z$9 = ".canvasContainer {\n --color-brand: #bb68d9;\n}\n";
|
|
|
3400
3400
|
styleInject(css_248z$9);
|
|
3401
3401
|
|
|
3402
3402
|
// import * as d3 from 'd3';
|
|
3403
|
-
// import * as Juce from 'juce-framework-frontend';
|
|
3403
|
+
// import * as Juce from '@antimatter-audio/juce-framework-frontend';
|
|
3404
3404
|
// import useIndicator, { DataSource } from '../../hooks/useIndicator';
|
|
3405
3405
|
// Indicator Light UI component.
|
|
3406
3406
|
// If 'isActive' is true, the light is on.
|
|
@@ -4961,7 +4961,7 @@ function Oscilloscope({ width = 200, height = 200, className, style, id }) {
|
|
|
4961
4961
|
var css_248z$5 = "@import '../../styles.css';\n.ModuleHeader {\n background-color: var(--bg-lv3);\n font-weight: normal;\n font-family: var(--font-leagueSpartan);\n max-height: 64px;\n}\n\n/* TODO: Use Tailwind classes */\n#advancedLayoutButton {\n /* border: 2px solid var(--color-brand); */\n border-radius: 3px;\n height: 30px;\n font-size: var(--text-md);\n &:hover,\n &:active {\n background: var(--color-gray-900);\n color: var(--color-brand);\n }\n}\n\n#advancedLayoutButton.selected {\n color: var(--color-brand);\n}\n\n.advancedLayoutButtonLabel {\n cursor: pointer;\n font-family: var(--font-leagueSpartan);\n /* display: inline-block;\n vertical-align: middle;\n height: 1rem;\n line-height: 1.25; */\n}\n";
|
|
4962
4962
|
styleInject(css_248z$5);
|
|
4963
4963
|
|
|
4964
|
-
var css_248z$4 = ".PresetManagerContainer {\n width: 100%;\n height: 100%;\n background-color: var(--bg-lv1);\n color: var(--color-text);\n}\n\n.PresetManagerButton {\n width: 100%;\n height: 100%;\n max-width: 300px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n position: relative;\n cursor: pointer;\n font-family: var(--font-leagueSpartan);\n}\n.PresetManagerButtonLabel {\n cursor: pointer;\n text-align: center;\n font-family: var(--font-leagueSpartan);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n max-width: 225px;\n display: inline-block;\n vertical-align: middle;\n height: 1rem;\n line-height: 1.25;\n /* position: relative; */\n &:hover,\n &:active {\n background: var(--color-gray-900);\n }\n /* &.isDirty {\n &::after {\n content: '*';\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n }\n } */\n}\n\n.PresetManagerButtonLabelContainer.isDirty::after {\n content: '*';\n position: absolute;\n height: 1rem;\n width: 1rem;\n right: -0.75rem;\n top: 0;\n}\n\n.PresetManagerButtonLabelOuterContainer {\n position: relative;\n width: auto;\n}\n\n[data-headlessui-state='open active'] .PresetManagerButtonLabel {\n background: var(--color-gray-900);\n}\n.PresetManagerPanel {\n position: absolute;\n font-family: var(--font-leagueSpartan);\n right: 0px;\n left: 0px;\n width:
|
|
4964
|
+
var css_248z$4 = ".PresetManagerContainer {\n width: 100%;\n height: 100%;\n background-color: var(--bg-lv1);\n color: var(--color-text);\n}\n\n.PresetManagerButton {\n width: 100%;\n height: 100%;\n max-width: 300px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n position: relative;\n cursor: pointer;\n font-family: var(--font-leagueSpartan);\n}\n.PresetManagerButtonLabel {\n cursor: pointer;\n text-align: center;\n font-family: var(--font-leagueSpartan);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n max-width: 225px;\n display: inline-block;\n vertical-align: middle;\n height: 1rem;\n line-height: 1.25;\n /* position: relative; */\n &:hover,\n &:active {\n background: var(--color-gray-900);\n }\n /* &.isDirty {\n &::after {\n content: '*';\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n }\n } */\n}\n\n.PresetManagerButtonLabelContainer.isDirty::after {\n content: '*';\n position: absolute;\n height: 1rem;\n width: 1rem;\n right: -0.75rem;\n top: 0;\n}\n\n.PresetManagerButtonLabelOuterContainer {\n position: relative;\n width: auto;\n}\n\n[data-headlessui-state='open active'] .PresetManagerButtonLabel {\n background: var(--color-gray-900);\n}\n.PresetManagerPanel {\n position: absolute;\n font-family: var(--font-leagueSpartan);\n right: 0px;\n left: 0px;\n width: 288px;\n color: var(--color-text);\n background: var(--bg-lv4);\n z-index: 150;\n}\n\n.PresetManagerPanel:focus,\n.PresetManagerPanel:focus-visible {\n outline: none;\n}\n\n.PresetManagerListItem {\n cursor: pointer;\n background: var(--bg-lv4);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 288px;\n}\n\n.PresetManagerListItem:hover {\n background: var(--bg-lv7);\n}\n.PresetManagerListItem.isSelected {\n color: var(--color-brand);\n}\n\n.PresetManagerListItemText {\n display: inline-block;\n vertical-align: middle;\n height: 1.5rem;\n line-height: 1.75;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: calc(288px - 30px);\n}\n";
|
|
4965
4965
|
styleInject(css_248z$4);
|
|
4966
4966
|
|
|
4967
4967
|
function PresetManager({}) {
|
|
@@ -5040,12 +5040,12 @@ function PresetManager({}) {
|
|
|
5040
5040
|
};
|
|
5041
5041
|
const savePreset = (name)=>{
|
|
5042
5042
|
const callSavePreset = async (name)=>{
|
|
5043
|
-
setIsSaving(true);
|
|
5044
5043
|
try {
|
|
5044
|
+
setIsSaving(true);
|
|
5045
5045
|
const preset = await savePresetFunc(name);
|
|
5046
5046
|
setIsSaving(false);
|
|
5047
|
-
loadPresetFunc(name);
|
|
5048
5047
|
loadAllPresets(preset);
|
|
5048
|
+
loadPresetFunc(preset);
|
|
5049
5049
|
} catch (error) {
|
|
5050
5050
|
console.log(error);
|
|
5051
5051
|
}
|
|
@@ -5070,8 +5070,8 @@ function PresetManager({}) {
|
|
|
5070
5070
|
},
|
|
5071
5071
|
children: jsxs(Listbox, {
|
|
5072
5072
|
children: [
|
|
5073
|
-
jsxs(
|
|
5074
|
-
|
|
5073
|
+
jsxs(Box, {
|
|
5074
|
+
justifyContent: Box.justifyContent.flexStart,
|
|
5075
5075
|
children: [
|
|
5076
5076
|
jsx(Box, {
|
|
5077
5077
|
flex: "0 0 24px",
|
|
@@ -5085,51 +5085,56 @@ function PresetManager({}) {
|
|
|
5085
5085
|
icon: IconButton.icon.save
|
|
5086
5086
|
})
|
|
5087
5087
|
}),
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
height: "100%",
|
|
5091
|
-
padding: [
|
|
5092
|
-
Box.padding.none,
|
|
5093
|
-
Box.padding.medium,
|
|
5094
|
-
Box.padding.none,
|
|
5095
|
-
Box.padding.small
|
|
5096
|
-
],
|
|
5097
|
-
children: jsx(Box, {
|
|
5098
|
-
className: "PresetManagerButtonLabelOuterContainer",
|
|
5099
|
-
style: {
|
|
5100
|
-
width: 'auto'
|
|
5101
|
-
},
|
|
5102
|
-
children: jsx(Box, {
|
|
5103
|
-
className: `PresetManagerButtonLabelContainer ${isDirty ? 'isDirty' : ''}`,
|
|
5104
|
-
children: jsx(Label, {
|
|
5105
|
-
fontSize: Label.fontSize.large,
|
|
5106
|
-
className: 'PresetManagerButtonLabel',
|
|
5107
|
-
children: selectedPreset
|
|
5108
|
-
})
|
|
5109
|
-
})
|
|
5110
|
-
})
|
|
5111
|
-
}),
|
|
5112
|
-
jsxs(Box, {
|
|
5113
|
-
flex: "0",
|
|
5114
|
-
gap: Box.gap.mediumSmall,
|
|
5088
|
+
jsxs(Listbox.Button, {
|
|
5089
|
+
className: "PresetManagerButton",
|
|
5115
5090
|
children: [
|
|
5116
|
-
jsx(
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5091
|
+
jsx(Box, {
|
|
5092
|
+
flex: "10",
|
|
5093
|
+
height: "100%",
|
|
5094
|
+
padding: [
|
|
5095
|
+
Box.padding.none,
|
|
5096
|
+
Box.padding.medium,
|
|
5097
|
+
Box.padding.none,
|
|
5098
|
+
Box.padding.small
|
|
5099
|
+
],
|
|
5100
|
+
children: jsx(Box, {
|
|
5101
|
+
className: "PresetManagerButtonLabelOuterContainer",
|
|
5102
|
+
style: {
|
|
5103
|
+
width: 'auto'
|
|
5104
|
+
},
|
|
5105
|
+
children: jsx(Box, {
|
|
5106
|
+
className: `PresetManagerButtonLabelContainer ${isDirty ? 'isDirty' : ''}`,
|
|
5107
|
+
children: jsx(Label, {
|
|
5108
|
+
fontSize: Label.fontSize.large,
|
|
5109
|
+
className: 'PresetManagerButtonLabel',
|
|
5110
|
+
children: selectedPreset
|
|
5111
|
+
})
|
|
5112
|
+
})
|
|
5113
|
+
})
|
|
5124
5114
|
}),
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5115
|
+
jsxs(Box, {
|
|
5116
|
+
flex: "0",
|
|
5117
|
+
gap: Box.gap.mediumSmall,
|
|
5118
|
+
children: [
|
|
5119
|
+
jsx(IconButton, {
|
|
5120
|
+
id: "previousPreset",
|
|
5121
|
+
width: "12px",
|
|
5122
|
+
icon: IconButton.icon.up,
|
|
5123
|
+
onClick: (e)=>{
|
|
5124
|
+
e.preventDefault();
|
|
5125
|
+
selectedPreset && loadPreviousPreset(selectedPreset);
|
|
5126
|
+
}
|
|
5127
|
+
}),
|
|
5128
|
+
jsx(IconButton, {
|
|
5129
|
+
id: "nextPreset",
|
|
5130
|
+
width: "12px",
|
|
5131
|
+
icon: IconButton.icon.down,
|
|
5132
|
+
onClick: (e)=>{
|
|
5133
|
+
e.preventDefault();
|
|
5134
|
+
selectedPreset && loadNextPreset(selectedPreset);
|
|
5135
|
+
}
|
|
5136
|
+
})
|
|
5137
|
+
]
|
|
5133
5138
|
})
|
|
5134
5139
|
]
|
|
5135
5140
|
})
|
|
@@ -5142,12 +5147,14 @@ function PresetManager({}) {
|
|
|
5142
5147
|
height: "100%",
|
|
5143
5148
|
justifyContent: Box.justifyContent.flexStart,
|
|
5144
5149
|
alignItems: Box.alignItems.flexStart,
|
|
5150
|
+
gap: Box.gap.none,
|
|
5145
5151
|
children: jsx(Box, {
|
|
5146
5152
|
tag: Box.tag.ul,
|
|
5147
5153
|
height: "100%",
|
|
5148
5154
|
alignItems: Box.alignItems.flexStart,
|
|
5149
5155
|
justifyContent: Box.justifyContent.flexStart,
|
|
5150
5156
|
flexDirection: Box.flexDirection.column,
|
|
5157
|
+
gap: Box.gap.none,
|
|
5151
5158
|
children: presetList.map((item)=>jsx(Listbox.Option, {
|
|
5152
5159
|
value: item,
|
|
5153
5160
|
onClick: ()=>{
|
|
@@ -5467,7 +5474,7 @@ function ModMatrixComboboxCell({ rowId, rowIndex, isDisabled, key, color, style
|
|
|
5467
5474
|
}, key);
|
|
5468
5475
|
}
|
|
5469
5476
|
|
|
5470
|
-
// import * as Juce from 'juce-framework-frontend';
|
|
5477
|
+
// import * as Juce from '@antimatter-audio/juce-framework-frontend';
|
|
5471
5478
|
function ModMatrixToggleCell({ modifier, isDisabled = false, rowId, color, style }) {
|
|
5472
5479
|
const { // getDefaultParameter,
|
|
5473
5480
|
updateModSlotRowTarget, globalState: { modSlotTargets } } = useGlobalContext();
|
|
@@ -6803,9 +6810,13 @@ const FreqOut = ()=>{
|
|
|
6803
6810
|
const [freqOut, setFreqOut] = useState();
|
|
6804
6811
|
useEffect(()=>{
|
|
6805
6812
|
//@ts-expect-error
|
|
6806
|
-
window?.__JUCE__?.backend?.addEventListener(`freqOut`, (event)=>{
|
|
6813
|
+
const hzModulatedListenerId = window?.__JUCE__?.backend?.addEventListener(`freqOut`, (event)=>{
|
|
6807
6814
|
setFreqOut(event);
|
|
6808
6815
|
});
|
|
6816
|
+
return function cleanup() {
|
|
6817
|
+
//@ts-expect-error
|
|
6818
|
+
window?.__JUCE__?.backend?.removeEventListener(hzModulatedListenerId);
|
|
6819
|
+
};
|
|
6809
6820
|
}, []);
|
|
6810
6821
|
return jsxs(Box, {
|
|
6811
6822
|
width: "100px",
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../node_modules/style-inject/dist/style-inject.es.js"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n"],"names":[],"mappings":";;;;;;;;;AAAA,SAAS,WAAW,CAAC,GAAG,EAAE,GAAG,EAAE;AAC/B,EAAE,KAAK,GAAG,KAAK,MAAM,GAAG,GAAG,GAAG,EAAE;AAChC,EAAE,IAAI,QAAQ,GAAG,GAAG,CAAC,QAAQ;;AAE7B,EAAE,IAAI,CAAC,GAAG,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE,EAAE,OAAO,CAAC;;AAEzD,EAAE,IAAI,IAAI,GAAG,QAAQ,CAAC,IAAI,IAAI,QAAQ,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACtE,EAAE,IAAI,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC;AAC7C,EAAE,KAAK,CAAC,IAAI,GAAG,UAAU;;AAEzB,EAAE,IAAI,QAAQ,KAAK,KAAK,EAAE;AAC1B,IAAI,IAAI,IAAI,CAAC,UAAU,EAAE;AACzB,MAAM,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC;AAC/C,IAAI,CAAC,MAAM;AACX,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AAC7B,IAAI;AACJ,EAAE,CAAC,MAAM;AACT,IAAI,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AAC3B,EAAE;;AAEF,EAAE,IAAI,KAAK,CAAC,UAAU,EAAE;AACxB,IAAI,KAAK,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG;AAClC,EAAE,CAAC,MAAM;AACT,IAAI,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AACnD,EAAE;AACF
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../node_modules/style-inject/dist/style-inject.es.js"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n"],"names":[],"mappings":";;;;;;;;;AAAA,SAAS,WAAW,CAAC,GAAG,EAAE,GAAG,EAAE;AAC/B,EAAE,KAAK,GAAG,KAAK,MAAM,GAAG,GAAG,GAAG,EAAE;AAChC,EAAE,IAAI,QAAQ,GAAG,GAAG,CAAC,QAAQ;;AAE7B,EAAE,IAAI,CAAC,GAAG,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE,EAAE,OAAO,CAAC;;AAEzD,EAAE,IAAI,IAAI,GAAG,QAAQ,CAAC,IAAI,IAAI,QAAQ,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACtE,EAAE,IAAI,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC;AAC7C,EAAE,KAAK,CAAC,IAAI,GAAG,UAAU;;AAEzB,EAAE,IAAI,QAAQ,KAAK,KAAK,EAAE;AAC1B,IAAI,IAAI,IAAI,CAAC,UAAU,EAAE;AACzB,MAAM,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC;AAC/C,IAAI,CAAC,MAAM;AACX,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AAC7B,IAAI;AACJ,EAAE,CAAC,MAAM;AACT,IAAI,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AAC3B,EAAE;;AAEF,EAAE,IAAI,KAAK,CAAC,UAAU,EAAE;AACxB,IAAI,KAAK,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG;AAClC,EAAE,CAAC,MAAM;AACT,IAAI,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AACnD,EAAE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './CircularDiagramStyleVisualization.css';
|
|
3
|
+
declare function CircularDiagramStyleVisualizationSVG({ width, param1, param2, param3, param4, param1Multiplier, param2Multiplier, param3Multiplier, param4Multiplier, id, style, }: {
|
|
4
|
+
width?: number;
|
|
5
|
+
param1?: number;
|
|
6
|
+
param2?: number;
|
|
7
|
+
param3?: number;
|
|
8
|
+
param4?: number;
|
|
9
|
+
id?: string;
|
|
10
|
+
param1Multiplier?: number;
|
|
11
|
+
param2Multiplier?: number;
|
|
12
|
+
param3Multiplier?: number;
|
|
13
|
+
param4Multiplier?: number;
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export default CircularDiagramStyleVisualizationSVG;
|
|
17
|
+
//# sourceMappingURL=CircularDiagramStyleVisualizationChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircularDiagramStyleVisualizationChart.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/CircularDiagramStyleVisualizationChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,yCAAyC,CAAC;AAEjD,iBAAS,oCAAoC,CAAC,EAC5C,KAAW,EACX,MAAU,EACV,MAAU,EACV,MAAU,EACV,MAAU,EACV,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,EAAE,EACF,KAAK,GACN,EAAE;IACD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,2CAiUA;AAED,eAAe,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare let input1Canvas: any;
|
|
2
|
+
declare let dataVal: number;
|
|
3
|
+
declare let scaleAmount: number;
|
|
4
|
+
declare const normalizeChartInputValue: (value: number, min?: number, max?: number) => number;
|
|
5
|
+
declare function scaledToNormalised({ scaledValue, start, end, }: {
|
|
6
|
+
scaledValue: number;
|
|
7
|
+
start: number;
|
|
8
|
+
end: number;
|
|
9
|
+
}): number;
|
|
10
|
+
//# sourceMappingURL=input1.worker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input1.worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input1.worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,OAAO,EAAE,MAAM,CAAC;AACpB,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAExB,QAAA,MAAM,wBAAwB,GAAI,OAAO,MAAM,EAAE,YAAO,EAAE,YAAO,WAQhE,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,WAAW,EACX,KAAK,EACL,GAAG,GACJ,EAAE;IACD,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb,UAEA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input1Worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input1Worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input2.worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input2.worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAC1B,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAE9B,QAAA,MAAM,8BAA8B,GAAI,OAAO,MAAM,EAAE,YAAO,EAAE,YAAO,WAQtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input2Worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input2Worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input3.worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input3.worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAG1B,QAAA,MAAM,8BAA8B,GAAI,OAAO,MAAM,EAAE,YAAO,EAAE,YAAO,WAQtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input3Worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input3Worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input4.worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input4.worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAE1B,QAAA,MAAM,8BAA8B,GAAI,OAAO,MAAM,EAAE,YAAO,EAAE,YAAO,WAQtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input4Worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/input4Worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"worker.d.ts","sourceRoot":"","sources":["../../../../src/advanced/CircularDiagramStyleVisualization/worker.ts"],"names":[],"mappings":"AAEA,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC;AACtB,QAAA,IAAI,YAAY,EAAE,GAAG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputModTab.d.ts","sourceRoot":"","sources":["../../../../src/advanced/ModuleFooter/InputModTab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputModTab.d.ts","sourceRoot":"","sources":["../../../../src/advanced/ModuleFooter/InputModTab.tsx"],"names":[],"mappings":"AAgCA,iBAAS,WAAW,4CA+LnB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetManager.d.ts","sourceRoot":"","sources":["../../../../src/advanced/PresetManager/PresetManager.tsx"],"names":[],"mappings":"AAKA,OAAO,qBAAqB,CAAC;AAI7B,iBAAS,aAAa,CAAC,EAAE,IAAA,
|
|
1
|
+
{"version":3,"file":"PresetManager.d.ts","sourceRoot":"","sources":["../../../../src/advanced/PresetManager/PresetManager.tsx"],"names":[],"mappings":"AAKA,OAAO,qBAAqB,CAAC;AAI7B,iBAAS,aAAa,CAAC,EAAE,IAAA,2CAoPxB;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare enum ChartPosition {
|
|
2
|
+
relative = "relative",
|
|
3
|
+
absolute = "absolute"
|
|
4
|
+
}
|
|
5
|
+
declare function BlankCanvasForChart({ id, width, height, position, style, }: {
|
|
6
|
+
id?: string;
|
|
7
|
+
width?: number;
|
|
8
|
+
height?: number;
|
|
9
|
+
position?: ChartPosition;
|
|
10
|
+
style?: any;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare namespace BlankCanvasForChart {
|
|
13
|
+
var position: typeof ChartPosition;
|
|
14
|
+
}
|
|
15
|
+
export default BlankCanvasForChart;
|
|
16
|
+
//# sourceMappingURL=BlankCanvasForChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlankCanvasForChart.d.ts","sourceRoot":"","sources":["../../../../src/core/Chart/BlankCanvasForChart.tsx"],"names":[],"mappings":"AAEA,aAAK,aAAa;IAChB,QAAQ,aAAa;IACrB,QAAQ,aAAa;CACtB;AAED,iBAAS,mBAAmB,CAAC,EAC3B,EAAE,EACF,KAAU,EACV,MAAY,EACZ,QAAiC,EACjC,KAAK,GACN,EAAE;IAED,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb,2CAkCA;kBA/CQ,mBAAmB;;;AAmD5B,eAAe,mBAAmB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antimatter-audio/antimatter-ui",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.9",
|
|
4
4
|
"description": "React UI component library for Antimatter Audio.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"author": "Antimatter Audio",
|
|
25
25
|
"license": "ISC",
|
|
26
26
|
"dependencies": {
|
|
27
|
+
"@antimatter-audio/juce-framework-frontend": "^1.0.2",
|
|
27
28
|
"@headlessui/react": "^2.2.0",
|
|
28
29
|
"@react-three/drei": "^10.7.7",
|
|
29
30
|
"@react-three/fiber": "^9.5.0",
|
|
@@ -34,7 +35,6 @@
|
|
|
34
35
|
"classnames": "^2.5.1",
|
|
35
36
|
"d3": "^7.9.0",
|
|
36
37
|
"i": "^0.3.7",
|
|
37
|
-
"juce-framework-frontend": "file:src/common/assets/juce-framework-frontend",
|
|
38
38
|
"lodash.debounce": "^4.0.8",
|
|
39
39
|
"node-sass": "^9.0.0",
|
|
40
40
|
"npm": "^11.2.0",
|