@a2ui/angular 0.8.1 → 0.8.2

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 (71) hide show
  1. package/fesm2022/a2ui-angular-audio-DoZb9mn_.mjs +48 -0
  2. package/fesm2022/a2ui-angular-audio-DoZb9mn_.mjs.map +1 -0
  3. package/fesm2022/a2ui-angular-button-CvH0kAtN.mjs +61 -0
  4. package/fesm2022/a2ui-angular-button-CvH0kAtN.mjs.map +1 -0
  5. package/fesm2022/a2ui-angular-card-Ix6OIdUv.mjs +48 -0
  6. package/fesm2022/a2ui-angular-card-Ix6OIdUv.mjs.map +1 -0
  7. package/fesm2022/a2ui-angular-checkbox-BN4EF2Ci.mjs +78 -0
  8. package/fesm2022/a2ui-angular-checkbox-BN4EF2Ci.mjs.map +1 -0
  9. package/fesm2022/a2ui-angular-datetime-input-dmZAjvrF.mjs +120 -0
  10. package/fesm2022/a2ui-angular-datetime-input-dmZAjvrF.mjs.map +1 -0
  11. package/fesm2022/a2ui-angular-divider-BizPl3qL.mjs +30 -0
  12. package/fesm2022/a2ui-angular-divider-BizPl3qL.mjs.map +1 -0
  13. package/fesm2022/a2ui-angular-icon-BE9Hj9V6.mjs +48 -0
  14. package/fesm2022/a2ui-angular-icon-BE9Hj9V6.mjs.map +1 -0
  15. package/fesm2022/a2ui-angular-image-BWzAw0rh.mjs +54 -0
  16. package/fesm2022/a2ui-angular-image-BWzAw0rh.mjs.map +1 -0
  17. package/fesm2022/a2ui-angular-list-nEeT59V3.mjs +45 -0
  18. package/fesm2022/a2ui-angular-list-nEeT59V3.mjs.map +1 -0
  19. package/fesm2022/a2ui-angular-modal-mr9LmczA.mjs +108 -0
  20. package/fesm2022/a2ui-angular-modal-mr9LmczA.mjs.map +1 -0
  21. package/fesm2022/a2ui-angular-multiple-choice-Bry7X74i.mjs +78 -0
  22. package/fesm2022/a2ui-angular-multiple-choice-Bry7X74i.mjs.map +1 -0
  23. package/fesm2022/a2ui-angular-slider-BgseUbN2.mjs +79 -0
  24. package/fesm2022/a2ui-angular-slider-BgseUbN2.mjs.map +1 -0
  25. package/fesm2022/a2ui-angular-tabs-q5Mn9vgq.mjs +87 -0
  26. package/fesm2022/a2ui-angular-tabs-q5Mn9vgq.mjs.map +1 -0
  27. package/fesm2022/a2ui-angular-text-field-Deokh07j.mjs +85 -0
  28. package/fesm2022/a2ui-angular-text-field-Deokh07j.mjs.map +1 -0
  29. package/fesm2022/a2ui-angular-video-DuFTfN0B.mjs +48 -0
  30. package/fesm2022/a2ui-angular-video-DuFTfN0B.mjs.map +1 -0
  31. package/fesm2022/a2ui-angular.mjs +872 -0
  32. package/fesm2022/a2ui-angular.mjs.map +1 -0
  33. package/package.json +12 -45
  34. package/types/a2ui-angular.d.ts +90 -0
  35. package/angular.json +0 -35
  36. package/ng-package.json +0 -8
  37. package/src/lib/catalog/audio.ts +0 -50
  38. package/src/lib/catalog/button.ts +0 -56
  39. package/src/lib/catalog/card.ts +0 -57
  40. package/src/lib/catalog/checkbox.ts +0 -73
  41. package/src/lib/catalog/column.ts +0 -96
  42. package/src/lib/catalog/datetime-input.ts +0 -127
  43. package/src/lib/catalog/default.ts +0 -185
  44. package/src/lib/catalog/divider.ts +0 -37
  45. package/src/lib/catalog/icon.ts +0 -44
  46. package/src/lib/catalog/image.ts +0 -62
  47. package/src/lib/catalog/list.ts +0 -63
  48. package/src/lib/catalog/modal.ts +0 -113
  49. package/src/lib/catalog/multiple-choice.ts +0 -77
  50. package/src/lib/catalog/row.ts +0 -100
  51. package/src/lib/catalog/slider.ts +0 -73
  52. package/src/lib/catalog/surface.ts +0 -82
  53. package/src/lib/catalog/tabs.ts +0 -72
  54. package/src/lib/catalog/text-field.ts +0 -86
  55. package/src/lib/catalog/text.ts +0 -137
  56. package/src/lib/catalog/video.ts +0 -50
  57. package/src/lib/config.ts +0 -25
  58. package/src/lib/data/index.ts +0 -18
  59. package/src/lib/data/markdown.ts +0 -114
  60. package/src/lib/data/processor.ts +0 -47
  61. package/src/lib/data/types.ts +0 -29
  62. package/src/lib/rendering/catalog.ts +0 -36
  63. package/src/lib/rendering/dynamic-component.ts +0 -100
  64. package/src/lib/rendering/index.ts +0 -20
  65. package/src/lib/rendering/renderer.ts +0 -109
  66. package/src/lib/rendering/theming.ts +0 -22
  67. package/src/public-api.ts +0 -21
  68. package/tsconfig.json +0 -23
  69. package/tsconfig.lib.json +0 -16
  70. package/tsconfig.lib.prod.json +0 -9
  71. package/tsconfig.spec.json +0 -12
@@ -1,22 +0,0 @@
1
- /*
2
- Copyright 2025 Google LLC
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- https://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */
16
-
17
- import { Types } from '@a2ui/lit/0.8';
18
- import { InjectionToken } from '@angular/core';
19
-
20
- export const Theme = new InjectionToken<Theme>('Theme');
21
-
22
- export type Theme = Types.Theme;
package/src/public-api.ts DELETED
@@ -1,21 +0,0 @@
1
- /*
2
- Copyright 2025 Google LLC
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- https://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- */
16
-
17
- export * from './lib/rendering/index';
18
- export * from './lib/data/index';
19
- export * from './lib/config';
20
- export * from './lib/catalog/default';
21
- export { Surface } from './lib/catalog/surface';
package/tsconfig.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "compileOnSave": false,
3
- "compilerOptions": {
4
- "strict": true,
5
- "noImplicitOverride": true,
6
- "noPropertyAccessFromIndexSignature": true,
7
- "noImplicitReturns": true,
8
- "noFallthroughCasesInSwitch": true,
9
- "skipLibCheck": true,
10
- "isolatedModules": true,
11
- "experimentalDecorators": true,
12
- "importHelpers": true,
13
- "target": "ES2022",
14
- "module": "preserve"
15
- },
16
- "angularCompilerOptions": {
17
- "enableI18nLegacyMessageIdFormat": false,
18
- "strictInjectionParameters": true,
19
- "strictInputAccessModifiers": true,
20
- "typeCheckHostBindings": true,
21
- "strictTemplates": true
22
- }
23
- }
package/tsconfig.lib.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "./out-tsc/lib",
5
- "declaration": true,
6
- "declarationMap": true,
7
- "inlineSources": true,
8
- "types": []
9
- },
10
- "include": [
11
- "src/**/*.ts"
12
- ],
13
- "exclude": [
14
- "**/*.spec.ts"
15
- ]
16
- }
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "./tsconfig.lib.json",
3
- "compilerOptions": {
4
- "declarationMap": false
5
- },
6
- "angularCompilerOptions": {
7
- "compilationMode": "partial"
8
- }
9
- }
@@ -1,12 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "./out-tsc/spec",
5
- "types": [
6
- "jasmine"
7
- ]
8
- },
9
- "include": [
10
- "src/**/*.ts"
11
- ]
12
- }