@milaboratories/milaboratories.ui-examples.model 1.3.9 → 1.3.10
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 +3 -3
- package/.turbo/turbo-lint.log +5 -0
- package/.turbo/turbo-type-check.log +2 -2
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +7 -7
- package/package.json +8 -5
- package/tsconfig.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.model@1.3.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.3.10 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
7
7
|
↳ rollup -c /configs/rollup.block-model.config.js
|
|
8
8
|
[36m
|
|
9
9
|
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
-
[32mcreated [1mdist, dist[22m in [
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m4.6s[22m[39m
|
|
11
11
|
[36m
|
|
12
12
|
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
13
|
-
[32mcreated [1mdist[22m in [
|
|
13
|
+
[32mcreated [1mdist[22m in [1m5.2s[22m[39m
|
|
14
14
|
Build completed successfully
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.model@1.3.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.3.10 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
4
|
> ts-builder types --target block-model
|
|
5
5
|
|
|
6
|
-
↳ tsc --noEmit --project ./tsconfig.json
|
|
6
|
+
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -34,11 +34,11 @@ export declare const platforma: import("@platforma-sdk/model").PlatformaV1<{
|
|
|
34
34
|
numbers: number[];
|
|
35
35
|
handles: (ImportFileHandle | undefined)[];
|
|
36
36
|
}, {
|
|
37
|
-
numbers: import("@
|
|
38
|
-
progresses: import("@
|
|
39
|
-
[x: string]: import("@
|
|
37
|
+
numbers: import("@platforma-sdk/model").ValueOrErrors<number[] | undefined>;
|
|
38
|
+
progresses: import("@platforma-sdk/model").ValueOrErrors<{
|
|
39
|
+
[x: string]: import("@platforma-sdk/model").ImportProgress | undefined;
|
|
40
40
|
}>;
|
|
41
|
-
ptV2Sheets: import("@
|
|
41
|
+
ptV2Sheets: import("@platforma-sdk/model").ValueOrErrors<{
|
|
42
42
|
axis: {
|
|
43
43
|
type: "Int";
|
|
44
44
|
name: string;
|
|
@@ -54,10 +54,10 @@ export declare const platforma: import("@platforma-sdk/model").PlatformaV1<{
|
|
|
54
54
|
label: string;
|
|
55
55
|
}[];
|
|
56
56
|
}[]>;
|
|
57
|
-
ptV2: import("@
|
|
57
|
+
ptV2: import("@platforma-sdk/model").ValueOrErrors<{
|
|
58
58
|
sourceId: string | null;
|
|
59
|
-
fullTableHandle: import("@
|
|
60
|
-
visibleTableHandle: import("@
|
|
59
|
+
fullTableHandle: import("@platforma-sdk/model").PTableHandle;
|
|
60
|
+
visibleTableHandle: import("@platforma-sdk/model").PTableHandle;
|
|
61
61
|
} | undefined>;
|
|
62
62
|
}, UiState, "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-annotations" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/text-fields" | "/tabs" | "/pl-autocomplete" | "/radio" | "/stacked-bar" | "/histogram" | "/buttons" | "/errors" | "/downloads" | "/notifications" | "/drafts" | "/pl-autocomplete-multi" | "/advanced-filter" | `/section?id=${string}` | "/add-section">;
|
|
63
63
|
export type BlockOutputs = InferOutputsType<typeof platforma>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/milaboratories.ui-examples.model",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"description": "Block model",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -11,14 +11,17 @@
|
|
|
11
11
|
"@platforma-sdk/model": "1.47.5"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
+
"eslint": "^9.25.1",
|
|
14
15
|
"typescript": "~5.6.3",
|
|
15
16
|
"@platforma-sdk/block-tools": "2.6.27",
|
|
16
|
-
"@milaboratories/ts-builder": "1.0
|
|
17
|
-
"@milaboratories/build-configs": "1.0
|
|
18
|
-
"@
|
|
17
|
+
"@milaboratories/ts-builder": "1.2.0",
|
|
18
|
+
"@milaboratories/build-configs": "1.2.0",
|
|
19
|
+
"@platforma-sdk/eslint-config": "1.2.0",
|
|
20
|
+
"@milaboratories/ts-configs": "1.2.0"
|
|
19
21
|
},
|
|
20
22
|
"scripts": {
|
|
21
23
|
"build": "ts-builder build --target block-model && block-tools build-model",
|
|
22
|
-
"type-check": "ts-builder types --target block-model"
|
|
24
|
+
"type-check": "ts-builder types --target block-model",
|
|
25
|
+
"lint": "eslint ."
|
|
23
26
|
}
|
|
24
27
|
}
|
package/tsconfig.json
CHANGED