@djvlc/contracts-schemas 1.5.0 → 1.5.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/dist/index.d.mts CHANGED
@@ -614,13 +614,6 @@ declare const pageSchema: {
614
614
  layout: {
615
615
  $ref: string;
616
616
  };
617
- children: {
618
- type: string;
619
- items: {
620
- $ref: string;
621
- };
622
- description: string;
623
- };
624
617
  slots: {
625
618
  type: string;
626
619
  additionalProperties: {
@@ -5009,13 +5002,6 @@ declare const schemas: {
5009
5002
  layout: {
5010
5003
  $ref: string;
5011
5004
  };
5012
- children: {
5013
- type: string;
5014
- items: {
5015
- $ref: string;
5016
- };
5017
- description: string;
5018
- };
5019
5005
  slots: {
5020
5006
  type: string;
5021
5007
  additionalProperties: {
package/dist/index.d.ts CHANGED
@@ -614,13 +614,6 @@ declare const pageSchema: {
614
614
  layout: {
615
615
  $ref: string;
616
616
  };
617
- children: {
618
- type: string;
619
- items: {
620
- $ref: string;
621
- };
622
- description: string;
623
- };
624
617
  slots: {
625
618
  type: string;
626
619
  additionalProperties: {
@@ -5009,13 +5002,6 @@ declare const schemas: {
5009
5002
  layout: {
5010
5003
  $ref: string;
5011
5004
  };
5012
- children: {
5013
- type: string;
5014
- items: {
5015
- $ref: string;
5016
- };
5017
- description: string;
5018
- };
5019
5005
  slots: {
5020
5006
  type: string;
5021
5007
  additionalProperties: {
package/dist/index.js CHANGED
@@ -547,11 +547,6 @@ var page_schema_default = {
547
547
  },
548
548
  style: { $ref: "#/definitions/StyleConfig" },
549
549
  layout: { $ref: "#/definitions/LayoutConfig" },
550
- children: {
551
- type: "array",
552
- items: { $ref: "#/definitions/ComponentNode" },
553
- description: "\u9ED8\u8BA4\u5B50\u8282\u70B9\uFF08\u5411\u540E\u517C\u5BB9\uFF0C\u5EFA\u8BAE\u4F7F\u7528 slots.default\uFF09"
554
- },
555
550
  slots: {
556
551
  type: "object",
557
552
  additionalProperties: {
package/dist/index.mjs CHANGED
@@ -545,11 +545,6 @@ var page_schema_default = {
545
545
  },
546
546
  style: { $ref: "#/definitions/StyleConfig" },
547
547
  layout: { $ref: "#/definitions/LayoutConfig" },
548
- children: {
549
- type: "array",
550
- items: { $ref: "#/definitions/ComponentNode" },
551
- description: "\u9ED8\u8BA4\u5B50\u8282\u70B9\uFF08\u5411\u540E\u517C\u5BB9\uFF0C\u5EFA\u8BAE\u4F7F\u7528 slots.default\uFF09"
552
- },
553
548
  slots: {
554
549
  type: "object",
555
550
  additionalProperties: {
@@ -568,12 +568,6 @@
568
568
  "style": { "$ref": "#/definitions/StyleConfig" },
569
569
  "layout": { "$ref": "#/definitions/LayoutConfig" },
570
570
 
571
- "children": {
572
- "type": "array",
573
- "items": { "$ref": "#/definitions/ComponentNode" },
574
- "description": "默认子节点(向后兼容,建议使用 slots.default)"
575
- },
576
-
577
571
  "slots": {
578
572
  "type": "object",
579
573
  "additionalProperties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djvlc/contracts-schemas",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "DJVLC Low-code Platform JSON Schema 定义",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",