Browse Source

Configure typedoc

Integrate typedoc to project.
master
TheoryOfNekomata 9 months ago
parent
commit
634ad0cd52
100 changed files with 31 additions and 68 deletions
  1. +7
    -0
      .editorconfig
  2. +2
    -4
      README.md
  3. +0
    -8
      categories/formatted/react/typedoc.json
  4. +0
    -8
      categories/freeform/react/typedoc.json
  5. +0
    -8
      categories/information/react/typedoc.json
  6. +0
    -0
      categories/ios/action/swift-ui/Package.swift
  7. +0
    -0
      categories/ios/action/swift-ui/src/components/ActionButton/ActionButton.swift
  8. +0
    -8
      categories/multichoice/react/typedoc.json
  9. +0
    -8
      categories/navigation/react/typedoc.json
  10. +0
    -8
      categories/number/react/typedoc.json
  11. +0
    -8
      categories/temporal/react/typedoc.json
  12. +0
    -0
      categories/web/action/react/.eslintrc
  13. +0
    -0
      categories/web/action/react/.gitignore
  14. +0
    -0
      categories/web/action/react/LICENSE
  15. +1
    -0
      categories/web/action/react/README.md
  16. +0
    -0
      categories/web/action/react/package.json
  17. +0
    -0
      categories/web/action/react/pridepack.json
  18. +0
    -0
      categories/web/action/react/src/components/ActionButton/ActionButton.test.tsx
  19. +0
    -0
      categories/web/action/react/src/components/ActionButton/index.tsx
  20. +0
    -0
      categories/web/action/react/src/index.ts
  21. +0
    -0
      categories/web/action/react/src/web-action-react.test.ts
  22. +0
    -0
      categories/web/action/react/tsconfig.eslint.json
  23. +0
    -0
      categories/web/action/react/tsconfig.json
  24. +2
    -2
      categories/web/action/react/typedoc.json
  25. +0
    -0
      categories/web/action/react/vitest.config.ts
  26. +0
    -0
      categories/web/blob/react/.eslintrc
  27. +0
    -0
      categories/web/blob/react/.gitignore
  28. +0
    -0
      categories/web/blob/react/LICENSE
  29. +1
    -0
      categories/web/blob/react/README.md
  30. +0
    -0
      categories/web/blob/react/package.json
  31. +0
    -0
      categories/web/blob/react/pridepack.json
  32. +0
    -0
      categories/web/blob/react/src/components/FileSelectBox/index.tsx
  33. +0
    -0
      categories/web/blob/react/src/index.ts
  34. +0
    -0
      categories/web/blob/react/tsconfig.eslint.json
  35. +0
    -0
      categories/web/blob/react/tsconfig.json
  36. +2
    -2
      categories/web/blob/react/typedoc.json
  37. +0
    -0
      categories/web/blob/react/vitest.config.ts
  38. +0
    -0
      categories/web/choice/react/.eslintrc
  39. +0
    -0
      categories/web/choice/react/.gitignore
  40. +0
    -0
      categories/web/choice/react/LICENSE
  41. +1
    -0
      categories/web/choice/react/README.md
  42. +0
    -0
      categories/web/choice/react/package.json
  43. +0
    -0
      categories/web/choice/react/pridepack.json
  44. +0
    -0
      categories/web/choice/react/src/components/ComboBox/ComboBox.test.tsx
  45. +0
    -0
      categories/web/choice/react/src/components/ComboBox/index.tsx
  46. +0
    -0
      categories/web/choice/react/src/components/DropdownSelect/DropdownSelect.test.tsx
  47. +0
    -0
      categories/web/choice/react/src/components/DropdownSelect/index.tsx
  48. +0
    -0
      categories/web/choice/react/src/components/MenuSelect/MenuSelect.test.tsx
  49. +0
    -0
      categories/web/choice/react/src/components/MenuSelect/index.tsx
  50. +0
    -0
      categories/web/choice/react/src/components/RadioButton/RadioButton.test.tsx
  51. +0
    -0
      categories/web/choice/react/src/components/RadioButton/index.tsx
  52. +0
    -0
      categories/web/choice/react/src/components/RadioTickBox/RadioTickBox.test.tsx
  53. +0
    -0
      categories/web/choice/react/src/components/RadioTickBox/index.tsx
  54. +0
    -0
      categories/web/choice/react/src/index.ts
  55. +0
    -0
      categories/web/choice/react/src/web-choice-react.test.ts
  56. +0
    -0
      categories/web/choice/react/tsconfig.eslint.json
  57. +0
    -0
      categories/web/choice/react/tsconfig.json
  58. +2
    -2
      categories/web/choice/react/typedoc.json
  59. +0
    -0
      categories/web/choice/react/vitest.config.ts
  60. +0
    -0
      categories/web/color/react/.eslintrc
  61. +0
    -0
      categories/web/color/react/.gitignore
  62. +0
    -0
      categories/web/color/react/LICENSE
  63. +1
    -0
      categories/web/color/react/README.md
  64. +0
    -0
      categories/web/color/react/package.json
  65. +0
    -0
      categories/web/color/react/pridepack.json
  66. +0
    -0
      categories/web/color/react/src/components/ColorPicker/index.tsx
  67. +0
    -0
      categories/web/color/react/src/components/Swatch/index.tsx
  68. +0
    -0
      categories/web/color/react/src/index.ts
  69. +0
    -0
      categories/web/color/react/tsconfig.eslint.json
  70. +0
    -0
      categories/web/color/react/tsconfig.json
  71. +2
    -2
      categories/web/color/react/typedoc.json
  72. +0
    -0
      categories/web/color/react/vitest.config.ts
  73. +0
    -0
      categories/web/formatted/react/.eslintrc
  74. +0
    -0
      categories/web/formatted/react/.gitignore
  75. +0
    -0
      categories/web/formatted/react/LICENSE
  76. +1
    -0
      categories/web/formatted/react/README.md
  77. +0
    -0
      categories/web/formatted/react/package.json
  78. +0
    -0
      categories/web/formatted/react/pridepack.json
  79. +0
    -0
      categories/web/formatted/react/src/components/EmailInput/index.tsx
  80. +0
    -0
      categories/web/formatted/react/src/components/PatternTextInput/PatternTextInput.test.tsx
  81. +0
    -0
      categories/web/formatted/react/src/components/PatternTextInput/index.tsx
  82. +0
    -0
      categories/web/formatted/react/src/components/PhoneNumberInput/index.tsx
  83. +0
    -0
      categories/web/formatted/react/src/components/UrlInput/index.tsx
  84. +0
    -0
      categories/web/formatted/react/src/index.ts
  85. +0
    -0
      categories/web/formatted/react/tsconfig.eslint.json
  86. +0
    -0
      categories/web/formatted/react/tsconfig.json
  87. +8
    -0
      categories/web/formatted/react/typedoc.json
  88. +0
    -0
      categories/web/formatted/react/vitest.config.ts
  89. +0
    -0
      categories/web/freeform/react/.eslintrc
  90. +0
    -0
      categories/web/freeform/react/.gitignore
  91. +0
    -0
      categories/web/freeform/react/LICENSE
  92. +1
    -0
      categories/web/freeform/react/README.md
  93. +0
    -0
      categories/web/freeform/react/package.json
  94. +0
    -0
      categories/web/freeform/react/pridepack.json
  95. +0
    -0
      categories/web/freeform/react/src/components/MaskedTextInput/MaskedTextInput.test.tsx
  96. +0
    -0
      categories/web/freeform/react/src/components/MaskedTextInput/index.tsx
  97. +0
    -0
      categories/web/freeform/react/src/components/MultilineTextInput/MultilineTextInput.test.tsx
  98. +0
    -0
      categories/web/freeform/react/src/components/MultilineTextInput/index.tsx
  99. +0
    -0
      categories/web/freeform/react/src/components/TextInput/TextInput.test.tsx
  100. +0
    -0
      categories/web/freeform/react/src/components/TextInput/index.tsx

+ 7
- 0
.editorconfig View File

@@ -0,0 +1,7 @@
root = true

[*]
indent_style = tab
indent_size = tab
tab_width = 2
end_of_line = lf

+ 2
- 4
README.md View File

@@ -2,8 +2,6 @@

Simple, accessible, and robust Web components for data-driven documents and apps.

Tesseract supports the following frameworks:
TODO add logo

- [React](/web/react)
- [Vue](/web/vue) (TODO)
- [Solid](/web/solid) (TODO)
TODO describe package

+ 0
- 8
categories/formatted/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

+ 0
- 8
categories/freeform/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

+ 0
- 8
categories/information/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

categories/action/swift-ui/Package.swift → categories/ios/action/swift-ui/Package.swift View File


categories/action/swift-ui/src/components/ActionButton/ActionButton.swift → categories/ios/action/swift-ui/src/components/ActionButton/ActionButton.swift View File


+ 0
- 8
categories/multichoice/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

+ 0
- 8
categories/navigation/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

+ 0
- 8
categories/number/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

+ 0
- 8
categories/temporal/react/typedoc.json View File

@@ -1,8 +0,0 @@
{
"extends": ["../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
}

categories/action/react/.eslintrc → categories/web/action/react/.eslintrc View File


categories/action/react/.gitignore → categories/web/action/react/.gitignore View File


categories/action/react/LICENSE → categories/web/action/react/LICENSE View File


+ 1
- 0
categories/web/action/react/README.md View File

@@ -0,0 +1 @@
# @tesseract-design/web-action-react

categories/action/react/package.json → categories/web/action/react/package.json View File


categories/action/react/pridepack.json → categories/web/action/react/pridepack.json View File


categories/action/react/src/components/ActionButton/ActionButton.test.tsx → categories/web/action/react/src/components/ActionButton/ActionButton.test.tsx View File


categories/action/react/src/components/ActionButton/index.tsx → categories/web/action/react/src/components/ActionButton/index.tsx View File


categories/action/react/src/index.ts → categories/web/action/react/src/index.ts View File


categories/action/react/src/web-action-react.test.ts → categories/web/action/react/src/web-action-react.test.ts View File


categories/action/react/tsconfig.eslint.json → categories/web/action/react/tsconfig.eslint.json View File


categories/action/react/tsconfig.json → categories/web/action/react/tsconfig.json View File


categories/choice/react/typedoc.json → categories/web/action/react/typedoc.json View File

@@ -1,8 +1,8 @@
{
"extends": ["../../../typedoc.base.json"],
"extends": ["../../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
"tsconfig": "../../../../tsconfig.json"
}

categories/action/react/vitest.config.ts → categories/web/action/react/vitest.config.ts View File


categories/blob/react/.eslintrc → categories/web/blob/react/.eslintrc View File


categories/blob/react/.gitignore → categories/web/blob/react/.gitignore View File


categories/blob/react/LICENSE → categories/web/blob/react/LICENSE View File


+ 1
- 0
categories/web/blob/react/README.md View File

@@ -0,0 +1 @@
# @tesseract-design/web-blob-react

categories/blob/react/package.json → categories/web/blob/react/package.json View File


categories/blob/react/pridepack.json → categories/web/blob/react/pridepack.json View File


categories/blob/react/src/components/FileSelectBox/index.tsx → categories/web/blob/react/src/components/FileSelectBox/index.tsx View File


categories/blob/react/src/index.ts → categories/web/blob/react/src/index.ts View File


categories/blob/react/tsconfig.eslint.json → categories/web/blob/react/tsconfig.eslint.json View File


categories/blob/react/tsconfig.json → categories/web/blob/react/tsconfig.json View File


categories/action/react/typedoc.json → categories/web/blob/react/typedoc.json View File

@@ -1,8 +1,8 @@
{
"extends": ["../../../typedoc.base.json"],
"extends": ["../../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
"tsconfig": "../../../../tsconfig.json"
}

categories/blob/react/vitest.config.ts → categories/web/blob/react/vitest.config.ts View File


categories/choice/react/.eslintrc → categories/web/choice/react/.eslintrc View File


categories/choice/react/.gitignore → categories/web/choice/react/.gitignore View File


categories/choice/react/LICENSE → categories/web/choice/react/LICENSE View File


+ 1
- 0
categories/web/choice/react/README.md View File

@@ -0,0 +1 @@
# @tesseract-design/web-choice-react

categories/choice/react/package.json → categories/web/choice/react/package.json View File


categories/choice/react/pridepack.json → categories/web/choice/react/pridepack.json View File


categories/choice/react/src/components/ComboBox/ComboBox.test.tsx → categories/web/choice/react/src/components/ComboBox/ComboBox.test.tsx View File


categories/choice/react/src/components/ComboBox/index.tsx → categories/web/choice/react/src/components/ComboBox/index.tsx View File


categories/choice/react/src/components/DropdownSelect/DropdownSelect.test.tsx → categories/web/choice/react/src/components/DropdownSelect/DropdownSelect.test.tsx View File


categories/choice/react/src/components/DropdownSelect/index.tsx → categories/web/choice/react/src/components/DropdownSelect/index.tsx View File


categories/choice/react/src/components/MenuSelect/MenuSelect.test.tsx → categories/web/choice/react/src/components/MenuSelect/MenuSelect.test.tsx View File


categories/choice/react/src/components/MenuSelect/index.tsx → categories/web/choice/react/src/components/MenuSelect/index.tsx View File


categories/choice/react/src/components/RadioButton/RadioButton.test.tsx → categories/web/choice/react/src/components/RadioButton/RadioButton.test.tsx View File


categories/choice/react/src/components/RadioButton/index.tsx → categories/web/choice/react/src/components/RadioButton/index.tsx View File


categories/choice/react/src/components/RadioTickBox/RadioTickBox.test.tsx → categories/web/choice/react/src/components/RadioTickBox/RadioTickBox.test.tsx View File


categories/choice/react/src/components/RadioTickBox/index.tsx → categories/web/choice/react/src/components/RadioTickBox/index.tsx View File


categories/choice/react/src/index.ts → categories/web/choice/react/src/index.ts View File


categories/choice/react/src/web-choice-react.test.ts → categories/web/choice/react/src/web-choice-react.test.ts View File


categories/choice/react/tsconfig.eslint.json → categories/web/choice/react/tsconfig.eslint.json View File


categories/choice/react/tsconfig.json → categories/web/choice/react/tsconfig.json View File


categories/color/react/typedoc.json → categories/web/choice/react/typedoc.json View File

@@ -1,8 +1,8 @@
{
"extends": ["../../../typedoc.base.json"],
"extends": ["../../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
"tsconfig": "../../../../tsconfig.json"
}

categories/choice/react/vitest.config.ts → categories/web/choice/react/vitest.config.ts View File


categories/color/react/.eslintrc → categories/web/color/react/.eslintrc View File


categories/color/react/.gitignore → categories/web/color/react/.gitignore View File


categories/color/react/LICENSE → categories/web/color/react/LICENSE View File


+ 1
- 0
categories/web/color/react/README.md View File

@@ -0,0 +1 @@
# @tesseract-design/web-categories-react

categories/color/react/package.json → categories/web/color/react/package.json View File


categories/color/react/pridepack.json → categories/web/color/react/pridepack.json View File


categories/color/react/src/components/ColorPicker/index.tsx → categories/web/color/react/src/components/ColorPicker/index.tsx View File


categories/color/react/src/components/Swatch/index.tsx → categories/web/color/react/src/components/Swatch/index.tsx View File


categories/color/react/src/index.ts → categories/web/color/react/src/index.ts View File


categories/color/react/tsconfig.eslint.json → categories/web/color/react/tsconfig.eslint.json View File


categories/color/react/tsconfig.json → categories/web/color/react/tsconfig.json View File


categories/blob/react/typedoc.json → categories/web/color/react/typedoc.json View File

@@ -1,8 +1,8 @@
{
"extends": ["../../../typedoc.base.json"],
"extends": ["../../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../tsconfig.json"
"tsconfig": "../../../../tsconfig.json"
}

categories/color/react/vitest.config.ts → categories/web/color/react/vitest.config.ts View File


categories/formatted/react/.eslintrc → categories/web/formatted/react/.eslintrc View File


categories/formatted/react/.gitignore → categories/web/formatted/react/.gitignore View File


categories/formatted/react/LICENSE → categories/web/formatted/react/LICENSE View File


+ 1
- 0
categories/web/formatted/react/README.md View File

@@ -0,0 +1 @@
# @tesseract-design/web-formatted-react

categories/formatted/react/package.json → categories/web/formatted/react/package.json View File


categories/formatted/react/pridepack.json → categories/web/formatted/react/pridepack.json View File


categories/formatted/react/src/components/EmailInput/index.tsx → categories/web/formatted/react/src/components/EmailInput/index.tsx View File


categories/formatted/react/src/components/PatternTextInput/PatternTextInput.test.tsx → categories/web/formatted/react/src/components/PatternTextInput/PatternTextInput.test.tsx View File


categories/formatted/react/src/components/PatternTextInput/index.tsx → categories/web/formatted/react/src/components/PatternTextInput/index.tsx View File


categories/formatted/react/src/components/PhoneNumberInput/index.tsx → categories/web/formatted/react/src/components/PhoneNumberInput/index.tsx View File


categories/formatted/react/src/components/UrlInput/index.tsx → categories/web/formatted/react/src/components/UrlInput/index.tsx View File


categories/formatted/react/src/index.ts → categories/web/formatted/react/src/index.ts View File


categories/formatted/react/tsconfig.eslint.json → categories/web/formatted/react/tsconfig.eslint.json View File


categories/formatted/react/tsconfig.json → categories/web/formatted/react/tsconfig.json View File


+ 8
- 0
categories/web/formatted/react/typedoc.json View File

@@ -0,0 +1,8 @@
{
"extends": ["../../../../typedoc.base.json"],
"exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
"entryPoints": ["src/index.ts"],
"excludeNotDocumented": true,
"includeVersion": true,
"tsconfig": "../../../../tsconfig.json"
}

categories/formatted/react/vitest.config.ts → categories/web/formatted/react/vitest.config.ts View File


categories/freeform/react/.eslintrc → categories/web/freeform/react/.eslintrc View File


categories/freeform/react/.gitignore → categories/web/freeform/react/.gitignore View File


categories/freeform/react/LICENSE → categories/web/freeform/react/LICENSE View File


+ 1
- 0
categories/web/freeform/react/README.md View File

@@ -0,0 +1 @@
# @tesseract-design/web-freeform-react

categories/freeform/react/package.json → categories/web/freeform/react/package.json View File


categories/freeform/react/pridepack.json → categories/web/freeform/react/pridepack.json View File


categories/freeform/react/src/components/MaskedTextInput/MaskedTextInput.test.tsx → categories/web/freeform/react/src/components/MaskedTextInput/MaskedTextInput.test.tsx View File


categories/freeform/react/src/components/MaskedTextInput/index.tsx → categories/web/freeform/react/src/components/MaskedTextInput/index.tsx View File


categories/freeform/react/src/components/MultilineTextInput/MultilineTextInput.test.tsx → categories/web/freeform/react/src/components/MultilineTextInput/MultilineTextInput.test.tsx View File


categories/freeform/react/src/components/MultilineTextInput/index.tsx → categories/web/freeform/react/src/components/MultilineTextInput/index.tsx View File


categories/freeform/react/src/components/TextInput/TextInput.test.tsx → categories/web/freeform/react/src/components/TextInput/TextInput.test.tsx View File


categories/freeform/react/src/components/TextInput/index.tsx → categories/web/freeform/react/src/components/TextInput/index.tsx View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save