@citolab/qti-components 3.0.39 → 3.0.40

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 (30) hide show
  1. package/index.cjs +34 -34
  2. package/index.d.ts +1 -0
  3. package/index.js +27 -27
  4. package/package.json +2 -8
  5. package/lab/qti-api/qti-api.stories.d.ts +0 -7
  6. package/lab/qti-custom/qti-custom-operator/qti-custom-operator.stories.d.ts +0 -12
  7. package/lab/qti-dashboard/qti-item-dashboard.stories.d.ts +0 -8
  8. package/lab/qti-item/qti-item.stories.d.ts +0 -8
  9. package/lab/qti-test/qti-test.stories.d.ts +0 -9
  10. package/lib/qti-base/qti-feedback/qti-feedback.stories.d.ts +0 -8
  11. package/lib/qti-base/qti-interaction/qti-choice-interaction/qti-choice-interaction.stories.d.ts +0 -45
  12. package/lib/qti-base/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.stories.d.ts +0 -9
  13. package/lib/qti-base/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.stories.d.ts +0 -20
  14. package/lib/qti-base/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.stories.d.ts +0 -43
  15. package/lib/qti-base/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.stories.d.ts +0 -31
  16. package/lib/qti-base/qti-preview/qti-associate-interaction/qti-associate-interaction.stories.d.ts +0 -7
  17. package/lib/qti-base/qti-preview/qti-custom-interaction/qti-portable-custom-interaction.stories.d.ts +0 -7
  18. package/lib/qti-base/qti-preview/qti-gap-match-interaction/qti-gap-match-interaction.stories.d.ts +0 -31
  19. package/lib/qti-base/qti-preview/qti-graphic-associate-interaction/qti-graphic-associate-interaction.stories.d.ts +0 -7
  20. package/lib/qti-base/qti-preview/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.stories.d.ts +0 -26
  21. package/lib/qti-base/qti-preview/qti-graphic-order-interaction/qti-graphic-order-interaction.stories.d.ts +0 -7
  22. package/lib/qti-base/qti-preview/qti-hotspot-interaction/qti-hotspot-interaction.stories.d.ts +0 -9
  23. package/lib/qti-base/qti-preview/qti-match-interaction/qti-match-interaction.stories.d.ts +0 -8
  24. package/lib/qti-base/qti-preview/qti-media-interaction/qti-media-interaction.stories.d.ts +0 -25
  25. package/lib/qti-base/qti-preview/qti-order-interaction/qti-order-interaction.stories.d.ts +0 -21
  26. package/lib/qti-base/qti-preview/qti-select-point-interaction/qti-select-point-interaction.stories.d.ts +0 -7
  27. package/lib/qti-base/qti-preview/qti-slider-interaction/qti-slider-interaction.stories.d.ts +0 -48
  28. package/styles/qti-classes.stories.d.ts +0 -5
  29. package/styles/qti-layout-styles.stories.d.ts +0 -6
  30. package/styles/qti-styles.stories.d.ts +0 -5
@@ -1,43 +0,0 @@
1
- import './qti-inline-choice-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- argTypes: {
6
- inputWidthClass: {
7
- control: {
8
- type: string;
9
- options: string[];
10
- };
11
- description: string;
12
- };
13
- response: {
14
- description: string;
15
- type: string;
16
- };
17
- shuffle: {
18
- description: string;
19
- type: string;
20
- };
21
- readonly: {
22
- description: string;
23
- type: string;
24
- };
25
- disabled: {
26
- description: string;
27
- type: string;
28
- };
29
- };
30
- };
31
- export default _default;
32
- export declare const Interaction: ({ shuffle, inputWidthClass, response, disabled, readonly }: {
33
- shuffle: any;
34
- inputWidthClass: any;
35
- response: any;
36
- disabled: any;
37
- readonly: any;
38
- }) => import("lit-html").TemplateResult<1>;
39
- export declare const Item: ({ shuffle, inputWidthClass, response }: {
40
- shuffle: any;
41
- inputWidthClass: any;
42
- response: any;
43
- }) => import("lit-html").TemplateResult<1>;
@@ -1,31 +0,0 @@
1
- import './qti-text-entry-interaction';
2
- import './qti-text-entry-interaction.scss';
3
- declare const _default: {
4
- title: string;
5
- component: string;
6
- argTypes: {
7
- inputWidthClass: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- response: {
14
- type: string;
15
- };
16
- expectedLength: {
17
- type: string;
18
- };
19
- readonly: {
20
- description: string;
21
- type: string;
22
- };
23
- disabled: {
24
- description: string;
25
- type: string;
26
- };
27
- };
28
- };
29
- export default _default;
30
- export declare const normal: any;
31
- export declare const patternMask: any;
@@ -1,7 +0,0 @@
1
- import './qti-associate-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Text: any;
@@ -1,7 +0,0 @@
1
- import './qti-portable-custom-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Text: any;
@@ -1,31 +0,0 @@
1
- import './qti-gap-match-interaction';
2
- import './qti-gap';
3
- import './qti-gap-text';
4
- declare const _default: {
5
- title: string;
6
- component: string;
7
- argTypes: {
8
- response: {
9
- control: {
10
- type: string;
11
- options: string[];
12
- };
13
- };
14
- disabled: {
15
- control: {
16
- type: string;
17
- };
18
- };
19
- };
20
- };
21
- export default _default;
22
- export declare const Interaction: ({ response, disabled, readonly }: {
23
- response?: any;
24
- disabled: any;
25
- readonly: any;
26
- }) => import("lit-html").TemplateResult<1>;
27
- export declare const Item: ({ response, disabled, readonly }: {
28
- response?: any;
29
- disabled: any;
30
- readonly: any;
31
- }) => import("lit-html").TemplateResult<1>;
@@ -1,7 +0,0 @@
1
- import './qti-graphic-associate-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Text: any;
@@ -1,26 +0,0 @@
1
- import './qti-graphic-gap-match-interaction';
2
- import '../qti-associable-hotspot';
3
- import './qti-gap-img';
4
- declare const _default: {
5
- title: string;
6
- component: string;
7
- argTypes: {
8
- response: {
9
- control: {
10
- type: string;
11
- options: string[];
12
- };
13
- };
14
- disabled: {
15
- control: {
16
- type: string;
17
- };
18
- };
19
- };
20
- };
21
- export default _default;
22
- export declare const Interaction: ({ response, disabled, readonly }: {
23
- response?: any;
24
- disabled: any;
25
- readonly: any;
26
- }) => import("lit-html").TemplateResult<1>;
@@ -1,7 +0,0 @@
1
- import './qti-graphic-order-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Text: any;
@@ -1,9 +0,0 @@
1
- import './qti-hotspot-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Circle: any;
8
- export declare const Rect: any;
9
- export declare const Poly: any;
@@ -1,8 +0,0 @@
1
- import '../qti-match-interaction/qti-match-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Text: any;
8
- export declare const qtiMatchTabular: any;
@@ -1,25 +0,0 @@
1
- import './qti-media-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- argTypes: {
6
- autostart: {
7
- type: string;
8
- description: string;
9
- };
10
- minPlays: {
11
- type: string;
12
- description: string;
13
- };
14
- maxPlays: {
15
- type: string;
16
- description: string;
17
- };
18
- loop: {
19
- type: string;
20
- description: string;
21
- };
22
- };
23
- };
24
- export default _default;
25
- export declare const normal: any;
@@ -1,21 +0,0 @@
1
- import './qti-order-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- argTypes: {
6
- layoutClass: {
7
- control: {
8
- type: string;
9
- options: string[];
10
- };
11
- };
12
- orientation: {
13
- control: {
14
- type: string;
15
- options: string[];
16
- };
17
- };
18
- };
19
- };
20
- export default _default;
21
- export declare const Normal: any;
@@ -1,7 +0,0 @@
1
- import './qti-select-point-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- };
6
- export default _default;
7
- export declare const Text: any;
@@ -1,48 +0,0 @@
1
- import './qti-slider-interaction';
2
- declare const _default: {
3
- title: string;
4
- component: string;
5
- argTypes: {
6
- min: {
7
- type: string;
8
- description: string;
9
- };
10
- max: {
11
- type: string;
12
- description: string;
13
- };
14
- step: {
15
- type: string;
16
- description: string;
17
- };
18
- steplabel: {
19
- type: string;
20
- description: string;
21
- };
22
- orientation: {
23
- description: string;
24
- control: {
25
- type: string;
26
- options: string[];
27
- };
28
- };
29
- reverse: {
30
- type: string;
31
- description: string;
32
- };
33
- response: {
34
- type: string;
35
- description: string;
36
- };
37
- readonly: {
38
- type: string;
39
- description: string;
40
- };
41
- disabled: {
42
- type: string;
43
- description: string;
44
- };
45
- };
46
- };
47
- export default _default;
48
- export declare const normal: any;
@@ -1,5 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const QtiInteractions: () => import("lit-html").TemplateResult<1>;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const FixedContainer: () => import("lit-html").TemplateResult<1>;
6
- export declare const FluidContainer: () => import("lit-html").TemplateResult<1>;
@@ -1,5 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const QtiUtilities: () => import("lit-html").TemplateResult<1>;