Commit ec85da3
Stateful client changes (#2826)
* [VerticalGalleries] vertical gallery component (#2764)
* Create component
* add component for control bar
* Add some base styles, add bucketize
* add CC label and nav button icons
* update API docs for initial component
* Change files
* Duplicate change files for beta release
* extract bucketize to utils file
* update useEffect deps
* fix lint
* update styles comment
* Make style private
* fix cc comment
* [VerticalGallery] Responsive vertical gallery wrapper (#2770)
* Create component
* add component for control bar
* Add some base styles, add bucketize
* add CC label and nav button icons
* update API docs for initial component
* Change files
* Duplicate change files for beta release
* extract bucketize to utils file
* update useEffect deps
* fix lint
* update styles comment
* create component
* start calculateChildren helper
* add child calc function
* update children styles application VerticalGallery
* Change files
* Duplicate change files for beta release
* fix comment
* fix linting errors
* create style sheet file for responsive container
* simplifiy key and update comment
* update to track min tile via constant
* memoized styles
* rename styles file to be right type
* update first calculation to be without controls
* fix lint
* im bad at spelling
* Make style private
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* Add more url parameters for chat sample (#2752)
* Add more url parameters for chat sample
---------
Signed-off-by: Patrick Latter <73612854+palatter@users.noreply.github.com>
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: James Burnside <2684369+JamesBurnside@users.noreply.github.com>
* 1.5.1-beta.1 pre-release branch (#2699)
Update Changelogs
* Fix: Permission Error in Chat after leaving a Teams Interop meeting (#2777)
* Update `@Azure/communication-chat` to 1.3.0 (#2762)
* Update beta version of @azure/communication-calling to 1.11.0-beta.1 (#2763)
* Conditional compilation vscode extension settings and documentation (#2775)
* Add setting file for extension
* Add settings extensions.json
---------
Co-authored-by: Nan Jiang <jinan@microsoft.com>
* Added overflowGalleryLayout prop to VideoGallery (#2774)
* Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants
* Refactor FloatingLocalVideo props
* renamed VideoGalleryResponsiveHorizontalGallery -> OverflowGallery
* Change files
* Duplicate change files for beta release
* remove ScrollableHorizontalGallery from DefaultLayout
* lint fix
* overflowGalleryLayout = 'HorizontalBottom' as default for VIdeoGallery
* VerticalGallery container should maintain a min width in case no room is available for any video tiles
* created props interface for FloatingLocalVideo component
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* [Vertical Galleries] Vertical gallery CSS updates (#2781)
* Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants
* Refactor FloatingLocalVideo props
* renamed VideoGalleryResponsiveHorizontalGallery -> OverflowGallery
* Change files
* Duplicate change files for beta release
* remove ScrollableHorizontalGallery from DefaultLayout
* lint fix
* overflowGalleryLayout = 'HorizontalBottom' as default for VIdeoGallery
* update CSS for proper button placement.
* update css for larger page counts
* fix up styles bottom out control bar
* Change files
* Duplicate change files for beta release
* memoize styles in verticalGallery
* update style name
* fix lint
* update per comments
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: mgamis-msft <79475487+mgamis-msft@users.noreply.github.com>
* Vertical overflow gallery layout unit tests (#2783)
* added VideoGallery unit tests for vertical overflow gallery
* Change files
* Duplicate change files for beta release
* conditional compilation in VideoGallery.test.tsx for VerticalGallery
* added test for video participant in grid and the rest bucketized in vertical gallery
* [GitHub] Update code owners (#2737)
* [Vertical Galleries] Update styles to allow tile vertical resizing (#2785)
* Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants
* Refactor FloatingLocalVideo props
* renamed VideoGalleryResponsiveHorizontalGallery -> OverflowGallery
* Change files
* Duplicate change files for beta release
* remove ScrollableHorizontalGallery from DefaultLayout
* lint fix
* overflowGalleryLayout = 'HorizontalBottom' as default for VIdeoGallery
* update CSS for proper button placement.
* update css for larger page counts
* fix up styles bottom out control bar
* Change files
* Duplicate change files for beta release
* memoize styles in verticalGallery
* update style name
* fix lint
* update per comments
* update styles to allow tile vertical resizing
* Change files
* Duplicate change files for beta release
* fix pagination label bug
* fix pagination label issues
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: mgamis-msft <79475487+mgamis-msft@users.noreply.github.com>
* Disable the selectivity of a text in video gallery for long touch to function properly (#2790)
* disable the selectivity of a text in video gallery for long touch to function properly
* Change files
* Duplicate change files for beta release
* Storybook messages loading issue fix (#2784)
* Caption component (#2794)
* caption
* Change files
* Duplicate change files for beta release
* build file
* [bugfix][storybook] Update Calling Custom Data Model Example's userId identifier (#2799)
* Update Custom Data Model Example userId identifier
* Call composite switches between vertical and horizontal gallery depending on aspect ratio (#2786)
* Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants
* Refactor FloatingLocalVideo props
* renamed VideoGalleryResponsiveHorizontalGallery -> OverflowGallery
* Change files
* Duplicate change files for beta release
* remove ScrollableHorizontalGallery from DefaultLayout
* lint fix
* overflowGalleryLayout = 'HorizontalBottom' as default for VIdeoGallery
* update CSS for proper button placement.
* update css for larger page counts
* fix up styles bottom out control bar
* Change files
* Duplicate change files for beta release
* memoize styles in verticalGallery
* update style name
* fix lint
* update per comments
* Observe width and height of MediaGallery to switch between horizontal and vertical overflow gallery
* Change files
* Duplicate change files for beta release
* > changed to >=
* Fix local video tile size logic
* let -> const
* fix floating local video tile size logic
* viewport adjusted in horizontal gallery snapshot tests
* Update packages/react-composites CallComposite browser test snapshots
* viewport adjusted in horizontal gallery snapshot tests for Desktop only
* Update packages/react-composites CallComposite browser test snapshots
* update so optimize for mobile
* Added playwright config project to test vertical gallery and horizontal gallery on Desktop
* Change files
* Duplicate change files for beta release
* test.use to assign viewport to HorizontalGallery snapshot tests
* remove unused variable
* lint fix
* use testMatch and testIgnore for HorizontalGallery.test.ts
* Revert changes to HorizontalGallery.test.ts
* shorten name project name
* Update packages/react-composites CallComposite browser test snapshots
* Changed HorizontalGallery button identifiers to be more generic
* stable api update
* Update packages/react-composites CallComposite browser test snapshots
* hermetic IDS fixed
* delete unused snapshot
* delete unused stable flavor snapshots
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [VerticalGallery] A11y updates and styling vertical gallery through props (#2796)
* update styles to be passed in properly
* add aria strings to nav buttons
* Change files
* Duplicate change files for beta release
* fix lint
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* [Chat][BugFix] Updated Local Participant Text Label Colour (#2795)
* [Vertical Galleries] Vertical gallery resize tests (#2798)
* Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants
* Refactor FloatingLocalVideo props
* renamed VideoGalleryResponsiveHorizontalGallery -> OverflowGallery
* Change files
* Duplicate change files for beta release
* remove ScrollableHorizontalGallery from DefaultLayout
* lint fix
* overflowGalleryLayout = 'HorizontalBottom' as default for VIdeoGallery
* update CSS for proper button placement.
* update css for larger page counts
* fix up styles bottom out control bar
* Change files
* Duplicate change files for beta release
* memoize styles in verticalGallery
* update style name
* fix lint
* update per comments
* Observe width and height of MediaGallery to switch between horizontal and vertical overflow gallery
* Change files
* Duplicate change files for beta release
* > changed to >=
* Fix local video tile size logic
* let -> const
* fix floating local video tile size logic
* viewport adjusted in horizontal gallery snapshot tests
* Update packages/react-composites CallComposite browser test snapshots
* viewport adjusted in horizontal gallery snapshot tests for Desktop only
* Update packages/react-composites CallComposite browser test snapshots
* update so optimize for mobile
* Added playwright config project to test vertical gallery and horizontal gallery on Desktop
* Change files
* Duplicate change files for beta release
* test.use to assign viewport to HorizontalGallery snapshot tests
* remove unused variable
* lint fix
* use testMatch and testIgnore for HorizontalGallery.test.ts
* Revert changes to HorizontalGallery.test.ts
* shorten name project name
* Update packages/react-composites CallComposite browser test snapshots
* Add data-ui-id's for verticalGallery nav buttons
* Changed HorizontalGallery button identifiers to be more generic
* create initial tests and first size check test
* stable api update
* await on window resize
* finish tests for vertical resizing
* Change files
* Duplicate change files for beta release
* fix conflicts
* updating test ids
---------
Co-authored-by: mgamis-msft <79475487+mgamis-msft@users.noreply.github.com>
Co-authored-by: mgamis-msft <miguelgamis@microsoft.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [StreamUtils updates] Move logging out of stream utils (#2753)
* Create logging function for simplification
* finish creating logging functions
* mvoe logging to new file
* remote renderer removed from state after dispose
* Change files
* Duplicate change files for beta release
* fix lint
* update logger
* fix switch statements
* fix lint
* fix lint logging
* fix lint
* Update packages/calling-stateful-client/src/StreamUtilsLogging.ts
Co-authored-by: James Burnside <2684369+JamesBurnside@users.noreply.github.com>
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* Fix typing issue
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: James Burnside <2684369+JamesBurnside@users.noreply.github.com>
* [StreamUtils updates] one CreateView to rule them all (#2755)
* Create logging function for simplification
* finish creating logging functions
* mvoe logging to new file
* remote renderer removed from state after dispose
* Change files
* Duplicate change files for beta release
* fix lint
* create generic createViewVideo function
* remove comments
* remove console
* fix bad comparison
* Change files
* Duplicate change files for beta release
* update stream type detection
* update test logic for determining stream type
* update logger
* update to use new logging functions
* fix logging fall through
* fix switch statements
* fix lint
* fix lint logging
* fix lint
* update to use const on stream and participant info
* [StreamUtils updates] One disposeView to rule them all (#2758)
* Create logging function for simplification
* finish creating logging functions
* mvoe logging to new file
* remote renderer removed from state after dispose
* Change files
* Duplicate change files for beta release
* fix lint
* create generic createViewVideo function
* remove comments
* remove console
* fix bad comparison
* Change files
* Duplicate change files for beta release
* update stream type detection
* create general disposeView for local and remote
* Change files
* Duplicate change files for beta release
* update test logic for determining stream type
* update logger
* update to use new logging functions
* update disposeViewVideo to use new logging
* fix switch
* fix logging fall through
* fix switch statements
* fix lint
* fix lint logging
* fix lint
* update to use const on stream and participant info
* update participant info and stream info to const
* remove commented code
* Add stateful handlers for background effects (#2793)
* [UI Components & Story] Add clickable video effect items (#2789)
* [Chat][Bugfix] Sendbox Triggers Duplicate Typing Event (#2745)
* [Bugfix] Fix sending/delivered/failed message status is hidden for large group (#2707)
* Fix message status is hidden for large group
* Change files
* Duplicate change files for beta release
* Update embed html bundle snapshots
* Change default showMessageStatus to true
* Update embed html bundle snapshots
---------
* Call composite overflow gallery snapshot tests (#2804)
* Added snapshot tests for the VerticalGallery
* fix rtl style of local video tile container
* Change files
* Duplicate change files for beta release
* Remove test.only
* delete misplaced file
* Remove test.only
* Update packages/react-composites CallComposite browser test snapshots
* remove setViewPort call in test
* Update packages/react-composites CallComposite browser test snapshots
* conditionally run VerticalGallery.test.ts
* delete stable VerticalGallery snapshots
* do not run VerticalGallery snapshots for mobile portrait
* Update packages/react-composites CallComposite browser test snapshots
* HorizontalGallery.test.ts -> OverflowGallery.test.ts
* Update packages/react-composites CallComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
* Remove vertical gallery specific snapshots
* Add rtl test
* Update packages/react-composites CallComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* [Vertical Gallery] isShort styling (#2803)
* wire isShort into OverflowGallery
* update styles to be responsive to isShort
* Change files
* Duplicate change files for beta release
* fix lint
* remove console log
* update tile size bounds
* fix CC
* fix test.only
* update responsive height.
* update client height in tests
* Update packages/react-composites CallComposite browser test snapshots
* Update @azure-communication-react-492eb6e4-0fa6-4fd0-9e47-28cef19d15ef.json
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [Storybook bugfix] remove beta `formFactor` prop from storybook ChatComposite snippets (#2735)
* remove beta formFactor from storybook snippet
* Change files
* Duplicate change files for beta release
* [Component and Story] Add background picker component (#2792)
* Responsive vertical gallery unit tests (#2800)
* Added unit tests for ResponsiveVerticalGallery
* Change files
* Duplicate change files for beta release
* fix helper function comment and expected value for one test
* updated based on new prop isShort
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* Correct MessageThread API definition (#2812)
---------
Signed-off-by: Emlyn Bolton <3941071+emlynmac@users.noreply.github.com>
Co-authored-by: Porter Nan <jiangnanhello@live.com>
* Call with chat composite overflow gallery snapshot tests (#2806)
* Added snapshot tests for the VerticalGallery
* fix rtl style of local video tile container
* Change files
* Duplicate change files for beta release
* Remove test.only
* delete misplaced file
* Remove test.only
* Update packages/react-composites CallComposite browser test snapshots
* remove setViewPort call in test
* Update packages/react-composites CallComposite browser test snapshots
* conditionally run VerticalGallery.test.ts
* delete stable VerticalGallery snapshots
* do not run VerticalGallery snapshots for mobile portrait
* Update packages/react-composites CallComposite browser test snapshots
* HorizontalGallery.test.ts -> OverflowGallery.test.ts
* Update packages/react-composites CallComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
* Remove vertical gallery specific snapshots
* Add rtl test
* Update packages/react-composites CallComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
* Added overflow gallery tests for callWithChat composite
* Change files
* Duplicate change files for beta release
* removed focused test
* Update packages/react-composites CallWithChatComposite browser test snapshots
* Update packages/react-composites CallWithChatComposite browser test snapshots
* lint fix. differentiate rtl snapshot file names.
* fix import
* skip callWithChat overflow gallery tests for mobile platforms
* eslint disable no return type
* delete unneeded snapshots
* Update packages/react-composites CallWithChatComposite browser test snapshots
* Update packages/react-composites CallWithChatComposite browser test snapshots
* Update packages/react-composites CallWithChatComposite browser test snapshots
* wait for horizontal or vertical gallery to be present
* removed test focus
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* [Vertical Gallery] Storybook updates (#2802)
* update stories for first draft
* add images to docs
* Change files
* Duplicate change files for beta release
* fix image name
* update paragraph per comment
* update story to refer to overflow layout
* [Bug fix] add error string for when remote your view is frozen for others (#2808)
* add error string for when remote view is frozen
* Change files
* Duplicate change files for beta release
* stop gaslighting me github
* Update packages/react-composites CallComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [BugFix] Split button Primary action for Camera and Mic buttons (#2773)
* Update split buttons to have primary action
* Change files
* Duplicate change files for beta release
* update strings
* add localization
* fix icons merge error
* update mic logic for no speaker selection devices
* update API files
* lower case title name
* update menus to have sub menus
* Update packages/react-composites CallComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [Bug Fixes] Sample app PSTN updates (#2807)
* Update apps to provide more info about prop
* fix cc
* more cc
* Change files
* Duplicate change files for beta release
* remove new place holders for formats
* update wordage to be less verbose and not use ACS
* Update Webpack dependency to 5.76.0 (#2815)
* Update webpack to 5.76.0
* minor change
* Change files
* Duplicate change files for beta release
* updated stable pnpm-lock.yaml
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* Captions component (#2816)
* caption component
* caption component
* scroll to bottom
* Change files
* Duplicate change files for beta release
* scroll to bottom
* Video gallery show local tile and horizontal/vertical gallery when screensharing with no participant (#2822)
* video gallery show local tile when screensharing
* Change files
* Duplicate change files for beta release
* Stateful client code check in
* stateful
* Stateful client code check in
* 1.5.1-beta.1 pre-release branch (#2699)
Update Changelogs
* Update `@Azure/communication-chat` to 1.3.0 (#2762)
* Update beta version of @azure/communication-calling to 1.11.0-beta.1 (#2763)
* Add stateful handlers for background effects (#2793)
* Update Webpack dependency to 5.76.0 (#2815)
* Update webpack to 5.76.0
* minor change
* Change files
* Duplicate change files for beta release
* updated stable pnpm-lock.yaml
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* stateful
* Stateful client code check in
* 1.5.1-beta.1 pre-release branch (#2699)
Update Changelogs
* Update `@Azure/communication-chat` to 1.3.0 (#2762)
* Update beta version of @azure/communication-calling to 1.11.0-beta.1 (#2763)
* Add stateful handlers for background effects (#2793)
* Update Webpack dependency to 5.76.0 (#2815)
* Update webpack to 5.76.0
* minor change
* Change files
* Duplicate change files for beta release
* updated stable pnpm-lock.yaml
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* stateful
* 1.5.1-beta.1 pre-release branch (#2699)
Update Changelogs
* Update `@Azure/communication-chat` to 1.3.0 (#2762)
* Update beta version of @azure/communication-calling to 1.11.0-beta.1 (#2763)
* Add stateful handlers for background effects (#2793)
* Update Webpack dependency to 5.76.0 (#2815)
* Update webpack to 5.76.0
* minor change
* Change files
* Duplicate change files for beta release
* updated stable pnpm-lock.yaml
---------
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
* merge
* merge
* merge
* captions fix
* tgz
* call context
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Signed-off-by: Patrick Latter <73612854+palatter@users.noreply.github.com>
Signed-off-by: Emlyn Bolton <3941071+emlynmac@users.noreply.github.com>
Signed-off-by: carocao-msft <96077406+carocao-msft@users.noreply.github.com>
Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: Patrick Latter <73612854+palatter@users.noreply.github.com>
Co-authored-by: James Burnside <2684369+JamesBurnside@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Porter Nan <jiangnanhello@live.com>
Co-authored-by: Nan Jiang <jinan@microsoft.com>
Co-authored-by: mgamis-msft <79475487+mgamis-msft@users.noreply.github.com>
Co-authored-by: JoshuaLai <9044372+JoshuaLai@users.noreply.github.com>
Co-authored-by: prabhjot-msft <97124699+prabhjot-msft@users.noreply.github.com>
Co-authored-by: vhuseinova-msft <98852890+vhuseinova-msft@users.noreply.github.com>
Co-authored-by: edwardlee-msft <edwardlee@microsoft.com>
Co-authored-by: John <109105353+jpeng-ms@users.noreply.github.com>
Co-authored-by: mgamis-msft <miguelgamis@microsoft.com>
Co-authored-by: Leah Xia <107075081+Leah-Xia-Microsoft@users.noreply.github.com>
Co-authored-by: Emlyn Bolton <3941071+emlynmac@users.noreply.github.com>1 parent 56e2f51 commit ec85da3
13 files changed
Lines changed: 155 additions & 142 deletions
File tree
- libs
- packages
- calling-stateful-client
- review/beta
- src
- communication-react/review/beta
- react-composites/src/composites/CallComposite
- adapter
Binary file not shown.
Lines changed: 16 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
153 | 146 | | |
154 | 147 | | |
155 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
83 | | - | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
97 | 114 | | |
98 | 115 | | |
99 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
702 | 700 | | |
703 | 701 | | |
704 | 702 | | |
705 | | - | |
| 703 | + | |
706 | 704 | | |
707 | 705 | | |
708 | 706 | | |
709 | 707 | | |
710 | | - | |
711 | | - | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
712 | 712 | | |
713 | | - | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
| 726 | + | |
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
| 739 | + | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
748 | | - | |
| 748 | + | |
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
753 | | - | |
| 753 | + | |
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
| 757 | + | |
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
| 762 | + | |
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
766 | | - | |
| 766 | + | |
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
| 775 | + | |
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
| |||
Lines changed: 20 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 77 | + | |
93 | 78 | | |
94 | 79 | | |
95 | 80 | | |
96 | 81 | | |
97 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
98 | 89 | | |
99 | 90 | | |
100 | 91 | | |
101 | | - | |
102 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
103 | 99 | | |
104 | 100 | | |
105 | 101 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
111 | 105 | | |
112 | 106 | | |
113 | 107 | | |
114 | 108 | | |
115 | 109 | | |
116 | 110 | | |
117 | | - | |
| 111 | + | |
118 | 112 | | |
119 | 113 | | |
120 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments