@pnp/spfx-controls-react 1.21.1-beta.6fa9cb9 → 1.21.3
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.
- package/CHANGELOG.JSON +28 -1
- package/CHANGELOG.md +38 -0
- package/lib/common/telemetry/version.js +1 -1
- package/lib/common/telemetry/version.js.map +1 -1
- package/lib/common/utilities/LocalesHelper.d.ts +5 -0
- package/lib/common/utilities/LocalesHelper.js +76 -0
- package/lib/common/utilities/LocalesHelper.js.map +1 -0
- package/lib/common/utilities/index.d.ts +1 -0
- package/lib/common/utilities/index.js +1 -0
- package/lib/common/utilities/index.js.map +1 -1
- package/lib/controls/accordion/Accordion.module.css +1 -1
- package/lib/controls/accordion/Accordion.module.scss.js +3 -3
- package/lib/controls/accordion/Accordion.module.scss.js.map +1 -1
- package/lib/controls/carousel/Carousel.module.css +1 -1
- package/lib/controls/carousel/Carousel.module.scss.js +35 -35
- package/lib/controls/carousel/Carousel.module.scss.js.map +1 -1
- package/lib/controls/chartControl/ChartControl.module.css +1 -1
- package/lib/controls/chartControl/ChartControl.module.scss.js +3 -3
- package/lib/controls/chartControl/ChartControl.module.scss.js.map +1 -1
- package/lib/controls/dateTimePicker/DateTimePicker.module.css +1 -1
- package/lib/controls/dateTimePicker/DateTimePicker.module.scss.js +10 -10
- package/lib/controls/dateTimePicker/DateTimePicker.module.scss.js.map +1 -1
- package/lib/controls/errorMessage/ErrorMessage.module.css +1 -1
- package/lib/controls/errorMessage/ErrorMessage.module.scss.js +2 -2
- package/lib/controls/errorMessage/ErrorMessage.module.scss.js.map +1 -1
- package/lib/controls/fieldCollectionData/FieldCollectionData.module.css +1 -1
- package/lib/controls/fieldCollectionData/FieldCollectionData.module.scss.js +18 -18
- package/lib/controls/fieldCollectionData/FieldCollectionData.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.css +1 -1
- package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js +4 -4
- package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.css +1 -1
- package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.js +4 -4
- package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldCommon/FieldRenderer.module.css +1 -1
- package/lib/controls/fields/fieldCommon/FieldRenderer.module.scss.js +3 -3
- package/lib/controls/fields/fieldCommon/FieldRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.css +1 -1
- package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.scss.js +5 -5
- package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.css +1 -1
- package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.scss.js +5 -5
- package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.css +1 -1
- package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.scss.js +9 -9
- package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.css +1 -1
- package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.scss.js +4 -4
- package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.css +1 -1
- package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.scss.js +6 -6
- package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.css +1 -1
- package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.scss.js +5 -5
- package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.scss.js.map +1 -1
- package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.css +1 -1
- package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.scss.js +13 -13
- package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.scss.js.map +1 -1
- package/lib/controls/filePicker/FilePicker.module.css +1 -1
- package/lib/controls/filePicker/FilePicker.module.scss.js +38 -38
- package/lib/controls/filePicker/FilePicker.module.scss.js.map +1 -1
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.scss.js +41 -41
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.scss.js.map +1 -1
- package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.css +1 -1
- package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.scss.js +38 -38
- package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.scss.js.map +1 -1
- package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.css +1 -1
- package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.scss.js +59 -59
- package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.scss.js.map +1 -1
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.scss.js +38 -38
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.scss.js.map +1 -1
- package/lib/controls/filePicker/StockImagesTab/StockImages.module.css +1 -1
- package/lib/controls/filePicker/StockImagesTab/StockImages.module.scss.js +40 -40
- package/lib/controls/filePicker/StockImagesTab/StockImages.module.scss.js.map +1 -1
- package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.scss.js +43 -43
- package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.scss.js.map +1 -1
- package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.css +1 -1
- package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.scss.js +60 -60
- package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.scss.js.map +1 -1
- package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.css +1 -1
- package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.scss.js +7 -7
- package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.scss.js.map +1 -1
- package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.css +1 -1
- package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.scss.js +80 -80
- package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.scss.js.map +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.css +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.scss.js +38 -38
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.scss.js.map +1 -1
- package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.css +1 -1
- package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.scss.js +76 -76
- package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.scss.js.map +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.module.css +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.module.scss.js +70 -70
- package/lib/controls/filePicker/controls/TilesList/TilesList.module.scss.js.map +1 -1
- package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.css +1 -1
- package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.scss.js +5 -5
- package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.scss.js.map +1 -1
- package/lib/controls/folderExplorer/NewFolder/NewFolder.module.css +1 -1
- package/lib/controls/folderExplorer/NewFolder/NewFolder.module.scss.js +5 -5
- package/lib/controls/folderExplorer/NewFolder/NewFolder.module.scss.js.map +1 -1
- package/lib/controls/folderPicker/FolderPicker.module.css +1 -1
- package/lib/controls/folderPicker/FolderPicker.module.scss.js +7 -7
- package/lib/controls/folderPicker/FolderPicker.module.scss.js.map +1 -1
- package/lib/controls/gridLayout/GridLayout.module.css +1 -1
- package/lib/controls/gridLayout/GridLayout.module.scss.js +2 -2
- package/lib/controls/gridLayout/GridLayout.module.scss.js.map +1 -1
- package/lib/controls/iFrameDialog/IFrameDialogContent.module.css +1 -1
- package/lib/controls/iFrameDialog/IFrameDialogContent.module.scss.js +2 -2
- package/lib/controls/iFrameDialog/IFrameDialogContent.module.scss.js.map +1 -1
- package/lib/controls/iFramePanel/IFramePanelContent.module.css +1 -1
- package/lib/controls/iFramePanel/IFramePanelContent.module.scss.js +2 -2
- package/lib/controls/iFramePanel/IFramePanelContent.module.scss.js.map +1 -1
- package/lib/controls/iconPicker/IconPicker.module.css +1 -1
- package/lib/controls/iconPicker/IconPicker.module.scss.js +21 -21
- package/lib/controls/iconPicker/IconPicker.module.scss.js.map +1 -1
- package/lib/controls/listItemAttachments/ListItemAttachments.module.css +1 -1
- package/lib/controls/listItemAttachments/ListItemAttachments.module.scss.js +6 -6
- package/lib/controls/listItemAttachments/ListItemAttachments.module.scss.js.map +1 -1
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.js +6 -3
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.js.map +1 -1
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.css +1 -0
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.scss.d.ts +5 -0
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.scss.js +12 -0
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.scss.js.map +1 -0
- package/lib/controls/listItemPicker/IComboBoxListItemPickerProps.d.ts +1 -0
- package/lib/controls/listItemPicker/IListItemPickerProps.d.ts +1 -0
- package/lib/controls/listItemPicker/ListItemPicker.d.ts +1 -0
- package/lib/controls/listItemPicker/ListItemPicker.js +18 -13
- package/lib/controls/listItemPicker/ListItemPicker.js.map +1 -1
- package/lib/controls/listPicker/ListPicker.module.css +1 -1
- package/lib/controls/listPicker/ListPicker.module.scss.js +2 -2
- package/lib/controls/listPicker/ListPicker.module.scss.js.map +1 -1
- package/lib/controls/listView/ListView.DragDrop.module.css +1 -1
- package/lib/controls/listView/ListView.DragDrop.module.scss.js +3 -3
- package/lib/controls/listView/ListView.DragDrop.module.scss.js.map +1 -1
- package/lib/controls/listView/ListView.js.map +1 -1
- package/lib/controls/map/Maps.module.css +1 -1
- package/lib/controls/map/Maps.module.scss.js +6 -6
- package/lib/controls/map/Maps.module.scss.js.map +1 -1
- package/lib/controls/pagination/Pagination.module.css +1 -1
- package/lib/controls/pagination/Pagination.module.scss.js +2 -2
- package/lib/controls/pagination/Pagination.module.scss.js.map +1 -1
- package/lib/controls/peoplepicker/PeoplePickerComponent.module.css +1 -1
- package/lib/controls/peoplepicker/PeoplePickerComponent.module.scss.js +3 -3
- package/lib/controls/peoplepicker/PeoplePickerComponent.module.scss.js.map +1 -1
- package/lib/controls/placeholder/PlaceholderComponent.module.css +1 -1
- package/lib/controls/placeholder/PlaceholderComponent.module.scss.js +9 -9
- package/lib/controls/placeholder/PlaceholderComponent.module.scss.js.map +1 -1
- package/lib/controls/progress/Progress.module.css +1 -1
- package/lib/controls/progress/Progress.module.scss.js +19 -19
- package/lib/controls/progress/Progress.module.scss.js.map +1 -1
- package/lib/controls/richText/RichText.module.css +1 -1
- package/lib/controls/richText/RichText.module.scss.js +17 -17
- package/lib/controls/richText/RichText.module.scss.js.map +1 -1
- package/lib/controls/richText/RichTextPropertyPane.module.css +1 -1
- package/lib/controls/richText/RichTextPropertyPane.module.scss.js +8 -8
- package/lib/controls/richText/RichTextPropertyPane.module.scss.js.map +1 -1
- package/lib/controls/richText/RteColorPicker.module.css +1 -1
- package/lib/controls/richText/RteColorPicker.module.scss.js +17 -17
- package/lib/controls/richText/RteColorPicker.module.scss.js.map +1 -1
- package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.css +1 -1
- package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.scss.js +2 -2
- package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.scss.js.map +1 -1
- package/lib/controls/taxonomyPicker/ITaxonomyPicker.d.ts +18 -0
- package/lib/controls/taxonomyPicker/TaxonomyPicker.d.ts +14 -0
- package/lib/controls/taxonomyPicker/TaxonomyPicker.js +148 -11
- package/lib/controls/taxonomyPicker/TaxonomyPicker.js.map +1 -1
- package/lib/controls/taxonomyPicker/TaxonomyPicker.module.css +1 -1
- package/lib/controls/taxonomyPicker/TaxonomyPicker.module.scss.js +21 -21
- package/lib/controls/taxonomyPicker/TaxonomyPicker.module.scss.js.map +1 -1
- package/lib/controls/taxonomyPicker/TermPicker.d.ts +5 -2
- package/lib/controls/taxonomyPicker/TermPicker.js +4 -4
- package/lib/controls/taxonomyPicker/TermPicker.js.map +1 -1
- package/lib/controls/treeView/TreeView.module.css +1 -1
- package/lib/controls/treeView/TreeView.module.scss.js +17 -17
- package/lib/controls/treeView/TreeView.module.scss.js.map +1 -1
- package/lib/controls/webPartTitle/WebPartTitle.module.css +1 -1
- package/lib/controls/webPartTitle/WebPartTitle.module.scss.js +3 -3
- package/lib/controls/webPartTitle/WebPartTitle.module.scss.js.map +1 -1
- package/lib/loc/bg-bg.js +8 -29
- package/lib/loc/bg-bg.js.map +1 -1
- package/lib/loc/ca-es.js +11 -32
- package/lib/loc/ca-es.js.map +1 -1
- package/lib/loc/da-dk.js +11 -32
- package/lib/loc/da-dk.js.map +1 -1
- package/lib/loc/de-de.js +1 -22
- package/lib/loc/de-de.js.map +1 -1
- package/lib/loc/el-gr.js +7 -28
- package/lib/loc/el-gr.js.map +1 -1
- package/lib/loc/en-us.js +1 -0
- package/lib/loc/en-us.js.map +1 -1
- package/lib/loc/es-es.js +1 -22
- package/lib/loc/es-es.js.map +1 -1
- package/lib/loc/et-ee.js +8 -29
- package/lib/loc/et-ee.js.map +1 -1
- package/lib/loc/fi-fi.js +8 -29
- package/lib/loc/fi-fi.js.map +1 -1
- package/lib/loc/fr-fr.js +11 -32
- package/lib/loc/fr-fr.js.map +1 -1
- package/lib/loc/it-it.js +3 -24
- package/lib/loc/it-it.js.map +1 -1
- package/lib/loc/ja-jp.js +10 -31
- package/lib/loc/ja-jp.js.map +1 -1
- package/lib/loc/lt-lt.js +3 -24
- package/lib/loc/lt-lt.js.map +1 -1
- package/lib/loc/lv-lv.js +9 -30
- package/lib/loc/lv-lv.js.map +1 -1
- package/lib/loc/nb-no.js +8 -29
- package/lib/loc/nb-no.js.map +1 -1
- package/lib/loc/nl-nl.js +9 -30
- package/lib/loc/nl-nl.js.map +1 -1
- package/lib/loc/pl-pl.js +7 -28
- package/lib/loc/pl-pl.js.map +1 -1
- package/lib/loc/pt-pt.js +3 -24
- package/lib/loc/pt-pt.js.map +1 -1
- package/lib/loc/ro-ro.js +9 -30
- package/lib/loc/ro-ro.js.map +1 -1
- package/lib/loc/ru-ru.js +1 -22
- package/lib/loc/ru-ru.js.map +1 -1
- package/lib/loc/sk-sk.js +15 -36
- package/lib/loc/sk-sk.js.map +1 -1
- package/lib/loc/sr-latn-rs.js +2 -23
- package/lib/loc/sr-latn-rs.js.map +1 -1
- package/lib/loc/sv-se.js +11 -32
- package/lib/loc/sv-se.js.map +1 -1
- package/lib/loc/tr-tr.js +1 -22
- package/lib/loc/tr-tr.js.map +1 -1
- package/lib/loc/vi-vn.js +11 -32
- package/lib/loc/vi-vn.js.map +1 -1
- package/lib/loc/zh-cn.js +1 -22
- package/lib/loc/zh-cn.js.map +1 -1
- package/lib/loc/zh-tw.js +1 -22
- package/lib/loc/zh-tw.js.map +1 -1
- package/lib/services/SPTermStorePickerService.d.ts +3 -3
- package/lib/services/SPTermStorePickerService.js +46 -15
- package/lib/services/SPTermStorePickerService.js.map +1 -1
- package/package.json +4 -2
- package/sonar-project.properties +0 -3
- package/.scannerwork/.sonar_lock +0 -0
- package/.scannerwork/css-bundle/bin/server +0 -15
- package/.scannerwork/css-bundle/lib/tsconfig.tsbuildinfo +0 -2025
- package/.scannerwork/css-bundle/package/package.json +0 -11
- package/.scannerwork/css-bundle/stylelintconfig.json +0 -1
- package/.scannerwork/report-task.txt +0 -8
package/CHANGELOG.JSON
CHANGED
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "1.21.3",
|
|
5
|
+
"changes": {
|
|
6
|
+
"new": [],
|
|
7
|
+
"enhancements": [],
|
|
8
|
+
"fixes": []
|
|
9
|
+
},
|
|
10
|
+
"contributions": []
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"version": "1.21.2",
|
|
14
|
+
"changes": {
|
|
15
|
+
"new": [],
|
|
16
|
+
"enhancements": [
|
|
17
|
+
"`ComboBoxListItemPicker` and `ListItemPicker`: Add label to control [#909](https://github.com/pnp/sp-dev-fx-controls-react/pull/909)",
|
|
18
|
+
"`Taxonomy picker` - useSessionStorage property integration [#998](https://github.com/pnp/sp-dev-fx-controls-react/issues/998)"
|
|
19
|
+
],
|
|
20
|
+
"fixes": [
|
|
21
|
+
"`TaxonomyPicker`: suggestions language is always English [#879](https://github.com/pnp/sp-dev-fx-controls-react/issues/879)"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"contributions": [
|
|
25
|
+
"[Emmanuel Sapet](https://github.com/Whiteshark57)",
|
|
26
|
+
"[Peter Paul Kirschner](https://github.com/petkir)"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
3
29
|
{
|
|
4
30
|
"version": "1.21.1",
|
|
5
31
|
"changes": {
|
|
6
32
|
"new": [],
|
|
7
33
|
"enhancements": [
|
|
8
|
-
"`ListView`: drag and drop [#711](https://github.com/pnp/sp-dev-fx-controls-react/pull/711)"
|
|
34
|
+
"`ListView`: drag and drop [#711](https://github.com/pnp/sp-dev-fx-controls-react/pull/711)",
|
|
35
|
+
"`TaxonomyPicker`: control does not show an error message for an invalid/unresolved input [#728](https://github.com/pnp/sp-dev-fx-controls-react/issues/728)"
|
|
9
36
|
],
|
|
10
37
|
"fixes": [
|
|
11
38
|
"`RichText`: Fixing hyperlink issues [#708](https://github.com/pnp/sp-dev-fx-controls-react/pull/708)"
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
3
|
+
## 1.21.3
|
|
4
|
+
|
|
5
|
+
## 1.21.2
|
|
6
|
+
|
|
7
|
+
### Enhancements
|
|
8
|
+
|
|
9
|
+
- `ComboBoxListItemPicker` and `ListItemPicker`: Add label to control [#909](https://github.com/pnp/sp-dev-fx-controls-react/pull/909)
|
|
10
|
+
- `Taxonomy picker` - useSessionStorage property integration [#998](https://github.com/pnp/sp-dev-fx-controls-react/issues/998)
|
|
11
|
+
|
|
12
|
+
### Fixes
|
|
13
|
+
|
|
14
|
+
- `TaxonomyPicker`: suggestions language is always English [#879](https://github.com/pnp/sp-dev-fx-controls-react/issues/879)
|
|
15
|
+
|
|
16
|
+
### Contributors
|
|
17
|
+
|
|
18
|
+
Special thanks to our contributors (in alphabetical order): [Emmanuel Sapet](https://github.com/Whiteshark57), [Peter Paul Kirschner](https://github.com/petkir).
|
|
19
|
+
|
|
20
|
+
## 1.21.1
|
|
21
|
+
|
|
22
|
+
### Enhancements
|
|
23
|
+
|
|
24
|
+
- `ListView`: drag and drop [#711](https://github.com/pnp/sp-dev-fx-controls-react/pull/711)
|
|
25
|
+
- `TaxonomyPicker`: control does not show an error message for an invalid/unresolved input [#728](https://github.com/pnp/sp-dev-fx-controls-react/issues/728)
|
|
26
|
+
|
|
27
|
+
### Fixes
|
|
28
|
+
|
|
29
|
+
- `RichText`: Fixing hyperlink issues [#708](https://github.com/pnp/sp-dev-fx-controls-react/pull/708)
|
|
30
|
+
|
|
31
|
+
### Contributors
|
|
32
|
+
|
|
33
|
+
Special thanks to our contributors (in alphabetical order): [Abderahman Moujahid](https://github.com/Abderahman88), [André Lage](https://github.com/aaclage).
|
|
34
|
+
|
|
35
|
+
## 1.21.0
|
|
36
|
+
|
|
37
|
+
### Fixes
|
|
38
|
+
|
|
39
|
+
- `TaxonomyPicker`: Ability to reset the TaxonomyPicker (Remove all selected Terms) [#367](https://github.com/pnp/sp-dev-fx-controls-react/issues/367)
|
|
40
|
+
|
|
3
41
|
## 1.20.0
|
|
4
42
|
|
|
5
43
|
### New control(s)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["common/telemetry/version.ts"],"names":[],"mappings":";;AAAa,QAAA,OAAO,GAAW,
|
|
1
|
+
{"version":3,"sources":["common/telemetry/version.ts"],"names":[],"mappings":";;AAAa,QAAA,OAAO,GAAW,QAAQ,CAAC","file":"common/telemetry/version.js","sourcesContent":["export const version: string = \"1.21.3\";"],"sourceRoot":"../../../src"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var sp_lodash_subset_1 = require("@microsoft/sp-lodash-subset");
|
|
4
|
+
var LocalesHelper = (function () {
|
|
5
|
+
function LocalesHelper() {
|
|
6
|
+
}
|
|
7
|
+
LocalesHelper.getLocaleId = function (localeName) {
|
|
8
|
+
var _this = this;
|
|
9
|
+
var pos = sp_lodash_subset_1.findIndex(Object.keys(this.locales), function (locKey) { return _this.locales[locKey] === localeName; });
|
|
10
|
+
if (pos > -1) {
|
|
11
|
+
return parseInt(Object.keys(this.locales)[pos]);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
return 0;
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
LocalesHelper.getLocaleName = function (localeId) {
|
|
18
|
+
return this.locales[localeId] || '';
|
|
19
|
+
};
|
|
20
|
+
LocalesHelper.locales = {
|
|
21
|
+
1025: 'ar-SA',
|
|
22
|
+
1026: 'bg-BG',
|
|
23
|
+
1027: 'ca-ES',
|
|
24
|
+
1028: 'zh-TW',
|
|
25
|
+
1029: 'cs-CZ',
|
|
26
|
+
1030: 'da-DK',
|
|
27
|
+
1031: 'de-DE',
|
|
28
|
+
1032: 'el-GR',
|
|
29
|
+
1033: 'en-US',
|
|
30
|
+
1035: 'fi-FI',
|
|
31
|
+
1036: 'fr-FR',
|
|
32
|
+
1037: 'he-IL',
|
|
33
|
+
1038: 'hu-HU',
|
|
34
|
+
1040: 'it-IT',
|
|
35
|
+
1041: 'ja-JP',
|
|
36
|
+
1042: 'ko-KR',
|
|
37
|
+
1043: 'nl-NL',
|
|
38
|
+
1044: 'nb-NO',
|
|
39
|
+
1045: 'pl-PL',
|
|
40
|
+
1046: 'pt-BR',
|
|
41
|
+
1048: 'ro-RO',
|
|
42
|
+
1049: 'ru-RU',
|
|
43
|
+
1050: 'hr-HR',
|
|
44
|
+
1051: 'sk-SK',
|
|
45
|
+
1053: 'sv-SE',
|
|
46
|
+
1054: 'th-TH',
|
|
47
|
+
1055: 'tr-TR',
|
|
48
|
+
1057: 'id-ID',
|
|
49
|
+
1058: 'uk-UA',
|
|
50
|
+
1060: 'sl-SI',
|
|
51
|
+
1061: 'et-EE',
|
|
52
|
+
1062: 'lv-LV',
|
|
53
|
+
1063: 'lt-LT',
|
|
54
|
+
1066: 'vi-VN',
|
|
55
|
+
1068: 'az-Latn-AZ',
|
|
56
|
+
1069: 'eu-ES',
|
|
57
|
+
1071: 'mk-MK',
|
|
58
|
+
1081: 'hi-IN',
|
|
59
|
+
1086: 'ms-MY',
|
|
60
|
+
1087: 'kk-KZ',
|
|
61
|
+
1106: 'cy-GB',
|
|
62
|
+
1110: 'gl-ES',
|
|
63
|
+
1164: 'prs-AF',
|
|
64
|
+
2052: 'zh-CN',
|
|
65
|
+
2070: 'pt-PT',
|
|
66
|
+
2108: 'ga-IE',
|
|
67
|
+
3082: 'es-ES',
|
|
68
|
+
5146: 'bs-Latn-BA',
|
|
69
|
+
9242: 'sr-Latn-RS',
|
|
70
|
+
10266: 'sr-Cyrl-RS',
|
|
71
|
+
};
|
|
72
|
+
return LocalesHelper;
|
|
73
|
+
}());
|
|
74
|
+
exports.LocalesHelper = LocalesHelper;
|
|
75
|
+
|
|
76
|
+
//# sourceMappingURL=LocalesHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["common/utilities/LocalesHelper.ts"],"names":[],"mappings":";;AAAA,gEAAwD;AAExD;IAAA;IAmEA,CAAC;IAbe,yBAAW,GAAzB,UAA0B,UAAkB;QAA5C,iBAQC;QAPC,IAAM,GAAG,GAAW,4BAAS,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,UAAA,MAAM,IAAI,OAAA,KAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,UAAU,EAAnC,CAAmC,CAAC,CAAC;QACxG,EAAE,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;YACb,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,CAAC,CAAC;YACJ,MAAM,CAAC,CAAC,CAAC;QACX,CAAC;IACH,CAAC;IAEa,2BAAa,GAA3B,UAA4B,QAAgB;QAC1C,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;IACtC,CAAC;IAhEc,qBAAO,GAAG;QACvB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE,YAAY;KACpB,CAAC;IAcJ,oBAAC;CAnED,AAmEC,IAAA;AAnEY,sCAAa","file":"common/utilities/LocalesHelper.js","sourcesContent":["import { findIndex } from '@microsoft/sp-lodash-subset';\n\nexport class LocalesHelper {\n\n private static locales = {\n 1025: 'ar-SA',\n 1026: 'bg-BG',\n 1027: 'ca-ES',\n 1028: 'zh-TW',\n 1029: 'cs-CZ',\n 1030: 'da-DK',\n 1031: 'de-DE',\n 1032: 'el-GR',\n 1033: 'en-US',\n 1035: 'fi-FI',\n 1036: 'fr-FR',\n 1037: 'he-IL',\n 1038: 'hu-HU',\n 1040: 'it-IT',\n 1041: 'ja-JP',\n 1042: 'ko-KR',\n 1043: 'nl-NL',\n 1044: 'nb-NO',\n 1045: 'pl-PL',\n 1046: 'pt-BR',\n 1048: 'ro-RO',\n 1049: 'ru-RU',\n 1050: 'hr-HR',\n 1051: 'sk-SK',\n 1053: 'sv-SE',\n 1054: 'th-TH',\n 1055: 'tr-TR',\n 1057: 'id-ID',\n 1058: 'uk-UA',\n 1060: 'sl-SI',\n 1061: 'et-EE',\n 1062: 'lv-LV',\n 1063: 'lt-LT',\n 1066: 'vi-VN',\n 1068: 'az-Latn-AZ',\n 1069: 'eu-ES',\n 1071: 'mk-MK',\n 1081: 'hi-IN',\n 1086: 'ms-MY',\n 1087: 'kk-KZ',\n 1106: 'cy-GB',\n 1110: 'gl-ES',\n 1164: 'prs-AF',\n 2052: 'zh-CN',\n 2070: 'pt-PT',\n 2108: 'ga-IE',\n 3082: 'es-ES',\n 5146: 'bs-Latn-BA',\n 9242: 'sr-Latn-RS',\n 10266: 'sr-Cyrl-RS',\n };\n public static getLocaleId(localeName: string): number {\n const pos: number = findIndex(Object.keys(this.locales), locKey => this.locales[locKey] === localeName);\n if (pos > -1) {\n return parseInt(Object.keys(this.locales)[pos]);\n }\n else {\n return 0;\n }\n }\n\n public static getLocaleName(localeId: number): string {\n return this.locales[localeId] || '';\n }\n}\n"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["common/utilities/index.ts"],"names":[],"mappings":";;;;;AAAA,2CAAsC;AACtC,qCAAgC;AAChC,gCAA2B","file":"common/utilities/index.js","sourcesContent":["export * from './FieldRendererHelper';\nexport * from './GeneralHelper';\nexport * from './SPHelper'
|
|
1
|
+
{"version":3,"sources":["common/utilities/index.ts"],"names":[],"mappings":";;;;;AAAA,2CAAsC;AACtC,qCAAgC;AAChC,gCAA2B;AAC3B,qCAAgC","file":"common/utilities/index.js","sourcesContent":["export * from './FieldRendererHelper';\nexport * from './GeneralHelper';\nexport * from './SPHelper';\nexport * from './LocalesHelper';\n"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.accordion_a27c9db9{background:#fafafa}.accordion_a27c9db9>button{min-height:44px;border:2px solid transparent;outline:1px solid transparent;outline-offset:-3px;background:#f0f0f0;color:rgba(0,0,0,.8);text-align:left;width:100%;border-bottom:1px solid rgba(0,0,0,.2)}.accordion_a27c9db9>button .ms-Button-label{font-weight:400}.accordion_a27c9db9>button:focus,.accordion_a27c9db9>button:hover{box-shadow:0 0 4px 2px rgba(0,0,0,.16);color:#000;background:#f0f0f0}.accordion_a27c9db9>button:focus{border-width:2px;border-style:solid;border-color:#000;outline-color:rgba(255,255,255,.6)}.accordion_a27c9db9 .drawer_a27c9db9{padding:24px 12px 24px 12px;background:#fafafa;font-weight:400;font-size:15px;line-height:20px}.accordionChevron_a27c9db9{font-size:16px;margin-left:-6px;color:rgba(0,0,0,.8)}
|
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./Accordion.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
accordion: '
|
|
7
|
-
drawer: '
|
|
8
|
-
accordionChevron: '
|
|
6
|
+
accordion: 'accordion_a27c9db9',
|
|
7
|
+
drawer: 'drawer_a27c9db9',
|
|
8
|
+
accordionChevron: 'accordionChevron_a27c9db9',
|
|
9
9
|
};
|
|
10
10
|
exports.default = styles;
|
|
11
11
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/accordion/Accordion.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,wBAAwB,CAAC,CAAC;AAClC,IAAM,MAAM,GAAG;IACb,SAAS,EAAE,oBAAoB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,gBAAgB,EAAE,2BAA2B;CAC9C,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/accordion/Accordion.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./Accordion.module.css');\nconst styles = {\n accordion: '
|
|
1
|
+
{"version":3,"sources":["controls/accordion/Accordion.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,wBAAwB,CAAC,CAAC;AAClC,IAAM,MAAM,GAAG;IACb,SAAS,EAAE,oBAAoB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,gBAAgB,EAAE,2BAA2B;CAC9C,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/accordion/Accordion.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./Accordion.module.css');\nconst styles = {\n accordion: 'accordion_a27c9db9',\n drawer: 'drawer_a27c9db9',\n accordionChevron: 'accordionChevron_a27c9db9',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes slideleft_49e7f670{0%{left:0;right:0}100%{left:-100%;right:100%}}@keyframes slideright_49e7f670{0%{left:0;right:0}100%{left:100%;right:-100%}}@keyframes slidefromright_49e7f670{0%{left:100%;right:-100%}100%{left:0;right:0}}@keyframes slidefromleft_49e7f670{0%{left:-100%;right:100%}100%{left:0;right:0}}.container_49e7f670{display:-ms-flexbox;display:flex}.container_49e7f670 .contentContainer_49e7f670{-ms-flex-positive:2;flex-grow:2;position:relative;overflow:hidden}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670{position:absolute;left:0;right:0;top:0;bottom:0}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670.left_49e7f670{left:-100%;right:100%}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670.right_49e7f670{left:100%;right:-100%}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670.slideLeft_49e7f670{animation:slideleft_49e7f670 linear .6s}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670.slideRight_49e7f670{animation:slideright_49e7f670 linear .6s}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670.slideFromRight_49e7f670{animation:slidefromright_49e7f670 linear .6s}.container_49e7f670 .contentContainer_49e7f670 .slideWrapper_49e7f670.slideFromLeft_49e7f670{animation:slidefromleft_49e7f670 linear .6s}.container_49e7f670 .contentContainer_49e7f670 .carouselImage_49e7f670{overflow:hidden;width:100%;height:100%;position:relative}.container_49e7f670 .contentContainer_49e7f670 .carouselImage_49e7f670 .image_49e7f670{width:100%;height:100%}.container_49e7f670 .contentContainer_49e7f670 .carouselImage_49e7f670.staticDetails_49e7f670 .details_49e7f670{top:60%}.container_49e7f670 .contentContainer_49e7f670 .carouselImage_49e7f670 .details_49e7f670{background-color:rgba(0,0,0,.8);box-sizing:border-box;color:#fff;height:40%;left:0;padding:15px;position:absolute;right:0;top:100%;transition:all .5s ease}.container_49e7f670 .contentContainer_49e7f670 .carouselImage_49e7f670 .details_49e7f670 .title_49e7f670{display:block;font-size:17px;padding-bottom:5px}.container_49e7f670 .contentContainer_49e7f670:hover .carouselImage_49e7f670.dynamicDetails_49e7f670 .details_49e7f670{top:60%}.container_49e7f670 .indicators_49e7f670{position:absolute;right:0;bottom:0;left:0;z-index:10;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;list-style:none}.container_49e7f670 .indicators_49e7f670.rectangle_49e7f670>li{width:25px;height:5px;border-top:10px solid transparent;border-bottom:10px solid transparent}.container_49e7f670 .indicators_49e7f670.square_49e7f670>li{width:10px;height:10px;border-top:10px solid transparent;border-bottom:10px solid transparent}.container_49e7f670 .indicators_49e7f670.circle_49e7f670>li{width:10px;height:10px;border-radius:50%;border-top:10px solid transparent;border-bottom:10px solid transparent}.container_49e7f670 .indicators_49e7f670>li{-ms-flex:0 1 auto;flex:0 1 auto;text-indent:-999px;cursor:pointer;background-color:"[theme:white, default: #fff]";opacity:.5;transition:opacity .5 ease;margin:0 3px;box-sizing:content-box;background-clip:padding-box}.container_49e7f670 .indicators_49e7f670>li.active_49e7f670{opacity:1}.container_49e7f670 .loadingComponent_49e7f670{margin:auto}.container_49e7f670 .bottomButtonsContainer_49e7f670,.container_49e7f670 .buttonLocations_49e7f670,.container_49e7f670 .centralButtonsContainer_49e7f670,.container_49e7f670 .topButtonsContainer_49e7f670{cursor:pointer;-ms-flex-direction:column;flex-direction:column}.container_49e7f670 .centralButtonsContainer_49e7f670{-ms-flex-pack:center;justify-content:center}.container_49e7f670 .topButtonsContainer_49e7f670{-ms-flex-pack:left;justify-content:left}.container_49e7f670 .bottomButtonsContainer_49e7f670{-ms-flex-pack:left;justify-content:left;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.container_49e7f670 .buttonsOnlyPrevButton_49e7f670{position:absolute;left:0;z-index:1}.container_49e7f670 .buttonsOnlyPrevButton_49e7f670:hover{cursor:pointer}.container_49e7f670 .buttonsOnlyNextButton_49e7f670{position:absolute;left:-32px;z-index:1}.container_49e7f670 .buttonsOnlyNextButton_49e7f670:hover{cursor:pointer}.container_49e7f670 .blockButtonsContainer_49e7f670,.container_49e7f670 .blockButtonsContainer_49e7f670:hover,.container_49e7f670 .buttonsContainer_49e7f670,.container_49e7f670 .buttonsOnlyContainer_49e7f670,.container_49e7f670 .hiddenButtonsContainer_49e7f670{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:transparent;cursor:pointer}.container_49e7f670 .buttonsOnlyContainer_49e7f670{position:relative;width:0}.container_49e7f670 .blockButtonsContainer_49e7f670{min-height:100%;min-width:32px}.container_49e7f670 .blockButtonsContainer_49e7f670:hover{background-color:#f4f4f4;opacity:.5}.container_49e7f670 .hiddenButtonsContainer_49e7f670{min-height:100%;min-width:32px;opacity:0}.container_49e7f670 .hiddenButtonsContainer_49e7f670:hover{opacity:.5;background-color:#f4f4f4}
|
|
@@ -3,41 +3,41 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./Carousel.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
container: '
|
|
7
|
-
contentContainer: '
|
|
8
|
-
slideWrapper: '
|
|
9
|
-
left: '
|
|
10
|
-
right: '
|
|
11
|
-
slideLeft: '
|
|
12
|
-
slideleft: '
|
|
13
|
-
slideRight: '
|
|
14
|
-
slideright: '
|
|
15
|
-
slideFromRight: '
|
|
16
|
-
slidefromright: '
|
|
17
|
-
slideFromLeft: '
|
|
18
|
-
slidefromleft: '
|
|
19
|
-
carouselImage: '
|
|
20
|
-
image: '
|
|
21
|
-
staticDetails: '
|
|
22
|
-
details: '
|
|
23
|
-
title: '
|
|
24
|
-
dynamicDetails: '
|
|
25
|
-
indicators: '
|
|
26
|
-
rectangle: '
|
|
27
|
-
square: '
|
|
28
|
-
circle: '
|
|
29
|
-
active: '
|
|
30
|
-
loadingComponent: '
|
|
31
|
-
buttonLocations: '
|
|
32
|
-
centralButtonsContainer: '
|
|
33
|
-
topButtonsContainer: '
|
|
34
|
-
bottomButtonsContainer: '
|
|
35
|
-
buttonsOnlyPrevButton: '
|
|
36
|
-
buttonsOnlyNextButton: '
|
|
37
|
-
buttonsContainer: '
|
|
38
|
-
buttonsOnlyContainer: '
|
|
39
|
-
blockButtonsContainer: '
|
|
40
|
-
hiddenButtonsContainer: '
|
|
6
|
+
container: 'container_49e7f670',
|
|
7
|
+
contentContainer: 'contentContainer_49e7f670',
|
|
8
|
+
slideWrapper: 'slideWrapper_49e7f670',
|
|
9
|
+
left: 'left_49e7f670',
|
|
10
|
+
right: 'right_49e7f670',
|
|
11
|
+
slideLeft: 'slideLeft_49e7f670',
|
|
12
|
+
slideleft: 'slideleft_49e7f670',
|
|
13
|
+
slideRight: 'slideRight_49e7f670',
|
|
14
|
+
slideright: 'slideright_49e7f670',
|
|
15
|
+
slideFromRight: 'slideFromRight_49e7f670',
|
|
16
|
+
slidefromright: 'slidefromright_49e7f670',
|
|
17
|
+
slideFromLeft: 'slideFromLeft_49e7f670',
|
|
18
|
+
slidefromleft: 'slidefromleft_49e7f670',
|
|
19
|
+
carouselImage: 'carouselImage_49e7f670',
|
|
20
|
+
image: 'image_49e7f670',
|
|
21
|
+
staticDetails: 'staticDetails_49e7f670',
|
|
22
|
+
details: 'details_49e7f670',
|
|
23
|
+
title: 'title_49e7f670',
|
|
24
|
+
dynamicDetails: 'dynamicDetails_49e7f670',
|
|
25
|
+
indicators: 'indicators_49e7f670',
|
|
26
|
+
rectangle: 'rectangle_49e7f670',
|
|
27
|
+
square: 'square_49e7f670',
|
|
28
|
+
circle: 'circle_49e7f670',
|
|
29
|
+
active: 'active_49e7f670',
|
|
30
|
+
loadingComponent: 'loadingComponent_49e7f670',
|
|
31
|
+
buttonLocations: 'buttonLocations_49e7f670',
|
|
32
|
+
centralButtonsContainer: 'centralButtonsContainer_49e7f670',
|
|
33
|
+
topButtonsContainer: 'topButtonsContainer_49e7f670',
|
|
34
|
+
bottomButtonsContainer: 'bottomButtonsContainer_49e7f670',
|
|
35
|
+
buttonsOnlyPrevButton: 'buttonsOnlyPrevButton_49e7f670',
|
|
36
|
+
buttonsOnlyNextButton: 'buttonsOnlyNextButton_49e7f670',
|
|
37
|
+
buttonsContainer: 'buttonsContainer_49e7f670',
|
|
38
|
+
buttonsOnlyContainer: 'buttonsOnlyContainer_49e7f670',
|
|
39
|
+
blockButtonsContainer: 'blockButtonsContainer_49e7f670',
|
|
40
|
+
hiddenButtonsContainer: 'hiddenButtonsContainer_49e7f670',
|
|
41
41
|
};
|
|
42
42
|
exports.default = styles;
|
|
43
43
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/carousel/Carousel.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,uBAAuB,CAAC,CAAC;AACjC,IAAM,MAAM,GAAG;IACb,SAAS,EAAE,oBAAoB;IAC/B,gBAAgB,EAAE,2BAA2B;IAC7C,YAAY,EAAE,uBAAuB;IACrC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,gBAAgB;IACvB,SAAS,EAAE,oBAAoB;IAC/B,SAAS,EAAE,oBAAoB;IAC/B,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,cAAc,EAAE,yBAAyB;IACzC,cAAc,EAAE,yBAAyB;IACzC,aAAa,EAAE,wBAAwB;IACvC,aAAa,EAAE,wBAAwB;IACvC,aAAa,EAAE,wBAAwB;IACvC,KAAK,EAAE,gBAAgB;IACvB,aAAa,EAAE,wBAAwB;IACvC,OAAO,EAAE,kBAAkB;IAC3B,KAAK,EAAE,gBAAgB;IACvB,cAAc,EAAE,yBAAyB;IACzC,UAAU,EAAE,qBAAqB;IACjC,SAAS,EAAE,oBAAoB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,gBAAgB,EAAE,2BAA2B;IAC7C,eAAe,EAAE,0BAA0B;IAC3C,uBAAuB,EAAE,kCAAkC;IAC3D,mBAAmB,EAAE,8BAA8B;IACnD,sBAAsB,EAAE,iCAAiC;IACzD,qBAAqB,EAAE,gCAAgC;IACvD,qBAAqB,EAAE,gCAAgC;IACvD,gBAAgB,EAAE,2BAA2B;IAC7C,oBAAoB,EAAE,+BAA+B;IACrD,qBAAqB,EAAE,gCAAgC;IACvD,sBAAsB,EAAE,iCAAiC;CAC1D,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/carousel/Carousel.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./Carousel.module.css');\nconst styles = {\n container: '
|
|
1
|
+
{"version":3,"sources":["controls/carousel/Carousel.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,uBAAuB,CAAC,CAAC;AACjC,IAAM,MAAM,GAAG;IACb,SAAS,EAAE,oBAAoB;IAC/B,gBAAgB,EAAE,2BAA2B;IAC7C,YAAY,EAAE,uBAAuB;IACrC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,gBAAgB;IACvB,SAAS,EAAE,oBAAoB;IAC/B,SAAS,EAAE,oBAAoB;IAC/B,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,cAAc,EAAE,yBAAyB;IACzC,cAAc,EAAE,yBAAyB;IACzC,aAAa,EAAE,wBAAwB;IACvC,aAAa,EAAE,wBAAwB;IACvC,aAAa,EAAE,wBAAwB;IACvC,KAAK,EAAE,gBAAgB;IACvB,aAAa,EAAE,wBAAwB;IACvC,OAAO,EAAE,kBAAkB;IAC3B,KAAK,EAAE,gBAAgB;IACvB,cAAc,EAAE,yBAAyB;IACzC,UAAU,EAAE,qBAAqB;IACjC,SAAS,EAAE,oBAAoB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,gBAAgB,EAAE,2BAA2B;IAC7C,eAAe,EAAE,0BAA0B;IAC3C,uBAAuB,EAAE,kCAAkC;IAC3D,mBAAmB,EAAE,8BAA8B;IACnD,sBAAsB,EAAE,iCAAiC;IACzD,qBAAqB,EAAE,gCAAgC;IACvD,qBAAqB,EAAE,gCAAgC;IACvD,gBAAgB,EAAE,2BAA2B;IAC7C,oBAAoB,EAAE,+BAA+B;IACrD,qBAAqB,EAAE,gCAAgC;IACvD,sBAAsB,EAAE,iCAAiC;CAC1D,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/carousel/Carousel.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./Carousel.module.css');\nconst styles = {\n container: 'container_49e7f670',\n contentContainer: 'contentContainer_49e7f670',\n slideWrapper: 'slideWrapper_49e7f670',\n left: 'left_49e7f670',\n right: 'right_49e7f670',\n slideLeft: 'slideLeft_49e7f670',\n slideleft: 'slideleft_49e7f670',\n slideRight: 'slideRight_49e7f670',\n slideright: 'slideright_49e7f670',\n slideFromRight: 'slideFromRight_49e7f670',\n slidefromright: 'slidefromright_49e7f670',\n slideFromLeft: 'slideFromLeft_49e7f670',\n slidefromleft: 'slidefromleft_49e7f670',\n carouselImage: 'carouselImage_49e7f670',\n image: 'image_49e7f670',\n staticDetails: 'staticDetails_49e7f670',\n details: 'details_49e7f670',\n title: 'title_49e7f670',\n dynamicDetails: 'dynamicDetails_49e7f670',\n indicators: 'indicators_49e7f670',\n rectangle: 'rectangle_49e7f670',\n square: 'square_49e7f670',\n circle: 'circle_49e7f670',\n active: 'active_49e7f670',\n loadingComponent: 'loadingComponent_49e7f670',\n buttonLocations: 'buttonLocations_49e7f670',\n centralButtonsContainer: 'centralButtonsContainer_49e7f670',\n topButtonsContainer: 'topButtonsContainer_49e7f670',\n bottomButtonsContainer: 'bottomButtonsContainer_49e7f670',\n buttonsOnlyPrevButton: 'buttonsOnlyPrevButton_49e7f670',\n buttonsOnlyNextButton: 'buttonsOnlyNextButton_49e7f670',\n buttonsContainer: 'buttonsContainer_49e7f670',\n buttonsOnlyContainer: 'buttonsOnlyContainer_49e7f670',\n blockButtonsContainer: 'blockButtonsContainer_49e7f670',\n hiddenButtonsContainer: 'hiddenButtonsContainer_49e7f670',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.chartComponent_9dc305a2.themed_9dc305a2{background-color:"[theme: bodyBackground, default: #ffffff]"}.accessibleTable_9dc305a2{position:absolute;left:-10000;top:auto;width:1;height:1;overflow:hidden;display:none}
|
|
@@ -27,9 +27,9 @@ var styles = {
|
|
|
27
27
|
scaleFontColor: '#666666',
|
|
28
28
|
scaleFont: '"Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif',
|
|
29
29
|
scaleFontSize: '12px',
|
|
30
|
-
chartComponent: '
|
|
31
|
-
themed: '
|
|
32
|
-
accessibleTable: '
|
|
30
|
+
chartComponent: 'chartComponent_9dc305a2',
|
|
31
|
+
themed: 'themed_9dc305a2',
|
|
32
|
+
accessibleTable: 'accessibleTable_9dc305a2',
|
|
33
33
|
};
|
|
34
34
|
exports.default = styles;
|
|
35
35
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/chartControl/ChartControl.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,2BAA2B,CAAC,CAAC;AACrC,IAAM,MAAM,GAAG;IACb,gBAAgB,EAAE,SAAS;IAC3B,iBAAiB,EAAE,uFAAuF;IAC1G,eAAe,EAAE,MAAM;IACvB,SAAS,EAAE,SAAS;IACpB,UAAU,EAAE,SAAS;IACrB,SAAS,EAAE,uFAAuF;IAClG,aAAa,EAAE,MAAM;IACrB,WAAW,EAAE,SAAS;IACtB,UAAU,EAAE,uFAAuF;IACnG,cAAc,EAAE,MAAM;IACtB,eAAe,EAAE,MAAM;IACvB,WAAW,EAAE,uFAAuF;IACpG,gBAAgB,EAAE,SAAS;IAC3B,gBAAgB,EAAE,uFAAuF;IACzG,iBAAiB,EAAE,SAAS;IAC5B,oBAAoB,EAAE,MAAM;IAC5B,kBAAkB,EAAE,SAAS;IAC7B,iBAAiB,EAAE,uFAAuF;IAC1G,qBAAqB,EAAE,MAAM;IAC7B,sBAAsB,EAAE,SAAS;IACjC,kBAAkB,EAAE,SAAS;IAC7B,cAAc,EAAE,SAAS;IACzB,SAAS,EAAE,uFAAuF;IAClG,aAAa,EAAE,MAAM;IACrB,cAAc,EAAE,yBAAyB;IACzC,MAAM,EAAE,iBAAiB;IACzB,eAAe,EAAE,0BAA0B;CAC5C,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/chartControl/ChartControl.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./ChartControl.module.css');\nconst styles = {\n defaultFontColor: '#666666',\n defaultFontFamily: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n defaultFontSize: '14px',\n lineColor: '#f4f4f4',\n titleColor: '#666666',\n titleFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n titleFontSize: '14px',\n legendColor: '#a6a6a6',\n legendFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n legendFontSize: '12px',\n tooltipFontSize: '12px',\n tooltipFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n tooltipBodyColor: '#ffffff',\n tooltipTitleFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n tooltipTitleColor: '#ffffff',\n tooltipTitleFontSize: '12px',\n tooltipFooterColor: '#ffffff',\n tooltipFooterFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n tooltipFooterFontSize: '12px',\n tooltipBackgroundColor: '#333333',\n tooltipBorderColor: '#333333',\n scaleFontColor: '#666666',\n scaleFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n scaleFontSize: '12px',\n chartComponent: '
|
|
1
|
+
{"version":3,"sources":["controls/chartControl/ChartControl.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,2BAA2B,CAAC,CAAC;AACrC,IAAM,MAAM,GAAG;IACb,gBAAgB,EAAE,SAAS;IAC3B,iBAAiB,EAAE,uFAAuF;IAC1G,eAAe,EAAE,MAAM;IACvB,SAAS,EAAE,SAAS;IACpB,UAAU,EAAE,SAAS;IACrB,SAAS,EAAE,uFAAuF;IAClG,aAAa,EAAE,MAAM;IACrB,WAAW,EAAE,SAAS;IACtB,UAAU,EAAE,uFAAuF;IACnG,cAAc,EAAE,MAAM;IACtB,eAAe,EAAE,MAAM;IACvB,WAAW,EAAE,uFAAuF;IACpG,gBAAgB,EAAE,SAAS;IAC3B,gBAAgB,EAAE,uFAAuF;IACzG,iBAAiB,EAAE,SAAS;IAC5B,oBAAoB,EAAE,MAAM;IAC5B,kBAAkB,EAAE,SAAS;IAC7B,iBAAiB,EAAE,uFAAuF;IAC1G,qBAAqB,EAAE,MAAM;IAC7B,sBAAsB,EAAE,SAAS;IACjC,kBAAkB,EAAE,SAAS;IAC7B,cAAc,EAAE,SAAS;IACzB,SAAS,EAAE,uFAAuF;IAClG,aAAa,EAAE,MAAM;IACrB,cAAc,EAAE,yBAAyB;IACzC,MAAM,EAAE,iBAAiB;IACzB,eAAe,EAAE,0BAA0B;CAC5C,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/chartControl/ChartControl.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./ChartControl.module.css');\nconst styles = {\n defaultFontColor: '#666666',\n defaultFontFamily: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n defaultFontSize: '14px',\n lineColor: '#f4f4f4',\n titleColor: '#666666',\n titleFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n titleFontSize: '14px',\n legendColor: '#a6a6a6',\n legendFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n legendFontSize: '12px',\n tooltipFontSize: '12px',\n tooltipFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n tooltipBodyColor: '#ffffff',\n tooltipTitleFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n tooltipTitleColor: '#ffffff',\n tooltipTitleFontSize: '12px',\n tooltipFooterColor: '#ffffff',\n tooltipFooterFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n tooltipFooterFontSize: '12px',\n tooltipBackgroundColor: '#333333',\n tooltipBorderColor: '#333333',\n scaleFontColor: '#666666',\n scaleFont: '\"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", sans-serif',\n scaleFontSize: '12px',\n chartComponent: 'chartComponent_9dc305a2',\n themed: 'themed_9dc305a2',\n accessibleTable: 'accessibleTable_9dc305a2',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.dateTimePicker_41da73f7 .container_41da73f7{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.dateTimePicker_41da73f7 .container_41da73f7 .hidden_41da73f7{display:none}.dateTimePicker_41da73f7 .container_41da73f7 .row_41da73f7{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.dateTimePicker_41da73f7 .container_41da73f7 .row_41da73f7.timeRow_41da73f7{margin-top:3px}.dateTimePicker_41da73f7 .container_41da73f7 .row_41da73f7 .picker_41da73f7{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%}.dateTimePicker_41da73f7 .container_41da73f7 .row_41da73f7 .time_41da73f7{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.dateTimePicker_41da73f7 .labelCell_41da73f7{vertical-align:top;min-width:55px}.dateTimePicker_41da73f7 .separator_41da73f7{vertical-align:top;padding-left:5px;padding-right:5px}.dateTimePicker_41da73f7 .fieldLabel_41da73f7{margin-right:10px}
|
|
@@ -3,16 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./DateTimePicker.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
dateTimePicker: '
|
|
7
|
-
container: '
|
|
8
|
-
hidden: '
|
|
9
|
-
row: '
|
|
10
|
-
timeRow: '
|
|
11
|
-
picker: '
|
|
12
|
-
time: '
|
|
13
|
-
labelCell: '
|
|
14
|
-
separator: '
|
|
15
|
-
fieldLabel: '
|
|
6
|
+
dateTimePicker: 'dateTimePicker_41da73f7',
|
|
7
|
+
container: 'container_41da73f7',
|
|
8
|
+
hidden: 'hidden_41da73f7',
|
|
9
|
+
row: 'row_41da73f7',
|
|
10
|
+
timeRow: 'timeRow_41da73f7',
|
|
11
|
+
picker: 'picker_41da73f7',
|
|
12
|
+
time: 'time_41da73f7',
|
|
13
|
+
labelCell: 'labelCell_41da73f7',
|
|
14
|
+
separator: 'separator_41da73f7',
|
|
15
|
+
fieldLabel: 'fieldLabel_41da73f7',
|
|
16
16
|
};
|
|
17
17
|
exports.default = styles;
|
|
18
18
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/dateTimePicker/DateTimePicker.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,6BAA6B,CAAC,CAAC;AACvC,IAAM,MAAM,GAAG;IACb,cAAc,EAAE,yBAAyB;IACzC,SAAS,EAAE,oBAAoB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,GAAG,EAAE,cAAc;IACnB,OAAO,EAAE,kBAAkB;IAC3B,MAAM,EAAE,iBAAiB;IACzB,IAAI,EAAE,eAAe;IACrB,SAAS,EAAE,oBAAoB;IAC/B,SAAS,EAAE,oBAAoB;IAC/B,UAAU,EAAE,qBAAqB;CAClC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/dateTimePicker/DateTimePicker.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./DateTimePicker.module.css');\nconst styles = {\n dateTimePicker: '
|
|
1
|
+
{"version":3,"sources":["controls/dateTimePicker/DateTimePicker.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,6BAA6B,CAAC,CAAC;AACvC,IAAM,MAAM,GAAG;IACb,cAAc,EAAE,yBAAyB;IACzC,SAAS,EAAE,oBAAoB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,GAAG,EAAE,cAAc;IACnB,OAAO,EAAE,kBAAkB;IAC3B,MAAM,EAAE,iBAAiB;IACzB,IAAI,EAAE,eAAe;IACrB,SAAS,EAAE,oBAAoB;IAC/B,SAAS,EAAE,oBAAoB;IAC/B,UAAU,EAAE,qBAAqB;CAClC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/dateTimePicker/DateTimePicker.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./DateTimePicker.module.css');\nconst styles = {\n dateTimePicker: 'dateTimePicker_41da73f7',\n container: 'container_41da73f7',\n hidden: 'hidden_41da73f7',\n row: 'row_41da73f7',\n timeRow: 'timeRow_41da73f7',\n picker: 'picker_41da73f7',\n time: 'time_41da73f7',\n labelCell: 'labelCell_41da73f7',\n separator: 'separator_41da73f7',\n fieldLabel: 'fieldLabel_41da73f7',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.errorMessage_75060d2e{font-size:12px;font-weight:400;color:#a80000;margin:0;padding-top:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.errorIcon_75060d2e{font-size:14px;margin-right:5px}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./ErrorMessage.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
errorMessage: '
|
|
7
|
-
errorIcon: '
|
|
6
|
+
errorMessage: 'errorMessage_75060d2e',
|
|
7
|
+
errorIcon: 'errorIcon_75060d2e',
|
|
8
8
|
};
|
|
9
9
|
exports.default = styles;
|
|
10
10
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/errorMessage/ErrorMessage.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,2BAA2B,CAAC,CAAC;AACrC,IAAM,MAAM,GAAG;IACb,YAAY,EAAE,uBAAuB;IACrC,SAAS,EAAE,oBAAoB;CAChC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/errorMessage/ErrorMessage.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./ErrorMessage.module.css');\nconst styles = {\n errorMessage: '
|
|
1
|
+
{"version":3,"sources":["controls/errorMessage/ErrorMessage.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,2BAA2B,CAAC,CAAC;AACrC,IAAM,MAAM,GAAG;IACb,YAAY,EAAE,uBAAuB;IACrC,SAAS,EAAE,oBAAoB;CAChC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/errorMessage/ErrorMessage.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./ErrorMessage.module.css');\nconst styles = {\n errorMessage: 'errorMessage_75060d2e',\n errorIcon: 'errorIcon_75060d2e',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.collectionData_7621ef44{background-color:#eaeaea;padding:10px}.noCollectionData_7621ef44{text-align:center}.panelActions_7621ef44{margin-top:15px;text-align:right}.panelActions_7621ef44 button{margin-right:15px}.panelActions_7621ef44 button:last-child{margin-right:0}.required_7621ef44{color:#d83b01;font-size:8px;vertical-align:super}.addBtn_7621ef44{color:#0078d4}.inputField_7621ef44{color:inherit}.numberField_7621ef44{box-sizing:border-box;box-shadow:none;margin:0;padding:0;border:1px solid #a6a6a6;background:#fff;height:32px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch;position:relative}.numberField_7621ef44:hover{border-color:#212121}.numberField_7621ef44 input{box-sizing:border-box;box-shadow:none;margin:0;font-size:14px;border-radius:0;border:none;background:0 0;color:#333;padding:0 12px 0 12px;width:100%;text-overflow:ellipsis;outline:0}.numberField_7621ef44.invalidField_7621ef44{border-color:#a80000}.iconField_7621ef44{position:relative}.iconField_7621ef44 i{font-size:20px;position:absolute;top:0;right:10px;vertical-align:top}.collectionDataField_7621ef44>span{display:none}.collectionDataField_7621ef44 div[class^=invalid_]{border-color:#a80000!important}.table_7621ef44{display:table;width:100%;border-collapse:collapse}.tableRow_7621ef44{display:table-row;line-height:30px}.tableRow_7621ef44:hover{background-color:#f4f4f4;cursor:pointer;outline:1px solid transparent}.tableRow_7621ef44.tableFooter_7621ef44{background-color:#eaeaea;border-top:1px solid #a6a6a6}.tableCell_7621ef44{display:table-cell;padding:0 10px;vertical-align:middle}.tableCell_7621ef44>div{margin-bottom:8px;margin-top:8px}.tableCell_7621ef44>div.ms-TextField{margin-bottom:8px;margin-top:8px}.errorCallout_7621ef44{padding:0 15px;min-width:200px}.errorCalloutLink_7621ef44:not([disabled]){color:#a80000}.errorMsgs_7621ef44{font-size:14px;font-weight:400}.errorMsgs_7621ef44 p{font-size:17px;font-weight:300}.errorMsgs_7621ef44 ul{padding-left:15px}.errorMsgs_7621ef44 li{color:#a80000}.tableHead_7621ef44{font-weight:300;font-size:12px;color:#666}.tableHead_7621ef44 .tableCell_7621ef44{font-weight:400;text-align:left;border-bottom:1px solid #a6a6a6}
|
|
@@ -3,24 +3,24 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./FieldCollectionData.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
collectionData: '
|
|
7
|
-
noCollectionData: '
|
|
8
|
-
panelActions: '
|
|
9
|
-
required: '
|
|
10
|
-
addBtn: '
|
|
11
|
-
inputField: '
|
|
12
|
-
numberField: '
|
|
13
|
-
invalidField: '
|
|
14
|
-
iconField: '
|
|
15
|
-
collectionDataField: '
|
|
16
|
-
table: '
|
|
17
|
-
tableRow: '
|
|
18
|
-
tableFooter: '
|
|
19
|
-
tableCell: '
|
|
20
|
-
errorCallout: '
|
|
21
|
-
errorCalloutLink: '
|
|
22
|
-
errorMsgs: '
|
|
23
|
-
tableHead: '
|
|
6
|
+
collectionData: 'collectionData_7621ef44',
|
|
7
|
+
noCollectionData: 'noCollectionData_7621ef44',
|
|
8
|
+
panelActions: 'panelActions_7621ef44',
|
|
9
|
+
required: 'required_7621ef44',
|
|
10
|
+
addBtn: 'addBtn_7621ef44',
|
|
11
|
+
inputField: 'inputField_7621ef44',
|
|
12
|
+
numberField: 'numberField_7621ef44',
|
|
13
|
+
invalidField: 'invalidField_7621ef44',
|
|
14
|
+
iconField: 'iconField_7621ef44',
|
|
15
|
+
collectionDataField: 'collectionDataField_7621ef44',
|
|
16
|
+
table: 'table_7621ef44',
|
|
17
|
+
tableRow: 'tableRow_7621ef44',
|
|
18
|
+
tableFooter: 'tableFooter_7621ef44',
|
|
19
|
+
tableCell: 'tableCell_7621ef44',
|
|
20
|
+
errorCallout: 'errorCallout_7621ef44',
|
|
21
|
+
errorCalloutLink: 'errorCalloutLink_7621ef44',
|
|
22
|
+
errorMsgs: 'errorMsgs_7621ef44',
|
|
23
|
+
tableHead: 'tableHead_7621ef44',
|
|
24
24
|
};
|
|
25
25
|
exports.default = styles;
|
|
26
26
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/fieldCollectionData/FieldCollectionData.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,kCAAkC,CAAC,CAAC;AAC5C,IAAM,MAAM,GAAG;IACb,cAAc,EAAE,yBAAyB;IACzC,gBAAgB,EAAE,2BAA2B;IAC7C,YAAY,EAAE,uBAAuB;IACrC,QAAQ,EAAE,mBAAmB;IAC7B,MAAM,EAAE,iBAAiB;IACzB,UAAU,EAAE,qBAAqB;IACjC,WAAW,EAAE,sBAAsB;IACnC,YAAY,EAAE,uBAAuB;IACrC,SAAS,EAAE,oBAAoB;IAC/B,mBAAmB,EAAE,8BAA8B;IACnD,KAAK,EAAE,gBAAgB;IACvB,QAAQ,EAAE,mBAAmB;IAC7B,WAAW,EAAE,sBAAsB;IACnC,SAAS,EAAE,oBAAoB;IAC/B,YAAY,EAAE,uBAAuB;IACrC,gBAAgB,EAAE,2BAA2B;IAC7C,SAAS,EAAE,oBAAoB;IAC/B,SAAS,EAAE,oBAAoB;CAChC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/fieldCollectionData/FieldCollectionData.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./FieldCollectionData.module.css');\nconst styles = {\n collectionData: '
|
|
1
|
+
{"version":3,"sources":["controls/fieldCollectionData/FieldCollectionData.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,kCAAkC,CAAC,CAAC;AAC5C,IAAM,MAAM,GAAG;IACb,cAAc,EAAE,yBAAyB;IACzC,gBAAgB,EAAE,2BAA2B;IAC7C,YAAY,EAAE,uBAAuB;IACrC,QAAQ,EAAE,mBAAmB;IAC7B,MAAM,EAAE,iBAAiB;IACzB,UAAU,EAAE,qBAAqB;IACjC,WAAW,EAAE,sBAAsB;IACnC,YAAY,EAAE,uBAAuB;IACrC,SAAS,EAAE,oBAAoB;IAC/B,mBAAmB,EAAE,8BAA8B;IACnD,KAAK,EAAE,gBAAgB;IACvB,QAAQ,EAAE,mBAAmB;IAC7B,WAAW,EAAE,sBAAsB;IACnC,SAAS,EAAE,oBAAoB;IAC/B,YAAY,EAAE,uBAAuB;IACrC,gBAAgB,EAAE,2BAA2B;IAC7C,SAAS,EAAE,oBAAoB;IAC/B,SAAS,EAAE,oBAAoB;CAChC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/fieldCollectionData/FieldCollectionData.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./FieldCollectionData.module.css');\nconst styles = {\n collectionData: 'collectionData_7621ef44',\n noCollectionData: 'noCollectionData_7621ef44',\n panelActions: 'panelActions_7621ef44',\n required: 'required_7621ef44',\n addBtn: 'addBtn_7621ef44',\n inputField: 'inputField_7621ef44',\n numberField: 'numberField_7621ef44',\n invalidField: 'invalidField_7621ef44',\n iconField: 'iconField_7621ef44',\n collectionDataField: 'collectionDataField_7621ef44',\n table: 'table_7621ef44',\n tableRow: 'tableRow_7621ef44',\n tableFooter: 'tableFooter_7621ef44',\n tableCell: 'tableCell_7621ef44',\n errorCallout: 'errorCallout_7621ef44',\n errorCalloutLink: 'errorCalloutLink_7621ef44',\n errorMsgs: 'errorMsgs_7621ef44',\n tableHead: 'tableHead_7621ef44',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.ellipsis_fc50a26b{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.container_fc50a26b,.ellipsis_fc50a26b,.relative_fc50a26b{position:relative}.fabricIcon_fc50a26b{display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}.container_fc50a26b{font-size:16px}
|
package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./FieldAttachmentsRenderer.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
ellipsis: '
|
|
7
|
-
relative: '
|
|
8
|
-
container: '
|
|
9
|
-
fabricIcon: '
|
|
6
|
+
ellipsis: 'ellipsis_fc50a26b',
|
|
7
|
+
relative: 'relative_fc50a26b',
|
|
8
|
+
container: 'container_fc50a26b',
|
|
9
|
+
fabricIcon: 'fabricIcon_fc50a26b',
|
|
10
10
|
};
|
|
11
11
|
exports.default = styles;
|
|
12
12
|
/* tslint:enable */
|
package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,uCAAuC,CAAC,CAAC;AACjD,IAAM,MAAM,GAAG;IACb,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,SAAS,EAAE,oBAAoB;IAC/B,UAAU,EAAE,qBAAqB;CAClC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./FieldAttachmentsRenderer.module.css');\nconst styles = {\n ellipsis: '
|
|
1
|
+
{"version":3,"sources":["controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,uCAAuC,CAAC,CAAC;AACjD,IAAM,MAAM,GAAG;IACb,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,SAAS,EAAE,oBAAoB;IAC/B,UAAU,EAAE,qBAAqB;CAClC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./FieldAttachmentsRenderer.module.css');\nconst styles = {\n ellipsis: 'ellipsis_fc50a26b',\n relative: 'relative_fc50a26b',\n container: 'container_fc50a26b',\n fabricIcon: 'fabricIcon_fc50a26b',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../../src"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.ellipsis_8ba9fa31{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.baseText_8ba9fa31,.ellipsis_8ba9fa31,.relative_8ba9fa31{position:relative}.fabricIcon_8ba9fa31{display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}
|
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
require('./FieldBaseTextRenderer.module.css');
|
|
5
5
|
var styles = {
|
|
6
|
-
ellipsis: '
|
|
7
|
-
relative: '
|
|
8
|
-
baseText: '
|
|
9
|
-
fabricIcon: '
|
|
6
|
+
ellipsis: 'ellipsis_8ba9fa31',
|
|
7
|
+
relative: 'relative_8ba9fa31',
|
|
8
|
+
baseText: 'baseText_8ba9fa31',
|
|
9
|
+
fabricIcon: 'fabricIcon_8ba9fa31',
|
|
10
10
|
};
|
|
11
11
|
exports.default = styles;
|
|
12
12
|
/* tslint:enable */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,oCAAoC,CAAC,CAAC;AAC9C,IAAM,MAAM,GAAG;IACb,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,UAAU,EAAE,qBAAqB;CAClC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./FieldBaseTextRenderer.module.css');\nconst styles = {\n ellipsis: '
|
|
1
|
+
{"version":3,"sources":["controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,OAAO,CAAC,oCAAoC,CAAC,CAAC;AAC9C,IAAM,MAAM,GAAG;IACb,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,UAAU,EAAE,qBAAqB;CAClC,CAAC;AAEF,kBAAe,MAAM,CAAC;AACtB,mBAAmB","file":"controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.js","sourcesContent":["/* tslint:disable */\nrequire('./FieldBaseTextRenderer.module.css');\nconst styles = {\n ellipsis: 'ellipsis_8ba9fa31',\n relative: 'relative_8ba9fa31',\n baseText: 'baseText_8ba9fa31',\n fabricIcon: 'fabricIcon_8ba9fa31',\n};\n\nexport default styles;\n/* tslint:enable */"],"sourceRoot":"../../../../src"}
|