@platforma-open/milaboratories.vj-usage.model 2.1.0 → 2.1.1
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +2463 -1596
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/model.json +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -14,7 +14,7 @@ type UiState = {
|
|
|
14
14
|
jUsagePlotState: GraphMakerState;
|
|
15
15
|
vjUsagePlotState: GraphMakerState;
|
|
16
16
|
};
|
|
17
|
-
declare const model: _platforma_sdk_model.
|
|
17
|
+
declare const model: _platforma_sdk_model.PlatformaV1<BlockArgs, {
|
|
18
18
|
datasetOptions: _platforma_sdk_model.ValueOrErrors<{
|
|
19
19
|
readonly ref: {
|
|
20
20
|
readonly __isRef: true;
|
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ type UiState = {
|
|
|
14
14
|
jUsagePlotState: GraphMakerState;
|
|
15
15
|
vjUsagePlotState: GraphMakerState;
|
|
16
16
|
};
|
|
17
|
-
declare const model: _platforma_sdk_model.
|
|
17
|
+
declare const model: _platforma_sdk_model.PlatformaV1<BlockArgs, {
|
|
18
18
|
datasetOptions: _platforma_sdk_model.ValueOrErrors<{
|
|
19
19
|
readonly ref: {
|
|
20
20
|
readonly __isRef: true;
|