@citolab/qti-components 6.9.1-beta.28 → 6.9.1-beta.29

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.
@@ -108,17 +108,25 @@
108
108
  "name": "*",
109
109
  "package": "./qti-item"
110
110
  }
111
+ },
112
+ {
113
+ "kind": "js",
114
+ "name": "*",
115
+ "declaration": {
116
+ "name": "*",
117
+ "package": "./qti-item.mixin"
118
+ }
111
119
  }
112
120
  ]
113
121
  },
114
122
  {
115
123
  "kind": "javascript-module",
116
- "path": "src/lib/qti-item/qti-item.ts",
124
+ "path": "src/lib/qti-item/qti-item.mixin.ts",
117
125
  "declarations": [
118
126
  {
119
- "kind": "class",
127
+ "kind": "mixin",
120
128
  "description": "",
121
- "name": "QtiItem",
129
+ "name": "QtiItemMixin",
122
130
  "members": [],
123
131
  "events": [
124
132
  {
@@ -144,12 +152,84 @@
144
152
  "fieldName": "href"
145
153
  }
146
154
  ],
155
+ "parameters": [
156
+ {
157
+ "name": "superClass",
158
+ "type": {
159
+ "text": "T"
160
+ }
161
+ }
162
+ ]
163
+ }
164
+ ],
165
+ "exports": [
166
+ {
167
+ "kind": "js",
168
+ "name": "QtiItemMixin",
169
+ "declaration": {
170
+ "name": "QtiItemMixin",
171
+ "module": "src/lib/qti-item/qti-item.mixin.ts"
172
+ }
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "kind": "javascript-module",
178
+ "path": "src/lib/qti-item/qti-item.ts",
179
+ "declarations": [
180
+ {
181
+ "kind": "class",
182
+ "description": "",
183
+ "name": "QtiItem",
184
+ "mixins": [
185
+ {
186
+ "name": "QtiItemMixin",
187
+ "module": "/src/lib/qti-item/qti-item.mixin"
188
+ }
189
+ ],
147
190
  "superclass": {
148
191
  "name": "LitElement",
149
192
  "package": "lit"
150
193
  },
151
194
  "tagName": "qti-item",
152
- "customElement": true
195
+ "customElement": true,
196
+ "attributes": [
197
+ {
198
+ "name": "identifier",
199
+ "type": {
200
+ "text": "string | undefined"
201
+ },
202
+ "fieldName": "identifier",
203
+ "inheritedFrom": {
204
+ "name": "QtiItemMixin",
205
+ "module": "src/lib/qti-item/qti-item.mixin.ts"
206
+ }
207
+ },
208
+ {
209
+ "name": "href",
210
+ "type": {
211
+ "text": "string | undefined"
212
+ },
213
+ "fieldName": "href",
214
+ "inheritedFrom": {
215
+ "name": "QtiItemMixin",
216
+ "module": "src/lib/qti-item/qti-item.mixin.ts"
217
+ }
218
+ }
219
+ ],
220
+ "members": [],
221
+ "events": [
222
+ {
223
+ "name": "qti-item-connected",
224
+ "type": {
225
+ "text": "CustomEvent"
226
+ },
227
+ "inheritedFrom": {
228
+ "name": "QtiItemMixin",
229
+ "module": "src/lib/qti-item/qti-item.mixin.ts"
230
+ }
231
+ }
232
+ ]
153
233
  }
154
234
  ],
155
235
  "exports": [