@progress/kendo-angular-schematics 11.0.0-develop.79

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.
Files changed (141) hide show
  1. package/LICENSE.md +11 -0
  2. package/NOTICE.txt +654 -0
  3. package/collection.json +53 -0
  4. package/package.json +33 -0
  5. package/src/charts/categorical/files/data.d.ts +5 -0
  6. package/src/charts/categorical/files/data.js +29 -0
  7. package/src/charts/categorical/files/data.js.map +1 -0
  8. package/src/charts/categorical/files/data.ts +25 -0
  9. package/src/charts/categorical/files/html/__name@dasherize__/__name@dasherize__.component.html +46 -0
  10. package/src/charts/categorical/files/html/__name@dasherize__/__name@dasherize__.component.ts +25 -0
  11. package/src/charts/categorical/files/inline/__name@dasherize__/__name@dasherize__.component.ts +69 -0
  12. package/src/charts/categorical/index.d.ts +7 -0
  13. package/src/charts/categorical/index.js +124 -0
  14. package/src/charts/categorical/index.js.map +1 -0
  15. package/src/charts/categorical/schema.d.ts +92 -0
  16. package/src/charts/categorical/schema.js +54 -0
  17. package/src/charts/categorical/schema.js.map +1 -0
  18. package/src/charts/categorical/schema.json +253 -0
  19. package/src/charts/circular/files/data.d.ts +5 -0
  20. package/src/charts/circular/files/data.js +15 -0
  21. package/src/charts/circular/files/data.js.map +1 -0
  22. package/src/charts/circular/files/data.ts +11 -0
  23. package/src/charts/circular/files/html/__name@dasherize__/__name@dasherize__.component.html +27 -0
  24. package/src/charts/circular/files/html/__name@dasherize__/__name@dasherize__.component.ts +23 -0
  25. package/src/charts/circular/files/inline/__name@dasherize__/__name@dasherize__.component.ts +52 -0
  26. package/src/charts/circular/index.d.ts +7 -0
  27. package/src/charts/circular/index.js +50 -0
  28. package/src/charts/circular/index.js.map +1 -0
  29. package/src/charts/circular/schema.d.ts +31 -0
  30. package/src/charts/circular/schema.js +7 -0
  31. package/src/charts/circular/schema.js.map +1 -0
  32. package/src/charts/circular/schema.json +175 -0
  33. package/src/charts/scatter/files/data.d.ts +5 -0
  34. package/src/charts/scatter/files/data.js +25 -0
  35. package/src/charts/scatter/files/data.js.map +1 -0
  36. package/src/charts/scatter/files/data.ts +21 -0
  37. package/src/charts/scatter/files/html/__name@dasherize__/__name@dasherize__.component.html +35 -0
  38. package/src/charts/scatter/files/html/__name@dasherize__/__name@dasherize__.component.ts +21 -0
  39. package/src/charts/scatter/files/inline/__name@dasherize__/__name@dasherize__.component.ts +58 -0
  40. package/src/charts/scatter/index.d.ts +7 -0
  41. package/src/charts/scatter/index.js +50 -0
  42. package/src/charts/scatter/index.js.map +1 -0
  43. package/src/charts/scatter/schema.d.ts +32 -0
  44. package/src/charts/scatter/schema.js +7 -0
  45. package/src/charts/scatter/schema.js.map +1 -0
  46. package/src/charts/scatter/schema.json +209 -0
  47. package/src/charts/stock/files/data.d.ts +5 -0
  48. package/src/charts/stock/files/data.js +418 -0
  49. package/src/charts/stock/files/data.js.map +1 -0
  50. package/src/charts/stock/files/data.ts +414 -0
  51. package/src/charts/stock/files/html/__name@dasherize__/__name@dasherize__.component.html +57 -0
  52. package/src/charts/stock/files/html/__name@dasherize__/__name@dasherize__.component.ts +23 -0
  53. package/src/charts/stock/files/inline/__name@dasherize__/__name@dasherize__.component.ts +83 -0
  54. package/src/charts/stock/index.d.ts +7 -0
  55. package/src/charts/stock/index.js +50 -0
  56. package/src/charts/stock/index.js.map +1 -0
  57. package/src/charts/stock/schema.d.ts +36 -0
  58. package/src/charts/stock/schema.js +7 -0
  59. package/src/charts/stock/schema.js.map +1 -0
  60. package/src/charts/stock/schema.json +285 -0
  61. package/src/component/files/__full-path__/__name@folder-name__/__name@dasherize__.component.__styleext__ +0 -0
  62. package/src/component/files/__full-path__/__name@folder-name__/__name@dasherize__.component.html +1 -0
  63. package/src/component/files/__full-path__/__name@folder-name__/__name@dasherize__.component.ts +23 -0
  64. package/src/component/index.d.ts +6 -0
  65. package/src/component/index.js +18 -0
  66. package/src/component/index.js.map +1 -0
  67. package/src/component/schema.d.ts +66 -0
  68. package/src/component/schema.js +7 -0
  69. package/src/component/schema.js.map +1 -0
  70. package/src/component/schema.json +96 -0
  71. package/src/grid/files/data.d.ts +5 -0
  72. package/src/grid/files/data.js +1241 -0
  73. package/src/grid/files/data.js.map +1 -0
  74. package/src/grid/files/data.ts +1237 -0
  75. package/src/grid/files/html/__name@dasherize__/__name@dasherize__.component.html +48 -0
  76. package/src/grid/files/html/__name@dasherize__/__name@dasherize__.component.ts +29 -0
  77. package/src/grid/files/inline/__name@dasherize__/__name@dasherize__.component.ts +79 -0
  78. package/src/grid/index.d.ts +7 -0
  79. package/src/grid/index.js +84 -0
  80. package/src/grid/index.js.map +1 -0
  81. package/src/grid/schema.d.ts +44 -0
  82. package/src/grid/schema.js +28 -0
  83. package/src/grid/schema.js.map +1 -0
  84. package/src/grid/schema.json +168 -0
  85. package/src/ngAdd/index.d.ts +7 -0
  86. package/src/ngAdd/index.js +143 -0
  87. package/src/ngAdd/index.js.map +1 -0
  88. package/src/ngAdd/schema.d.ts +61 -0
  89. package/src/ngAdd/schema.js +7 -0
  90. package/src/ngAdd/schema.js.map +1 -0
  91. package/src/ngAdd/schema.json +70 -0
  92. package/src/ngAdd/theming.d.ts +8 -0
  93. package/src/ngAdd/theming.js +79 -0
  94. package/src/ngAdd/theming.js.map +1 -0
  95. package/src/rules/index.d.ts +11 -0
  96. package/src/rules/index.js +80 -0
  97. package/src/rules/index.js.map +1 -0
  98. package/src/scheduler/files/events-utc.d.ts +5 -0
  99. package/src/scheduler/files/events-utc.js +846 -0
  100. package/src/scheduler/files/events-utc.js.map +1 -0
  101. package/src/scheduler/files/events-utc.ts +842 -0
  102. package/src/scheduler/files/html/__name@dasherize__/__name@dasherize__.component.html +29 -0
  103. package/src/scheduler/files/html/__name@dasherize__/__name@dasherize__.component.ts +17 -0
  104. package/src/scheduler/files/inline/__name@dasherize__/__name@dasherize__.component.ts +48 -0
  105. package/src/scheduler/index.d.ts +7 -0
  106. package/src/scheduler/index.js +47 -0
  107. package/src/scheduler/index.js.map +1 -0
  108. package/src/scheduler/schema.d.ts +16 -0
  109. package/src/scheduler/schema.js +7 -0
  110. package/src/scheduler/schema.js.map +1 -0
  111. package/src/scheduler/schema.json +78 -0
  112. package/src/utils/ast-utils.d.ts +34 -0
  113. package/src/utils/ast-utils.js +206 -0
  114. package/src/utils/ast-utils.js.map +1 -0
  115. package/src/utils/bootstrap-module.d.ts +9 -0
  116. package/src/utils/bootstrap-module.js +54 -0
  117. package/src/utils/bootstrap-module.js.map +1 -0
  118. package/src/utils/find-module.d.ts +25 -0
  119. package/src/utils/find-module.js +91 -0
  120. package/src/utils/find-module.js.map +1 -0
  121. package/src/utils/index.d.ts +16 -0
  122. package/src/utils/index.js +74 -0
  123. package/src/utils/index.js.map +1 -0
  124. package/src/utils/test/create-app-module.d.ts +6 -0
  125. package/src/utils/test/create-app-module.js +24 -0
  126. package/src/utils/test/create-app-module.js.map +1 -0
  127. package/src/utils/test/create-cli-config.d.ts +6 -0
  128. package/src/utils/test/create-cli-config.js +121 -0
  129. package/src/utils/test/create-cli-config.js.map +1 -0
  130. package/src/utils/test/create-main-bootstrap.d.ts +6 -0
  131. package/src/utils/test/create-main-bootstrap.js +26 -0
  132. package/src/utils/test/create-main-bootstrap.js.map +1 -0
  133. package/src/utils/test/create-package-json.d.ts +6 -0
  134. package/src/utils/test/create-package-json.js +20 -0
  135. package/src/utils/test/create-package-json.js.map +1 -0
  136. package/src/utils/test/index.d.ts +8 -0
  137. package/src/utils/test/index.js +12 -0
  138. package/src/utils/test/index.js.map +1 -0
  139. package/src/utils/workspace.d.ts +16 -0
  140. package/src/utils/workspace.js +58 -0
  141. package/src/utils/workspace.js.map +1 -0
@@ -0,0 +1,209 @@
1
+ {
2
+ "progress:name": "Scatter Chart",
3
+ "progress:icon": "scattercharts",
4
+ "progress:description": "Generate new Kendo UI for Angular Chart page",
5
+ "$schema": "http://json-schema.org/schema",
6
+ "$id": "Schema",
7
+ "type": "object",
8
+ "properties": {
9
+ "path": {
10
+ "type": "string",
11
+ "format": "path",
12
+ "progress:editorVisible": false
13
+ },
14
+ "name": {
15
+ "type": "string",
16
+ "$default": {
17
+ "$source": "argv",
18
+ "index": 0
19
+ },
20
+ "default": "ChartPage"
21
+ },
22
+ "inlineTemplate": {
23
+ "progress:display-name": "Inline template",
24
+ "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
25
+ "type": "boolean",
26
+ "default": false,
27
+ "alias": "t"
28
+ },
29
+ "inlineStyle": {
30
+ "description": "Include styles inline in the component.ts file. Only CSS styles can be included inline. By default, an external styles file is created and referenced in the component.ts file.",
31
+ "type": "boolean",
32
+ "default": false,
33
+ "alias": "s"
34
+ },
35
+ "skipTests": {
36
+ "type": "boolean",
37
+ "description": "Do not create \"spec.ts\" test files for the new component.",
38
+ "default": false
39
+ },
40
+ "titleText": {
41
+ "progress:category": "Title",
42
+ "progress:displayName": "Text",
43
+ "type": "string"
44
+ },
45
+ "titlePosition": {
46
+ "progress:category": "Title",
47
+ "progress:displayName": "Position",
48
+ "type": "string",
49
+ "enum": [ "top", "bottom" ]
50
+ },
51
+ "titleAlign": {
52
+ "progress:category": "Title",
53
+ "progress:displayName": "Align",
54
+ "type": "string",
55
+ "enum": [ "left", "right", "center" ]
56
+ },
57
+ "renderAs": {
58
+ "type": "string",
59
+ "enum": [ "svg", "canvas" ]
60
+ },
61
+ "title": {
62
+ "description": "Sets the Chart title",
63
+ "type": "string",
64
+ "hidden": true,
65
+ "progress:type": "object",
66
+ "properties": {
67
+ "text": {"type": "string"},
68
+ "color": {"type": "string"},
69
+ "background": {"type": "string"},
70
+ "font": {"type": "string"},
71
+ "margin": {"type": "number"},
72
+ "padding": {"type": "number"},
73
+ "position": {
74
+ "type": "string",
75
+ "enum": [ "top", "bottom" ]
76
+ },
77
+ "visible": {"type": "boolean"}
78
+ }
79
+ },
80
+ "series": {
81
+ "progress:category": "Chart Series",
82
+ "progress:type": "array",
83
+ "hidden": true,
84
+ "description": "Configures the series in the Chart",
85
+ "type": "string",
86
+ "items": {
87
+ "type": "object",
88
+ "properties": {
89
+ "type": {
90
+ "type": "string",
91
+ "enum": [ "scatter", "scatterLine" ],
92
+ "default": "scatter"
93
+ },
94
+ "xField": {"type": "string"},
95
+ "yField": {"type": "string"},
96
+ "name": {"type": "string"},
97
+ "width": {"type": "number"}
98
+ }
99
+ }
100
+ },
101
+ "xAxis": {
102
+ "progress:category": "Chart Axis",
103
+ "progress:type": "array",
104
+ "hidden": true,
105
+ "description": "Configures the X axis items in the Chart",
106
+ "type": "string",
107
+ "items": {
108
+ "type": "object",
109
+ "properties": {
110
+ "name": {"type": "string"},
111
+ "title": {"type": "string"},
112
+ "type": {
113
+ "type": "string",
114
+ "enum": [ "date", "numeric", "log" ]
115
+ }
116
+ }
117
+ }
118
+ },
119
+ "yAxis": {
120
+ "progress:category": "Chart Axis",
121
+ "progress:type": "array",
122
+ "hidden": true,
123
+ "description": "Configures the Y axis items in the Chart",
124
+ "type": "string",
125
+ "items": {
126
+ "type": "object",
127
+ "properties": {
128
+ "name": {"type": "string"},
129
+ "title": {"type": "string"},
130
+ "type": {
131
+ "type": "string",
132
+ "enum": [ "date", "numeric", "log" ]
133
+ }
134
+ }
135
+ }
136
+ },
137
+ "legend": {
138
+ "description": "Determines whether the Chart legend will be rendered",
139
+ "type": "boolean"
140
+ },
141
+ "legendTitleText": {
142
+ "description": "The legend title",
143
+ "type": "string"
144
+ },
145
+ "legendTitleAlign": {
146
+ "description": "The legend title alignment",
147
+ "type": "string",
148
+ "enum": [ "left", "right", "center" ]
149
+ },
150
+ "legendTitlePosition": {
151
+ "description": "The legend title alignment",
152
+ "type": "string",
153
+ "enum": [ "top", "bottom" ]
154
+ },
155
+ "legendAlign": {
156
+ "description": "The legend alignment",
157
+ "type": "string",
158
+ "enum": [ "center", "start", "end" ]
159
+ },
160
+ "legendPosition": {
161
+ "description": "The legend position",
162
+ "type": "string",
163
+ "enum": [ "top", "bottom", "left", "right", "custom" ]
164
+ },
165
+ "legendOrientation": {
166
+ "description": "The legend orientation",
167
+ "type": "string",
168
+ "enum": [
169
+ "vertical",
170
+ "horizontal"
171
+ ]
172
+ },
173
+ "mockedData": {
174
+ "description": "Enables the generation of a local data file",
175
+ "type": "boolean"
176
+ },
177
+ "dataPath": {
178
+ "description": "Sets a path to the local data file",
179
+ "type": "string",
180
+ "progress:hideOnPropertyValue": {
181
+ "property": "mockedData",
182
+ "value": true
183
+ }
184
+ },
185
+ "dataName": {
186
+ "description": "Sets a name to the local data property",
187
+ "type": "string",
188
+ "progress:hideOnPropertyValue": {
189
+ "property": "mockedData",
190
+ "value": true
191
+ }
192
+ },
193
+ "dataSourceType": {
194
+ "type": "string"
195
+ },
196
+ "dataSourceModule": {
197
+ "type": "string"
198
+ },
199
+ "dataSourceMember": {
200
+ "type": "string"
201
+ },
202
+ "dataSourceMethod": {
203
+ "type": "string"
204
+ }
205
+ },
206
+ "required": [
207
+ "name"
208
+ ]
209
+ }
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export declare const seriesData = "[\n {\n Date: '/Date(1196467200000)/',\n Close: 40.635,\n Volume: 1650185491,\n Open: 40.64,\n High: 40.68,\n Low: 39.09\n },\n {\n Date: '/Date(1199145600000)/',\n Close: 40.13,\n Volume: 1979918237,\n Open: 40.13,\n High: 40.292,\n Low: 36.46\n },\n {\n Date: '/Date(1201824000000)/',\n Close: 38.44,\n Volume: 1572505911,\n Open: 38.44,\n High: 38.48,\n Low: 36.697\n },\n {\n Date: '/Date(1204329600000)/',\n Close: 38.24,\n Volume: 1922276774,\n Open: 38.24,\n High: 38.29,\n Low: 35.94\n },\n {\n Date: '/Date(1207008000000)/',\n Close: 37.031,\n Volume: 2078426778,\n Open: 37.032,\n High: 37.07,\n Low: 34.35\n },\n {\n Date: '/Date(1209600000000)/',\n Close: 38.24,\n Volume: 1727585885,\n Open: 38.25,\n High: 38.27,\n Low: 34.886\n },\n {\n Date: '/Date(1212278400000)/',\n Close: 38.65,\n Volume: 1776948280,\n Open: 38.63,\n High: 38.68,\n Low: 36.7\n },\n {\n Date: '/Date(1214870400000)/',\n Close: 39.9,\n Volume: 1456330078,\n Open: 39.9,\n High: 39.921,\n Low: 36.55\n },\n {\n Date: '/Date(1217548800000)/',\n Close: 40.1,\n Volume: 1557166494,\n Open: 40.095,\n High: 40.14,\n Low: 38.26\n },\n {\n Date: '/Date(1220227200000)/',\n Close: 39.841,\n Volume: 1506305343,\n Open: 39.84,\n High: 39.91,\n Low: 38.24\n },\n {\n Date: '/Date(1222819200000)/',\n Close: 39.859,\n Volume: 2034928239,\n Open: 39.852,\n High: 39.88,\n Low: 37.33\n },\n {\n Date: '/Date(1225497600000)/',\n Close: 41.993,\n Volume: 1542204312,\n Open: 41.99,\n High: 42.02,\n Low: 38.71\n },\n {\n Date: '/Date(1228089600000)/',\n Close: 42.3,\n Volume: 1255678260,\n Open: 42.298,\n High: 42.31,\n Low: 40.36\n },\n {\n Date: '/Date(1230768000000)/',\n Close: 43.29,\n Volume: 1685490186,\n Open: 43.29,\n High: 43.31,\n Low: 40.16\n },\n {\n Date: '/Date(1233446400000)/',\n Close: 42.13,\n Volume: 1445458017,\n Open: 42.04,\n High: 42.17,\n Low: 40.26\n },\n {\n Date: '/Date(1235865600000)/',\n Close: 42.14,\n Volume: 1958550854,\n Open: 42.14,\n High: 42.3,\n Low: 40.19\n },\n {\n Date: '/Date(1238544000000)/',\n Close: 42.86,\n Volume: 1533883066,\n Open: 42.89,\n High: 43.05,\n Low: 41.39\n },\n {\n Date: '/Date(1241136000000)/',\n Close: 42.23,\n Volume: 2396221596,\n Open: 42.24,\n High: 42.28,\n Low: 38.23\n },\n {\n Date: '/Date(1243814400000)/',\n Close: 39.8,\n Volume: 2709886930,\n Open: 39.96,\n High: 40,\n Low: 37.16\n },\n {\n Date: '/Date(1246406400000)/',\n Close: 39,\n Volume: 2091835303,\n Open: 38.938,\n High: 39,\n Low: 35.54\n },\n {\n Date: '/Date(1249084800000)/',\n Close: 38.96,\n Volume: 1986978146,\n Open: 38.97,\n High: 39.03,\n Low: 36.26\n },\n {\n Date: '/Date(1251763200000)/',\n Close: 40.91,\n Volume: 1860762246,\n Open: 40.91,\n High: 40.95,\n Low: 38.32\n },\n {\n Date: '/Date(1254355200000)/',\n Close: 42.88,\n Volume: 1974572432,\n Open: 42.89,\n High: 42.92,\n Low: 39.88,\n },\n {\n Date: '/Date(1257033600000)/',\n Close: 44.78,\n Volume: 1903112379,\n Open: 44.77,\n High: 44.86,\n Low: 41.61\n },\n {\n Date: '/Date(1259625600000)/',\n Close: 44.7,\n Volume: 1533161602,\n Open: 44.71,\n High: 44.76,\n Low: 42.88\n },\n {\n Date: '/Date(1262304000000)/',\n Close: 45.36,\n Volume: 1823989418,\n Open: 45.35,\n High: 45.4,\n Low: 42.53\n },\n {\n Date: '/Date(1264982400000)/',\n Close: 45.47,\n Volume: 1730644867,\n Open: 45.485,\n High: 45.55,\n Low: 42.93\n },\n {\n Date: '/Date(1267401600000)/',\n Close: 44.42,\n Volume: 1749294085,\n Open: 44.44,\n High: 44.44,\n Low: 42.06\n },\n {\n Date: '/Date(1270080000000)/',\n Close: 46.59,\n Volume: 1171507724,\n Open: 46.59,\n High: 46.65,\n Low: 43.3\n },\n {\n Date: '/Date(1272672000000)/',\n Close: 47.5,\n Volume: 1282648621,\n Open: 47.5,\n High: 47.52,\n Low: 45.66\n },\n {\n Date: '/Date(1275350400000)/',\n Close: 47.88,\n Volume: 1228561577,\n Open: 47.88,\n High: 47.92,\n Low: 46.16\n },\n {\n Date: '/Date(1277942400000)/',\n Close: 50.64,\n Volume: 992870269,\n Open: 50.64,\n High: 50.654,\n Low: 47.47\n },\n {\n Date: '/Date(1280620800000)/',\n Close: 49.02,\n Volume: 981208528,\n Open: 49.02,\n High: 49.06,\n Low: 44.39\n },\n {\n Date: '/Date(1283299200000)/',\n Close: 51.631,\n Volume: 573031521,\n Open: 51.63,\n High: 51.68,\n Low: 47.81\n },\n {\n Date: '/Date(1285891200000)/',\n Close: 55.01,\n Volume: 1103427032,\n Open: 54.959,\n High: 55.06,\n Low: 51.34\n },\n {\n Date: '/Date(1288569600000)/',\n Close: 54.68,\n Volume: 995365278,\n Open: 54.66,\n High: 54.77,\n Low: 48.66\n },\n {\n Date: '/Date(1291161600000)/',\n Close: 52.84,\n Volume: 577831801,\n Open: 52.84,\n High: 52.84,\n Low: 49.18\n },\n {\n Date: '/Date(1293840000000)/',\n Close: 51.37,\n Volume: 849837840,\n Open: 51.38,\n High: 51.46,\n Low: 41.63\n },\n {\n Date: '/Date(1296518400000)/',\n Close: 45.65,\n Volume: 569927484,\n Open: 45.65,\n High: 45.87,\n Low: 42.16\n },\n {\n Date: '/Date(1298937600000)/',\n Close: 45.02,\n Volume: 563447812,\n Open: 45.04,\n High: 45.07,\n Low: 41.05\n },\n {\n Date: '/Date(1301616000000)/',\n Close: 47.92,\n Volume: 579215682,\n Open: 47.93,\n High: 48.05,\n Low: 43.69\n },\n {\n Date: '/Date(1304208000000)/',\n Close: 50.45,\n Volume: 589335627,\n Open: 50.45,\n High: 50.469,\n Low: 47.22\n },\n {\n Date: '/Date(1306886400000)/',\n Close: 50.54,\n Volume: 633735895,\n Open: 50.48,\n High: 50.61,\n Low: 44.98\n },\n {\n Date: '/Date(1309478400000)/',\n Close: 46.06,\n Volume: 558670899,\n Open: 46.05,\n High: 46.12,\n Low: 43.3\n },\n {\n Date: '/Date(1312156800000)/',\n Close: 48.49,\n Volume: 629930051,\n Open: 48.48,\n High: 48.56,\n Low: 44.3\n },\n {\n Date: '/Date(1314835200000)/',\n Close: 46.93,\n Volume: 808574022,\n Open: 46.92,\n High: 47.07,\n Low: 37.18\n },\n {\n Date: '/Date(1317427200000)/',\n Close: 38.89,\n Volume: 799617379,\n Open: 38.86,\n High: 38.97,\n Low: 28.09\n },\n {\n Date: '/Date(1320105600000)/',\n Close: 33.92,\n Volume: 394335489,\n Open: 33.93,\n High: 34.01,\n Low: 25.06\n },\n {\n Date: '/Date(1322697600000)/',\n Close: 30.72,\n Volume: 715467389,\n Open: 30.73,\n High: 30.82,\n Low: 26.85\n },\n {\n Date: '/Date(1325376000000)/',\n Close: 31.59,\n Volume: 1176242873,\n Open: 31.59,\n High: 31.63,\n Low: 27.96\n },\n {\n Date: '/Date(1328054400000)/',\n Close: 31.65,\n Volume: 1194157236,\n Open: 31.65,\n High: 31.68,\n Low: 27.39\n }\n]";
@@ -0,0 +1,418 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ "use strict";
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.seriesData = void 0;
8
+ exports.seriesData = `[
9
+ {
10
+ Date: '/Date(1196467200000)/',
11
+ Close: 40.635,
12
+ Volume: 1650185491,
13
+ Open: 40.64,
14
+ High: 40.68,
15
+ Low: 39.09
16
+ },
17
+ {
18
+ Date: '/Date(1199145600000)/',
19
+ Close: 40.13,
20
+ Volume: 1979918237,
21
+ Open: 40.13,
22
+ High: 40.292,
23
+ Low: 36.46
24
+ },
25
+ {
26
+ Date: '/Date(1201824000000)/',
27
+ Close: 38.44,
28
+ Volume: 1572505911,
29
+ Open: 38.44,
30
+ High: 38.48,
31
+ Low: 36.697
32
+ },
33
+ {
34
+ Date: '/Date(1204329600000)/',
35
+ Close: 38.24,
36
+ Volume: 1922276774,
37
+ Open: 38.24,
38
+ High: 38.29,
39
+ Low: 35.94
40
+ },
41
+ {
42
+ Date: '/Date(1207008000000)/',
43
+ Close: 37.031,
44
+ Volume: 2078426778,
45
+ Open: 37.032,
46
+ High: 37.07,
47
+ Low: 34.35
48
+ },
49
+ {
50
+ Date: '/Date(1209600000000)/',
51
+ Close: 38.24,
52
+ Volume: 1727585885,
53
+ Open: 38.25,
54
+ High: 38.27,
55
+ Low: 34.886
56
+ },
57
+ {
58
+ Date: '/Date(1212278400000)/',
59
+ Close: 38.65,
60
+ Volume: 1776948280,
61
+ Open: 38.63,
62
+ High: 38.68,
63
+ Low: 36.7
64
+ },
65
+ {
66
+ Date: '/Date(1214870400000)/',
67
+ Close: 39.9,
68
+ Volume: 1456330078,
69
+ Open: 39.9,
70
+ High: 39.921,
71
+ Low: 36.55
72
+ },
73
+ {
74
+ Date: '/Date(1217548800000)/',
75
+ Close: 40.1,
76
+ Volume: 1557166494,
77
+ Open: 40.095,
78
+ High: 40.14,
79
+ Low: 38.26
80
+ },
81
+ {
82
+ Date: '/Date(1220227200000)/',
83
+ Close: 39.841,
84
+ Volume: 1506305343,
85
+ Open: 39.84,
86
+ High: 39.91,
87
+ Low: 38.24
88
+ },
89
+ {
90
+ Date: '/Date(1222819200000)/',
91
+ Close: 39.859,
92
+ Volume: 2034928239,
93
+ Open: 39.852,
94
+ High: 39.88,
95
+ Low: 37.33
96
+ },
97
+ {
98
+ Date: '/Date(1225497600000)/',
99
+ Close: 41.993,
100
+ Volume: 1542204312,
101
+ Open: 41.99,
102
+ High: 42.02,
103
+ Low: 38.71
104
+ },
105
+ {
106
+ Date: '/Date(1228089600000)/',
107
+ Close: 42.3,
108
+ Volume: 1255678260,
109
+ Open: 42.298,
110
+ High: 42.31,
111
+ Low: 40.36
112
+ },
113
+ {
114
+ Date: '/Date(1230768000000)/',
115
+ Close: 43.29,
116
+ Volume: 1685490186,
117
+ Open: 43.29,
118
+ High: 43.31,
119
+ Low: 40.16
120
+ },
121
+ {
122
+ Date: '/Date(1233446400000)/',
123
+ Close: 42.13,
124
+ Volume: 1445458017,
125
+ Open: 42.04,
126
+ High: 42.17,
127
+ Low: 40.26
128
+ },
129
+ {
130
+ Date: '/Date(1235865600000)/',
131
+ Close: 42.14,
132
+ Volume: 1958550854,
133
+ Open: 42.14,
134
+ High: 42.3,
135
+ Low: 40.19
136
+ },
137
+ {
138
+ Date: '/Date(1238544000000)/',
139
+ Close: 42.86,
140
+ Volume: 1533883066,
141
+ Open: 42.89,
142
+ High: 43.05,
143
+ Low: 41.39
144
+ },
145
+ {
146
+ Date: '/Date(1241136000000)/',
147
+ Close: 42.23,
148
+ Volume: 2396221596,
149
+ Open: 42.24,
150
+ High: 42.28,
151
+ Low: 38.23
152
+ },
153
+ {
154
+ Date: '/Date(1243814400000)/',
155
+ Close: 39.8,
156
+ Volume: 2709886930,
157
+ Open: 39.96,
158
+ High: 40,
159
+ Low: 37.16
160
+ },
161
+ {
162
+ Date: '/Date(1246406400000)/',
163
+ Close: 39,
164
+ Volume: 2091835303,
165
+ Open: 38.938,
166
+ High: 39,
167
+ Low: 35.54
168
+ },
169
+ {
170
+ Date: '/Date(1249084800000)/',
171
+ Close: 38.96,
172
+ Volume: 1986978146,
173
+ Open: 38.97,
174
+ High: 39.03,
175
+ Low: 36.26
176
+ },
177
+ {
178
+ Date: '/Date(1251763200000)/',
179
+ Close: 40.91,
180
+ Volume: 1860762246,
181
+ Open: 40.91,
182
+ High: 40.95,
183
+ Low: 38.32
184
+ },
185
+ {
186
+ Date: '/Date(1254355200000)/',
187
+ Close: 42.88,
188
+ Volume: 1974572432,
189
+ Open: 42.89,
190
+ High: 42.92,
191
+ Low: 39.88,
192
+ },
193
+ {
194
+ Date: '/Date(1257033600000)/',
195
+ Close: 44.78,
196
+ Volume: 1903112379,
197
+ Open: 44.77,
198
+ High: 44.86,
199
+ Low: 41.61
200
+ },
201
+ {
202
+ Date: '/Date(1259625600000)/',
203
+ Close: 44.7,
204
+ Volume: 1533161602,
205
+ Open: 44.71,
206
+ High: 44.76,
207
+ Low: 42.88
208
+ },
209
+ {
210
+ Date: '/Date(1262304000000)/',
211
+ Close: 45.36,
212
+ Volume: 1823989418,
213
+ Open: 45.35,
214
+ High: 45.4,
215
+ Low: 42.53
216
+ },
217
+ {
218
+ Date: '/Date(1264982400000)/',
219
+ Close: 45.47,
220
+ Volume: 1730644867,
221
+ Open: 45.485,
222
+ High: 45.55,
223
+ Low: 42.93
224
+ },
225
+ {
226
+ Date: '/Date(1267401600000)/',
227
+ Close: 44.42,
228
+ Volume: 1749294085,
229
+ Open: 44.44,
230
+ High: 44.44,
231
+ Low: 42.06
232
+ },
233
+ {
234
+ Date: '/Date(1270080000000)/',
235
+ Close: 46.59,
236
+ Volume: 1171507724,
237
+ Open: 46.59,
238
+ High: 46.65,
239
+ Low: 43.3
240
+ },
241
+ {
242
+ Date: '/Date(1272672000000)/',
243
+ Close: 47.5,
244
+ Volume: 1282648621,
245
+ Open: 47.5,
246
+ High: 47.52,
247
+ Low: 45.66
248
+ },
249
+ {
250
+ Date: '/Date(1275350400000)/',
251
+ Close: 47.88,
252
+ Volume: 1228561577,
253
+ Open: 47.88,
254
+ High: 47.92,
255
+ Low: 46.16
256
+ },
257
+ {
258
+ Date: '/Date(1277942400000)/',
259
+ Close: 50.64,
260
+ Volume: 992870269,
261
+ Open: 50.64,
262
+ High: 50.654,
263
+ Low: 47.47
264
+ },
265
+ {
266
+ Date: '/Date(1280620800000)/',
267
+ Close: 49.02,
268
+ Volume: 981208528,
269
+ Open: 49.02,
270
+ High: 49.06,
271
+ Low: 44.39
272
+ },
273
+ {
274
+ Date: '/Date(1283299200000)/',
275
+ Close: 51.631,
276
+ Volume: 573031521,
277
+ Open: 51.63,
278
+ High: 51.68,
279
+ Low: 47.81
280
+ },
281
+ {
282
+ Date: '/Date(1285891200000)/',
283
+ Close: 55.01,
284
+ Volume: 1103427032,
285
+ Open: 54.959,
286
+ High: 55.06,
287
+ Low: 51.34
288
+ },
289
+ {
290
+ Date: '/Date(1288569600000)/',
291
+ Close: 54.68,
292
+ Volume: 995365278,
293
+ Open: 54.66,
294
+ High: 54.77,
295
+ Low: 48.66
296
+ },
297
+ {
298
+ Date: '/Date(1291161600000)/',
299
+ Close: 52.84,
300
+ Volume: 577831801,
301
+ Open: 52.84,
302
+ High: 52.84,
303
+ Low: 49.18
304
+ },
305
+ {
306
+ Date: '/Date(1293840000000)/',
307
+ Close: 51.37,
308
+ Volume: 849837840,
309
+ Open: 51.38,
310
+ High: 51.46,
311
+ Low: 41.63
312
+ },
313
+ {
314
+ Date: '/Date(1296518400000)/',
315
+ Close: 45.65,
316
+ Volume: 569927484,
317
+ Open: 45.65,
318
+ High: 45.87,
319
+ Low: 42.16
320
+ },
321
+ {
322
+ Date: '/Date(1298937600000)/',
323
+ Close: 45.02,
324
+ Volume: 563447812,
325
+ Open: 45.04,
326
+ High: 45.07,
327
+ Low: 41.05
328
+ },
329
+ {
330
+ Date: '/Date(1301616000000)/',
331
+ Close: 47.92,
332
+ Volume: 579215682,
333
+ Open: 47.93,
334
+ High: 48.05,
335
+ Low: 43.69
336
+ },
337
+ {
338
+ Date: '/Date(1304208000000)/',
339
+ Close: 50.45,
340
+ Volume: 589335627,
341
+ Open: 50.45,
342
+ High: 50.469,
343
+ Low: 47.22
344
+ },
345
+ {
346
+ Date: '/Date(1306886400000)/',
347
+ Close: 50.54,
348
+ Volume: 633735895,
349
+ Open: 50.48,
350
+ High: 50.61,
351
+ Low: 44.98
352
+ },
353
+ {
354
+ Date: '/Date(1309478400000)/',
355
+ Close: 46.06,
356
+ Volume: 558670899,
357
+ Open: 46.05,
358
+ High: 46.12,
359
+ Low: 43.3
360
+ },
361
+ {
362
+ Date: '/Date(1312156800000)/',
363
+ Close: 48.49,
364
+ Volume: 629930051,
365
+ Open: 48.48,
366
+ High: 48.56,
367
+ Low: 44.3
368
+ },
369
+ {
370
+ Date: '/Date(1314835200000)/',
371
+ Close: 46.93,
372
+ Volume: 808574022,
373
+ Open: 46.92,
374
+ High: 47.07,
375
+ Low: 37.18
376
+ },
377
+ {
378
+ Date: '/Date(1317427200000)/',
379
+ Close: 38.89,
380
+ Volume: 799617379,
381
+ Open: 38.86,
382
+ High: 38.97,
383
+ Low: 28.09
384
+ },
385
+ {
386
+ Date: '/Date(1320105600000)/',
387
+ Close: 33.92,
388
+ Volume: 394335489,
389
+ Open: 33.93,
390
+ High: 34.01,
391
+ Low: 25.06
392
+ },
393
+ {
394
+ Date: '/Date(1322697600000)/',
395
+ Close: 30.72,
396
+ Volume: 715467389,
397
+ Open: 30.73,
398
+ High: 30.82,
399
+ Low: 26.85
400
+ },
401
+ {
402
+ Date: '/Date(1325376000000)/',
403
+ Close: 31.59,
404
+ Volume: 1176242873,
405
+ Open: 31.59,
406
+ High: 31.63,
407
+ Low: 27.96
408
+ },
409
+ {
410
+ Date: '/Date(1328054400000)/',
411
+ Close: 31.65,
412
+ Volume: 1194157236,
413
+ Open: 31.65,
414
+ High: 31.68,
415
+ Low: 27.39
416
+ }
417
+ ]`;
418
+ //# sourceMappingURL=data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.js","sourceRoot":"","sources":["../../../../../../../libs/schematics/src/charts/stock/files/data.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyZxB,CAAC"}