@pnp/spfx-controls-react 3.21.0-beta.1344790 → 4.0.0-beta.1344828
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/.eslintrc.js +4 -10
- package/.husky/pre-commit +1 -0
- package/CHANGELOG.json +1 -3
- package/CHANGELOG.md +1 -2
- package/dist/e9a37567-6524-4902-938d-4b143a50e466.manifest.json +19 -0
- package/dist/spfx-controls-library.js +58 -0
- package/dist/spfx-controls-library.js.map +1 -0
- package/lib/common/Interfaces.d.ts +1 -1
- package/lib/common/Interfaces.d.ts.map +1 -1
- package/lib/common/telemetry/version.d.ts.map +1 -1
- package/lib/common/telemetry/version.js +1 -1
- package/lib/common/telemetry/version.js.map +1 -1
- package/lib/common/utilities/FormulaEvaluation.d.ts.map +1 -1
- package/lib/common/utilities/FormulaEvaluation.js +3 -0
- package/lib/common/utilities/FormulaEvaluation.js.map +1 -1
- package/lib/common/utilities/GeneralHelper.d.ts.map +1 -1
- package/lib/common/utilities/GeneralHelper.js +60 -29
- package/lib/common/utilities/GeneralHelper.js.map +1 -1
- package/lib/controls/MyTeams/MyTeams.d.ts +2 -2
- package/lib/controls/MyTeams/MyTeams.d.ts.map +1 -1
- package/lib/controls/MyTeams/MyTeams.js +30 -24
- package/lib/controls/MyTeams/MyTeams.js.map +1 -1
- package/lib/controls/MyTeams/MyTeamsReducer.d.ts.map +1 -1
- package/lib/controls/MyTeams/MyTeamsReducer.js +1 -0
- package/lib/controls/MyTeams/MyTeamsReducer.js.map +1 -1
- package/lib/controls/MyTeams/MyTeamsStyles.d.ts +6 -7
- package/lib/controls/MyTeams/MyTeamsStyles.d.ts.map +1 -1
- package/lib/controls/MyTeams/MyTeamsStyles.js +25 -25
- package/lib/controls/MyTeams/MyTeamsStyles.js.map +1 -1
- package/lib/controls/MyTeams/components/Team/TeamReducer.d.ts.map +1 -1
- package/lib/controls/MyTeams/components/Team/TeamReducer.js +1 -0
- package/lib/controls/MyTeams/components/Team/TeamReducer.js.map +1 -1
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicator.js +1 -1
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicator.js.map +1 -1
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.d.ts +7 -50
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.d.ts.map +1 -1
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.js +32 -26
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.js.map +1 -1
- package/lib/controls/TeamChannelPicker/TeamChannelPickerStyles.d.ts +5 -6
- package/lib/controls/TeamChannelPicker/TeamChannelPickerStyles.d.ts.map +1 -1
- package/lib/controls/TeamChannelPicker/TeamChannelPickerStyles.js +39 -39
- package/lib/controls/TeamChannelPicker/TeamChannelPickerStyles.js.map +1 -1
- package/lib/controls/TeamPicker/TeamPickerStyles.d.ts +5 -6
- package/lib/controls/TeamPicker/TeamPickerStyles.d.ts.map +1 -1
- package/lib/controls/TeamPicker/TeamPickerStyles.js +31 -31
- package/lib/controls/TeamPicker/TeamPickerStyles.js.map +1 -1
- package/lib/controls/TermSetNavigation/assets/menu-rafiki.svg +1 -0
- package/lib/controls/TermSetNavigation/utils/useUtils.d.ts.map +1 -1
- package/lib/controls/TermSetNavigation/utils/useUtils.js +9 -2
- package/lib/controls/TermSetNavigation/utils/useUtils.js.map +1 -1
- package/lib/controls/accordion/Accordion.module.css +1 -1
- package/lib/controls/animatedDialog/AnimatedDialog.d.ts +1 -1
- package/lib/controls/animatedDialog/AnimatedDialog.d.ts.map +1 -1
- package/lib/controls/animatedDialog/AnimatedDialog.js +39 -39
- package/lib/controls/animatedDialog/AnimatedDialog.js.map +1 -1
- package/lib/controls/animatedDialog/AnimatedDialog.module.css +1 -1
- package/lib/controls/carousel/Carousel.module.css +1 -1
- package/lib/controls/chartControl/AccessibleChartTable.test.js +334 -0
- package/lib/controls/chartControl/AccessibleChartTable.test.js.map +1 -0
- package/lib/controls/chartControl/ChartControl.d.ts +12 -12
- package/lib/controls/chartControl/ChartControl.d.ts.map +1 -1
- package/lib/controls/chartControl/ChartControl.js +46 -39
- package/lib/controls/chartControl/ChartControl.js.map +1 -1
- package/lib/controls/chartControl/ChartControl.module.css +1 -1
- package/lib/controls/chartControl/ChartControl.test.js +87 -0
- package/lib/controls/chartControl/ChartControl.test.js.map +1 -0
- package/lib/controls/chartControl/PaletteGenerator.test.js +61 -0
- package/lib/controls/chartControl/PaletteGenerator.test.js.map +1 -0
- package/lib/controls/dashboard/Dashboard.module.css +1 -1
- package/lib/controls/dateTimePicker/DateTimePicker.module.css +1 -1
- package/lib/controls/dragDropFiles/DragDropFiles.d.ts +1 -1
- package/lib/controls/dragDropFiles/DragDropFiles.d.ts.map +1 -1
- package/lib/controls/dragDropFiles/DragDropFiles.js.map +1 -1
- package/lib/controls/dragDropFiles/DragDropFiles.module.css +1 -1
- package/lib/controls/dynamicForm/DynamicForm.module.css +1 -1
- package/lib/controls/errorMessage/ErrorMessage.module.css +1 -1
- package/lib/controls/fieldCollectionData/FieldCollectionData.module.css +1 -1
- package/lib/controls/fieldCollectionData/index.d.ts +1 -0
- package/lib/controls/fieldCollectionData/index.d.ts.map +1 -1
- package/lib/controls/fieldCollectionData/index.js +1 -0
- package/lib/controls/fieldCollectionData/index.js.map +1 -1
- package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.css +1 -1
- package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.css +1 -1
- package/lib/controls/fields/fieldCommon/FieldRenderer.module.css +1 -1
- package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.css +1 -1
- package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.css +1 -1
- package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.js +1 -1
- package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.js.map +1 -1
- package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.css +1 -1
- package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.css +1 -1
- package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.css +1 -1
- package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.css +1 -1
- package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.css +1 -1
- package/lib/controls/filePicker/FilePicker.module.css +1 -1
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.d.ts.map +1 -1
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.js +18 -10
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.js.map +1 -1
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/MultipleUploadFilePickerTab/MultipleUploadFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.css +1 -1
- package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.css +1 -1
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/StockImagesTab/StockImages.module.css +1 -1
- package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.css +1 -1
- package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.css +1 -1
- package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.css +1 -1
- package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.css +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.css +1 -1
- package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.css +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.module.css +1 -1
- package/lib/controls/fileTypeIcon/FileTypeIcon.module.css +1 -1
- package/lib/controls/fileTypeIcon/FileTypeIcon.test.js +184 -0
- package/lib/controls/fileTypeIcon/FileTypeIcon.test.js.map +1 -0
- package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.css +1 -1
- package/lib/controls/folderExplorer/NewFolder/NewFolder.module.css +1 -1
- package/lib/controls/folderPicker/FolderPicker.module.css +1 -1
- package/lib/controls/gridLayout/GridLayout.module.css +1 -1
- package/lib/controls/gridLayout/GridLayout.test.js +86 -0
- package/lib/controls/gridLayout/GridLayout.test.js.map +1 -0
- package/lib/controls/iFrameDialog/IFrameDialogContent.module.css +1 -1
- package/lib/controls/iFramePanel/IFramePanelContent.module.css +1 -1
- package/lib/controls/iconPicker/IconPicker.module.css +1 -1
- package/lib/controls/listItemAttachments/ListItemAttachments.module.css +1 -1
- package/lib/controls/listItemComments/components/AddComment/AddComment.d.ts +1 -1
- package/lib/controls/listItemComments/components/AddComment/AddComment.d.ts.map +1 -1
- package/lib/controls/listItemComments/components/AddComment/AddComment.js +52 -28
- package/lib/controls/listItemComments/components/AddComment/AddComment.js.map +1 -1
- package/lib/controls/listItemComments/components/AddComment/useAddCommentStyles.d.ts +7 -46
- package/lib/controls/listItemComments/components/AddComment/useAddCommentStyles.d.ts.map +1 -1
- package/lib/controls/listItemComments/components/AddComment/useAddCommentStyles.js +44 -38
- package/lib/controls/listItemComments/components/AddComment/useAddCommentStyles.js.map +1 -1
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.css +1 -1
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.test.js +106 -0
- package/lib/controls/listItemPicker/ComboBoxListItemPicker.test.js.map +1 -0
- package/lib/controls/listPicker/ListPicker.module.css +1 -1
- package/lib/controls/listView/ListView.test.js +154 -0
- package/lib/controls/listView/ListView.test.js.map +1 -0
- package/lib/controls/locationPicker/LocationPicker.module.css +1 -1
- package/lib/controls/map/Maps.module.css +1 -1
- package/lib/controls/modernAudio/ModernAudio.module.css +1 -1
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.module.css +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.module.css +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.module.css +1 -1
- package/lib/controls/modernTaxonomyPicker/termItem/TermItemSuggestions.module.css +1 -1
- package/lib/controls/pagination/Pagination.module.css +1 -1
- package/lib/controls/peoplepicker/PeoplePickerComponent.module.css +1 -1
- package/lib/controls/placeholder/PlaceholderComponent.test.js +73 -0
- package/lib/controls/placeholder/PlaceholderComponent.test.js.map +1 -0
- package/lib/controls/progress/Progress.module.css +1 -1
- package/lib/controls/richText/RichText.module.css +1 -1
- package/lib/controls/richText/RichTextPropertyPane.module.css +1 -1
- package/lib/controls/richText/RteColorPicker.module.css +1 -1
- package/lib/controls/securityTrimmedControl/SecurityTrimmedControl.d.ts +1 -1
- package/lib/controls/securityTrimmedControl/SecurityTrimmedControl.d.ts.map +1 -1
- package/lib/controls/securityTrimmedControl/SecurityTrimmedControl.js.map +1 -1
- package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.css +1 -1
- package/lib/controls/siteBreadcrumb/SiteBreadcrumb.test.js +30 -0
- package/lib/controls/siteBreadcrumb/SiteBreadcrumb.test.js.map +1 -0
- package/lib/controls/taxonomyPicker/TaxonomyPicker.module.css +1 -1
- package/lib/controls/toolbar/Toolbar.module.css +1 -1
- package/lib/controls/treeView/TreeView.module.css +1 -1
- package/lib/controls/uploadFiles/assets/welcome-dark.png +0 -0
- package/lib/controls/uploadFiles/assets/welcome-light.png +0 -0
- package/lib/controls/uploadFiles/components/DocumentList/useDocumentListStyles.d.ts +5 -11
- package/lib/controls/uploadFiles/components/DocumentList/useDocumentListStyles.d.ts.map +1 -1
- package/lib/controls/uploadFiles/components/DocumentList/useDocumentListStyles.js +41 -35
- package/lib/controls/uploadFiles/components/DocumentList/useDocumentListStyles.js.map +1 -1
- package/lib/controls/uploadFiles/components/File/useFileStyles.d.ts +6 -11
- package/lib/controls/uploadFiles/components/File/useFileStyles.d.ts.map +1 -1
- package/lib/controls/uploadFiles/components/File/useFileStyles.js +32 -26
- package/lib/controls/uploadFiles/components/File/useFileStyles.js.map +1 -1
- package/lib/controls/uploadFiles/components/FileCommandBar/useFileCommandBarStyles.d.ts +6 -12
- package/lib/controls/uploadFiles/components/FileCommandBar/useFileCommandBarStyles.d.ts.map +1 -1
- package/lib/controls/uploadFiles/components/FileCommandBar/useFileCommandBarStyles.js +31 -30
- package/lib/controls/uploadFiles/components/FileCommandBar/useFileCommandBarStyles.js.map +1 -1
- package/lib/controls/uploadFiles/components/NoDocuments/useNoDocumentsStyles.d.ts +3 -3
- package/lib/controls/uploadFiles/components/NoDocuments/useNoDocumentsStyles.d.ts.map +1 -1
- package/lib/controls/uploadFiles/components/NoDocuments/useNoDocumentsStyles.js +7 -7
- package/lib/controls/uploadFiles/components/NoDocuments/useNoDocumentsStyles.js.map +1 -1
- package/lib/controls/uploadFiles/components/UploadFiles/useUploadFilesStyles.d.ts +3 -2
- package/lib/controls/uploadFiles/components/UploadFiles/useUploadFilesStyles.d.ts.map +1 -1
- package/lib/controls/uploadFiles/components/UploadFiles/useUploadFilesStyles.js +4 -5
- package/lib/controls/uploadFiles/components/UploadFiles/useUploadFilesStyles.js.map +1 -1
- package/lib/controls/viewPicker/ViewPicker.module.css +1 -1
- package/lib/controls/webPartTitle/WebPartTitle.module.css +1 -1
- package/lib/controls/webPartTitle/WebPartTitle.test.js +79 -0
- package/lib/controls/webPartTitle/WebPartTitle.test.js.map +1 -0
- package/lib/index.d.ts +18 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +18 -0
- package/lib/index.js.map +1 -1
- package/lib/libraries/spfxControls/SpfxControlsLibrary.d.ts +4 -0
- package/lib/libraries/spfxControls/SpfxControlsLibrary.d.ts.map +1 -0
- package/lib/libraries/spfxControls/SpfxControlsLibrary.js +10 -0
- package/lib/libraries/spfxControls/SpfxControlsLibrary.js.map +1 -0
- package/lib/libraries/spfxControls/SpfxControlsLibrary.manifest.json +9 -0
- package/lib/libraries/spfxControls/loc/en-us.js +7 -0
- package/lib/services/PeopleSearchService.d.ts +4 -4
- package/lib/services/PeopleSearchService.d.ts.map +1 -1
- package/lib/services/PeopleSearchService.js +70 -40
- package/lib/services/PeopleSearchService.js.map +1 -1
- package/lib/services/SPTaxonomyService.d.ts.map +1 -1
- package/lib/services/SPTaxonomyService.js +31 -10
- package/lib/services/SPTaxonomyService.js.map +1 -1
- package/lib/services/SPTermStorePickerService.d.ts +4 -4
- package/lib/services/SPTermStorePickerService.d.ts.map +1 -1
- package/lib/services/SPTermStorePickerService.js +84 -45
- package/lib/services/SPTermStorePickerService.js.map +1 -1
- package/package.json +47 -23
- package/scripts/create-changelog.js +45 -0
- package/scripts/execute-translation.js +243 -0
- package/scripts/export-localization.js +49 -0
- package/scripts/sonarcloud.js +20 -0
- package/scripts/sync-changelogs.js +4 -0
- package/scripts/update-package-version.js +6 -0
- package/sharepoint/assets/ClientSideInstance.xml +9 -0
- package/sharepoint/assets/elements.xml +9 -0
- package/typings/@ms/odsp.d.ts +11 -0
- package/typings/tsd.d.ts +1 -0
- package/.hintrc +0 -15
- package/.nvmrc +0 -0
- package/README.md +0 -40
- package/release/component-dependency-audit/sp-dev-fx-controls-react.json +0 -591
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +0 -193
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +0 -87
- package/release/manifests/ca9eac70-7343-4972-88d6-672d50e9cf38.manifest.json +0 -41
- package/release/manifests/f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8.manifest.json +0 -92
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { mergeStyles, mergeStyleSets, } from
|
|
1
|
+
import { mergeStyles, mergeStyleSets, } from '@fluentui/react';
|
|
2
2
|
var theme = window.__themeState__.theme;
|
|
3
3
|
export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
4
4
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23;
|
|
@@ -15,9 +15,9 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
15
15
|
paddingLeft: 10,
|
|
16
16
|
marginLeft: 5,
|
|
17
17
|
marginBottom: 5,
|
|
18
|
-
cursor:
|
|
18
|
+
cursor: 'default',
|
|
19
19
|
backgroundColor: (_b = (_a = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _a === void 0 ? void 0 : _a.themeLighterAlt) !== null && _b !== void 0 ? _b : theme.themeLighterAlt,
|
|
20
|
-
|
|
20
|
+
':hover': {
|
|
21
21
|
backgroundColor: (_d = (_c = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _c === void 0 ? void 0 : _c.themeLighter) !== null && _d !== void 0 ? _d : theme.themeLighter,
|
|
22
22
|
},
|
|
23
23
|
},
|
|
@@ -27,42 +27,42 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
27
27
|
height: 26,
|
|
28
28
|
lineHeight: 26,
|
|
29
29
|
paddingLeft: 10,
|
|
30
|
-
cursor:
|
|
30
|
+
cursor: 'default',
|
|
31
31
|
margin: 2,
|
|
32
32
|
backgroundColor: (_f = (_e = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _e === void 0 ? void 0 : _e.themeLighterAlt) !== null && _f !== void 0 ? _f : theme.themeLighterAlt,
|
|
33
|
-
|
|
33
|
+
':hover': {
|
|
34
34
|
backgroundColor: (_h = (_g = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _g === void 0 ? void 0 : _g.themeLighter) !== null && _h !== void 0 ? _h : theme.themeLighter,
|
|
35
35
|
},
|
|
36
36
|
},
|
|
37
37
|
};
|
|
38
38
|
var pickerStylesSingle = {
|
|
39
39
|
root: {
|
|
40
|
-
width:
|
|
40
|
+
width: ' 100%',
|
|
41
41
|
borderRadius: 0,
|
|
42
42
|
},
|
|
43
43
|
input: {
|
|
44
|
-
width:
|
|
44
|
+
width: '100%',
|
|
45
45
|
backgroundColor: (_k = (_j = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _j === void 0 ? void 0 : _j.white) !== null && _k !== void 0 ? _k : theme.white,
|
|
46
46
|
},
|
|
47
47
|
itemsWrapper: {},
|
|
48
48
|
text: {
|
|
49
|
-
borderStyle:
|
|
50
|
-
width:
|
|
49
|
+
borderStyle: 'solid',
|
|
50
|
+
width: '100%',
|
|
51
51
|
borderWidth: 1,
|
|
52
52
|
backgroundColor: (_m = (_l = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _l === void 0 ? void 0 : _l.white) !== null && _m !== void 0 ? _m : theme.white,
|
|
53
53
|
borderRadius: 0,
|
|
54
54
|
borderColor: (_p = (_o = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _o === void 0 ? void 0 : _o.neutralQuaternaryAlt) !== null && _p !== void 0 ? _p : theme.neutralQuaternaryAlt,
|
|
55
|
-
|
|
56
|
-
borderStyle:
|
|
55
|
+
':focus': {
|
|
56
|
+
borderStyle: 'solid',
|
|
57
57
|
borderWidth: 1,
|
|
58
58
|
borderColor: (_r = (_q = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _q === void 0 ? void 0 : _q.themePrimary) !== null && _r !== void 0 ? _r : theme.themePrimary,
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
borderStyle:
|
|
60
|
+
':hover': {
|
|
61
|
+
borderStyle: 'solid',
|
|
62
62
|
borderWidth: 1,
|
|
63
63
|
borderColor: (_t = (_s = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _s === void 0 ? void 0 : _s.themePrimary) !== null && _t !== void 0 ? _t : theme.themePrimary,
|
|
64
64
|
},
|
|
65
|
-
|
|
65
|
+
':after': {
|
|
66
66
|
borderWidth: 0,
|
|
67
67
|
borderRadius: 0,
|
|
68
68
|
},
|
|
@@ -70,35 +70,35 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
70
70
|
};
|
|
71
71
|
var pickerStylesMulti = {
|
|
72
72
|
root: {
|
|
73
|
-
width:
|
|
73
|
+
width: ' 100%',
|
|
74
74
|
borderRadius: 0,
|
|
75
75
|
},
|
|
76
76
|
input: {
|
|
77
|
-
width:
|
|
77
|
+
width: '100%',
|
|
78
78
|
backgroundColor: (_v = (_u = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _u === void 0 ? void 0 : _u.white) !== null && _v !== void 0 ? _v : theme.white,
|
|
79
79
|
},
|
|
80
80
|
itemsWrapper: {
|
|
81
81
|
padding: 3,
|
|
82
82
|
},
|
|
83
83
|
text: {
|
|
84
|
-
borderStyle:
|
|
85
|
-
width:
|
|
84
|
+
borderStyle: 'solid',
|
|
85
|
+
width: '100%',
|
|
86
86
|
borderWidth: 1,
|
|
87
87
|
backgroundColor: (_x = (_w = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _w === void 0 ? void 0 : _w.white) !== null && _x !== void 0 ? _x : theme.white,
|
|
88
88
|
borderRadius: 0,
|
|
89
89
|
borderColor: (_z = (_y = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _y === void 0 ? void 0 : _y.neutralQuaternaryAlt) !== null && _z !== void 0 ? _z : theme.neutralQuaternaryAlt,
|
|
90
|
-
|
|
91
|
-
borderStyle:
|
|
90
|
+
':focus': {
|
|
91
|
+
borderStyle: 'solid',
|
|
92
92
|
borderWidth: 1,
|
|
93
93
|
borderColor: (_1 = (_0 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _0 === void 0 ? void 0 : _0.themePrimary) !== null && _1 !== void 0 ? _1 : theme.themePrimary,
|
|
94
94
|
},
|
|
95
|
-
|
|
96
|
-
borderStyle:
|
|
95
|
+
':hover': {
|
|
96
|
+
borderStyle: 'solid',
|
|
97
97
|
borderWidth: 1,
|
|
98
98
|
borderColor: (_3 = (_2 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _2 === void 0 ? void 0 : _2.themePrimary) !== null && _3 !== void 0 ? _3 : theme.themePrimary,
|
|
99
99
|
},
|
|
100
|
-
|
|
101
|
-
borderStyle:
|
|
100
|
+
':after': {
|
|
101
|
+
borderStyle: 'solid',
|
|
102
102
|
borderWidth: 1,
|
|
103
103
|
// borderColor: theme.neutralQuaternaryAlt,
|
|
104
104
|
borderColor: (_5 = (_4 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _4 === void 0 ? void 0 : _4.themePrimary) !== null && _5 !== void 0 ? _5 : theme.themePrimary,
|
|
@@ -107,12 +107,12 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
107
107
|
};
|
|
108
108
|
var pickerStyles = {
|
|
109
109
|
root: {
|
|
110
|
-
width:
|
|
110
|
+
width: ' 100%',
|
|
111
111
|
borderRadius: 0,
|
|
112
112
|
},
|
|
113
113
|
input: {
|
|
114
|
-
borderTopStyle:
|
|
115
|
-
width:
|
|
114
|
+
borderTopStyle: 'solid',
|
|
115
|
+
width: '100%',
|
|
116
116
|
borderTopWidth: 0,
|
|
117
117
|
backgroundColor: (_7 = (_6 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _6 === void 0 ? void 0 : _6.white) !== null && _7 !== void 0 ? _7 : theme.white,
|
|
118
118
|
borderRadius: 0,
|
|
@@ -121,24 +121,24 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
121
121
|
padding: 5,
|
|
122
122
|
},
|
|
123
123
|
text: {
|
|
124
|
-
borderStyle:
|
|
125
|
-
width:
|
|
124
|
+
borderStyle: 'solid',
|
|
125
|
+
width: '100%',
|
|
126
126
|
borderWidth: 1,
|
|
127
127
|
backgroundColor: (_9 = (_8 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _8 === void 0 ? void 0 : _8.white) !== null && _9 !== void 0 ? _9 : theme.white,
|
|
128
128
|
borderRadius: 0,
|
|
129
129
|
borderColor: (_11 = (_10 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _10 === void 0 ? void 0 : _10.neutralQuaternaryAlt) !== null && _11 !== void 0 ? _11 : theme.neutralQuaternaryAlt,
|
|
130
|
-
|
|
131
|
-
borderStyle:
|
|
130
|
+
':focus': {
|
|
131
|
+
borderStyle: 'solid',
|
|
132
132
|
borderWidth: 1,
|
|
133
133
|
borderColor: (_13 = (_12 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _12 === void 0 ? void 0 : _12.themePrimary) !== null && _13 !== void 0 ? _13 : theme.themePrimary,
|
|
134
134
|
},
|
|
135
|
-
|
|
136
|
-
borderStyle:
|
|
135
|
+
':hover': {
|
|
136
|
+
borderStyle: 'solid',
|
|
137
137
|
borderWidth: 1,
|
|
138
138
|
borderColor: (_15 = (_14 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _14 === void 0 ? void 0 : _14.themePrimary) !== null && _15 !== void 0 ? _15 : theme.themePrimary,
|
|
139
139
|
},
|
|
140
|
-
|
|
141
|
-
borderStyle:
|
|
140
|
+
':after': {
|
|
141
|
+
borderStyle: 'solid',
|
|
142
142
|
borderWidth: 1,
|
|
143
143
|
// borderColor: theme.neutralQuaternaryAlt,
|
|
144
144
|
borderColor: (_17 = (_16 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _16 === void 0 ? void 0 : _16.themePrimary) !== null && _17 !== void 0 ? _17 : theme.themePrimary,
|
|
@@ -152,15 +152,15 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
152
152
|
marginRight: 20,
|
|
153
153
|
borderBottomWidth: 1,
|
|
154
154
|
borderBottomColor: (_19 = (_18 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _18 === void 0 ? void 0 : _18.neutralQuaternaryAlt) !== null && _19 !== void 0 ? _19 : theme === null || theme === void 0 ? void 0 : theme.neutralQuaternaryAlt,
|
|
155
|
-
borderBottomStyle:
|
|
155
|
+
borderBottomStyle: 'solid',
|
|
156
156
|
}),
|
|
157
157
|
iconChannelItemStyles: {
|
|
158
158
|
fontSize: 14,
|
|
159
|
-
color: (_21 = (_20 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _20 === void 0 ? void 0 : _20.themePrimary) !== null && _21 !== void 0 ? _21 : theme.themePrimary
|
|
159
|
+
color: (_21 = (_20 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _20 === void 0 ? void 0 : _20.themePrimary) !== null && _21 !== void 0 ? _21 : theme.themePrimary,
|
|
160
160
|
},
|
|
161
161
|
iconChannelInfoStyles: {
|
|
162
162
|
fontSize: 12,
|
|
163
|
-
color: (_23 = (_22 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _22 === void 0 ? void 0 : _22.themePrimary) !== null && _23 !== void 0 ? _23 : theme.themePrimary
|
|
163
|
+
color: (_23 = (_22 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _22 === void 0 ? void 0 : _22.themePrimary) !== null && _23 !== void 0 ? _23 : theme.themePrimary,
|
|
164
164
|
},
|
|
165
165
|
});
|
|
166
166
|
return {
|
|
@@ -170,7 +170,7 @@ export var useTeamChannelPickerStyles = function (themeVariant) {
|
|
|
170
170
|
renderItemStylesMulti: renderItemStylesMulti,
|
|
171
171
|
pickerStylesMulti: pickerStylesMulti,
|
|
172
172
|
pickerStylesSingle: pickerStylesSingle,
|
|
173
|
-
componentClasses: componentClasses
|
|
173
|
+
componentClasses: componentClasses,
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
176
|
//# sourceMappingURL=TeamChannelPickerStyles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamChannelPickerStyles.js","sourceRoot":"","sources":["../../../src/controls/TeamChannelPicker/TeamChannelPickerStyles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TeamChannelPickerStyles.js","sourceRoot":"","sources":["../../../src/controls/TeamChannelPicker/TeamChannelPickerStyles.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,WAAW,EACX,cAAc,GACf,MAAM,iBAAiB,CAAC;AAEzB,IAAM,KAAK,GAAG,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC;AAE1C,MAAM,CAAC,IAAM,0BAA0B,GAoBnC,UAAC,YAAwC;;IAC3C,IAAM,4BAA4B,GAA2B;QAC3D,IAAI,EAAE;YACJ,MAAM,EAAE,EAAE;YACV,UAAU,EAAE,EAAE;SACf;KACF,CAAC;IAEF,IAAM,qBAAqB,GAA0B;QACnD,IAAI,EAAE;YACJ,MAAM,EAAE,EAAE;YACV,UAAU,EAAE,EAAE;YACd,WAAW,EAAE,EAAE;YACf,UAAU,EAAE,CAAC;YACb,YAAY,EAAE,CAAC;YACf,MAAM,EAAE,SAAS;YACjB,eAAe,EACb,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,eAAe,mCAAI,KAAK,CAAC,eAAe;YACjE,QAAQ,EAAE;gBACR,eAAe,EACb,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aAC5D;SACF;KACF,CAAC;IAEF,IAAM,sBAAsB,GAA0B;QACpD,IAAI,EAAE;YACJ,MAAM,EAAE,EAAE;YACV,UAAU,EAAE,EAAE;YACd,WAAW,EAAE,EAAE;YACf,MAAM,EAAE,SAAS;YACjB,MAAM,EAAE,CAAC;YACT,eAAe,EACb,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,eAAe,mCAAI,KAAK,CAAC,eAAe;YACjE,QAAQ,EAAE;gBACR,eAAe,EACb,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aAC5D;SACF;KACF,CAAC;IAEF,IAAM,kBAAkB,GAA+B;QACrD,IAAI,EAAE;YACJ,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,CAAC;SAChB;QAED,KAAK,EAAE;YACL,KAAK,EAAE,MAAM;YACb,eAAe,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,KAAK,mCAAI,KAAK,CAAC,KAAK;SAC7D;QACD,YAAY,EAAE,EAAE;QAChB,IAAI,EAAE;YACJ,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,MAAM;YACb,WAAW,EAAE,CAAC;YACd,eAAe,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,KAAK,mCAAI,KAAK,CAAC,KAAK;YAC5D,YAAY,EAAE,CAAC;YACf,WAAW,EACT,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,oBAAoB,mCAC3C,KAAK,CAAC,oBAAoB;YAC5B,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,WAAW,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aACvE;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,WAAW,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aACvE;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,CAAC;gBACd,YAAY,EAAE,CAAC;aAChB;SACF;KACF,CAAC;IAEF,IAAM,iBAAiB,GAA+B;QACpD,IAAI,EAAE;YACJ,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,CAAC;SAChB;QAED,KAAK,EAAE;YACL,KAAK,EAAE,MAAM;YACb,eAAe,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,KAAK,mCAAI,KAAK,CAAC,KAAK;SAC7D;QACD,YAAY,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,MAAM;YACb,WAAW,EAAE,CAAC;YACd,eAAe,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,KAAK,mCAAI,KAAK,CAAC,KAAK;YAC5D,YAAY,EAAE,CAAC;YACf,WAAW,EACT,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,oBAAoB,mCAC3C,KAAK,CAAC,oBAAoB;YAC5B,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,WAAW,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aACvE;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,WAAW,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aACvE;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,2CAA2C;gBAC3C,WAAW,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY,mCAAI,KAAK,CAAC,YAAY;aACvE;SACF;KACF,CAAC;IAEF,IAAM,YAAY,GAA+B;QAC/C,IAAI,EAAE;YACJ,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,CAAC;SAChB;QACD,KAAK,EAAE;YACL,cAAc,EAAE,OAAO;YACvB,KAAK,EAAE,MAAM;YACb,cAAc,EAAE,CAAC;YACjB,eAAe,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,KAAK,mCAAI,KAAK,CAAC,KAAK;YAC5D,YAAY,EAAE,CAAC;SAChB;QACD,YAAY,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,MAAM;YACb,WAAW,EAAE,CAAC;YACd,eAAe,EAAE,MAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,KAAK,mCAAI,KAAK,CAAC,KAAK;YAC5D,YAAY,EAAE,CAAC;YACf,WAAW,EACT,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,oBAAoB,qCAC3C,KAAK,CAAC,oBAAoB;YAC5B,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,WAAW,EAAE,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,YAAY,qCAAI,KAAK,CAAC,YAAY;aACvE;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,WAAW,EAAE,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,YAAY,qCAAI,KAAK,CAAC,YAAY;aACvE;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,OAAO;gBACpB,WAAW,EAAE,CAAC;gBACd,2CAA2C;gBAC3C,WAAW,EAAE,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,YAAY,qCAAI,KAAK,CAAC,YAAY;aACvE;SACF;KACF,CAAC;IAEF,IAAM,gBAAgB,GAAG,cAAc,CAAC;QACtC,SAAS,EAAE,WAAW,CAAC;YACrB,SAAS,EAAE,EAAE;YACb,UAAU,EAAE,EAAE;YACd,WAAW,EAAE,EAAE;YACf,iBAAiB,EAAE,CAAC;YACpB,iBAAiB,EACf,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,oBAAoB,qCAC3C,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,oBAAoB;YAC7B,iBAAiB,EAAE,OAAO;SAC3B,CAAC;QAEF,qBAAqB,EAAE;YACrB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,YAAY,qCAAI,KAAK,CAAC,YAAY;SACjE;QACD,qBAAqB,EAAE;YACrB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,OAAA,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,4CAAE,YAAY,qCAAI,KAAK,CAAC,YAAY;SACjE;KACF,CAAC,CAAC;IAEH,OAAO;QACL,4BAA4B,8BAAA;QAC5B,YAAY,cAAA;QACZ,sBAAsB,wBAAA;QACtB,qBAAqB,uBAAA;QACrB,iBAAiB,mBAAA;QACjB,kBAAkB,oBAAA;QAClB,gBAAgB,kBAAA;KACjB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { IButtonStyles } from
|
|
2
|
-
import { IReadonlyTheme } from
|
|
3
|
-
import { IBasePickerStyles } from "@fluentui/react/lib/Pickers";
|
|
1
|
+
import { IButtonStyles, IStackStyles, IBasePickerStyles, IProcessedStyleSet } from '@fluentui/react';
|
|
2
|
+
import { IReadonlyTheme } from '@microsoft/sp-component-base';
|
|
4
3
|
export declare const useTeamPickerStyles: (themeVariant: IReadonlyTheme | undefined) => {
|
|
5
|
-
componentClasses:
|
|
4
|
+
componentClasses: IProcessedStyleSet<{
|
|
6
5
|
eventCircleColor: string;
|
|
7
6
|
separator: string;
|
|
8
7
|
filePickerButtonStyles: string;
|
|
@@ -14,8 +13,8 @@ export declare const useTeamPickerStyles: (themeVariant: IReadonlyTheme | undefi
|
|
|
14
13
|
}>;
|
|
15
14
|
pickerStylesMulti: Partial<IBasePickerStyles>;
|
|
16
15
|
pickerStylesSingle: Partial<IBasePickerStyles>;
|
|
17
|
-
renderItemStylesSingle: Partial<
|
|
18
|
-
renderItemStylesMulti: Partial<
|
|
16
|
+
renderItemStylesSingle: Partial<IStackStyles>;
|
|
17
|
+
renderItemStylesMulti: Partial<IStackStyles>;
|
|
19
18
|
renderIconButtonRemoveStyles: Partial<IButtonStyles>;
|
|
20
19
|
};
|
|
21
20
|
//# sourceMappingURL=TeamPickerStyles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamPickerStyles.d.ts","sourceRoot":"","sources":["../../../src/controls/TeamPicker/TeamPickerStyles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TeamPickerStyles.d.ts","sourceRoot":"","sources":["../../../src/controls/TeamPicker/TeamPickerStyles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,YAAY,EAGZ,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,eAAO,MAAM,mBAAmB,EAAE,CAChC,YAAY,EAAE,cAAc,GAAG,SAAS,KACrC;IACH,gBAAgB,EAAE,kBAAkB,CAAC;QACnC,gBAAgB,EAAE,MAAM,CAAC;QACzB,SAAS,EAAE,MAAM,CAAC;QAClB,sBAAsB,EAAE,MAAM,CAAC;QAC/B,UAAU,EAAE;YACV,WAAW,EAAE,MAAM,CAAC;YACpB,UAAU,EAAE,MAAM,CAAC;YACnB,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC,CAAC;IACH,iBAAiB,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9C,kBAAkB,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC/C,sBAAsB,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC9C,qBAAqB,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC7C,4BAA4B,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CA4JtD,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { mergeStyles, mergeStyleSets, } from
|
|
1
|
+
import { mergeStyles, mergeStyleSets, } from '@fluentui/react';
|
|
2
2
|
var theme = window.__themeState__.theme;
|
|
3
3
|
export var useTeamPickerStyles = function (themeVariant) {
|
|
4
4
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7;
|
|
5
5
|
var renderIconButtonRemoveStyles = {
|
|
6
6
|
root: {
|
|
7
7
|
height: 26,
|
|
8
|
-
lineHeight: 26
|
|
9
|
-
}
|
|
8
|
+
lineHeight: 26,
|
|
9
|
+
},
|
|
10
10
|
};
|
|
11
11
|
var renderItemStylesMulti = {
|
|
12
12
|
root: {
|
|
@@ -15,9 +15,9 @@ export var useTeamPickerStyles = function (themeVariant) {
|
|
|
15
15
|
paddingLeft: 10,
|
|
16
16
|
marginLeft: 5,
|
|
17
17
|
marginBottom: 5,
|
|
18
|
-
cursor:
|
|
18
|
+
cursor: 'default',
|
|
19
19
|
backgroundColor: (_b = (_a = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _a === void 0 ? void 0 : _a.themeLighterAlt) !== null && _b !== void 0 ? _b : theme.themeLighterAlt,
|
|
20
|
-
|
|
20
|
+
':hover': {
|
|
21
21
|
backgroundColor: theme.themeLighter,
|
|
22
22
|
},
|
|
23
23
|
},
|
|
@@ -27,43 +27,43 @@ export var useTeamPickerStyles = function (themeVariant) {
|
|
|
27
27
|
height: 26,
|
|
28
28
|
lineHeight: 26,
|
|
29
29
|
paddingLeft: 10,
|
|
30
|
-
cursor:
|
|
30
|
+
cursor: 'default',
|
|
31
31
|
margin: 2,
|
|
32
32
|
backgroundColor: (_d = (_c = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _c === void 0 ? void 0 : _c.themeLighterAlt) !== null && _d !== void 0 ? _d : theme.themeLighterAlt,
|
|
33
|
-
|
|
33
|
+
':hover': {
|
|
34
34
|
backgroundColor: (_f = (_e = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _e === void 0 ? void 0 : _e.themeLighter) !== null && _f !== void 0 ? _f : theme.themeLighter,
|
|
35
35
|
},
|
|
36
36
|
},
|
|
37
37
|
};
|
|
38
38
|
var pickerStylesSingle = {
|
|
39
39
|
root: {
|
|
40
|
-
width:
|
|
40
|
+
width: ' 100%',
|
|
41
41
|
borderRadius: 0,
|
|
42
|
-
marginTop: 0
|
|
42
|
+
marginTop: 0,
|
|
43
43
|
},
|
|
44
44
|
input: {
|
|
45
|
-
width:
|
|
45
|
+
width: '100%',
|
|
46
46
|
backgroundColor: (_h = (_g = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _g === void 0 ? void 0 : _g.white) !== null && _h !== void 0 ? _h : theme.white,
|
|
47
47
|
},
|
|
48
48
|
itemsWrapper: {},
|
|
49
49
|
text: {
|
|
50
|
-
borderStyle:
|
|
51
|
-
width:
|
|
50
|
+
borderStyle: 'solid',
|
|
51
|
+
width: '100%',
|
|
52
52
|
borderWidth: 1,
|
|
53
53
|
backgroundColor: (_k = (_j = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _j === void 0 ? void 0 : _j.white) !== null && _k !== void 0 ? _k : theme.white,
|
|
54
54
|
borderRadius: 0,
|
|
55
55
|
borderColor: (_m = (_l = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _l === void 0 ? void 0 : _l.neutralQuaternaryAlt) !== null && _m !== void 0 ? _m : theme.neutralQuaternaryAlt,
|
|
56
|
-
|
|
57
|
-
borderStyle:
|
|
56
|
+
':focus': {
|
|
57
|
+
borderStyle: 'solid',
|
|
58
58
|
borderWidth: 1,
|
|
59
59
|
borderColor: (_p = (_o = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _o === void 0 ? void 0 : _o.themePrimary) !== null && _p !== void 0 ? _p : theme.themePrimary,
|
|
60
60
|
},
|
|
61
|
-
|
|
62
|
-
borderStyle:
|
|
61
|
+
':hover': {
|
|
62
|
+
borderStyle: 'solid',
|
|
63
63
|
borderWidth: 1,
|
|
64
64
|
borderColor: (_r = (_q = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _q === void 0 ? void 0 : _q.themePrimary) !== null && _r !== void 0 ? _r : theme.themePrimary,
|
|
65
65
|
},
|
|
66
|
-
|
|
66
|
+
':after': {
|
|
67
67
|
borderWidth: 0,
|
|
68
68
|
borderRadius: 0,
|
|
69
69
|
},
|
|
@@ -71,35 +71,35 @@ export var useTeamPickerStyles = function (themeVariant) {
|
|
|
71
71
|
};
|
|
72
72
|
var pickerStylesMulti = {
|
|
73
73
|
root: {
|
|
74
|
-
width:
|
|
74
|
+
width: ' 100%',
|
|
75
75
|
borderRadius: 0,
|
|
76
76
|
},
|
|
77
77
|
input: {
|
|
78
|
-
width:
|
|
78
|
+
width: '100%',
|
|
79
79
|
backgroundColor: (_t = (_s = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _s === void 0 ? void 0 : _s.white) !== null && _t !== void 0 ? _t : theme.white,
|
|
80
80
|
},
|
|
81
81
|
itemsWrapper: {
|
|
82
82
|
padding: 3,
|
|
83
83
|
},
|
|
84
84
|
text: {
|
|
85
|
-
borderStyle:
|
|
86
|
-
width:
|
|
85
|
+
borderStyle: 'solid',
|
|
86
|
+
width: '100%',
|
|
87
87
|
borderWidth: 1,
|
|
88
88
|
backgroundColor: (_v = (_u = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _u === void 0 ? void 0 : _u.white) !== null && _v !== void 0 ? _v : theme.white,
|
|
89
89
|
borderRadius: 0,
|
|
90
90
|
borderColor: (_x = (_w = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _w === void 0 ? void 0 : _w.neutralQuaternaryAlt) !== null && _x !== void 0 ? _x : theme.neutralQuaternaryAlt,
|
|
91
|
-
|
|
92
|
-
borderStyle:
|
|
91
|
+
':focus': {
|
|
92
|
+
borderStyle: 'solid',
|
|
93
93
|
borderWidth: 1,
|
|
94
94
|
borderColor: (_z = (_y = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _y === void 0 ? void 0 : _y.themePrimary) !== null && _z !== void 0 ? _z : theme.themePrimary,
|
|
95
95
|
},
|
|
96
|
-
|
|
97
|
-
borderStyle:
|
|
96
|
+
':hover': {
|
|
97
|
+
borderStyle: 'solid',
|
|
98
98
|
borderWidth: 1,
|
|
99
99
|
borderColor: (_1 = (_0 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _0 === void 0 ? void 0 : _0.themePrimary) !== null && _1 !== void 0 ? _1 : theme.themePrimary,
|
|
100
100
|
},
|
|
101
|
-
|
|
102
|
-
borderStyle:
|
|
101
|
+
':after': {
|
|
102
|
+
borderStyle: 'solid',
|
|
103
103
|
borderWidth: 1,
|
|
104
104
|
// borderColor: theme.neutralQuaternaryAlt,
|
|
105
105
|
borderColor: (_3 = (_2 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _2 === void 0 ? void 0 : _2.themePrimary) !== null && _3 !== void 0 ? _3 : theme.themePrimary,
|
|
@@ -108,9 +108,9 @@ export var useTeamPickerStyles = function (themeVariant) {
|
|
|
108
108
|
};
|
|
109
109
|
var componentClasses = mergeStyleSets({
|
|
110
110
|
eventCircleColor: mergeStyles({
|
|
111
|
-
borderRadius:
|
|
111
|
+
borderRadius: '50%',
|
|
112
112
|
borderWidth: 3,
|
|
113
|
-
borderStyle:
|
|
113
|
+
borderStyle: 'solid',
|
|
114
114
|
padding: 10,
|
|
115
115
|
}),
|
|
116
116
|
separator: mergeStyles({
|
|
@@ -119,10 +119,10 @@ export var useTeamPickerStyles = function (themeVariant) {
|
|
|
119
119
|
marginRight: 20,
|
|
120
120
|
borderBottomWidth: 1,
|
|
121
121
|
borderBottomColor: (_5 = (_4 = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _4 === void 0 ? void 0 : _4.neutralQuaternaryAlt) !== null && _5 !== void 0 ? _5 : theme.neutralQuaternaryAlt,
|
|
122
|
-
borderBottomStyle:
|
|
122
|
+
borderBottomStyle: 'solid',
|
|
123
123
|
}),
|
|
124
124
|
filePickerButtonStyles: mergeStyles({
|
|
125
|
-
position:
|
|
125
|
+
position: 'relative',
|
|
126
126
|
top: -15,
|
|
127
127
|
}),
|
|
128
128
|
iconStyles: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamPickerStyles.js","sourceRoot":"","sources":["../../../src/controls/TeamPicker/TeamPickerStyles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TeamPickerStyles.js","sourceRoot":"","sources":["../../../src/controls/TeamPicker/TeamPickerStyles.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><g id="freepik--background-complete--inject-3"><rect x="416.78" y="398.49" width="33.12" height="0.25" style="fill:#ebebeb"></rect><rect x="322.53" y="401.21" width="8.69" height="0.25" style="fill:#ebebeb"></rect><rect x="396.59" y="389.21" width="19.19" height="0.25" style="fill:#ebebeb"></rect><rect x="52.46" y="390.89" width="43.19" height="0.25" style="fill:#ebebeb"></rect><rect x="104.56" y="390.89" width="6.33" height="0.25" style="fill:#ebebeb"></rect><rect x="131.47" y="395.11" width="93.68" height="0.25" style="fill:#ebebeb"></rect><path d="M237,337.8H43.92a5.71,5.71,0,0,1-5.71-5.71V60.66A5.71,5.71,0,0,1,43.92,55H237a5.71,5.71,0,0,1,5.71,5.71V332.09A5.71,5.71,0,0,1,237,337.8ZM43.92,55.2a5.47,5.47,0,0,0-5.46,5.46V332.09a5.47,5.47,0,0,0,5.46,5.46H237a5.47,5.47,0,0,0,5.46-5.46V60.66A5.47,5.47,0,0,0,237,55.2Z" style="fill:#ebebeb"></path><path d="M453.31,337.8H260.21a5.72,5.72,0,0,1-5.71-5.71V60.66A5.72,5.72,0,0,1,260.21,55h193.1A5.71,5.71,0,0,1,459,60.66V332.09A5.71,5.71,0,0,1,453.31,337.8ZM260.21,55.2a5.47,5.47,0,0,0-5.46,5.46V332.09a5.47,5.47,0,0,0,5.46,5.46h193.1a5.47,5.47,0,0,0,5.46-5.46V60.66a5.47,5.47,0,0,0-5.46-5.46Z" style="fill:#ebebeb"></path><rect y="382.4" width="500" height="0.25" style="fill:#ebebeb"></rect><rect x="84.64" y="237.8" width="2.28" height="142.95" transform="translate(171.55 618.55) rotate(180)" style="fill:#ebebeb"></rect><path d="M111.38,223c0,7.29-5.18,13.66-12.87,17.05H73c-7.69-3.39-12.87-9.76-12.87-17.05S65.35,209.35,73,206H98.51C106.2,209.35,111.38,215.71,111.38,223Z" style="fill:#f0f0f0"></path><path d="M77.5,223c0-7.3,5.17-13.66,12.86-17.06h8.15c7.69,3.4,12.87,9.76,12.87,17.06s-5.18,13.66-12.87,17.05H90.36C82.67,236.67,77.5,230.3,77.5,223Z" style="fill:#f5f5f5"></path><path d="M69.73,381.84h32.09a3.91,3.91,0,0,0-3.92-3.91H73.65a3.92,3.92,0,0,0-3.92,3.91Z" style="fill:#ebebeb"></path><path d="M409.82,321.57c.09.09-.39.76,1.56.47,4.8-.72,13.16-2.67,15.48-7.61,3.33-7.05-7-4.47-6.62-8.08s12.08-3,13.32-8.26-6.7-2.77-6.81-5.34,9.06-1,10.87-6.68-5.1-1.51-4.31-3.88,8.55-13.1,4.33-14.34-11.32,9.76-14.06,11.32-5.17-7.43-8.44-3.63,1.91,17.06-2.25,19.64c-3.11,1.91-2.23-3.37-6.33-2.38C401,294.14,402.87,313.78,409.82,321.57Z" style="fill:#f5f5f5"></path><path d="M424.64,292.78a16.14,16.14,0,0,0-4.15.85,30.92,30.92,0,0,1,2.95-3.79.36.36,0,0,0,0-.51.35.35,0,0,0-.5,0,41.47,41.47,0,0,0-5.92,8.57,31.74,31.74,0,0,1,2.34-17.12.26.26,0,0,0-.12-.36.27.27,0,0,0-.36.12,32.16,32.16,0,0,0-2.26,18.11c-.49.94-1,1.94-1.47,3a67.21,67.21,0,0,0-4.06,11.88,24.31,24.31,0,0,1-2.83-10.85.28.28,0,0,0-.28-.26.26.26,0,0,0-.25.27,24.42,24.42,0,0,0,3.18,11.59,82.83,82.83,0,0,0-1.81,24.5.37.37,0,0,0,.38.34h0a.35.35,0,0,0,.28-.37,78.29,78.29,0,0,1,3.68-30.84,9.79,9.79,0,0,1,5.67-3.24.27.27,0,0,0,.22-.3.25.25,0,0,0-.3-.22,10,10,0,0,0-5.18,2.57A59.93,59.93,0,0,1,420,294.41a14.92,14.92,0,0,1,4.71-1.1.28.28,0,0,0,.25-.29A.27.27,0,0,0,424.64,292.78Z" style="fill:#e0e0e0"></path><path d="M402,326.44c-4.91.1-13.3-4.47-16.6-8.9s6.07-1.71,5.1-5.25-12.56-.92-14.7-6,6.23-3.9,5.89-6.49-9-2.06-11.78-7.45,4.84-2.37,3.65-4.6-10.75-11.62-6.75-13.58,12.95,7.82,15.95,8.91,3.7-5.66,7.61-2.43,1,17.36,5.58,19.22c3.42,1.39,2-5.07,5.91-3.44C408.77,299.29,404,326.41,402,326.44Z" style="fill:#e6e6e6"></path><g style="opacity:0.30000000000000004"><path d="M402,326.44c-4.91.1-13.3-4.47-16.6-8.9s6.07-1.71,5.1-5.25-12.56-.92-14.7-6,6.23-3.9,5.89-6.49-9-2.06-11.78-7.45,4.84-2.37,3.65-4.6-10.75-11.62-6.75-13.58,12.95,7.82,15.95,8.91,3.7-5.66,7.61-2.43,1,17.36,5.58,19.22c3.42,1.39,2-5.07,5.91-3.44C408.77,299.29,404,326.41,402,326.44Z" style="fill:#e6e6e6"></path></g><path d="M400.39,320.55a.33.33,0,0,0,.18-.15,25.93,25.93,0,0,0,2.2-13.17.33.33,0,0,0-.66,0,26.22,26.22,0,0,1-2,12.52A99.9,99.9,0,0,0,392.64,304a34.54,34.54,0,0,0-4.59-19.27.33.33,0,0,0-.45-.1.32.32,0,0,0-.1.45A34.21,34.21,0,0,1,392.05,303a91.73,91.73,0,0,0-12.57-16.8.42.42,0,0,0-.61,0,.44.44,0,0,0,0,.62,86.17,86.17,0,0,1,9.59,12.12,25.79,25.79,0,0,0-9.29-1.63.33.33,0,1,0,0,.65h0a25.49,25.49,0,0,1,9.91,1.93,104.18,104.18,0,0,1,5.35,9.2,11.08,11.08,0,0,0-9.17-1.62.33.33,0,0,0-.23.4.32.32,0,0,0,.4.24,10.58,10.58,0,0,1,9.69,2.34,89,89,0,0,1,9.52,36,.43.43,0,0,0,.44.42h0a.44.44,0,0,0,.42-.45A86.61,86.61,0,0,0,400.39,320.55Z" style="fill:#f5f5f5"></path><path d="M414.89,381.84c3.81-10.84,6.31-26.51,6.31-33.38a24,24,0,0,0-4.65-14.67H397.06a23.92,23.92,0,0,0-4.65,14.67c0,6.87,2.5,22.54,6.31,33.38Z" style="fill:#e6e6e6"></path><rect x="110.97" y="316.94" width="85.7" height="29.58" style="fill:#ebebeb"></rect><rect x="110.97" y="346.52" width="85.7" height="29.58" style="fill:#ebebeb"></rect><polygon points="143.54 346.52 154.2 316.94 137.79 316.94 127.13 346.52 143.54 346.52" style="fill:#f5f5f5"></polygon><polygon points="162.14 316.94 158.54 316.94 147.87 346.52 151.48 346.52 162.14 316.94" style="fill:#f5f5f5"></polygon><polygon points="132.87 376.1 143.54 346.52 127.13 346.52 116.46 376.1 132.87 376.1" style="fill:#f5f5f5"></polygon><polygon points="151.48 346.52 147.87 346.52 137.21 376.1 140.81 376.1 151.48 346.52" style="fill:#f5f5f5"></polygon><rect x="152.32" y="277.14" width="2.99" height="85.7" transform="translate(473.81 166.17) rotate(90)" style="fill:#e0e0e0"></rect><rect x="152.32" y="306.49" width="2.99" height="85.7" transform="translate(503.16 195.52) rotate(90)" style="fill:#e0e0e0"></rect><path d="M109.47,315.61v61.78h88.7V315.61Zm85.7,58.79h-82.7V348.08h82.7Zm0-29.31h-82.7V318.77h82.7Z" style="fill:#f5f5f5"></path><rect x="199.66" y="316.94" width="85.7" height="29.58" style="fill:#ebebeb"></rect><rect x="199.66" y="346.52" width="85.7" height="29.58" style="fill:#ebebeb"></rect><polygon points="241.18 346.52 251.84 316.94 235.43 316.94 224.77 346.52 241.18 346.52" style="fill:#f5f5f5"></polygon><polygon points="259.78 316.94 256.18 316.94 245.51 346.52 249.12 346.52 259.78 316.94" style="fill:#f5f5f5"></polygon><polygon points="230.51 376.1 241.18 346.52 224.77 346.52 214.1 376.1 230.51 376.1" style="fill:#f5f5f5"></polygon><polygon points="249.12 346.52 245.51 346.52 234.85 376.1 238.46 376.1 249.12 346.52" style="fill:#f5f5f5"></polygon><rect x="241.01" y="277.14" width="2.99" height="85.7" transform="translate(562.5 77.48) rotate(90)" style="fill:#e0e0e0"></rect><rect x="241.01" y="306.49" width="2.99" height="85.7" transform="translate(591.85 106.83) rotate(90)" style="fill:#e0e0e0"></rect><path d="M198.17,315.61v61.78h88.69V315.61Zm85.69,58.79h-82.7V348.08h82.7Zm0-29.31h-82.7V318.77h82.7Z" style="fill:#f5f5f5"></path><rect x="288.35" y="316.94" width="85.7" height="29.58" style="fill:#ebebeb"></rect><rect x="288.35" y="346.52" width="85.7" height="29.58" style="fill:#ebebeb"></rect><polygon points="324.82 346.52 335.49 316.94 319.08 316.94 308.41 346.52 324.82 346.52" style="fill:#f5f5f5"></polygon><polygon points="343.43 316.94 339.82 316.94 329.16 346.52 332.77 346.52 343.43 316.94" style="fill:#f5f5f5"></polygon><polygon points="314.16 376.1 324.82 346.52 308.41 346.52 297.75 376.1 314.16 376.1" style="fill:#f5f5f5"></polygon><polygon points="332.77 346.52 329.16 346.52 318.5 376.1 322.1 376.1 332.77 346.52" style="fill:#f5f5f5"></polygon><rect x="329.7" y="277.14" width="2.99" height="85.7" transform="translate(651.19 -11.21) rotate(90)" style="fill:#e0e0e0"></rect><rect x="329.7" y="306.49" width="2.99" height="85.7" transform="translate(680.54 18.14) rotate(90)" style="fill:#e0e0e0"></rect><path d="M286.86,315.61v61.78h88.69V315.61Zm85.69,58.79h-82.7V348.08h82.7Zm0-29.31h-82.7V318.77h82.7Z" style="fill:#f5f5f5"></path><polygon points="366.97 381.84 118.05 381.84 116.75 377.39 368.27 377.39 366.97 381.84" style="fill:#e0e0e0"></polygon><path d="M245.08,334.5a2.57,2.57,0,1,1-2.57-2.57A2.58,2.58,0,0,1,245.08,334.5Z" style="fill:#e0e0e0"></path><circle cx="242.51" cy="333.78" r="2.57" style="fill:#fafafa"></circle><circle cx="242.51" cy="361.67" r="2.57" style="fill:#e0e0e0"></circle><path d="M245.08,361a2.57,2.57,0,1,1-2.57-2.58A2.57,2.57,0,0,1,245.08,361Z" style="fill:#fafafa"></path><path d="M156.39,334.5a2.57,2.57,0,1,1-2.57-2.57A2.58,2.58,0,0,1,156.39,334.5Z" style="fill:#e0e0e0"></path><circle cx="153.82" cy="333.78" r="2.57" style="fill:#fafafa"></circle><circle cx="153.82" cy="361.67" r="2.57" style="fill:#e0e0e0"></circle><path d="M156.39,361a2.57,2.57,0,1,1-2.57-2.58A2.57,2.57,0,0,1,156.39,361Z" style="fill:#fafafa"></path><path d="M335.34,334.5a2.58,2.58,0,1,1-2.57-2.57A2.58,2.58,0,0,1,335.34,334.5Z" style="fill:#e0e0e0"></path><circle cx="332.77" cy="333.78" r="2.57" style="fill:#fafafa"></circle><circle cx="332.77" cy="361.67" r="2.57" style="fill:#e0e0e0"></circle><path d="M335.34,361a2.58,2.58,0,1,1-2.57-2.58A2.57,2.57,0,0,1,335.34,361Z" style="fill:#fafafa"></path></g><g id="freepik--Shadow--inject-3"><ellipse id="freepik--path--inject-3" cx="245.18" cy="412.39" rx="193.89" ry="11.32" style="fill:#f5f5f5"></ellipse></g><g id="freepik--Window--inject-3"><rect x="81.86" y="81.32" width="332.59" height="193.06" style="fill:#A6A9B0"></rect><rect x="81.86" y="81.32" width="332.59" height="193.06" style="fill:#fff;opacity:0.5"></rect><path d="M81.86,81.32V96.89H137.5v-6a5.38,5.38,0,0,1,5.38-5.38h37a5.37,5.37,0,0,1,5.37,5.38v6H414.45V81.32Z" style="fill:#A6A9B0"></path><path d="M95.74,89.1a3.58,3.58,0,1,1-3.57-3.57A3.57,3.57,0,0,1,95.74,89.1Z" style="fill:#fff;opacity:0.7000000000000001"></path><path d="M106.46,89.1a3.58,3.58,0,1,1-3.57-3.57A3.57,3.57,0,0,1,106.46,89.1Z" style="fill:#fff;opacity:0.7000000000000001"></path><path d="M117.18,89.1a3.58,3.58,0,1,1-3.57-3.57A3.57,3.57,0,0,1,117.18,89.1Z" style="fill:#fff;opacity:0.7000000000000001"></path><rect x="185.28" y="126.66" width="216.98" height="135.61" style="fill:#fff;opacity:0.30000000000000004"></rect><rect x="93.51" y="126.66" width="63.79" height="63.79" style="fill:#fff;opacity:0.30000000000000004"></rect><rect x="93.51" y="126.66" width="63.79" height="63.79" style="fill:#fff;opacity:0.4"></rect><rect x="108.42" y="207.35" width="37.76" height="2.69" style="fill:#263238"></rect><rect x="337.14" y="105.89" width="63.91" height="9.79" style="fill:#A6A9B0"></rect><rect x="337.14" y="105.89" width="63.91" height="9.79" style="fill:#fff;opacity:0.9"></rect><rect x="401.04" y="105.89" width="1.22" height="9.79" style="fill:#A6A9B0"></rect><rect x="249.19" y="105.89" width="1.22" height="9.79" style="fill:#A6A9B0"></rect><rect x="185.28" y="105.89" width="63.91" height="9.79" style="fill:#A6A9B0"></rect><rect x="185.28" y="105.89" width="63.91" height="9.79" style="fill:#fff;opacity:0.9"></rect><path d="M179.61,261.28h0a3,3,0,0,1-3-3v-38.1a3,3,0,0,1,3-3h0a3,3,0,0,1,3,3v38.1A3,3,0,0,1,179.61,261.28Z" style="fill:#fff;opacity:0.4"></path><path d="M103.56,208.69a4.77,4.77,0,1,1-4.76-4.77A4.76,4.76,0,0,1,103.56,208.69Z" style="fill:#fff;opacity:0.4"></path><rect x="108.42" y="222.34" width="48.36" height="2.69" style="fill:#263238"></rect><path d="M103.56,223.69a4.77,4.77,0,1,1-4.76-4.77A4.77,4.77,0,0,1,103.56,223.69Z" style="fill:#fff;opacity:0.4"></path><rect x="108.42" y="237.34" width="41.61" height="2.69" style="fill:#263238"></rect><path d="M103.56,238.69a4.77,4.77,0,1,1-4.76-4.77A4.77,4.77,0,0,1,103.56,238.69Z" style="fill:#fff;opacity:0.4"></path><rect x="108.42" y="252.34" width="37.76" height="2.69" style="fill:#263238"></rect><path d="M103.56,253.68a4.77,4.77,0,1,1-4.76-4.76A4.76,4.76,0,0,1,103.56,253.68Z" style="fill:#fff;opacity:0.4"></path><path d="M311.47,280.63h33.9c.73,0,.83-1.14.1-1.14h-33.9c-.73,0-.83,1.14-.1,1.14Z" style="fill:#A6A9B0"></path><path d="M350.83,280.63h4.28c.73,0,.83-1.14.1-1.14h-4.28c-.74,0-.84,1.14-.1,1.14Z" style="fill:#A6A9B0"></path><path d="M183.88,76.72H150c-.73,0-.84,1.14-.1,1.14h33.9c.73,0,.83-1.14.1-1.14Z" style="fill:#A6A9B0"></path><path d="M144.52,76.72h-4.28c-.73,0-.83,1.14-.1,1.14h4.28c.74,0,.84-1.14.1-1.14Z" style="fill:#A6A9B0"></path></g><g id="freepik--dropdown-menu--inject-3"><rect x="328.76" y="150.73" width="68.73" height="63.85" style="fill:#A6A9B0"></rect><rect x="328.76" y="150.73" width="68.73" height="63.85" style="fill:#fff;opacity:0.9"></rect><rect x="397.49" y="150.73" width="1.4" height="63.85" transform="translate(796.38 365.31) rotate(180)" style="fill:#A6A9B0"></rect><rect x="328.74" y="198.04" width="68.77" height="16.54" style="fill:#A6A9B0"></rect><rect x="339.16" y="156.67" width="47.93" height="4.45" style="fill:#263238"></rect><rect x="339.16" y="172.54" width="47.93" height="4.45" style="fill:#263238"></rect><rect x="339.16" y="188.41" width="47.93" height="4.45" style="fill:#263238"></rect><rect x="332.77" y="203.69" width="60.71" height="5.64" style="fill:#fff"></rect><rect x="258.64" y="104.59" width="68.73" height="78.87" style="fill:#A6A9B0"></rect><rect x="258.64" y="104.59" width="68.73" height="78.87" style="fill:#fff;opacity:0.9"></rect><rect x="327.37" y="104.59" width="1.4" height="78.87" transform="translate(656.13 288.06) rotate(180)" style="fill:#A6A9B0"></rect><rect x="261.05" y="107" width="63.91" height="9.79" style="fill:#A6A9B0"></rect><rect x="258.6" y="150.73" width="68.77" height="16.54" style="fill:#A6A9B0"></rect><rect x="269.04" y="125.55" width="47.93" height="4.45" style="fill:#263238"></rect><rect x="269.04" y="141.42" width="47.93" height="4.45" style="fill:#263238"></rect><rect x="262.65" y="156.7" width="60.71" height="5.64" style="fill:#fff"></rect><rect x="269.04" y="173.17" width="47.93" height="4.45" style="fill:#263238"></rect></g><g id="freepik--Character--inject-3"><path d="M177.85,201.45s-11.71,24.08-6.82,26.06,21.37,3.09,21.37,3.09l7.19,6.88,4.16-2.71-1.05-7-9.45-2-12.62-3.92a2,2,0,0,1-1.2-2.69l6.1-13.38Z" style="fill:#e4897b"></path><path d="M181.35,192.72a1.34,1.34,0,0,0-2.28-.46c-1.22,1.36-3,4.1-5.1,9.62l-2.13,5.69,10.86,7.48,4.09-6.23Z" style="fill:#fff"></path><path d="M180.17,199.4l1.19-1.53,2.33,1.76,3.1,9.19-4.09,6.23-2.08-1.43C181.26,207.75,180.17,199.4,180.17,199.4Z" style="opacity:0.2"></path><polygon points="184.27 214.03 171.84 205.28 170.94 207.97 182.68 216.12 184.27 214.03" style="fill:#A6A9B0"></polygon><polygon points="184.27 214.03 171.84 205.28 170.94 207.97 182.68 216.12 184.27 214.03" style="fill:#fff;opacity:0.5"></polygon><polygon points="183.55 380.58 177.82 400.06 172 399.72 173.23 378.58 183.55 380.58" style="fill:#e4897b"></polygon><path d="M213.69,236.38s7.07,14.21.27,40.34-34,117.17-34,117.17l-7.66-.92s-.48-32.67,10.29-59c0,0,5.17-44.82,2.65-55.36-1.76-7.36-2.83-13.52.21-24.67a77.35,77.35,0,0,1,4.9-13.88c2-4,1.41-5.51,1.41-5.51Z" style="fill:#A6A9B0"></path><path d="M213.69,236.38s7.07,14.21.27,40.34-34,117.17-34,117.17l-7.66-.92s-.48-32.67,10.29-59c0,0,5.17-44.82,2.65-55.36-1.76-7.36-2.83-13.52.21-24.67a77.35,77.35,0,0,1,4.9-13.88c2-4,1.41-5.51,1.41-5.51Z" style="opacity:0.5"></path><path d="M204.64,310c-9.82-27.3-7.12-47.11-7.12-47.11l6.15-.8,4.8,8.54,3.36,14C209.92,291.58,207.42,300.39,204.64,310Z" style="opacity:0.4"></path><path d="M179.16,400.08a.19.19,0,0,1-.13-.17.17.17,0,0,1,.11-.18c.13-.05,3-1.26,4.22-.75a.94.94,0,0,1,.52.5.68.68,0,0,1-.08.79,3.31,3.31,0,0,1-2.32.31A13.88,13.88,0,0,1,179.16,400.08Zm.62-.18c1.4.35,3.34.58,3.75.12.06-.06.12-.16,0-.4a.48.48,0,0,0-.32-.3,2.14,2.14,0,0,0-.34-.09A8.66,8.66,0,0,0,179.78,399.9Z" style="fill:#A6A9B0"></path><path d="M179.06,400.05a.18.18,0,0,1-.06-.17c0-.09.48-2.14,1.55-2.82a1.39,1.39,0,0,1,1-.19c.49.11.62.38.61.59.06.89-2,2.32-3,2.62h-.07A.15.15,0,0,1,179.06,400.05Zm2.38-2.85a1,1,0,0,0-.66.15,4.26,4.26,0,0,0-1.3,2.23c1-.45,2.38-1.6,2.4-2.13,0-.05,0-.18-.34-.25Z" style="fill:#A6A9B0"></path><path d="M178.5,398.91l-8.36-1a.68.68,0,0,0-.73.44L167.08,405a1.12,1.12,0,0,0,.68,1.44.86.86,0,0,0,.23.06c3,.31,5.72.47,9.48.93,4.43.54,3.24.93,8.44,1.64,3.14.42,4.15-3.08,2.84-3.42-6-1.5-6.41-3.42-8.5-5.88A2.7,2.7,0,0,0,178.5,398.91Z" style="fill:#263238"></path><polygon points="181.66 392.47 171.05 391.14 171.21 394.3 180.57 395.46 181.66 392.47" style="fill:#263238"></polygon><polygon points="181.66 392.47 171.05 391.14 171.21 394.3 180.57 395.46 181.66 392.47" style="opacity:0.4"></polygon><polygon points="212.89 381.9 210.39 401.31 204.51 401.31 203 382.26 212.89 381.9" style="fill:#e4897b"></polygon><path d="M223,234.2a18.33,18.33,0,0,0,1.42,5.09c2.39,6.07,5,25.16,4.42,34.82-1.49,27-17.46,120.74-17.46,120.74H203.7s-5.29-31.91,1-60c0,0,2.21-39.58-1.08-49.9-2.3-7.18-8.78-14.13-7.12-29.31s5.69-20.37,5.69-20.37Z" style="fill:#A6A9B0"></path><path d="M223,234.2a18.33,18.33,0,0,0,1.42,5.09c2.39,6.07,5,25.16,4.42,34.82-1.49,27-17.46,120.74-17.46,120.74H203.7s-5.29-31.91,1-60c0,0,2.21-39.58-1.08-49.9-2.3-7.18-8.78-14.13-7.12-29.31s5.69-20.37,5.69-20.37Z" style="opacity:0.5"></path><path d="M190.58,242.15l1.47-3,1.54.21-.89,3.12Z" style="fill:#A6A9B0"></path><path d="M212.8,239.85c4.17-.25,7.56-.68,9.73-1l1.08,3.09a105.77,105.77,0,0,1-10.81,1.17Z" style="fill:#A6A9B0"></path><path d="M195.93,239.59a106.44,106.44,0,0,0,14.46.39v3.23c-1.4,0-2.86.09-4.38.09a104.81,104.81,0,0,1-10.88-.56Z" style="fill:#A6A9B0"></path><g style="opacity:0.5"><path d="M190.58,242.15l1.47-3,1.54.21-.89,3.12Z" style="fill:#fff"></path><path d="M212.8,239.85c4.17-.25,7.56-.68,9.73-1l1.08,3.09a105.77,105.77,0,0,1-10.81,1.17Z" style="fill:#fff"></path><path d="M195.13,242.74l.8-3.15a106.44,106.44,0,0,0,14.46.39v3.23c-1.4,0-2.86.09-4.38.09" style="fill:#fff"></path></g><path d="M213,401.13a.17.17,0,0,1-.15-.15.18.18,0,0,1,.08-.19c.12-.07,2.78-1.66,4.08-1.33a1,1,0,0,1,.58.42.69.69,0,0,1,0,.8,3.3,3.3,0,0,1-2.26.63A13.33,13.33,0,0,1,213,401.13Zm.59-.25c1.44.15,3.38.1,3.73-.41,0-.06.1-.17,0-.4a.51.51,0,0,0-.37-.25,1.34,1.34,0,0,0-.35,0A8.53,8.53,0,0,0,213.57,400.88Z" style="fill:#A6A9B0"></path><path d="M212.88,401.12a.15.15,0,0,1-.08-.16c0-.1.17-2.18,1.14-3a1.38,1.38,0,0,1,1-.33c.51,0,.67.29.69.5.18.87-1.64,2.57-2.56,3a.09.09,0,0,1-.07,0A.2.2,0,0,1,212.88,401.12Zm2-3.15a.92.92,0,0,0-.63.24,4.27,4.27,0,0,0-1,2.38c.94-.58,2.14-1.91,2.08-2.43,0-.05,0-.18-.37-.2Z" style="fill:#A6A9B0"></path><path d="M212.17,400.06l-8.43.16a.66.66,0,0,0-.65.54l-1.4,6.89a1.12,1.12,0,0,0,.87,1.33l.24,0c3-.11,5.74-.33,9.52-.39,4.46-.08,3.34.47,8.59.45,3.16,0,3.67-3.62,2.33-3.77-6.15-.66-6.82-2.5-9.23-4.66A2.77,2.77,0,0,0,212.17,400.06Z" style="fill:#263238"></path><path d="M203.25,158.78c-.18-.61,0-1.21.41-1.32s.87.29,1.05.91,0,1.21-.41,1.32S203.42,159.4,203.25,158.78Z" style="fill:#263238"></path><path d="M203.18,159.72l4.72,3a4.22,4.22,0,0,1-3.26,1.91Z" style="fill:#de5753"></path><path d="M201.75,157.64a.39.39,0,0,0,.25-.25,3,3,0,0,1,1.84-2,.37.37,0,0,0,.25-.46.38.38,0,0,0-.46-.27,3.76,3.76,0,0,0-2.35,2.5.37.37,0,0,0,.22.47h0A.3.3,0,0,0,201.75,157.64Z" style="fill:#263238"></path><path d="M182.12,165.5c3.16,7.47,4.34,10.7,9.58,13.26,7.31,1.91,16.39-1.67,15.51-9.95-.78-7.44-5.81-18.38-14.38-18.82a11.07,11.07,0,0,0-10.71,15.51Z" style="fill:#e4897b"></path><path d="M199.53,175.25s5.43,1.1,7.58-3.64c-.73,3.81-3.9,6.23-7.71,7.19l-1.31-.92.71-1.93Z" style="opacity:0.2"></path><path d="M189.65,187.65s4.7-2.3,1.31-11.26c0,0,3.75-3.72,7.65-2.14s.62,9.83,5.21,11.1C203.82,185.35,201.43,188.66,189.65,187.65Z" style="fill:#e4897b"></path><path d="M198.83,163.58a25.94,25.94,0,0,1-3.25-3.83c-1.59-2.29,2.12-4.95,1.49-9.19s-5-1.66-5-1.66-10.6-1.2-12,9.81a13,13,0,0,0,13.21,19.84l.7-.16a6.89,6.89,0,0,0,4.76-6.54Z" style="fill:#263238"></path><path d="M192,178.7s-2.78.93-1.7,2.05S192,178.7,192,178.7Z" style="fill:#263238"></path><path d="M182.84,161.22c-.17-2.51-.82-4.51-3.33-4.34s-2.66,2.24-2.49,4.75.62,4.52,3.13,4.34S183,163.73,182.84,161.22Z" style="fill:#A6A9B0"></path><path d="M196.59,163.1a6.19,6.19,0,0,1,3.41,3.35c.84,2-.91,3.33-3,3-1.86-.29-4.52-1.71-4.49-3.87A2.82,2.82,0,0,1,196.59,163.1Z" style="fill:#e4897b"></path><path d="M170.3,162.1a6.75,6.75,0,0,0,7.2,6.25c3.72-.26,3.94-3.3,3.68-7s-.91-6.69-4.62-6.43A6.75,6.75,0,0,0,170.3,162.1Z" style="fill:#263238"></path><path d="M195.85,147.34c-.7,1-1.4,2.45-.64,3.46.43.58,1.21.78,1.73,1.29a3.78,3.78,0,0,1,.88,2.19,54.09,54.09,0,0,1,.74,8.71c2-3.46,4.14-7.12,4.22-11.13a7.12,7.12,0,0,0-.71-3.47,3.89,3.89,0,0,0-2.77-2.06C198.12,146.17,195.85,147.34,195.85,147.34Z" style="fill:#263238"></path><path d="M206.81,185.82s.46-5.72-10.62-3.41-3.64,5.49-3.64,5.49Z" style="fill:#A6A9B0"></path><path d="M206.81,185.82s.46-5.72-10.62-3.41-3.64,5.49-3.64,5.49Z" style="fill:#fff;opacity:0.5"></path><path d="M222.81,236.25c-12.4,2.41-26.62,1.42-31.83.93-1.18-.12,1-14-11.52-39.15a5.78,5.78,0,0,1,1.29-7.09c8.52-7.05,24-6.78,31.1-6.21a8.07,8.07,0,0,1,6.18,3.62,38.93,38.93,0,0,1,4.91,13.6,89.13,89.13,0,0,1,1.43,13.83C224.7,226.76,223.37,236.14,222.81,236.25Z" style="fill:#fff"></path><path d="M224.37,215.78c-4-.76-9.62-15.51-9.62-15.51l8.19,1.68A89.13,89.13,0,0,1,224.37,215.78Z" style="opacity:0.2"></path><path d="M222,192.39l11.9,7.59a1.85,1.85,0,0,0,2.62-.66L246.18,182l3.5-9,1-1.09,6-5.08h2.3l-4.46,4,1.24,2.12,2,4.55-7.95,7s-4.62,20.77-9.57,25.2c-3.93,3.52-23.71-10.46-23.71-10.46Z" style="fill:#e4897b"></path><path d="M213.79,185.15c3.09.94,9.89,4,20.55,14.06l-7.84,10.5a17.05,17.05,0,0,1-11.75-9.44,30.88,30.88,0,0,1-3-13.63A1.58,1.58,0,0,1,213.79,185.15Z" style="fill:#fff"></path><polygon points="233.11 197.07 224.24 209.88 227.21 210.5 235.58 199.07 233.11 197.07" style="fill:#A6A9B0"></polygon><polygon points="233.11 197.07 224.24 209.88 227.21 210.5 235.58 199.07 233.11 197.07" style="fill:#fff;opacity:0.5"></polygon><polygon points="212.89 393.22 202.19 393.22 202.78 396.33 212.22 396.33 212.89 393.22" style="fill:#263238"></polygon><polygon points="212.89 393.22 202.19 393.22 202.78 396.33 212.22 396.33 212.89 393.22" style="opacity:0.4"></polygon></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUtils.d.ts","sourceRoot":"","sources":["../../../../src/controls/TermSetNavigation/utils/useUtils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D,UAAU,SAAS;IACjB,wBAAwB,EAAE,
|
|
1
|
+
{"version":3,"file":"useUtils.d.ts","sourceRoot":"","sources":["../../../../src/controls/TermSetNavigation/utils/useUtils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D,UAAU,SAAS;IACjB,wBAAwB,EAAE,CACxB,OAAO,EAAE,SAAS,CAAC,GAAG,EACtB,QAAQ,EAAE,MAAM,KACb,SAAS,CAAC,aAAa,EAAE,CAAC;IAC/B,eAAe,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAC;IACpE,kBAAkB,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAC;IACzE,WAAW,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAC;IACvD,WAAW,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC;IACtC,YAAY,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;CAC9D;AAED,eAAO,MAAM,QAAQ,QAAO,SAoE3B,CAAC"}
|
|
@@ -43,6 +43,13 @@ export var useUtils = function () {
|
|
|
43
43
|
return false;
|
|
44
44
|
}
|
|
45
45
|
}, []);
|
|
46
|
-
return {
|
|
47
|
-
|
|
46
|
+
return {
|
|
47
|
+
getTermSetProperty: getTermSetProperty,
|
|
48
|
+
getCacheKey: getCacheKey,
|
|
49
|
+
getTermProperty: getTermProperty,
|
|
50
|
+
getTermSetLocalizedNames: getTermSetLocalizedNames,
|
|
51
|
+
getTermLabel: getTermLabel,
|
|
52
|
+
validateUrl: validateUrl,
|
|
53
|
+
};
|
|
54
|
+
}; // ... }
|
|
48
55
|
//# sourceMappingURL=useUtils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUtils.js","sourceRoot":"","sources":["../../../../src/controls/TermSetNavigation/utils/useUtils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"useUtils.js","sourceRoot":"","sources":["../../../../src/controls/TermSetNavigation/utils/useUtils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B,MAAM,CAAC,IAAM,QAAQ,GAAG;IACtB,IAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC,UAAC,GAAW,EAAE,QAAgB;QAClE,OAAO,UAAG,GAAG,SAAG,QAAQ,CAAE,CAAC;IAC7B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,IAAM,kBAAkB,GAAG,KAAK,CAAC,WAAW,CAC1C,UAAC,OAAsB,EAAE,QAAgB;;QACvC,IAAI,CAAC,OAAO,IAAI,CAAC,QAAQ,EAAE;YACzB,OAAO,SAAS,CAAC;SAClB;QACD,OAAO,MAAA,MAAA,OAAO,CAAC,UAAU,0CAAE,MAAM,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,GAAG,KAAK,QAAQ,EAArB,CAAqB,EAAE,CAAC,CAAC,0CACjE,KAAK,CAAC;IACZ,CAAC,EACD,EAAE,CACH,CAAC;IAEF,IAAM,wBAAwB,GAAG,KAAK,CAAC,WAAW,CAChD,UAAC,OAAsB,EAAE,QAAgB;;QACvC,IAAI,CAAC,OAAO,IAAI,CAAC,QAAQ,EAAE;YACzB,OAAO,SAAS,CAAC;SAClB;QACD,OAAO,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,CACnC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,WAAW,KAAK,QAAQ,EAA7B,CAA6B,CACxC,CAAC;IACJ,CAAC,EACD,EAAE,CACH,CAAC;IAEF,IAAM,eAAe,GAAG,KAAK,CAAC,WAAW,CACvC,UAAC,IAAoB,EAAE,QAAgB;;QACrC,IAAI,CAAC,IAAI,IAAI,CAAC,QAAQ,EAAE;YACtB,OAAO,SAAS,CAAC;SAClB;QACD,OAAO,MAAA,MAAA,IAAI,CAAC,UAAU,0CAAE,MAAM,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,GAAG,KAAK,QAAQ,EAArB,CAAqB,EAAE,CAAC,CAAC,0CAAE,KAAK,CAAC;IAC5E,CAAC,EACD,EAAE,CACH,CAAC;IAEF,IAAM,YAAY,GAAG,KAAK,CAAC,WAAW,CACpC,UAAC,IAAoB,EAAE,IAAY;;QACjC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE;YAClB,OAAO,SAAS,CAAC;SAClB;QACD,OAAO,MAAA,MAAA,IAAI,CAAC,MAAM,0CAAE,MAAM,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,IAAI,KAAK,IAAI,EAAlB,CAAkB,EAAE,CAAC,CAAC,0CAAE,IAAI,CAAC;IACpE,CAAC,EACD,EAAE,CACH,CAAC;IAEF,IAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC,UAAC,GAAW;QAChD,IAAI,CAAC,GAAG,EAAE;YACR,OAAO,KAAK,CAAC;SACd;QACD,IAAI;YACF,IAAM,QAAQ,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC;YAC9B,OAAO,CAAC,CAAC,QAAQ,CAAC;SACnB;QAAC,WAAM;YACN,OAAO,KAAK,CAAC;SACd;IACH,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO;QACL,kBAAkB,oBAAA;QAClB,WAAW,aAAA;QACX,eAAe,iBAAA;QACf,wBAAwB,0BAAA;QACxB,YAAY,cAAA;QACZ,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC,CAAC,CAAC,QAAQ"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
.accordion_7388fbfa{background:#fafafa}.accordion_7388fbfa>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_7388fbfa>button .ms-Button-label{font-weight:400}.accordion_7388fbfa>button:focus,.accordion_7388fbfa>button:hover{box-shadow:0 0 4px 2px rgba(0,0,0,.16);color:#000;background:#f0f0f0}.accordion_7388fbfa>button:focus{border-width:2px;border-style:solid;border-color:#000;outline-color:rgba(255,255,255,.6)}.accordion_7388fbfa .drawer_7388fbfa{padding:24px 12px 24px 12px;background:#fafafa;font-weight:400;font-size:15px;line-height:20px}.accordionChevron_7388fbfa{font-size:16px;margin-left:-6px;color:rgba(0,0,0,.8)}
|
|
2
|
-
/*# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZpbGU6Ly8vaG9tZS9ydW5uZXIvd29yay9zcC1kZXYtZngtY29udHJvbHMtcmVhY3Qvc3AtZGV2LWZ4LWNvbnRyb2xzLXJlYWN0L2xpYnJhcmllcy9zcGZ4LWNvbnRyb2xzLXJlYWN0L3NyYy9jb250cm9scy9hY2NvcmRpb24vQWNjb3JkaW9uLm1vZHVsZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLG9CQUNFLFdBQUEsUUFFQSwyQkFDRSxXQUFBLEtBQ0EsT0FBQSxJQUFBLE1BQUEsWUFDQSxRQUFBLElBQUEsTUFBQSxZQUNBLGVBQUEsS0FDQSxXQUFBLFFBQ0EsTUFBQSxlQUNBLFdBQUEsS0FDQSxNQUFBLEtBQ0EsY0FBQSxJQUFBLE1BQUEsZUFFQSw0Q0FDRSxZQUFBLElBR0YsaUNBQUEsaUNBRUUsV0FBQSxFQUFBLEVBQUEsSUFBQSxJQUFBLGdCQUNBLE1BQUEsS0FDQSxXQUFBLFFBR0YsaUNBQ0UsYUFBQSxJQUNBLGFBQUEsTUFDQSxhQUFBLEtBQ0EsY0FBQSxxQkFJSixxQ0FDRSxRQUFBLEtBQUEsS0FBQSxLQUFBLEtBQ0EsV0FBQSxRQUNBLFlBQUEsSUFDQSxVQUFBLEtBQ0EsWUFBQSxLQUlKLDJCQUNFLFVBQUEsS0FDQSxZQUFBLEtBQ0EsTUFBQSJ9 */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimatedDialog.d.ts","sourceRoot":"","sources":["../../../src/controls/animatedDialog/AnimatedDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,
|
|
1
|
+
{"version":3,"file":"AnimatedDialog.d.ts","sourceRoot":"","sources":["../../../src/controls/animatedDialog/AnimatedDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEL,YAAY,EAEb,MAAM,4BAA4B,CAAC;AASpC,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAOD,wBAAgB,cAAc,CAC5B,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,GACnD,GAAG,CAAC,OAAO,CA8Gb"}
|