@govflanders/vl-widget-global-header-types 2.0.2 → 2.0.4

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 (79) hide show
  1. package/README.md +41 -0
  2. package/dist/access-menu.d.ts +1 -1
  3. package/dist/access-menu.js +1 -0
  4. package/dist/alert.js +1 -0
  5. package/dist/bootstrap.d.ts +17 -0
  6. package/dist/bootstrap.js +42 -0
  7. package/dist/branding.js +1 -0
  8. package/dist/client.js +1 -0
  9. package/dist/config.js +4 -0
  10. package/dist/contact.js +12 -0
  11. package/dist/i18n.d.ts +1 -1
  12. package/dist/i18n.js +1 -0
  13. package/dist/idp.d.ts +4 -16
  14. package/dist/idp.js +1 -0
  15. package/dist/image.js +1 -0
  16. package/dist/index.d.ts +1 -0
  17. package/dist/index.js +11 -0
  18. package/dist/link.js +1 -0
  19. package/docs/assets/hierarchy.js +1 -0
  20. package/docs/assets/highlight.css +8 -8
  21. package/docs/assets/icons.js +1 -1
  22. package/docs/assets/icons.svg +1 -1
  23. package/docs/assets/main.js +5 -5
  24. package/docs/assets/navigation.js +1 -1
  25. package/docs/assets/search.js +1 -1
  26. package/docs/assets/style.css +1405 -1288
  27. package/docs/assets/typedoc-github-style.css +49 -54
  28. package/docs/functions/bootstrap.html +8 -0
  29. package/docs/hierarchy.html +1 -1
  30. package/docs/index.html +62 -29
  31. package/docs/interfaces/AlertConfig.html +5 -5
  32. package/docs/interfaces/Application.html +7 -7
  33. package/docs/interfaces/ApplicationMenuLink.html +6 -6
  34. package/docs/interfaces/Authorization.html +9 -9
  35. package/docs/interfaces/BUR.html +8 -8
  36. package/docs/interfaces/BaseConfig.html +2 -2
  37. package/docs/interfaces/BaseEntity.html +6 -6
  38. package/docs/interfaces/BrandingConfigColors.html +4 -4
  39. package/docs/interfaces/BrandingConfigHost.html +6 -6
  40. package/docs/interfaces/BrandingConfigUmbrella.html +5 -5
  41. package/docs/interfaces/Channel.html +13 -13
  42. package/docs/interfaces/ContactOption.html +21 -21
  43. package/docs/interfaces/ContactOptionRef.html +6 -6
  44. package/docs/interfaces/EA.html +7 -7
  45. package/docs/interfaces/EnrichedServicePoints.html +8 -8
  46. package/docs/interfaces/GID.html +7 -7
  47. package/docs/interfaces/GlobalHeaderClient.html +43 -70
  48. package/docs/interfaces/I18n.html +2 -2
  49. package/docs/interfaces/IDPData.html +6 -6
  50. package/docs/interfaces/Image.html +6 -6
  51. package/docs/interfaces/LB.html +6 -10
  52. package/docs/interfaces/Link.html +4 -4
  53. package/docs/interfaces/LinkWithTarget.html +5 -5
  54. package/docs/interfaces/MainLink.html +7 -7
  55. package/docs/interfaces/OV.html +6 -6
  56. package/docs/interfaces/ProfileConfig.html +13 -13
  57. package/docs/interfaces/RecursiveRecord.html +1 -1
  58. package/docs/interfaces/ResolveOptions.html +2 -2
  59. package/docs/interfaces/ServicePoints.html +9 -9
  60. package/docs/interfaces/Session.html +5 -5
  61. package/docs/interfaces/Translations.html +2 -2
  62. package/docs/interfaces/User.html +5 -5
  63. package/docs/interfaces/VER.html +6 -8
  64. package/docs/modules.html +1 -48
  65. package/docs/types/AlertModifier.html +1 -1
  66. package/docs/types/BrandingConfigLevel.html +2 -2
  67. package/docs/types/CapacityCode.html +2 -2
  68. package/docs/types/ChannelIcon.html +2 -2
  69. package/docs/types/ChannelType.html +2 -2
  70. package/docs/types/CobrowseChannel.html +2 -2
  71. package/docs/types/ContactOptionSocialPlatform.html +2 -2
  72. package/docs/types/ContactServiceEndpoints.html +2 -8
  73. package/docs/types/EnrichedServicePoint.html +1 -1
  74. package/docs/types/Entity.html +2 -2
  75. package/docs/types/Language.html +1 -1
  76. package/docs/types/ServicePoint.html +2 -2
  77. package/docs/types/Translatable.html +3 -3
  78. package/docs/variables/languages.html +9 -1
  79. package/package.json +5 -4
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@govflanders/vl-widget-global-header-types",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "license": "MIT",
5
5
  "description": "TypeScript definitions for GlobalHeaderClient",
6
- "main": "",
6
+ "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
9
9
  "dist",
@@ -32,7 +32,8 @@
32
32
  "@govflanders/vl-widget-shared": "^1.0.7"
33
33
  },
34
34
  "devDependencies": {
35
- "typedoc": "^0.26.10",
36
- "typedoc-github-theme": "^0.1.2"
35
+ "typedoc": "^0.27.2",
36
+ "typedoc-github-theme": "^0.2.0",
37
+ "typescript": "^5.7.2"
37
38
  }
38
39
  }