@json-to-office/core-docx 0.30.0 → 0.32.0

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 +1 @@
1
- {"version":3,"file":"nested-section.component.d.ts","sourceRoot":"","sources":["../../../src/plugin/example/nested-section.component.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAYvE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,uBAAuB;;oBA0ElC,CAAC"}
1
+ {"version":3,"file":"nested-section.component.d.ts","sourceRoot":"","sources":["../../../src/plugin/example/nested-section.component.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAYvE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,uBAAuB;;oBAgFlC,CAAC"}
@@ -12,9 +12,22 @@
12
12
  {
13
13
  "name": "section",
14
14
  "props": {
15
- "title": "Weather Information"
15
+ "meta": {
16
+ "title": "Weather Information"
17
+ }
16
18
  },
17
19
  "children": [
20
+ {
21
+ "name": "heading",
22
+ "props": {
23
+ "text": "Weather Information",
24
+ "level": 1,
25
+ "spacing": {
26
+ "before": 0,
27
+ "after": 0
28
+ }
29
+ }
30
+ },
18
31
  {
19
32
  "name": "paragraph",
20
33
  "props": {
@@ -42,9 +55,22 @@
42
55
  {
43
56
  "name": "section",
44
57
  "props": {
45
- "title": "Sales Data"
58
+ "meta": {
59
+ "title": "Sales Data"
60
+ }
46
61
  },
47
62
  "children": [
63
+ {
64
+ "name": "heading",
65
+ "props": {
66
+ "text": "Sales Data",
67
+ "level": 1,
68
+ "spacing": {
69
+ "before": 0,
70
+ "after": 0
71
+ }
72
+ }
73
+ },
48
74
  {
49
75
  "name": "paragraph",
50
76
  "props": {
@@ -65,9 +91,22 @@
65
91
  {
66
92
  "name": "section",
67
93
  "props": {
68
- "title": "Quick Links"
94
+ "meta": {
95
+ "title": "Quick Links"
96
+ }
69
97
  },
70
98
  "children": [
99
+ {
100
+ "name": "heading",
101
+ "props": {
102
+ "text": "Quick Links",
103
+ "level": 1,
104
+ "spacing": {
105
+ "before": 0,
106
+ "after": 0
107
+ }
108
+ }
109
+ },
71
110
  {
72
111
  "name": "paragraph",
73
112
  "props": {
@@ -79,9 +118,22 @@
79
118
  {
80
119
  "name": "section",
81
120
  "props": {
82
- "title": "More Data Examples"
121
+ "meta": {
122
+ "title": "More Data Examples"
123
+ }
83
124
  },
84
125
  "children": [
126
+ {
127
+ "name": "heading",
128
+ "props": {
129
+ "text": "More Data Examples",
130
+ "level": 1,
131
+ "spacing": {
132
+ "before": 0,
133
+ "after": 0
134
+ }
135
+ }
136
+ },
85
137
  {
86
138
  "name": "dataTable",
87
139
  "props": {