@erst-vg/vg-design-wrapper 1.0.3

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 (179) hide show
  1. package/README.md +2 -0
  2. package/dist/src/App.vue.d.ts +2 -0
  3. package/dist/src/VgDesign.vue.d.ts +6 -0
  4. package/dist/src/components/VgAccordion.vue.d.ts +67 -0
  5. package/dist/src/components/VgButton.vue.d.ts +25 -0
  6. package/dist/src/components/VgButtons.vue.d.ts +2 -0
  7. package/dist/src/components/VgCard.vue.d.ts +76 -0
  8. package/dist/src/components/VgCardGroup.vue.d.ts +25 -0
  9. package/dist/src/components/VgDesignWrapper.vue.d.ts +11 -0
  10. package/dist/src/components/VgIcon.vue.d.ts +31 -0
  11. package/dist/src/components/VgListe.vue.d.ts +56 -0
  12. package/dist/src/components/VgListeCard.vue.d.ts +33 -0
  13. package/dist/src/components/VgPagination.vue.d.ts +24 -0
  14. package/dist/src/index.d.ts +11 -0
  15. package/dist/src/main.d.ts +0 -0
  16. package/dist/src/utils/tekstnoegle-util.d.ts +2 -0
  17. package/dist/tests/helpers.d.ts +0 -0
  18. package/dist/tests/mocks.d.ts +1 -0
  19. package/dist/tests/unit/components/VgAccordion.spec.d.ts +1 -0
  20. package/dist/tests/unit/components/VgButton.spec.d.ts +1 -0
  21. package/dist/tests/unit/components/VgButtons.spec.d.ts +1 -0
  22. package/dist/tests/unit/components/VgCard.spec.d.ts +1 -0
  23. package/dist/tests/unit/components/VgCardGroup.spec.d.ts +1 -0
  24. package/dist/tests/unit/components/VgDesignWrapper.spec.d.ts +1 -0
  25. package/dist/tests/unit/components/VgIcon.spec.d.ts +1 -0
  26. package/dist/tests/unit/components/VgListe.spec.d.ts +1 -0
  27. package/dist/tests/unit/components/VgListeCard.spec.d.ts +1 -0
  28. package/dist/tests/unit/components/VgPagination.spec.d.ts +1 -0
  29. package/dist/tests/unit/utils/tekstnoegle-util.spec.d.ts +1 -0
  30. package/dist/vg-design-wrapper.js +2601 -0
  31. package/dist/vg-design-wrapper.umd.cjs +120 -0
  32. package/dist/vite.config.d.ts +2 -0
  33. package/package.json +89 -0
  34. package/src/assets/icons/abonnementFilled.svg +5 -0
  35. package/src/assets/icons/abonnementOutline.svg +5 -0
  36. package/src/assets/icons/accordion.svg +3 -0
  37. package/src/assets/icons/accordionClose.svg +3 -0
  38. package/src/assets/icons/accordionCloseOld.svg +7 -0
  39. package/src/assets/icons/accordionOpen.svg +3 -0
  40. package/src/assets/icons/accordionOpenOld.svg +7 -0
  41. package/src/assets/icons/accountCircle.svg +3 -0
  42. package/src/assets/icons/add.svg +6 -0
  43. package/src/assets/icons/addBig.svg +6 -0
  44. package/src/assets/icons/afpublicer.svg +3 -0
  45. package/src/assets/icons/anchorlink.svg +3 -0
  46. package/src/assets/icons/anchormenuer.svg +3 -0
  47. package/src/assets/icons/angleArrowDown.svg +3 -0
  48. package/src/assets/icons/angleArrowUp.svg +3 -0
  49. package/src/assets/icons/ansoegninger.svg +7 -0
  50. package/src/assets/icons/applikationer.svg +3 -0
  51. package/src/assets/icons/arrowLeft.svg +3 -0
  52. package/src/assets/icons/arrowRight.svg +3 -0
  53. package/src/assets/icons/bell.svg +3 -0
  54. package/src/assets/icons/bellAlarmFilled.svg +3 -0
  55. package/src/assets/icons/bellAlarmOutline.svg +3 -0
  56. package/src/assets/icons/bellOvercrossed.svg +3 -0
  57. package/src/assets/icons/beskedcenter.svg +3 -0
  58. package/src/assets/icons/billede.svg +3 -0
  59. package/src/assets/icons/bogmaerker.svg +3 -0
  60. package/src/assets/icons/bookmarkFilled.svg +3 -0
  61. package/src/assets/icons/bookmarkOutline.svg +3 -0
  62. package/src/assets/icons/breadcrumbArrow.svg +3 -0
  63. package/src/assets/icons/calendar.svg +3 -0
  64. package/src/assets/icons/calendarOutline.svg +3 -0
  65. package/src/assets/icons/callToAction.svg +3 -0
  66. package/src/assets/icons/card.svg +3 -0
  67. package/src/assets/icons/carouselArrowLeft.svg +3 -0
  68. package/src/assets/icons/carouselArrowRight.svg +3 -0
  69. package/src/assets/icons/category.svg +3 -0
  70. package/src/assets/icons/check.svg +3 -0
  71. package/src/assets/icons/chevronLeft.svg +3 -0
  72. package/src/assets/icons/circularArrow.svg +3 -0
  73. package/src/assets/icons/close.svg +3 -0
  74. package/src/assets/icons/closeCircleOutline.svg +3 -0
  75. package/src/assets/icons/closeCirleFilled.svg +3 -0
  76. package/src/assets/icons/copyLink.svg +3 -0
  77. package/src/assets/icons/datahub.svg +3 -0
  78. package/src/assets/icons/deleteOutline.svg +4 -0
  79. package/src/assets/icons/deltagelsesgange.svg +3 -0
  80. package/src/assets/icons/dots.svg +5 -0
  81. package/src/assets/icons/dotsHorizontal.svg +3 -0
  82. package/src/assets/icons/doubleArrow.svg +3 -0
  83. package/src/assets/icons/downRightArrow.svg +3 -0
  84. package/src/assets/icons/download.svg +3 -0
  85. package/src/assets/icons/draggable.svg +5 -0
  86. package/src/assets/icons/email.svg +5 -0
  87. package/src/assets/icons/emner.svg +3 -0
  88. package/src/assets/icons/envelopeFilled.svg +3 -0
  89. package/src/assets/icons/envelopeOutline.svg +5 -0
  90. package/src/assets/icons/error.svg +3 -0
  91. package/src/assets/icons/eyeHide.svg +3 -0
  92. package/src/assets/icons/file.svg +6 -0
  93. package/src/assets/icons/filter.svg +3 -0
  94. package/src/assets/icons/filter2.svg +20 -0
  95. package/src/assets/icons/graph.svg +3 -0
  96. package/src/assets/icons/helpCircleOutline.svg +6 -0
  97. package/src/assets/icons/hero.svg +3 -0
  98. package/src/assets/icons/highlightArrow.svg +3 -0
  99. package/src/assets/icons/history.svg +3 -0
  100. package/src/assets/icons/home.svg +5 -0
  101. package/src/assets/icons/image.svg +5 -0
  102. package/src/assets/icons/indsaet.svg +3 -0
  103. package/src/assets/icons/indstillinger.svg +3 -0
  104. package/src/assets/icons/info.svg +5 -0
  105. package/src/assets/icons/infobox.svg +3 -0
  106. package/src/assets/icons/knap.svg +3 -0
  107. package/src/assets/icons/kontaktformular.svg +3 -0
  108. package/src/assets/icons/kopi.svg +3 -0
  109. package/src/assets/icons/leftUpCurvedArrow.svg +3 -0
  110. package/src/assets/icons/letter.svg +3 -0
  111. package/src/assets/icons/link.svg +3 -0
  112. package/src/assets/icons/linkboks.svg +5 -0
  113. package/src/assets/icons/linkedin.svg +5 -0
  114. package/src/assets/icons/liste.svg +3 -0
  115. package/src/assets/icons/listecard.svg +3 -0
  116. package/src/assets/icons/loading.svg +3 -0
  117. package/src/assets/icons/location.svg +3 -0
  118. package/src/assets/icons/lock.svg +7 -0
  119. package/src/assets/icons/loginbanner.svg +3 -0
  120. package/src/assets/icons/magnify.svg +3 -0
  121. package/src/assets/icons/magnifyBig.svg +3 -0
  122. package/src/assets/icons/map.svg +3 -0
  123. package/src/assets/icons/menu.svg +3 -0
  124. package/src/assets/icons/menuDown.svg +3 -0
  125. package/src/assets/icons/menuUp.svg +3 -0
  126. package/src/assets/icons/minus.svg +3 -0
  127. package/src/assets/icons/notVerified.svg +3 -0
  128. package/src/assets/icons/notes.svg +5 -0
  129. package/src/assets/icons/online.svg +3 -0
  130. package/src/assets/icons/openInNew.svg +3 -0
  131. package/src/assets/icons/paere.svg +8 -0
  132. package/src/assets/icons/paginationChevronLeft.svg +4 -0
  133. package/src/assets/icons/paginationChevronRight.svg +4 -0
  134. package/src/assets/icons/paginationFirstPage.svg +4 -0
  135. package/src/assets/icons/paginationLastPage.svg +4 -0
  136. package/src/assets/icons/partnergruppe.svg +5 -0
  137. package/src/assets/icons/pause.svg +3 -0
  138. package/src/assets/icons/pdfDownload.svg +3 -0
  139. package/src/assets/icons/pencil.svg +3 -0
  140. package/src/assets/icons/pencilOutline.svg +3 -0
  141. package/src/assets/icons/people.svg +5 -0
  142. package/src/assets/icons/phone.svg +5 -0
  143. package/src/assets/icons/play.svg +5 -0
  144. package/src/assets/icons/playVideo.svg +5 -0
  145. package/src/assets/icons/plus.svg +3 -0
  146. package/src/assets/icons/praedefineretSoegning.svg +3 -0
  147. package/src/assets/icons/quote.svg +3 -0
  148. package/src/assets/icons/redaktion.svg +3 -0
  149. package/src/assets/icons/remove.svg +3 -0
  150. package/src/assets/icons/removeRedEyeOutline.svg +3 -0
  151. package/src/assets/icons/richtext.svg +3 -0
  152. package/src/assets/icons/roundCheckmark.svg +3 -0
  153. package/src/assets/icons/save.svg +3 -0
  154. package/src/assets/icons/sektionsoverskrift.svg +5 -0
  155. package/src/assets/icons/showMoreArrow.svg +1 -0
  156. package/src/assets/icons/starFilled.svg +3 -0
  157. package/src/assets/icons/starOutline.svg +3 -0
  158. package/src/assets/icons/tag.svg +3 -0
  159. package/src/assets/icons/teaser.svg +3 -0
  160. package/src/assets/icons/teaserbillede.svg +3 -0
  161. package/src/assets/icons/tekstgruppe.svg +3 -0
  162. package/src/assets/icons/time.svg +7 -0
  163. package/src/assets/icons/trashCan.svg +3 -0
  164. package/src/assets/icons/udvidedeCardgruppe.svg +3 -0
  165. package/src/assets/icons/unlock.svg +3 -0
  166. package/src/assets/icons/verified.svg +3 -0
  167. package/src/assets/icons/video.svg +3 -0
  168. package/src/assets/icons/zoom.svg +3 -0
  169. package/src/styles/custom/_vgAccordion.scss +14 -0
  170. package/src/styles/custom/_vgCard.scss +15 -0
  171. package/src/styles/custom/_vgIcon.scss +3 -0
  172. package/src/styles/custom/_vgListe.scss +3 -0
  173. package/src/styles/vg/_vg-colors.scss +204 -0
  174. package/src/styles/vg/accordion/_vg-accordion.scss +98 -0
  175. package/src/styles/vg/buttons/_vg-buttons.scss +324 -0
  176. package/src/styles/vg/card/_vg-cardText.scss +74 -0
  177. package/src/styles/vg/card/_vg-udvidedecardgrupper.scss +441 -0
  178. package/src/styles/vg/mixins/_vg-mediaquery-helpers.scss +135 -0
  179. package/src/styles/vg/pagination/_vg-pagination.scss +67 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## Setup
2
+ Følg [vejledningen](https://confluence.erst.dk/display/EFP/NPM+bibliotek%3A+vg-design-wrapper) i Confluence.
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ "icon-list": (...args: any[]) => void;
3
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
4
+ "onIcon-list"?: ((...args: any[]) => any) | undefined;
5
+ }, {}, {}>;
6
+ export default _default;
@@ -0,0 +1,67 @@
1
+ import { PropType } from 'vue';
2
+ declare function __VLS_template(): {
3
+ titel?(_: {
4
+ data: any;
5
+ index: number;
6
+ }): any;
7
+ indhold?(_: {
8
+ data: any;
9
+ index: number;
10
+ }): any;
11
+ };
12
+ declare const __VLS_component: import('vue').DefineComponent<{
13
+ accordions: {
14
+ type: PropType<any>;
15
+ default: null;
16
+ };
17
+ id: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ required: false;
21
+ };
22
+ bulk: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ heading: {
27
+ type: PropType<"h1" | "h2" | "h3" | "h4" | "h5" | "h6">;
28
+ default: string;
29
+ };
30
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
+ toggle: (...args: any[]) => void;
32
+ "toggle-bulk": (...args: any[]) => void;
33
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
34
+ accordions: {
35
+ type: PropType<any>;
36
+ default: null;
37
+ };
38
+ id: {
39
+ type: StringConstructor;
40
+ default: undefined;
41
+ required: false;
42
+ };
43
+ bulk: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ heading: {
48
+ type: PropType<"h1" | "h2" | "h3" | "h4" | "h5" | "h6">;
49
+ default: string;
50
+ };
51
+ }>> & {
52
+ onToggle?: ((...args: any[]) => any) | undefined;
53
+ "onToggle-bulk"?: ((...args: any[]) => any) | undefined;
54
+ }, {
55
+ accordions: any;
56
+ id: string;
57
+ bulk: boolean;
58
+ heading: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
59
+ }, {}>;
60
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
61
+ export default _default;
62
+
63
+ type __VLS_WithTemplateSlots<T, S> = T & {
64
+ new (): {
65
+ $slots: S;
66
+ };
67
+ };
@@ -0,0 +1,25 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{
5
+ icon: {
6
+ type: StringConstructor;
7
+ required: false;
8
+ default: string;
9
+ };
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
11
+ icon: {
12
+ type: StringConstructor;
13
+ required: false;
14
+ default: string;
15
+ };
16
+ }>>, {
17
+ icon: string;
18
+ }, {}>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,76 @@
1
+ import { PropType } from 'vue';
2
+ declare function __VLS_template(): {
3
+ text?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import('vue').DefineComponent<{
6
+ titel: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ header: {
11
+ type: StringConstructor;
12
+ required: true;
13
+ };
14
+ billede: {
15
+ type: PropType<{
16
+ url: string;
17
+ label?: string;
18
+ }>;
19
+ default: undefined;
20
+ };
21
+ label: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ linkText: {
26
+ type: StringConstructor;
27
+ default: undefined;
28
+ };
29
+ external: {
30
+ type: BooleanConstructor;
31
+ defalut: boolean;
32
+ };
33
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
34
+ titel: {
35
+ type: StringConstructor;
36
+ required: true;
37
+ };
38
+ header: {
39
+ type: StringConstructor;
40
+ required: true;
41
+ };
42
+ billede: {
43
+ type: PropType<{
44
+ url: string;
45
+ label?: string;
46
+ }>;
47
+ default: undefined;
48
+ };
49
+ label: {
50
+ type: StringConstructor;
51
+ default: undefined;
52
+ };
53
+ linkText: {
54
+ type: StringConstructor;
55
+ default: undefined;
56
+ };
57
+ external: {
58
+ type: BooleanConstructor;
59
+ defalut: boolean;
60
+ };
61
+ }>>, {
62
+ label: string;
63
+ billede: {
64
+ url: string;
65
+ label?: string;
66
+ };
67
+ linkText: string;
68
+ external: boolean;
69
+ }, {}>;
70
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
71
+ export default _default;
72
+ type __VLS_WithTemplateSlots<T, S> = T & {
73
+ new (): {
74
+ $slots: S;
75
+ };
76
+ };
@@ -0,0 +1,25 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{
5
+ titel: {
6
+ type: StringConstructor;
7
+ required: false;
8
+ default: undefined;
9
+ };
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
11
+ titel: {
12
+ type: StringConstructor;
13
+ required: false;
14
+ default: undefined;
15
+ };
16
+ }>>, {
17
+ titel: string;
18
+ }, {}>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,11 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
+ export default _default;
7
+ type __VLS_WithTemplateSlots<T, S> = T & {
8
+ new (): {
9
+ $slots: S;
10
+ };
11
+ };
@@ -0,0 +1,31 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ icon: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ focusable: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ title: {
11
+ type: StringConstructor;
12
+ default: undefined;
13
+ };
14
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
15
+ icon: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ focusable: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ title: {
24
+ type: StringConstructor;
25
+ default: undefined;
26
+ };
27
+ }>>, {
28
+ focusable: string;
29
+ title: string;
30
+ }, {}>;
31
+ export default _default;
@@ -0,0 +1,56 @@
1
+ import { PropType } from 'vue';
2
+ declare function __VLS_template(): {
3
+ default?(_: {}): any;
4
+ spinner?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import('vue').DefineComponent<{
7
+ titel: {
8
+ type: StringConstructor;
9
+ required: false;
10
+ default: undefined;
11
+ };
12
+ antal: {
13
+ type: NumberConstructor;
14
+ required: true;
15
+ };
16
+ useSpinner: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ dataSlice: {
21
+ type: PropType<any>;
22
+ required: true;
23
+ };
24
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ "load-slice": (...args: any[]) => void;
26
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
27
+ titel: {
28
+ type: StringConstructor;
29
+ required: false;
30
+ default: undefined;
31
+ };
32
+ antal: {
33
+ type: NumberConstructor;
34
+ required: true;
35
+ };
36
+ useSpinner: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ dataSlice: {
41
+ type: PropType<any>;
42
+ required: true;
43
+ };
44
+ }>> & {
45
+ "onLoad-slice"?: ((...args: any[]) => any) | undefined;
46
+ }, {
47
+ titel: string;
48
+ useSpinner: boolean;
49
+ }, {}>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
51
+ export default _default;
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -0,0 +1,33 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{
5
+ label: {
6
+ type: StringConstructor;
7
+ required: false;
8
+ default: undefined;
9
+ };
10
+ titel: {
11
+ type: StringConstructor;
12
+ required: true;
13
+ };
14
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
15
+ label: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ default: undefined;
19
+ };
20
+ titel: {
21
+ type: StringConstructor;
22
+ required: true;
23
+ };
24
+ }>>, {
25
+ label: string;
26
+ }, {}>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,24 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ currentPage: {
3
+ type: NumberConstructor;
4
+ required: true;
5
+ };
6
+ pageCount: {
7
+ type: NumberConstructor;
8
+ required: true;
9
+ };
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ toPage: (...args: any[]) => void;
12
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
13
+ currentPage: {
14
+ type: NumberConstructor;
15
+ required: true;
16
+ };
17
+ pageCount: {
18
+ type: NumberConstructor;
19
+ required: true;
20
+ };
21
+ }>> & {
22
+ onToPage?: ((...args: any[]) => any) | undefined;
23
+ }, {}, {}>;
24
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { default as VgAccordion } from './components/VgAccordion.vue';
2
+ import { default as VgButton } from './components/VgButton.vue';
3
+ import { default as VgButtons } from './components/VgButtons.vue';
4
+ import { default as VgCard } from './components/VgCard.vue';
5
+ import { default as VgCardGroup } from './components/VgCardGroup.vue';
6
+ import { default as VgDesignWrapper } from './components/VgDesignWrapper.vue';
7
+ import { default as VgIcon } from './components/VgIcon.vue';
8
+ import { default as VgListe } from './components/VgListe.vue';
9
+ import { default as VgListeCard } from './components/VgListeCard.vue';
10
+ import { default as VgPagination } from './components/VgPagination.vue';
11
+ export { VgAccordion, VgButton, VgButtons, VgCard, VgCardGroup, VgDesignWrapper, VgIcon, VgListe, VgListeCard, VgPagination };
File without changes
@@ -0,0 +1,2 @@
1
+ export type ParamType = (string | number)[] | string | number;
2
+ export declare function lookup(tekstnoegle: string, params?: ParamType): string;
File without changes
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};