@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.
@@ -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.9 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
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
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 7.2s
10
+ created dist, dist in 4.6s
11
11
  
12
12
  ./src/index.ts → dist...
13
- created dist in 4.8s
13
+ created dist in 5.2s
14
14
  Build completed successfully
@@ -0,0 +1,5 @@
1
+  WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
+
3
+ > @milaboratories/milaboratories.ui-examples.model@1.3.10 lint /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
4
+ > eslint .
5
+
@@ -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.9 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
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
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 557172d: Add eslint configuration files and lint scripts to published block model and UI packages
8
+
3
9
  ## 1.3.9
4
10
 
5
11
  ### Patch Changes
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("@milaboratories/pl-model-common").ValueOrErrors<number[] | undefined>;
38
- progresses: import("@milaboratories/pl-model-common").ValueOrErrors<{
39
- [x: string]: import("@milaboratories/pl-model-common").ImportProgress | undefined;
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("@milaboratories/pl-model-common").ValueOrErrors<{
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("@milaboratories/pl-model-common").ValueOrErrors<{
57
+ ptV2: import("@platforma-sdk/model").ValueOrErrors<{
58
58
  sourceId: string | null;
59
- fullTableHandle: import("@milaboratories/pl-model-common").PTableHandle;
60
- visibleTableHandle: import("@milaboratories/pl-model-common").PTableHandle;
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.9",
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.6",
17
- "@milaboratories/build-configs": "1.0.9",
18
- "@milaboratories/ts-configs": "1.0.6"
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@milaboratories/ts-configs/tsconfig.node.json",
2
+ "extends": "@milaboratories/ts-configs/block/model",
3
3
  "include": [
4
4
  "src/**/*"
5
5
  ],