@progress/kendo-typescript-tasks 11.2.7-dev.1 → 11.2.7-dev.15

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 (59) hide show
  1. package/api.js +2 -57
  2. package/package.json +4 -3
  3. package/api.config.js +0 -13
  4. package/src/api/class-page.hbs +0 -27
  5. package/src/api/class-page.js +0 -35
  6. package/src/api/code-block.hbs +0 -7
  7. package/src/api/comment-tags.hbs +0 -7
  8. package/src/api/comment.js +0 -56
  9. package/src/api/component-page.hbs +0 -101
  10. package/src/api/component-page.js +0 -67
  11. package/src/api/constant-page.hbs +0 -4
  12. package/src/api/constant-page.js +0 -15
  13. package/src/api/constructor.hbs +0 -21
  14. package/src/api/enum-page.hbs +0 -11
  15. package/src/api/enum-page.js +0 -25
  16. package/src/api/fn-page.hbs +0 -18
  17. package/src/api/fn-page.js +0 -24
  18. package/src/api/generator.js +0 -270
  19. package/src/api/index-page.hbs +0 -54
  20. package/src/api/index-page.js +0 -15
  21. package/src/api/is-constructor.js +0 -9
  22. package/src/api/is-event.js +0 -7
  23. package/src/api/is-field.js +0 -7
  24. package/src/api/is-input.js +0 -7
  25. package/src/api/is-method.js +0 -10
  26. package/src/api/is-public.js +0 -8
  27. package/src/api/map-constructors.js +0 -30
  28. package/src/api/map-methods.js +0 -23
  29. package/src/api/map-props.js +0 -63
  30. package/src/api/member-meta.hbs +0 -7
  31. package/src/api/member-page.js +0 -41
  32. package/src/api/methods.hbs +0 -109
  33. package/src/api/property.hbs +0 -38
  34. package/src/api/react/component-page.hbs +0 -26
  35. package/src/api/react/component-page.js +0 -30
  36. package/src/api/return-type.js +0 -30
  37. package/src/api/slug.js +0 -9
  38. package/src/api/template-utils.js +0 -40
  39. package/src/api/type-links.json +0 -3
  40. package/src/api/type-utils.js +0 -179
  41. package/src/api/union-page.hbs +0 -14
  42. package/src/api/union-page.js +0 -17
  43. package/src/api/utils.js +0 -40
  44. package/src/api/warn.js +0 -22
  45. package/src/api/warning-rules.js +0 -14
  46. package/test/api.js +0 -339
  47. package/test/class.json +0 -73
  48. package/test/components-def.json +0 -98
  49. package/test/events-def.json +0 -163
  50. package/test/fields-def.json +0 -203
  51. package/test/fn-def.json +0 -80
  52. package/test/fn.json +0 -89
  53. package/test/inputs-def.json +0 -98
  54. package/test/interface-comments.json +0 -412
  55. package/test/intersection.json +0 -67
  56. package/test/package.json +0 -175
  57. package/test/type-union-operators.json +0 -42
  58. package/test/type-union.json +0 -70
  59. package/test/warning.js +0 -91
@@ -1,203 +0,0 @@
1
- {
2
- "withoutComment": {
3
- "name": "AddCommandDirective",
4
- "flags": {
5
- "isExported": true
6
- },
7
- "comment": {
8
- "shortText": "Short text",
9
- "text": "Long text"
10
- },
11
- "decorators": [
12
- {
13
- "name": "Directive",
14
- "type": {
15
- "type": "reference",
16
- "name": "Directive"
17
- },
18
- "arguments": {
19
- "obj": "{\r\n selector: '[kendoGridAddCommand]'\r\n}"
20
- }
21
- }
22
- ],
23
- "children": [
24
- {
25
- "name": "bar",
26
- "kindString": "Property",
27
- "flags": {
28
- "isExported": true,
29
- "isPublic": true
30
- },
31
- "type": {
32
- "type": "reference",
33
- "name": "QueryList",
34
- "typeArguments": [
35
- {
36
- "type": "instrinct",
37
- "name": "string"
38
- }
39
- ]
40
- },
41
- "defaultValue": " new QueryList<string>()"
42
- }
43
- ]
44
-
45
-
46
- },
47
- "withComment": {
48
- "name": "AddCommandDirective",
49
- "flags": {
50
- "isExported": true
51
- },
52
- "comment": {
53
- "shortText": "Short text",
54
- "text": "Long text"
55
- },
56
- "decorators": [
57
- {
58
- "name": "Directive",
59
- "type": {
60
- "type": "reference",
61
- "name": "Directive"
62
- },
63
- "arguments": {
64
- "obj": "{\r\n selector: '[kendoGridAddCommand]'\r\n}"
65
- }
66
- }
67
- ],
68
- "children": [
69
- {
70
- "name": "bar",
71
- "kindString": "Property",
72
- "flags": {
73
- "isExported": true,
74
- "isPublic": true
75
- },
76
- "comment": {
77
- "shortText": "some comment",
78
- "text": "long text"
79
- },
80
- "type": {
81
- "type": "reference",
82
- "name": "QueryList",
83
- "typeArguments": [
84
- {
85
- "type": "instrinct",
86
- "name": "string"
87
- }
88
- ]
89
- },
90
- "defaultValue": " new QueryList<string>()"
91
- }
92
- ]
93
-
94
- },
95
- "withCommentAndDecorator": {
96
- "name": "AddCommandDirective",
97
- "flags": {
98
- "isExported": true
99
- },
100
- "comment": {
101
- "shortText": "Short text",
102
- "text": "Long text"
103
- },
104
- "decorators": [
105
- {
106
- "name": "Directive",
107
- "type": {
108
- "type": "reference",
109
- "name": "Directive"
110
- },
111
- "arguments": {
112
- "obj": "{\r\n selector: '[kendoGridAddCommand]'\r\n}"
113
- }
114
- }
115
- ],
116
- "children": [
117
- {
118
- "name": "bar",
119
- "kindString": "Property",
120
- "flags": {
121
- "isExported": true,
122
- "isPublic": true
123
- },
124
- "comment": {
125
- "shortText": "some comment",
126
- "text": "long text"
127
- },
128
- "decorators": [
129
- {
130
- "name": "ContentChildren",
131
- "type": {
132
- "type": "reference",
133
- "name": "ContentChildren"
134
- },
135
- "arguments": {
136
- "selector": "'a'"
137
- }
138
- }
139
- ],
140
- "type": {
141
- "type": "reference",
142
- "name": "QueryList",
143
- "typeArguments": [
144
- {
145
- "type": "instrinct",
146
- "name": "string"
147
- }
148
- ]
149
- },
150
- "defaultValue": " new QueryList<string>()"
151
- }
152
- ]
153
- },
154
- "withNameMapping": {
155
- "name": "AddCommandDirective",
156
- "flags": {
157
- "isExported": true
158
- },
159
- "comment": {
160
- "shortText": "Short text",
161
- "text": "Long text"
162
- },
163
- "decorators": [
164
- {
165
- "name": "Directive",
166
- "type": {
167
- "type": "reference",
168
- "name": "Directive"
169
- },
170
- "arguments": {
171
- "obj": "{\r\n selector: '[kendoGridAddCommand]'\r\n}"
172
- }
173
- }
174
- ],
175
- "children": [
176
- {
177
- "name": "bar",
178
- "kindString": "Property",
179
- "flags": {
180
- "isExported": true,
181
- "isPublic": true
182
- },
183
- "decorators": [
184
- {
185
- "name": "Input",
186
- "type": {
187
- "type": "reference",
188
- "name": "Input"
189
- },
190
- "arguments": {
191
- "bindingPropertyName": "'foo'"
192
- }
193
- }
194
- ],
195
- "type": {
196
- "type": "instrinct",
197
- "name": "boolean"
198
- },
199
- "defaultValue": "false"
200
- }
201
- ]
202
- }
203
- }
package/test/fn-def.json DELETED
@@ -1,80 +0,0 @@
1
- {
2
- "id": 1261,
3
- "name": "fun",
4
- "kind": 64,
5
- "kindString": "Function",
6
- "flags": {
7
- "isExported": true
8
- },
9
- "signatures": [
10
- {
11
- "id": 1262,
12
- "name": "fun",
13
- "kind": 4096,
14
- "kindString": "Call signature",
15
- "flags": {},
16
- "comment": {
17
- "shortText": "SIG_DESC",
18
- "text": "SIG_TEXT",
19
- "returns": "SIG_RETURNS",
20
- "tags": [
21
- {
22
- "tag": "example",
23
- "text": "SIG_EXAMPLE"
24
- }
25
- ]
26
- },
27
- "typeParameter": [
28
- {
29
- "name": "T",
30
- "kindString": "Type parameter"
31
- }
32
- ],
33
- "parameters": [
34
- {
35
- "id": 1263,
36
- "name": "param1",
37
- "kind": 32768,
38
- "kindString": "Parameter",
39
- "flags": {},
40
- "comment": {
41
- "text": "PARAM1_DESC"
42
- },
43
- "type": {
44
- "type": "reference",
45
- "isArray": true,
46
- "name": "PARAM1_TYPE",
47
- "id": 795
48
- }
49
- },
50
- {
51
- "id": 1264,
52
- "name": "param2",
53
- "kind": 32768,
54
- "kindString": "Parameter",
55
- "flags": {},
56
- "comment": {
57
- "text": "PARAM2_DESC"
58
- },
59
- "type": {
60
- "type": "reference",
61
- "name": "PARAM2_TYPE",
62
- "id": 254
63
- }
64
- }
65
- ],
66
- "type": {
67
- "type": "instrinct",
68
- "name": "SIG_RETURN"
69
- }
70
- }
71
- ],
72
- "sources": [
73
- {
74
- "fileName": "src/fun.d.ts",
75
- "line": 16,
76
- "character": 21
77
- }
78
- ]
79
- }
80
-
package/test/fn.json DELETED
@@ -1,89 +0,0 @@
1
- {
2
- "id": 181,
3
- "name": "fun",
4
- "kind": 64,
5
- "kindString": "Function",
6
- "flags": {
7
- "isExported": true
8
- },
9
- "comment": {
10
- "shortText": "ROOT_DESC",
11
- "text": "ROOT_TEXT",
12
- "returns": "ROOT_RETURN",
13
- "tags": [
14
- {
15
- "tag": "example",
16
- "text": "ROOT_EXAMPLE"
17
- }
18
- ]
19
- },
20
- "signatures": [
21
- {
22
- "id": 182,
23
- "name": "fun",
24
- "kind": 4096,
25
- "kindString": "Call signature",
26
- "flags": {},
27
- "comment": {
28
- "shortText": "SIG_DESC",
29
- "text": "SIG_TEXT",
30
- "returns": "SIG_RETURN"
31
- },
32
- "typeParameter": [
33
- {
34
- "id": 183,
35
- "name": "T",
36
- "kind": 131072,
37
- "kindString": "Type parameter",
38
- "flags": {}
39
- }
40
- ],
41
- "parameters": [
42
- {
43
- "id": 184,
44
- "name": "param1",
45
- "kind": 32768,
46
- "kindString": "Parameter",
47
- "flags": {},
48
- "comment": {
49
- "shortText": "PARAM1_DESC"
50
- },
51
- "type": {
52
- "type": "typeParameter",
53
- "isArray": true,
54
- "name": "T"
55
- }
56
- },
57
- {
58
- "id": 185,
59
- "name": "param2",
60
- "kind": 32768,
61
- "kindString": "Parameter",
62
- "flags": {},
63
- "comment": {
64
- "shortText": "PARAM2_DESC"
65
- },
66
- "type": {
67
- "type": "reference",
68
- "isArray": true,
69
- "name": "RefType",
70
- "id": 174
71
- },
72
- "defaultValue": " []"
73
- }
74
- ],
75
- "type": {
76
- "type": "reference",
77
- "name": "SIG_RETURN",
78
- "id": 110
79
- }
80
- }
81
- ],
82
- "sources": [
83
- {
84
- "fileName": "src/fun/fun.ts",
85
- "line": 52,
86
- "character": 24
87
- }
88
- ]
89
- }
@@ -1,98 +0,0 @@
1
- {
2
- "withoutNameMapping": {
3
- "name": "AddCommandDirective",
4
- "flags": {
5
- "isExported": true
6
- },
7
- "comment": {
8
- "shortText": "Short text",
9
- "text": "Long text"
10
- },
11
- "decorators": [
12
- {
13
- "name": "Directive",
14
- "type": {
15
- "type": "reference",
16
- "name": "Directive"
17
- },
18
- "arguments": {
19
- "obj": "{\r\n selector: '[kendoGridAddCommand]'\r\n}"
20
- }
21
- }
22
- ],
23
- "children": [
24
- {
25
- "name": "bar",
26
- "kindString": "Property",
27
- "flags": {
28
- "isExported": true,
29
- "isPublic": true
30
- },
31
- "decorators": [
32
- {
33
- "name": "Input",
34
- "type": {
35
- "type": "reference",
36
- "name": "Input"
37
- },
38
- "arguments": { }
39
- }
40
- ],
41
- "type": {
42
- "type": "instrinct",
43
- "name": "boolean"
44
- },
45
- "defaultValue": "false"
46
- }
47
- ]
48
- },
49
- "withNameMapping": {
50
- "name": "AddCommandDirective",
51
- "flags": {
52
- "isExported": true
53
- },
54
- "comment": {
55
- "shortText": "Short text",
56
- "text": "Long text"
57
- },
58
- "decorators": [
59
- {
60
- "name": "Directive",
61
- "type": {
62
- "type": "reference",
63
- "name": "Directive"
64
- },
65
- "arguments": {
66
- "obj": "{\r\n selector: '[kendoGridAddCommand]'\r\n}"
67
- }
68
- }
69
- ],
70
- "children": [
71
- {
72
- "name": "bar",
73
- "kindString": "Property",
74
- "flags": {
75
- "isExported": true,
76
- "isPublic": true
77
- },
78
- "decorators": [
79
- {
80
- "name": "Input",
81
- "type": {
82
- "type": "reference",
83
- "name": "Input"
84
- },
85
- "arguments": {
86
- "bindingPropertyName": "'foo'"
87
- }
88
- }
89
- ],
90
- "type": {
91
- "type": "instrinct",
92
- "name": "boolean"
93
- },
94
- "defaultValue": "false"
95
- }
96
- ]
97
- }
98
- }