@symbiote-native/angular 0.8.0 → 2.0.0

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