@symbiote-native/angular 1.0.0 → 2.0.1

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 (248) hide show
  1. package/README.md +13 -10
  2. package/babel-register-composed.cjs +41 -19
  3. package/bin/symbiote-angular-dev.cjs +16 -4
  4. package/build/angular/anchor-host-registry.js +1 -17
  5. package/build/angular/anchor-host-registry.js.map +1 -1
  6. package/build/angular/change-detection-flush.d.ts +31 -0
  7. package/build/angular/change-detection-flush.js +110 -0
  8. package/build/angular/change-detection-flush.js.map +1 -0
  9. package/build/angular/components/activity-indicator-props.d.ts +2 -0
  10. package/build/angular/components/activity-indicator-props.js +2 -0
  11. package/build/angular/components/activity-indicator-props.js.map +1 -0
  12. package/build/angular/components/button-props.d.ts +2 -0
  13. package/build/angular/components/button-props.js +2 -0
  14. package/build/angular/components/button-props.js.map +1 -0
  15. package/build/angular/components/flat-list/index.d.ts +2 -1
  16. package/build/angular/components/flat-list/index.js +22 -10
  17. package/build/angular/components/flat-list/index.js.map +1 -1
  18. package/build/angular/components/image-background-props.d.ts +6 -0
  19. package/build/angular/components/image-background-props.js +2 -0
  20. package/build/angular/components/image-background-props.js.map +1 -0
  21. package/build/angular/components/{image/shared.d.ts → image-shared.d.ts} +1 -1
  22. package/build/angular/components/{image/shared.js → image-shared.js} +7 -2
  23. package/build/angular/components/image-shared.js.map +1 -0
  24. package/build/angular/components/input-accessory-view-props.d.ts +7 -0
  25. package/build/angular/components/input-accessory-view-props.js +9 -0
  26. package/build/angular/components/input-accessory-view-props.js.map +1 -0
  27. package/build/angular/components/keyboard-avoiding-view/index.js +11 -17
  28. package/build/angular/components/keyboard-avoiding-view/index.js.map +1 -1
  29. package/build/angular/components/modal/index.d.ts +1 -0
  30. package/build/angular/components/modal/index.js +19 -12
  31. package/build/angular/components/modal/index.js.map +1 -1
  32. package/build/angular/components/pressable-props.d.ts +32 -0
  33. package/build/angular/components/pressable-props.js +11 -0
  34. package/build/angular/components/pressable-props.js.map +1 -0
  35. package/build/angular/components/refresh-control-props.d.ts +16 -0
  36. package/build/angular/components/refresh-control-props.js +14 -0
  37. package/build/angular/components/refresh-control-props.js.map +1 -0
  38. package/build/angular/components/safe-area-view-props.d.ts +7 -0
  39. package/build/angular/components/safe-area-view-props.js +11 -0
  40. package/build/angular/components/safe-area-view-props.js.map +1 -0
  41. package/build/angular/components/scroll-view-props.d.ts +76 -0
  42. package/build/angular/components/scroll-view-props.js +18 -0
  43. package/build/angular/components/scroll-view-props.js.map +1 -0
  44. package/build/angular/components/text-input-props.d.ts +45 -0
  45. package/build/angular/components/text-input-props.js +18 -0
  46. package/build/angular/components/text-input-props.js.map +1 -0
  47. package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.d.ts +6 -0
  48. package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js +2 -0
  49. package/build/angular/components/touchable-native-feedback/touchable-native-feedback-props.js.map +1 -0
  50. package/build/angular/components/touchable-props.d.ts +14 -0
  51. package/build/angular/components/touchable-props.js +13 -0
  52. package/build/angular/components/touchable-props.js.map +1 -0
  53. package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.d.ts +3 -0
  54. package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js +2 -0
  55. package/build/angular/components/touchable-without-feedback/touchable-without-feedback-props.js.map +1 -0
  56. package/build/angular/components/virtualized-list/index.d.ts +5 -1
  57. package/build/angular/components/virtualized-list/index.js +366 -280
  58. package/build/angular/components/virtualized-list/index.js.map +1 -1
  59. package/build/angular/components.d.ts +20 -26
  60. package/build/angular/components.js +12 -14
  61. package/build/angular/components.js.map +1 -1
  62. package/build/angular/create-portal/index.d.ts +2 -2
  63. package/build/angular/create-portal/index.js +5 -5
  64. package/build/angular/create-tunnel/index.js +1 -1
  65. package/build/angular/element-props.d.ts +53 -0
  66. package/build/angular/element-props.js +2 -0
  67. package/build/angular/element-props.js.map +1 -0
  68. package/build/angular/elements.d.ts +528 -0
  69. package/build/angular/elements.js +1444 -0
  70. package/build/angular/elements.js.map +1 -0
  71. package/build/angular/host-instance/index.js +1 -1
  72. package/build/angular/index.d.ts +4 -2
  73. package/build/angular/index.js +15 -1
  74. package/build/angular/index.js.map +1 -1
  75. package/build/angular/modules/animated/create-animated-component.d.ts +5 -6
  76. package/build/angular/modules/animated/create-animated-component.js +60 -73
  77. package/build/angular/modules/animated/create-animated-component.js.map +1 -1
  78. package/build/angular/modules/animated/index.js +1 -1
  79. package/build/angular/modules/animated/index.js.map +1 -1
  80. package/build/angular/modules/image/index.d.ts +3 -0
  81. package/build/angular/modules/image/index.js +16 -0
  82. package/build/angular/modules/image/index.js.map +1 -0
  83. package/build/angular/primitives/index.d.ts +18 -18
  84. package/build/angular/primitives/index.js +40 -36
  85. package/build/angular/primitives/index.js.map +1 -1
  86. package/build/angular/primitives/shared.d.ts +2 -3
  87. package/build/angular/primitives/shared.js +8 -53
  88. package/build/angular/primitives/shared.js.map +1 -1
  89. package/build/angular/register.d.ts +1 -1
  90. package/build/angular/register.js +12 -31
  91. package/build/angular/register.js.map +1 -1
  92. package/build/angular/render/index.js +3 -3
  93. package/build/angular/render/index.js.map +1 -1
  94. package/build/angular/renderer/index.js +113 -67
  95. package/build/angular/renderer/index.js.map +1 -1
  96. package/build/angular/renderer/value-change.d.ts +2 -0
  97. package/build/angular/renderer/value-change.js +9 -0
  98. package/build/angular/renderer/value-change.js.map +1 -0
  99. package/metro-config.cjs +54 -20
  100. package/metro-css-parser.cjs +2 -1
  101. package/package.json +5 -14
  102. package/src/anchor-host-registry.ts +1 -17
  103. package/src/change-detection-flush.ts +120 -0
  104. package/src/components/activity-indicator-props.ts +21 -0
  105. package/src/components/button-props.ts +26 -0
  106. package/src/components/flat-list/index.ts +12 -4
  107. package/src/components/image-background-props.ts +24 -0
  108. package/src/components/{image/shared.ts → image-shared.ts} +6 -1
  109. package/src/components/input-accessory-view-props.ts +21 -0
  110. package/src/components/keyboard-avoiding-view/index.ts +6 -9
  111. package/src/components/modal/index.ts +15 -7
  112. package/src/components/pressable-props.ts +73 -0
  113. package/src/components/refresh-control-props.ts +43 -0
  114. package/src/components/safe-area-view-props.ts +28 -0
  115. package/src/components/scroll-view-props.ts +109 -0
  116. package/src/components/text-input-props.ts +72 -0
  117. package/src/components/touchable-native-feedback/touchable-native-feedback-props.ts +23 -0
  118. package/src/components/touchable-props.ts +30 -0
  119. package/src/components/touchable-without-feedback/touchable-without-feedback-props.ts +21 -0
  120. package/src/components/virtualized-list/index.ts +239 -156
  121. package/src/components.ts +84 -35
  122. package/src/create-portal/index.ts +5 -5
  123. package/src/create-tunnel/index.ts +1 -1
  124. package/src/diagnostics.ts +1 -1
  125. package/src/element-props.ts +90 -0
  126. package/src/elements.ts +919 -0
  127. package/src/host-instance/index.ts +1 -1
  128. package/src/index.ts +52 -15
  129. package/src/modules/animated/create-animated-component.ts +50 -55
  130. package/src/modules/animated/index.ts +1 -1
  131. package/src/modules/image/index.ts +18 -0
  132. package/src/primitives/index.ts +22 -18
  133. package/src/primitives/shared.ts +11 -44
  134. package/src/register.ts +12 -40
  135. package/src/render/index.ts +3 -3
  136. package/src/renderer/index.ts +122 -73
  137. package/src/renderer/value-change.ts +8 -0
  138. package/babel-lower-host-primitives.cjs +0 -636
  139. package/build/angular/components/activity-indicator/index.android.d.ts +0 -13
  140. package/build/angular/components/activity-indicator/index.android.js +0 -29
  141. package/build/angular/components/activity-indicator/index.android.js.map +0 -1
  142. package/build/angular/components/activity-indicator/index.d.ts +0 -1
  143. package/build/angular/components/activity-indicator/index.ios.d.ts +0 -9
  144. package/build/angular/components/activity-indicator/index.ios.js +0 -26
  145. package/build/angular/components/activity-indicator/index.ios.js.map +0 -1
  146. package/build/angular/components/activity-indicator/index.js +0 -4
  147. package/build/angular/components/activity-indicator/index.js.map +0 -1
  148. package/build/angular/components/activity-indicator/shared.d.ts +0 -67
  149. package/build/angular/components/activity-indicator/shared.js +0 -260
  150. package/build/angular/components/activity-indicator/shared.js.map +0 -1
  151. package/build/angular/components/button.d.ts +0 -68
  152. package/build/angular/components/button.js +0 -360
  153. package/build/angular/components/button.js.map +0 -1
  154. package/build/angular/components/image/index.android.d.ts +0 -15
  155. package/build/angular/components/image/index.android.js +0 -83
  156. package/build/angular/components/image/index.android.js.map +0 -1
  157. package/build/angular/components/image/index.d.ts +0 -1
  158. package/build/angular/components/image/index.ios.d.ts +0 -15
  159. package/build/angular/components/image/index.ios.js +0 -83
  160. package/build/angular/components/image/index.ios.js.map +0 -1
  161. package/build/angular/components/image/index.js +0 -3
  162. package/build/angular/components/image/index.js.map +0 -1
  163. package/build/angular/components/image/shared.js.map +0 -1
  164. package/build/angular/components/image-background.d.ts +0 -85
  165. package/build/angular/components/image-background.js +0 -443
  166. package/build/angular/components/image-background.js.map +0 -1
  167. package/build/angular/components/input-accessory-view/index.d.ts +0 -66
  168. package/build/angular/components/input-accessory-view/index.js +0 -287
  169. package/build/angular/components/input-accessory-view/index.js.map +0 -1
  170. package/build/angular/components/pressable/index.d.ts +0 -134
  171. package/build/angular/components/pressable/index.js +0 -514
  172. package/build/angular/components/pressable/index.js.map +0 -1
  173. package/build/angular/components/refresh-control/index.d.ts +0 -91
  174. package/build/angular/components/refresh-control/index.js +0 -382
  175. package/build/angular/components/refresh-control/index.js.map +0 -1
  176. package/build/angular/components/safe-area-view/index.d.ts +0 -64
  177. package/build/angular/components/safe-area-view/index.js +0 -287
  178. package/build/angular/components/safe-area-view/index.js.map +0 -1
  179. package/build/angular/components/scroll-view/index.android.d.ts +0 -20
  180. package/build/angular/components/scroll-view/index.android.js +0 -262
  181. package/build/angular/components/scroll-view/index.android.js.map +0 -1
  182. package/build/angular/components/scroll-view/index.d.ts +0 -3
  183. package/build/angular/components/scroll-view/index.ios.d.ts +0 -8
  184. package/build/angular/components/scroll-view/index.ios.js +0 -92
  185. package/build/angular/components/scroll-view/index.ios.js.map +0 -1
  186. package/build/angular/components/scroll-view/index.js +0 -6
  187. package/build/angular/components/scroll-view/index.js.map +0 -1
  188. package/build/angular/components/scroll-view/projection.d.ts +0 -67
  189. package/build/angular/components/scroll-view/projection.js +0 -560
  190. package/build/angular/components/scroll-view/projection.js.map +0 -1
  191. package/build/angular/components/scroll-view/shared.d.ts +0 -241
  192. package/build/angular/components/scroll-view/shared.js +0 -848
  193. package/build/angular/components/scroll-view/shared.js.map +0 -1
  194. package/build/angular/components/scroll-view/sticky-header.d.ts +0 -40
  195. package/build/angular/components/scroll-view/sticky-header.js +0 -224
  196. package/build/angular/components/scroll-view/sticky-header.js.map +0 -1
  197. package/build/angular/components/switch/index.android.d.ts +0 -24
  198. package/build/angular/components/switch/index.android.js +0 -112
  199. package/build/angular/components/switch/index.android.js.map +0 -1
  200. package/build/angular/components/switch/index.d.ts +0 -1
  201. package/build/angular/components/switch/index.ios.d.ts +0 -23
  202. package/build/angular/components/switch/index.ios.js +0 -111
  203. package/build/angular/components/switch/index.ios.js.map +0 -1
  204. package/build/angular/components/switch/index.js +0 -4
  205. package/build/angular/components/switch/index.js.map +0 -1
  206. package/build/angular/components/switch/shared.d.ts +0 -49
  207. package/build/angular/components/switch/shared.js +0 -191
  208. package/build/angular/components/switch/shared.js.map +0 -1
  209. package/build/angular/components/text-input.d.ts +0 -167
  210. package/build/angular/components/text-input.js +0 -684
  211. package/build/angular/components/text-input.js.map +0 -1
  212. package/build/angular/components/touchable/index.d.ts +0 -283
  213. package/build/angular/components/touchable/index.js +0 -1453
  214. package/build/angular/components/touchable/index.js.map +0 -1
  215. package/build/angular/components/touchable-native-feedback/index.d.ts +0 -87
  216. package/build/angular/components/touchable-native-feedback/index.js +0 -409
  217. package/build/angular/components/touchable-native-feedback/index.js.map +0 -1
  218. package/build/angular/state-style.d.ts +0 -9
  219. package/build/angular/state-style.js +0 -39
  220. package/build/angular/state-style.js.map +0 -1
  221. package/metro-transformer.cjs +0 -69
  222. package/src/components/activity-indicator/index.android.ts +0 -23
  223. package/src/components/activity-indicator/index.ios.ts +0 -21
  224. package/src/components/activity-indicator/index.ts +0 -4
  225. package/src/components/activity-indicator/shared.ts +0 -225
  226. package/src/components/button.ts +0 -237
  227. package/src/components/image/index.android.ts +0 -95
  228. package/src/components/image/index.ios.ts +0 -95
  229. package/src/components/image/index.ts +0 -3
  230. package/src/components/image-background.ts +0 -308
  231. package/src/components/input-accessory-view/index.ts +0 -246
  232. package/src/components/pressable/index.ts +0 -522
  233. package/src/components/refresh-control/index.ts +0 -349
  234. package/src/components/safe-area-view/index.ts +0 -247
  235. package/src/components/scroll-view/index.android.ts +0 -205
  236. package/src/components/scroll-view/index.ios.ts +0 -81
  237. package/src/components/scroll-view/index.ts +0 -7
  238. package/src/components/scroll-view/projection.ts +0 -713
  239. package/src/components/scroll-view/shared.ts +0 -1093
  240. package/src/components/scroll-view/sticky-header.ts +0 -267
  241. package/src/components/switch/index.android.ts +0 -113
  242. package/src/components/switch/index.ios.ts +0 -112
  243. package/src/components/switch/index.ts +0 -4
  244. package/src/components/switch/shared.ts +0 -284
  245. package/src/components/text-input.ts +0 -669
  246. package/src/components/touchable/index.ts +0 -956
  247. package/src/components/touchable-native-feedback/index.ts +0 -327
  248. package/src/state-style.ts +0 -39
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/image/index.ts"],"names":[],"mappings":"AAAA,iHAAiH;AAEjH,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared.js","sourceRoot":"","sources":["../../../../src/components/image/shared.ts"],"names":[],"mappings":"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"}
@@ -1,85 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { type IAccessibilityProps, type IAccessibilityStateValue, type IAriaProps, type IImageProps, type IImageSourceProp, type IResizeMode } from '@symbiote-native/components';
3
- import { type IStyleProp, type ISymbioteEvent, type IViewStyle } from '@symbiote-native/engine';
4
- import { type IGatedAccessibilityEvent } from '../gate-demand';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "../primitives/shared";
7
- export interface IAngularImageBackgroundProps extends Omit<IImageProps, 'style'> {
8
- style?: IStyleProp<IViewStyle>;
9
- imageStyle?: IStyleProp<IViewStyle> | string;
10
- }
11
- export type IAngularImageBackgroundInputs = Omit<IAngularImageBackgroundProps, 'onAccessibilityAction' | 'onAccessibilityTap' | 'onMagicTap' | 'onAccessibilityEscape' | 'onLoadStart' | 'onLoad' | 'onLoadEnd' | 'onError' | 'onProgress' | 'onPartialLoad'>;
12
- export declare class ImageBackground implements IAngularImageBackgroundInputs {
13
- readonly accessibilityAction: EventEmitter<ISymbioteEvent>;
14
- readonly accessibilityTap: EventEmitter<ISymbioteEvent>;
15
- readonly magicTap: EventEmitter<ISymbioteEvent>;
16
- readonly accessibilityEscape: EventEmitter<ISymbioteEvent>;
17
- private readonly gateDemandAbove;
18
- wantsGate(name: IGatedAccessibilityEvent): boolean;
19
- readonly loadStart: EventEmitter<ISymbioteEvent>;
20
- readonly load: EventEmitter<ISymbioteEvent>;
21
- readonly loadEnd: EventEmitter<ISymbioteEvent>;
22
- readonly error: EventEmitter<ISymbioteEvent>;
23
- readonly progress: EventEmitter<ISymbioteEvent>;
24
- readonly partialLoad: EventEmitter<ISymbioteEvent>;
25
- source?: IImageSourceProp;
26
- defaultSource?: IImageSourceProp;
27
- loadingIndicatorSource?: IImageSourceProp;
28
- style?: IStyleProp<IViewStyle>;
29
- imageStyleValue?: IStyleProp<IViewStyle> | string;
30
- resizeMode?: IResizeMode;
31
- resizeMethod?: IImageProps['resizeMethod'];
32
- tintColor?: string;
33
- blurRadius?: number;
34
- capInsets?: IImageProps['capInsets'];
35
- fadeDuration?: number;
36
- progressiveRenderingEnabled?: boolean;
37
- src?: string;
38
- srcSet?: string;
39
- alt?: string;
40
- width?: number;
41
- height?: number;
42
- crossOrigin?: 'anonymous' | 'use-credentials';
43
- referrerPolicy?: string;
44
- testID?: string;
45
- nativeID?: string;
46
- accessible?: boolean;
47
- accessibilityLabel?: string;
48
- accessibilityHint?: string;
49
- accessibilityRole?: IAccessibilityProps['accessibilityRole'];
50
- accessibilityState?: IAccessibilityStateValue;
51
- accessibilityValue?: IAccessibilityProps['accessibilityValue'];
52
- accessibilityActions?: IAccessibilityProps['accessibilityActions'];
53
- accessibilityLabelledBy?: string | string[];
54
- importantForAccessibility?: IAccessibilityProps['importantForAccessibility'];
55
- accessibilityLiveRegion?: IAccessibilityProps['accessibilityLiveRegion'];
56
- screenReaderFocusable?: boolean;
57
- accessibilityViewIsModal?: boolean;
58
- accessibilityElementsHidden?: boolean;
59
- accessibilityIgnoresInvertColors?: boolean;
60
- accessibilityLanguage?: string;
61
- accessibilityRespondsToUserInteraction?: boolean;
62
- accessibilityShowsLargeContentViewer?: boolean;
63
- accessibilityLargeContentTitle?: string;
64
- role?: IAriaProps['role'];
65
- ariaLabel?: string;
66
- ariaLabelledBy?: string;
67
- ariaLive?: IAriaProps['aria-live'];
68
- ariaHidden?: boolean;
69
- ariaBusy?: boolean;
70
- ariaChecked?: boolean | 'mixed';
71
- ariaDisabled?: boolean;
72
- ariaExpanded?: boolean;
73
- ariaSelected?: boolean;
74
- ariaModal?: boolean;
75
- ariaValueMax?: number;
76
- ariaValueMin?: number;
77
- ariaValueNow?: number;
78
- ariaValueText?: string;
79
- private readonly elementRef;
80
- get wrapperStyle(): unknown;
81
- get imageStyle(): IStyleProp<IViewStyle> | undefined;
82
- get folded(): Partial<IAngularImageBackgroundProps>;
83
- static ɵfac: i0.ɵɵFactoryDeclaration<ImageBackground, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageBackground, "ImageBackground", never, { "source": { "alias": "source"; "required": false; }; "defaultSource": { "alias": "defaultSource"; "required": false; }; "loadingIndicatorSource": { "alias": "loadingIndicatorSource"; "required": false; }; "style": { "alias": "style"; "required": false; }; "imageStyleValue": { "alias": "imageStyle"; "required": false; }; "resizeMode": { "alias": "resizeMode"; "required": false; }; "resizeMethod": { "alias": "resizeMethod"; "required": false; }; "tintColor": { "alias": "tintColor"; "required": false; }; "blurRadius": { "alias": "blurRadius"; "required": false; }; "capInsets": { "alias": "capInsets"; "required": false; }; "fadeDuration": { "alias": "fadeDuration"; "required": false; }; "progressiveRenderingEnabled": { "alias": "progressiveRenderingEnabled"; "required": false; }; "src": { "alias": "src"; "required": false; }; "srcSet": { "alias": "srcSet"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "crossOrigin": { "alias": "crossOrigin"; "required": false; }; "referrerPolicy": { "alias": "referrerPolicy"; "required": false; }; "testID": { "alias": "testID"; "required": false; }; "nativeID": { "alias": "nativeID"; "required": false; }; "accessible": { "alias": "accessible"; "required": false; }; "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "accessibilityHint": { "alias": "accessibilityHint"; "required": false; }; "accessibilityRole": { "alias": "accessibilityRole"; "required": false; }; "accessibilityState": { "alias": "accessibilityState"; "required": false; }; "accessibilityValue": { "alias": "accessibilityValue"; "required": false; }; "accessibilityActions": { "alias": "accessibilityActions"; "required": false; }; "accessibilityLabelledBy": { "alias": "accessibilityLabelledBy"; "required": false; }; "importantForAccessibility": { "alias": "importantForAccessibility"; "required": false; }; "accessibilityLiveRegion": { "alias": "accessibilityLiveRegion"; "required": false; }; "screenReaderFocusable": { "alias": "screenReaderFocusable"; "required": false; }; "accessibilityViewIsModal": { "alias": "accessibilityViewIsModal"; "required": false; }; "accessibilityElementsHidden": { "alias": "accessibilityElementsHidden"; "required": false; }; "accessibilityIgnoresInvertColors": { "alias": "accessibilityIgnoresInvertColors"; "required": false; }; "accessibilityLanguage": { "alias": "accessibilityLanguage"; "required": false; }; "accessibilityRespondsToUserInteraction": { "alias": "accessibilityRespondsToUserInteraction"; "required": false; }; "accessibilityShowsLargeContentViewer": { "alias": "accessibilityShowsLargeContentViewer"; "required": false; }; "accessibilityLargeContentTitle": { "alias": "accessibilityLargeContentTitle"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; }; "ariaLive": { "alias": "aria-live"; "required": false; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; }; "ariaBusy": { "alias": "aria-busy"; "required": false; }; "ariaChecked": { "alias": "aria-checked"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "ariaExpanded": { "alias": "aria-expanded"; "required": false; }; "ariaSelected": { "alias": "aria-selected"; "required": false; }; "ariaModal": { "alias": "aria-modal"; "required": false; }; "ariaValueMax": { "alias": "aria-valuemax"; "required": false; }; "ariaValueMin": { "alias": "aria-valuemin"; "required": false; }; "ariaValueNow": { "alias": "aria-valuenow"; "required": false; }; "ariaValueText": { "alias": "aria-valuetext"; "required": false; }; }, { "accessibilityAction": "accessibilityAction"; "accessibilityTap": "accessibilityTap"; "magicTap": "magicTap"; "accessibilityEscape": "accessibilityEscape"; "loadStart": "loadStart"; "load": "load"; "loadEnd": "loadEnd"; "error": "error"; "progress": "progress"; "partialLoad": "partialLoad"; }, never, ["*"], true, [{ directive: typeof i1.SymbioteStyleInputDirective; inputs: { "style": "style"; }; outputs: {}; }]>;
85
- }
@@ -1,443 +0,0 @@
1
- // ImageBackground: the Angular lifecycle half. ImageBackground has NO native host of its own —
2
- // it composes an outer View, an absolute-fill Image behind the user children, and the children
3
- // on top. The composition math (the absolute-fill, the wrapper-dimension proxy onto the inner
4
- // image, the imageStyle merge) lives framework-agnostic in @symbiote-native/components/renderImageBackground
5
- // and is shared verbatim with React/Vue. React/Vue bridge the Descriptor it returns; Angular has
6
- // no hyperscript bridge, so it composes with a TEMPLATE instead and reuses renderImageBackground
7
- // ONLY to compute the inner image's merged style (read off the tree it returns) — the math stays
8
- // shared, never reimplemented. The inner <Image> is the adapter's own Image component, which owns
9
- // source resolution / a11y folding / event emission; ImageBackground forwards every Image prop onto
10
- // it. `style` is the WRAPPER View style; `imageStyle` targets the inner image. Children paint AFTER
11
- // the image (on top) via <ng-content>. The Angular twin of the React/Vue ImageBackground.
12
- import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, inject, Input, Output, } from '@angular/core';
13
- import { renderImageBackground, resolveAccessibilityProps, } from '@symbiote-native/components';
14
- import { resolveClassName, } from '@symbiote-native/engine';
15
- import { Image } from './image';
16
- import { anchorHostStyle, SymbioteStyleInputDirective, ViewHost, } from '../primitives';
17
- import { gateWanted, injectGateDemandAbove, provideGateDemand, } from '../gate-demand';
18
- import * as i0 from "@angular/core";
19
- import * as i1 from "../primitives/shared";
20
- export class ImageBackground {
21
- // The inner <Image>'s events as real Angular events, re-emitted verbatim through
22
- // ImageBackground's own outputs: `(load)="load.emit($event)"`, not `[onLoad]="onLoad"`.
23
- accessibilityAction = new EventEmitter();
24
- accessibilityTap = new EventEmitter();
25
- magicTap = new EventEmitter();
26
- accessibilityEscape = new EventEmitter();
27
- // This wrapper binds the four gated accessibility events on the component it renders, which
28
- // Angular forces to be unconditional and which would light that component's gates on every
29
- // instance. It answers for them instead — see `gate-demand.ts`.
30
- gateDemandAbove = injectGateDemandAbove();
31
- wantsGate(name) {
32
- return gateWanted(this.gateDemandAbove, name, this[name]);
33
- }
34
- loadStart = new EventEmitter();
35
- load = new EventEmitter();
36
- loadEnd = new EventEmitter();
37
- error = new EventEmitter();
38
- progress = new EventEmitter();
39
- partialLoad = new EventEmitter();
40
- source;
41
- defaultSource;
42
- loadingIndicatorSource;
43
- style;
44
- imageStyleValue;
45
- resizeMode;
46
- resizeMethod;
47
- tintColor;
48
- blurRadius;
49
- capInsets;
50
- fadeDuration;
51
- progressiveRenderingEnabled;
52
- src;
53
- srcSet;
54
- alt;
55
- width;
56
- height;
57
- crossOrigin;
58
- referrerPolicy;
59
- testID;
60
- nativeID;
61
- accessible;
62
- accessibilityLabel;
63
- accessibilityHint;
64
- accessibilityRole;
65
- accessibilityState;
66
- accessibilityValue;
67
- accessibilityActions;
68
- accessibilityLabelledBy;
69
- importantForAccessibility;
70
- accessibilityLiveRegion;
71
- screenReaderFocusable;
72
- accessibilityViewIsModal;
73
- accessibilityElementsHidden;
74
- accessibilityIgnoresInvertColors;
75
- accessibilityLanguage;
76
- accessibilityRespondsToUserInteraction;
77
- accessibilityShowsLargeContentViewer;
78
- accessibilityLargeContentTitle;
79
- role;
80
- ariaLabel;
81
- ariaLabelledBy;
82
- ariaLive;
83
- ariaHidden;
84
- ariaBusy;
85
- ariaChecked;
86
- ariaDisabled;
87
- ariaExpanded;
88
- ariaSelected;
89
- ariaModal;
90
- ariaValueMax;
91
- ariaValueMin;
92
- ariaValueNow;
93
- ariaValueText;
94
- // This component's OWN host — the non-painting anchor `class="..."` at the use site resolves
95
- // onto (see anchorHostStyle's doc comment) — NOT the inner `symbiote-view [style]="wrapperStyle"`
96
- // one level down. Merged FIRST so the explicit `style` @Input still wins (flattenStyle's
97
- // later-wins collapse), mirroring every other composed component's anchor merge. `imageStyle`
98
- // below stays untouched per the ImageBackground-specific nuance: it targets the inner image, not
99
- // this component's own root.
100
- elementRef = inject(ElementRef);
101
- get wrapperStyle() {
102
- return [anchorHostStyle(this.elementRef), this.style];
103
- }
104
- // renderImageBackground owns the absolute-fill + wrapper-dimension-proxy + imageStyle merge
105
- // (shared verbatim with React/Vue); read the inner image Descriptor's style off the tree it
106
- // returns rather than reimplementing it. Only style/imageStyle drive that merge, so the image
107
- // bag is empty here — the inner <Image> below resolves source / a11y / events on its own.
108
- get imageStyle() {
109
- // imageStyle targets the INNER image (renderImageBackground's own field); resolve a
110
- // class-name string here, before it flows into the merge.
111
- const resolvedImageStyleValue = typeof this.imageStyleValue === 'string'
112
- ? resolveClassName(this.imageStyleValue)
113
- : this.imageStyleValue;
114
- const inner = renderImageBackground({
115
- style: this.style,
116
- imageStyle: resolvedImageStyleValue,
117
- image: { passthrough: {} },
118
- }).children[0];
119
- return typeof inner === 'string'
120
- ? undefined
121
- : inner.props.style;
122
- }
123
- // Fold the web aria-*/role aliases into the canonical accessibility* props once per render, so the
124
- // inner image never sees an aria-* key (native ignores them) — the shared transform every adapter
125
- // runs. The inner <Image> re-runs the same fold idempotently over the already-folded props.
126
- get folded() {
127
- return resolveAccessibilityProps({
128
- accessibilityLabel: this.accessibilityLabel,
129
- accessibilityHint: this.accessibilityHint,
130
- accessibilityRole: this.accessibilityRole,
131
- accessibilityState: this.accessibilityState,
132
- accessibilityValue: this.accessibilityValue,
133
- accessibilityActions: this.accessibilityActions,
134
- accessibilityLabelledBy: this.accessibilityLabelledBy,
135
- importantForAccessibility: this.importantForAccessibility,
136
- accessibilityLiveRegion: this.accessibilityLiveRegion,
137
- screenReaderFocusable: this.screenReaderFocusable,
138
- accessibilityViewIsModal: this.accessibilityViewIsModal,
139
- accessibilityElementsHidden: this.accessibilityElementsHidden,
140
- accessibilityIgnoresInvertColors: this.accessibilityIgnoresInvertColors,
141
- accessibilityLanguage: this.accessibilityLanguage,
142
- accessibilityRespondsToUserInteraction: this.accessibilityRespondsToUserInteraction,
143
- accessibilityShowsLargeContentViewer: this.accessibilityShowsLargeContentViewer,
144
- accessibilityLargeContentTitle: this.accessibilityLargeContentTitle,
145
- role: this.role,
146
- 'aria-label': this.ariaLabel,
147
- 'aria-labelledby': this.ariaLabelledBy,
148
- 'aria-live': this.ariaLive,
149
- 'aria-hidden': this.ariaHidden,
150
- 'aria-busy': this.ariaBusy,
151
- 'aria-checked': this.ariaChecked,
152
- 'aria-disabled': this.ariaDisabled,
153
- 'aria-expanded': this.ariaExpanded,
154
- 'aria-selected': this.ariaSelected,
155
- 'aria-modal': this.ariaModal,
156
- 'aria-valuemax': this.ariaValueMax,
157
- 'aria-valuemin': this.ariaValueMin,
158
- 'aria-valuenow': this.ariaValueNow,
159
- 'aria-valuetext': this.ariaValueText,
160
- });
161
- }
162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ImageBackground, deps: [], target: i0.ɵɵFactoryTarget.Component });
163
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ImageBackground, isStandalone: true, selector: "ImageBackground", inputs: { source: "source", defaultSource: "defaultSource", loadingIndicatorSource: "loadingIndicatorSource", style: "style", imageStyleValue: ["imageStyle", "imageStyleValue"], resizeMode: "resizeMode", resizeMethod: "resizeMethod", tintColor: "tintColor", blurRadius: "blurRadius", capInsets: "capInsets", fadeDuration: "fadeDuration", progressiveRenderingEnabled: "progressiveRenderingEnabled", src: "src", srcSet: "srcSet", alt: "alt", width: "width", height: "height", crossOrigin: "crossOrigin", referrerPolicy: "referrerPolicy", testID: "testID", nativeID: "nativeID", accessible: "accessible", accessibilityLabel: "accessibilityLabel", accessibilityHint: "accessibilityHint", accessibilityRole: "accessibilityRole", accessibilityState: "accessibilityState", accessibilityValue: "accessibilityValue", accessibilityActions: "accessibilityActions", accessibilityLabelledBy: "accessibilityLabelledBy", importantForAccessibility: "importantForAccessibility", accessibilityLiveRegion: "accessibilityLiveRegion", screenReaderFocusable: "screenReaderFocusable", accessibilityViewIsModal: "accessibilityViewIsModal", accessibilityElementsHidden: "accessibilityElementsHidden", accessibilityIgnoresInvertColors: "accessibilityIgnoresInvertColors", accessibilityLanguage: "accessibilityLanguage", accessibilityRespondsToUserInteraction: "accessibilityRespondsToUserInteraction", accessibilityShowsLargeContentViewer: "accessibilityShowsLargeContentViewer", accessibilityLargeContentTitle: "accessibilityLargeContentTitle", role: "role", ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledBy: ["aria-labelledby", "ariaLabelledBy"], ariaLive: ["aria-live", "ariaLive"], ariaHidden: ["aria-hidden", "ariaHidden"], ariaBusy: ["aria-busy", "ariaBusy"], ariaChecked: ["aria-checked", "ariaChecked"], ariaDisabled: ["aria-disabled", "ariaDisabled"], ariaExpanded: ["aria-expanded", "ariaExpanded"], ariaSelected: ["aria-selected", "ariaSelected"], ariaModal: ["aria-modal", "ariaModal"], ariaValueMax: ["aria-valuemax", "ariaValueMax"], ariaValueMin: ["aria-valuemin", "ariaValueMin"], ariaValueNow: ["aria-valuenow", "ariaValueNow"], ariaValueText: ["aria-valuetext", "ariaValueText"] }, outputs: { accessibilityAction: "accessibilityAction", accessibilityTap: "accessibilityTap", magicTap: "magicTap", accessibilityEscape: "accessibilityEscape", loadStart: "loadStart", load: "load", loadEnd: "loadEnd", error: "error", progress: "progress", partialLoad: "partialLoad" }, hostDirectives: [{ directive: i1.SymbioteStyleInputDirective, inputs: ["style", "style"] }], ngImport: i0, template: `
164
- <symbiote-view [style]="wrapperStyle">
165
- <Image
166
- [source]="source"
167
- [defaultSource]="defaultSource"
168
- [loadingIndicatorSource]="loadingIndicatorSource"
169
- [style]="imageStyle"
170
- [resizeMode]="resizeMode"
171
- [resizeMethod]="resizeMethod"
172
- [tintColor]="tintColor"
173
- [blurRadius]="blurRadius"
174
- [capInsets]="capInsets"
175
- [fadeDuration]="fadeDuration"
176
- [progressiveRenderingEnabled]="progressiveRenderingEnabled"
177
- [src]="src"
178
- [srcSet]="srcSet"
179
- [alt]="alt"
180
- [width]="width"
181
- [height]="height"
182
- [crossOrigin]="crossOrigin"
183
- [referrerPolicy]="referrerPolicy"
184
- [testID]="testID"
185
- [nativeID]="nativeID"
186
- [accessible]="accessible"
187
- [accessibilityLabel]="folded.accessibilityLabel"
188
- [accessibilityHint]="folded.accessibilityHint"
189
- [accessibilityRole]="folded.accessibilityRole"
190
- [accessibilityState]="folded.accessibilityState"
191
- [accessibilityValue]="folded.accessibilityValue"
192
- [accessibilityActions]="folded.accessibilityActions"
193
- [accessibilityLabelledBy]="folded.accessibilityLabelledBy"
194
- [importantForAccessibility]="folded.importantForAccessibility"
195
- [accessibilityLiveRegion]="folded.accessibilityLiveRegion"
196
- [screenReaderFocusable]="folded.screenReaderFocusable"
197
- [accessibilityViewIsModal]="folded.accessibilityViewIsModal"
198
- [accessibilityElementsHidden]="folded.accessibilityElementsHidden"
199
- [accessibilityIgnoresInvertColors]="
200
- folded.accessibilityIgnoresInvertColors
201
- "
202
- [accessibilityLanguage]="folded.accessibilityLanguage"
203
- [accessibilityRespondsToUserInteraction]="
204
- folded.accessibilityRespondsToUserInteraction
205
- "
206
- [accessibilityShowsLargeContentViewer]="
207
- folded.accessibilityShowsLargeContentViewer
208
- "
209
- [accessibilityLargeContentTitle]="folded.accessibilityLargeContentTitle"
210
- (loadStart)="loadStart.emit($event)"
211
- (load)="load.emit($event)"
212
- (loadEnd)="loadEnd.emit($event)"
213
- (error)="error.emit($event)"
214
- (progress)="progress.emit($event)"
215
- (partialLoad)="partialLoad.emit($event)"
216
- (accessibilityAction)="accessibilityAction.emit($event)"
217
- (accessibilityTap)="accessibilityTap.emit($event)"
218
- (magicTap)="magicTap.emit($event)"
219
- (accessibilityEscape)="accessibilityEscape.emit($event)"
220
- />
221
- <ng-content></ng-content>
222
- </symbiote-view>
223
- `, isInline: true, dependencies: [{ kind: "component", type: Image, selector: "Image", inputs: ["source", "defaultSource", "loadingIndicatorSource", "style", "resizeMode", "resizeMethod", "tintColor", "blurRadius", "capInsets", "fadeDuration", "progressiveRenderingEnabled", "src", "srcSet", "alt", "width", "height", "crossOrigin", "referrerPolicy", "testID", "nativeID", "accessible", "accessibilityLabel", "accessibilityHint", "accessibilityRole", "accessibilityState", "accessibilityValue", "accessibilityActions", "accessibilityLabelledBy", "importantForAccessibility", "accessibilityLiveRegion", "screenReaderFocusable", "accessibilityViewIsModal", "accessibilityElementsHidden", "accessibilityIgnoresInvertColors", "accessibilityLanguage", "accessibilityRespondsToUserInteraction", "accessibilityShowsLargeContentViewer", "accessibilityLargeContentTitle", "role", "aria-label", "aria-labelledby", "aria-live", "aria-hidden", "aria-busy", "aria-checked", "aria-disabled", "aria-expanded", "aria-selected", "aria-modal", "aria-valuemax", "aria-valuemin", "aria-valuenow", "aria-valuetext", "onAccessibilityAction", "onAccessibilityTap", "onMagicTap", "onAccessibilityEscape", "onLoadStart", "onLoad", "onLoadEnd", "onError", "onProgress", "onPartialLoad"], outputs: ["accessibilityAction", "accessibilityTap", "magicTap", "accessibilityEscape", "loadStart", "load", "loadEnd", "error", "progress", "partialLoad"] }, { kind: "component", type: ViewHost, selector: "symbiote-view, View" }], viewProviders: [provideGateDemand(() => ImageBackground)], changeDetection: i0.ChangeDetectionStrategy.OnPush });
224
- }
225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ImageBackground, decorators: [{
226
- type: Component,
227
- args: [{
228
- selector: 'ImageBackground',
229
- standalone: true,
230
- viewProviders: [provideGateDemand(() => ImageBackground)],
231
- hostDirectives: [
232
- { directive: SymbioteStyleInputDirective, inputs: ['style'] },
233
- ],
234
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
235
- imports: [Image, ViewHost],
236
- changeDetection: ChangeDetectionStrategy.OnPush,
237
- template: `
238
- <symbiote-view [style]="wrapperStyle">
239
- <Image
240
- [source]="source"
241
- [defaultSource]="defaultSource"
242
- [loadingIndicatorSource]="loadingIndicatorSource"
243
- [style]="imageStyle"
244
- [resizeMode]="resizeMode"
245
- [resizeMethod]="resizeMethod"
246
- [tintColor]="tintColor"
247
- [blurRadius]="blurRadius"
248
- [capInsets]="capInsets"
249
- [fadeDuration]="fadeDuration"
250
- [progressiveRenderingEnabled]="progressiveRenderingEnabled"
251
- [src]="src"
252
- [srcSet]="srcSet"
253
- [alt]="alt"
254
- [width]="width"
255
- [height]="height"
256
- [crossOrigin]="crossOrigin"
257
- [referrerPolicy]="referrerPolicy"
258
- [testID]="testID"
259
- [nativeID]="nativeID"
260
- [accessible]="accessible"
261
- [accessibilityLabel]="folded.accessibilityLabel"
262
- [accessibilityHint]="folded.accessibilityHint"
263
- [accessibilityRole]="folded.accessibilityRole"
264
- [accessibilityState]="folded.accessibilityState"
265
- [accessibilityValue]="folded.accessibilityValue"
266
- [accessibilityActions]="folded.accessibilityActions"
267
- [accessibilityLabelledBy]="folded.accessibilityLabelledBy"
268
- [importantForAccessibility]="folded.importantForAccessibility"
269
- [accessibilityLiveRegion]="folded.accessibilityLiveRegion"
270
- [screenReaderFocusable]="folded.screenReaderFocusable"
271
- [accessibilityViewIsModal]="folded.accessibilityViewIsModal"
272
- [accessibilityElementsHidden]="folded.accessibilityElementsHidden"
273
- [accessibilityIgnoresInvertColors]="
274
- folded.accessibilityIgnoresInvertColors
275
- "
276
- [accessibilityLanguage]="folded.accessibilityLanguage"
277
- [accessibilityRespondsToUserInteraction]="
278
- folded.accessibilityRespondsToUserInteraction
279
- "
280
- [accessibilityShowsLargeContentViewer]="
281
- folded.accessibilityShowsLargeContentViewer
282
- "
283
- [accessibilityLargeContentTitle]="folded.accessibilityLargeContentTitle"
284
- (loadStart)="loadStart.emit($event)"
285
- (load)="load.emit($event)"
286
- (loadEnd)="loadEnd.emit($event)"
287
- (error)="error.emit($event)"
288
- (progress)="progress.emit($event)"
289
- (partialLoad)="partialLoad.emit($event)"
290
- (accessibilityAction)="accessibilityAction.emit($event)"
291
- (accessibilityTap)="accessibilityTap.emit($event)"
292
- (magicTap)="magicTap.emit($event)"
293
- (accessibilityEscape)="accessibilityEscape.emit($event)"
294
- />
295
- <ng-content></ng-content>
296
- </symbiote-view>
297
- `,
298
- }]
299
- }], propDecorators: { accessibilityAction: [{
300
- type: Output
301
- }], accessibilityTap: [{
302
- type: Output
303
- }], magicTap: [{
304
- type: Output
305
- }], accessibilityEscape: [{
306
- type: Output
307
- }], loadStart: [{
308
- type: Output
309
- }], load: [{
310
- type: Output
311
- }], loadEnd: [{
312
- type: Output
313
- }], error: [{
314
- type: Output
315
- }], progress: [{
316
- type: Output
317
- }], partialLoad: [{
318
- type: Output
319
- }], source: [{
320
- type: Input
321
- }], defaultSource: [{
322
- type: Input
323
- }], loadingIndicatorSource: [{
324
- type: Input
325
- }], style: [{
326
- type: Input
327
- }], imageStyleValue: [{
328
- type: Input,
329
- args: ['imageStyle']
330
- }], resizeMode: [{
331
- type: Input
332
- }], resizeMethod: [{
333
- type: Input
334
- }], tintColor: [{
335
- type: Input
336
- }], blurRadius: [{
337
- type: Input
338
- }], capInsets: [{
339
- type: Input
340
- }], fadeDuration: [{
341
- type: Input
342
- }], progressiveRenderingEnabled: [{
343
- type: Input
344
- }], src: [{
345
- type: Input
346
- }], srcSet: [{
347
- type: Input
348
- }], alt: [{
349
- type: Input
350
- }], width: [{
351
- type: Input
352
- }], height: [{
353
- type: Input
354
- }], crossOrigin: [{
355
- type: Input
356
- }], referrerPolicy: [{
357
- type: Input
358
- }], testID: [{
359
- type: Input
360
- }], nativeID: [{
361
- type: Input
362
- }], accessible: [{
363
- type: Input
364
- }], accessibilityLabel: [{
365
- type: Input
366
- }], accessibilityHint: [{
367
- type: Input
368
- }], accessibilityRole: [{
369
- type: Input
370
- }], accessibilityState: [{
371
- type: Input
372
- }], accessibilityValue: [{
373
- type: Input
374
- }], accessibilityActions: [{
375
- type: Input
376
- }], accessibilityLabelledBy: [{
377
- type: Input
378
- }], importantForAccessibility: [{
379
- type: Input
380
- }], accessibilityLiveRegion: [{
381
- type: Input
382
- }], screenReaderFocusable: [{
383
- type: Input
384
- }], accessibilityViewIsModal: [{
385
- type: Input
386
- }], accessibilityElementsHidden: [{
387
- type: Input
388
- }], accessibilityIgnoresInvertColors: [{
389
- type: Input
390
- }], accessibilityLanguage: [{
391
- type: Input
392
- }], accessibilityRespondsToUserInteraction: [{
393
- type: Input
394
- }], accessibilityShowsLargeContentViewer: [{
395
- type: Input
396
- }], accessibilityLargeContentTitle: [{
397
- type: Input
398
- }], role: [{
399
- type: Input
400
- }], ariaLabel: [{
401
- type: Input,
402
- args: ['aria-label']
403
- }], ariaLabelledBy: [{
404
- type: Input,
405
- args: ['aria-labelledby']
406
- }], ariaLive: [{
407
- type: Input,
408
- args: ['aria-live']
409
- }], ariaHidden: [{
410
- type: Input,
411
- args: ['aria-hidden']
412
- }], ariaBusy: [{
413
- type: Input,
414
- args: ['aria-busy']
415
- }], ariaChecked: [{
416
- type: Input,
417
- args: ['aria-checked']
418
- }], ariaDisabled: [{
419
- type: Input,
420
- args: ['aria-disabled']
421
- }], ariaExpanded: [{
422
- type: Input,
423
- args: ['aria-expanded']
424
- }], ariaSelected: [{
425
- type: Input,
426
- args: ['aria-selected']
427
- }], ariaModal: [{
428
- type: Input,
429
- args: ['aria-modal']
430
- }], ariaValueMax: [{
431
- type: Input,
432
- args: ['aria-valuemax']
433
- }], ariaValueMin: [{
434
- type: Input,
435
- args: ['aria-valuemin']
436
- }], ariaValueNow: [{
437
- type: Input,
438
- args: ['aria-valuenow']
439
- }], ariaValueText: [{
440
- type: Input,
441
- args: ['aria-valuetext']
442
- }] } });
443
- //# sourceMappingURL=image-background.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"image-background.js","sourceRoot":"","sources":["../../../src/components/image-background.ts"],"names":[],"mappings":"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"}