1696 Commits

Author SHA1 Message Date
petkir
5a84a00f54 Edit and Add Actions dummy implementation 2020-06-30 20:01:26 +02:00
petkir
f5a3e8e9f8 removed debugger breaks for IE 2020-06-30 20:01:26 +02:00
petkir
28cee20809 working sample in IE 2020-06-30 20:01:25 +02:00
petkir
dbfa9603a3 Added Comments in Readme 2020-06-30 20:01:25 +02:00
petkir
b53b9a7f5f ManagedProperties Added to Task 2020-06-30 20:01:25 +02:00
petkir
fa41aaad50 added current state 2020-06-30 20:01:25 +02:00
petkir
901fd1d5df Playing with dragable 2020-06-30 20:01:25 +02:00
petkir
5b2c16affc css playing 2020-06-30 20:01:25 +02:00
petkir
563f39a100 Readme 2020-06-30 20:01:25 +02:00
petkir
041a13504a some test 2020-06-30 20:01:25 +02:00
petkir
68e53f2bc5 wrong brunch 2020-06-30 20:01:25 +02:00
petkir
1b18bc75e7 Adding Polyfill 2020-06-30 20:01:24 +02:00
petkir
e002f6694e Reference to index.ts not to file 2020-06-30 19:52:18 +02:00
petkir
f7adec09b4 docs 2020-06-30 14:45:50 +02:00
petkir
cb3619059d doc 2020-06-30 14:44:58 +02:00
petkir
3efff6d24f documentation 2020-06-30 14:44:14 +02:00
petkir
7e5ecce183 Documentation 2020-06-30 14:36:14 +02:00
petkir
031e940914 documentation 2020-06-30 14:34:40 +02:00
petkir
6f7c47171a import Cleanup and order it 2020-06-30 13:59:29 +02:00
petkir
7d7861987e Readme changes 2020-06-30 13:31:41 +02:00
petkir
d62dba6c72 Styling Change to Flex 2020-06-30 08:58:24 +02:00
Hugo Bernier
0408520320
Merge pull request #1358 from Vivekrajput20/master
Fix switch case in react-multimedia-gallery
164012
2020-06-29 23:08:41 -04:00
petkir
e53f70315b Readme 2020-06-28 22:08:00 +02:00
petkir
1bc135d787 readme md 2020-06-28 22:06:28 +02:00
petkir
e6ff301b23 Readme 2020-06-28 22:02:31 +02:00
petkir
331eacad91 Localization Playing with UI 2020-06-28 21:59:53 +02:00
Hugo Bernier
79a065268e
Merge pull request #1359 from andrewconnell/refresh-jquery-datatable-tutorial
Refresh tutorial for jQuery datatables
2020-06-28 11:43:40 -04:00
Andrew Connell
d85c6182e7 Refresh tutorial for jQuery datatables 2020-06-28 11:02:27 -04:00
Vivek Chand
08cfb93b2e
Fix switch case in react-multimedia-gallery 2020-06-28 12:33:54 +05:30
Hugo Bernier
6352dc8bf2
Merge pull request #1356 from AbhishekGarg/decode-rss-title
Decode feed item title as html
163241
2020-06-28 00:45:45 -04:00
Hugo Bernier
15b4f25d68
Merge pull request #1340 from nanddeepn/master 2020-06-28 00:28:07 -04:00
Hugo Bernier
084e745567 Updated readme with yaml 2020-06-28 00:25:33 -04:00
petkir
052513b08e Ui and Documentation 2020-06-27 23:04:23 +02:00
AbhishekGarg
ee0eca62dd Decode feed item title as html
Decode feed item title as html to handle special characters such as &
2020-06-27 16:07:30 +05:30
Nanddeep Nachan
d123500b32 Updated asset provisioning 2020-06-27 07:37:53 +00:00
Hugo Bernier
ea21470dcd
Update README.md
Added YAML metadata
161942
2020-06-23 21:55:25 -04:00
Hugo Bernier
e989edf1f4
Merge pull request #1353 from AbhishekGarg/AbhishekGarg-accordionPaging 2020-06-23 21:51:31 -04:00
petkir
7b037ef047 Percentage in Mock wrong 2020-06-22 23:40:33 +02:00
petkir
2cbc5af650 Mock Data Services for Workbench 2020-06-22 23:35:21 +02:00
petkir
1a80440c8a Adde Data Connections 2020-06-22 22:30:37 +02:00
Abhishek Garg
a4c26fc25d Use 'slice' instead of 'splice'
Replace 'splice' with 'slice' method for common implementation (same as in search)
2020-06-22 18:05:27 +05:30
Abhishek Garg
4934ccb866 Bit of cleanup
No need to update 'items' in case of error, only 'pagedItems' is enough.
Use local variable 'items' instead of using from 'this.state'.
2020-06-22 18:05:27 +05:30
Abhishek Garg
888c7f439e Fix state change on search
Update both 'items' and 'pagedItems' on search event, to have the latest copy/reference
2020-06-22 18:05:27 +05:30
Abhishek Garg
3da742ed5f Fix paging implementation
Use 'items' instead of 'listItems' for paging as it'll always have updated data, ex on search
2020-06-22 18:05:27 +05:30
Abhishek Garg
0f83eb3ca0 Rename constant to 'pagedItems'
Rename constant to 'pagedItems' for clarity
2020-06-22 18:05:27 +05:30
Abhishek Garg
1bf9fa7d50 Replace 'items' with 'pagedItems'
Replace with 'pagedItems' everywhere, as that will have the correct items per page
2020-06-22 18:05:27 +05:30
Abhishek Garg
6f1c73f6f2 Add new property 'pagedItems'
Add property 'pagedItems' to type 'IReactAccordionState'
2020-06-22 18:05:27 +05:30
Mikael Svenson
1fe2cd381b #1325
Updated to support script inside a tag
Updated tradeview sample
2020-06-22 14:16:12 +02:00
Abhishek Garg
3dd0ee134c
Use getElementsByTagName to get child nodes (#1351)
Use getElementsByTagName to get child nodes, instead of 'childNodes' property to enable retrieval of nodes at any level in element DOM.
Remove check for 'script' tag as not necessary
161176
2020-06-22 14:09:19 +02:00
petkir
3bbffab948 Property Pane with PNP Conttrolls 2020-06-22 01:02:32 +02:00