} { ...dialogProps } />);\n *\n * Note the `asyncPlaceholder` prop will be respected when rendering the async component and it hasn't\n * been loaded yet.\n */\nimport { __assign, __extends, __rest } from \"tslib\";\nimport * as React from 'react';\n/**\n * If possible, use a WeakMap to maintain a cache of loaded components.\n * This can be used to synchronously render components that have already been loaded,\n * rather than having to wait for at least one async tick.\n */\nvar _syncModuleCache = typeof WeakMap !== 'undefined'\n ? // eslint-disable-next-line @typescript-eslint/no-explicit-any\n new WeakMap()\n : undefined;\n/**\n * Produces a component which internally loads the target component before first mount.\n * The component passes all props through to the loaded component.\n *\n * This overload accepts a module with a default export for the component.\n */\nexport function asAsync(options) {\n var Async = /** @class */ (function (_super) {\n __extends(Async, _super);\n function Async() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this.state = {\n Component: _syncModuleCache ? _syncModuleCache.get(options.load) : undefined,\n };\n return _this;\n }\n Async.prototype.render = function () {\n // Typescript issue: the rest can't be pulled without the any cast, as TypeScript fails with rest on generics.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var _a = this.props, forwardedRef = _a.forwardedRef, Placeholder = _a.asyncPlaceholder, rest = __rest(_a, [\"forwardedRef\", \"asyncPlaceholder\"]);\n var Component = this.state.Component;\n return Component ? (React.createElement(Component, __assign(__assign({}, rest), { ref: forwardedRef }))) : Placeholder ? (React.createElement(Placeholder, null)) : null;\n };\n Async.prototype.componentDidMount = function () {\n var _this = this;\n var Component = this.state.Component;\n if (!Component) {\n options\n .load()\n .then(function (LoadedComponent) {\n if (LoadedComponent) {\n // Cache component for future reference.\n _syncModuleCache && _syncModuleCache.set(options.load, LoadedComponent);\n // Set state.\n _this.setState({\n Component: LoadedComponent,\n }, options.onLoad);\n }\n })\n .catch(options.onError);\n }\n };\n return Async;\n }(React.Component));\n return React.forwardRef(function (props, ref) { return React.createElement(Async, __assign({}, props, { forwardedRef: ref })); });\n}\n//# sourceMappingURL=asAsync.js.map"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"index": 221,
"index2": 245,
"size": 87,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerId": "TPZ+",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "office-ui-fabric-react/lib/ColorPicker",
"loc": "16:0-69"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/ColorPicker",
"loc": "47:60-71"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/ColorPicker",
"loc": "56:40-51"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/ColorPicker",
"loc": "59:40-51"
}
],
"providedExports": [
"ColorPicker",
"ColorPickerBase"
],
"optimizationBailout": [],
"depth": 4,
"source": "export * from './components/ColorPicker/index';\n//# sourceMappingURL=ColorPicker.js.map"
},
{
"id": "8pf3",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/Constants.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/helpers/Constants.js",
"index": 164,
"index2": 158,
"size": 3773,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"issuerId": "5zuL",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "yVpZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js"
},
{
"id": "5zuL",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "5zuL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"type": "harmony side effect evaluation",
"userRequest": "./Constants",
"loc": "1:0-47"
},
{
"moduleId": "5zuL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/String.extensions.js",
"type": "harmony import specifier",
"userRequest": "./Constants",
"loc": "6:114-130"
}
],
"providedExports": [
"LoadedViewFieldsKey",
"FieldNamesMapping",
"InvariantCulture"
],
"optimizationBailout": [],
"depth": 6,
"source": "/**\n * Key that is used to store loaded fields in sessionStorage\n */\nexport var LoadedViewFieldsKey = 'LBLoadedViewFields';\n/**\n * Mapping between current field name and the name of the real field that contains the data\n */\nexport var FieldNamesMapping = {\n 'Title': {\n 'storedName': 'Title'\n },\n 'LinkTitle': {\n 'storedName': 'Title'\n },\n 'LinkTitleNoMenu': {\n 'storedName': 'Title'\n },\n 'LinkFilename': {\n 'storedName': 'FileLeafRef'\n },\n 'LinkFileNameNoMenu': {\n 'storedName': 'FileLeafRef'\n },\n 'FileLeafRef': {\n 'storedName': 'FileLeafRef'\n },\n 'URL': {\n 'storedName': 'URL'\n },\n 'URLwMenu': {\n 'storedName': 'URL'\n }\n};\n/**\n * Invariant Culture\n */\nexport var InvariantCulture = {\n name: '',\n numberFormat: {\n CurrencyDecimalDigits: 2,\n CurrencyDecimalSeparator: '.',\n IsReadOnly: true,\n CurrencyGroupSizes: [3],\n NumberGroupSizes: [3],\n PercentGroupSizes: [3],\n CurrencyGroupSeparator: ',',\n CurrencySymbol: '¤',\n NaNSymbol: 'NaN',\n CurrencyNegativePattern: 0,\n NumberNegativePattern: 1,\n PercentPositivePattern: 0,\n PercentNegativePattern: 0,\n NegativeInfinitySymbol: '-Infinity',\n NegativeSign: '-',\n NumberDecimalDigits: 2,\n NumberDecimalSeparator: '.',\n NumberGroupSeparator: ',',\n CurrencyPositivePattern: 0,\n PositiveInfinitySymbol: 'Infinity',\n PositiveSign: '+',\n PercentDecimalDigits: 2,\n PercentDecimalSeparator: '.',\n PercentGroupSeparator: ',',\n PercentSymbol: '%',\n PerMilleSymbol: '‰',\n NativeDigits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],\n DigitSubstitution: 1\n },\n dateTimeFormat: {\n AMDesignator: 'AM',\n Calendar: {\n MinSupportedDateTime: '@-62135568000000@',\n MaxSupportedDateTime: '@253402300799999@',\n AlgorithmType: 1,\n CalendarType: 1,\n Eras: [1],\n TwoDigitYearMax: 2029,\n IsReadOnly: true\n },\n DateSeparator: '/',\n FirstDayOfWeek: 0,\n CalendarWeekRule: 0,\n FullDateTimePattern: 'dddd, dd MMMM yyyy HH:mm:ss',\n LongDatePattern: 'dddd, dd MMMM yyyy',\n LongTimePattern: 'HH:mm:ss',\n MonthDayPattern: 'MMMM dd',\n PMDesignator: 'PM',\n RFC1123Pattern: 'ddd, dd MMM yyyy HH\\':\\'mm\\':\\'ss \\'GMT\\'',\n ShortDatePattern: 'MM/dd/yyyy',\n ShortTimePattern: 'HH:mm',\n SortableDateTimePattern: 'yyyy\\'-\\'MM\\'-\\'dd\\'T\\'HH\\':\\'mm\\':\\'ss',\n TimeSeparator: ':',\n UniversalSortableDateTimePattern: 'yyyy\\'-\\'MM\\'-\\'dd HH\\':\\'mm\\':\\'ss\\'Z\\'',\n YearMonthPattern: 'yyyy MMMM',\n AbbreviatedDayNames: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],\n ShortestDayNames: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],\n DayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],\n AbbreviatedMonthNames: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', ''],\n MonthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', ''],\n IsReadOnly: true,\n NativeCalendarName: 'Gregorian Calendar',\n AbbreviatedMonthGenitiveNames: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', ''],\n MonthGenitiveNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', ''],\n eras: [1, 'A.D.', null, 0]\n }\n};\n//# sourceMappingURL=Constants.js.map"
},
{
"id": "8wqX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"index": 179,
"index2": 170,
"size": 240,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"issuerId": "tqYG",
"issuerName": "./node_modules/@uifabric/styling/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "PoPR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../utilities/index",
"loc": "1:0-51"
},
{
"moduleId": "PoPR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"type": "harmony import specifier",
"userRequest": "../utilities/index",
"loc": "6:33-46"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./utilities/index",
"loc": "3:0-34"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./utilities/index",
"loc": "3:0-34"
}
],
"providedExports": [
"buildClassMap",
"getIcon",
"registerIcons",
"registerIconAlias",
"unregisterIcons",
"setIconOptions",
"getIconClassName"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { buildClassMap } from './buildClassMap';\nexport { getIcon, registerIcons, registerIconAlias, unregisterIcons, setIconOptions, } from './icons';\nexport { getIconClassName } from './getIconClassName';\n//# sourceMappingURL=index.js.map"
},
{
"id": "94wZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"index": 363,
"index2": 357,
"size": 1067,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./CommandBarButton/CommandBarButton",
"loc": "5:0-52"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./CommandBarButton/CommandBarButton",
"loc": "5:0-52"
}
],
"providedExports": [
"CommandBarButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { BaseButton } from '../BaseButton';\nimport { customizable, nullRender } from '../../../Utilities';\nimport { getStyles } from './CommandBarButton.styles';\n/**\n * {@docCategory Button}\n */\nvar CommandBarButton = /** @class */ (function (_super) {\n __extends(CommandBarButton, _super);\n function CommandBarButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CommandBarButton.prototype.render = function () {\n var _a = this.props, styles = _a.styles, theme = _a.theme;\n return (React.createElement(BaseButton, __assign({}, this.props, { variantClassName: \"ms-Button--commandBar\", styles: getStyles(theme, styles), onRenderDescription: nullRender })));\n };\n CommandBarButton = __decorate([\n customizable('CommandBarButton', ['theme', 'styles'], true)\n ], CommandBarButton);\n return CommandBarButton;\n}(React.Component));\nexport { CommandBarButton };\n//# sourceMappingURL=CommandBarButton.js.map"
},
{
"id": "9D85",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"index": 305,
"index2": 294,
"size": 8179,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"issuerId": "qQHi",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "qQHi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.classNames",
"loc": "13:0-60"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.classNames",
"loc": "42:82-95"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../ContextualMenu.classNames",
"loc": "5:0-87"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../ContextualMenu.classNames",
"loc": "149:83-122"
},
{
"moduleId": "qQHi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.classNames",
"loc": "3:0-60"
},
{
"moduleId": "qQHi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.classNames",
"loc": "7:63-76"
}
],
"providedExports": [
"getSplitButtonVerticalDividerClassNames",
"getItemClassNames",
"getItemStyles"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { getDividerClassNames } from '../Divider/VerticalDivider.classNames';\nimport { getMenuItemStyles } from './ContextualMenu.cnstyles';\nimport { mergeStyleSets, getGlobalClassNames, getScreenSelector, ScreenWidthMaxMedium, hiddenContentStyle, } from '../../Styling';\nimport { memoizeFunction, IsFocusVisibleClassName } from '../../Utilities';\nvar CONTEXTUAL_SPLIT_MENU_MINWIDTH = '28px';\nvar MediumScreenSelector = getScreenSelector(0, ScreenWidthMaxMedium);\nexport var getSplitButtonVerticalDividerClassNames = memoizeFunction(\n/* eslint-disable deprecation/deprecation */\nfunction (theme) {\n var _a;\n return mergeStyleSets(getDividerClassNames(theme), {\n /* eslint-enable deprecation/deprecation */\n wrapper: {\n position: 'absolute',\n right: 28,\n selectors: (_a = {},\n _a[MediumScreenSelector] = {\n right: 32,\n },\n _a),\n },\n divider: {\n height: 16,\n width: 1,\n },\n });\n});\nvar GlobalClassNames = {\n item: 'ms-ContextualMenu-item',\n divider: 'ms-ContextualMenu-divider',\n root: 'ms-ContextualMenu-link',\n isChecked: 'is-checked',\n isExpanded: 'is-expanded',\n isDisabled: 'is-disabled',\n linkContent: 'ms-ContextualMenu-linkContent',\n linkContentMenu: 'ms-ContextualMenu-linkContent',\n icon: 'ms-ContextualMenu-icon',\n iconColor: 'ms-ContextualMenu-iconColor',\n checkmarkIcon: 'ms-ContextualMenu-checkmarkIcon',\n subMenuIcon: 'ms-ContextualMenu-submenuIcon',\n label: 'ms-ContextualMenu-itemText',\n secondaryText: 'ms-ContextualMenu-secondaryText',\n splitMenu: 'ms-ContextualMenu-splitMenu',\n screenReaderText: 'ms-ContextualMenu-screenReaderText',\n};\n/**\n * @deprecated To be removed in 7.0.\n * @internal\n * This is a package-internal method that has been depended on.\n * It is being kept in this form for backwards compatibility.\n * It should be cleaned up in 7.0.\n *\n * TODO: Audit perf. impact of and potentially remove memoizeFunction.\n * https://github.com/microsoft/fluentui/issues/5534\n */\nexport var getItemClassNames = memoizeFunction(function (theme, disabled, expanded, checked, isAnchorLink, knownIcon, itemClassName, dividerClassName, iconClassName, subMenuClassName, primaryDisabled, className) {\n var _a, _b, _c, _d;\n var styles = getMenuItemStyles(theme);\n var classNames = getGlobalClassNames(GlobalClassNames, theme);\n return mergeStyleSets({\n item: [classNames.item, styles.item, itemClassName],\n divider: [classNames.divider, styles.divider, dividerClassName],\n root: [\n classNames.root,\n styles.root,\n checked && [classNames.isChecked, styles.rootChecked],\n isAnchorLink && styles.anchorLink,\n expanded && [classNames.isExpanded, styles.rootExpanded],\n disabled && [classNames.isDisabled, styles.rootDisabled],\n !disabled &&\n !expanded && [\n {\n selectors: (_a = {\n ':hover': styles.rootHovered,\n ':active': styles.rootPressed\n },\n _a[\".\" + IsFocusVisibleClassName + \" &:focus, .\" + IsFocusVisibleClassName + \" &:focus:hover\"] = styles.rootFocused,\n _a[\".\" + IsFocusVisibleClassName + \" &:hover\"] = { background: 'inherit;' },\n _a),\n },\n ],\n className,\n ],\n splitPrimary: [\n styles.root,\n {\n width: \"calc(100% - \" + CONTEXTUAL_SPLIT_MENU_MINWIDTH + \")\",\n },\n checked && ['is-checked', styles.rootChecked],\n (disabled || primaryDisabled) && ['is-disabled', styles.rootDisabled],\n !(disabled || primaryDisabled) &&\n !checked && [\n {\n selectors: (_b = {\n ':hover': styles.rootHovered\n },\n // when hovering over the splitPrimary also affect the splitMenu\n _b[\":hover ~ .\" + classNames.splitMenu] = styles.rootHovered,\n _b[':active'] = styles.rootPressed,\n _b[\".\" + IsFocusVisibleClassName + \" &:focus, .\" + IsFocusVisibleClassName + \" &:focus:hover\"] = styles.rootFocused,\n _b[\".\" + IsFocusVisibleClassName + \" &:hover\"] = { background: 'inherit;' },\n _b),\n },\n ],\n ],\n splitMenu: [\n classNames.splitMenu,\n styles.root,\n {\n flexBasis: '0',\n padding: '0 8px',\n minWidth: CONTEXTUAL_SPLIT_MENU_MINWIDTH,\n },\n expanded && ['is-expanded', styles.rootExpanded],\n disabled && ['is-disabled', styles.rootDisabled],\n !disabled &&\n !expanded && [\n {\n selectors: (_c = {\n ':hover': styles.rootHovered,\n ':active': styles.rootPressed\n },\n _c[\".\" + IsFocusVisibleClassName + \" &:focus, .\" + IsFocusVisibleClassName + \" &:focus:hover\"] = styles.rootFocused,\n _c[\".\" + IsFocusVisibleClassName + \" &:hover\"] = { background: 'inherit;' },\n _c),\n },\n ],\n ],\n anchorLink: styles.anchorLink,\n linkContent: [classNames.linkContent, styles.linkContent],\n linkContentMenu: [\n classNames.linkContentMenu,\n styles.linkContent,\n {\n justifyContent: 'center',\n },\n ],\n icon: [\n classNames.icon,\n knownIcon && styles.iconColor,\n styles.icon,\n iconClassName,\n disabled && [classNames.isDisabled, styles.iconDisabled],\n ],\n iconColor: styles.iconColor,\n checkmarkIcon: [classNames.checkmarkIcon, knownIcon && styles.checkmarkIcon, styles.icon, iconClassName],\n subMenuIcon: [\n classNames.subMenuIcon,\n styles.subMenuIcon,\n subMenuClassName,\n expanded && { color: theme.palette.neutralPrimary },\n disabled && [styles.iconDisabled],\n ],\n label: [classNames.label, styles.label],\n secondaryText: [classNames.secondaryText, styles.secondaryText],\n splitContainer: [\n styles.splitButtonFlexContainer,\n !disabled &&\n !checked && [\n {\n selectors: (_d = {},\n _d[\".\" + IsFocusVisibleClassName + \" &:focus, .\" + IsFocusVisibleClassName + \" &:focus:hover\"] = styles.rootFocused,\n _d),\n },\n ],\n ],\n screenReaderText: [\n classNames.screenReaderText,\n styles.screenReaderText,\n hiddenContentStyle,\n { visibility: 'hidden' },\n ],\n });\n});\n/**\n * Wrapper function for generating ContextualMenuItem classNames which adheres to\n * the getStyles API, but invokes memoized className generator function with\n * primitive values.\n *\n * @param props - the ContextualMenuItem style props used to generate its styles.\n */\nexport var getItemStyles = function (props) {\n var theme = props.theme, disabled = props.disabled, expanded = props.expanded, checked = props.checked, isAnchorLink = props.isAnchorLink, knownIcon = props.knownIcon, itemClassName = props.itemClassName, dividerClassName = props.dividerClassName, iconClassName = props.iconClassName, subMenuClassName = props.subMenuClassName, primaryDisabled = props.primaryDisabled, className = props.className;\n // eslint-disable-next-line deprecation/deprecation\n return getItemClassNames(theme, disabled, expanded, checked, isAnchorLink, knownIcon, itemClassName, dividerClassName, iconClassName, subMenuClassName, primaryDisabled, className);\n};\n//# sourceMappingURL=ContextualMenu.classNames.js.map"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"index": 251,
"index2": 362,
"size": 77,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerId": "TPZ+",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Button",
"loc": "3:0-42"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Button",
"loc": "298:40-50"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Button",
"loc": "299:40-50"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "office-ui-fabric-react/lib/Button",
"loc": "17:0-63"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/Button",
"loc": "51:52-62"
}
],
"providedExports": [
"BaseButton",
"ElementType",
"ButtonType",
"Button",
"ActionButton",
"CommandBarButton",
"CommandButton",
"CompoundButton",
"DefaultButton",
"MessageBarButton",
"PrimaryButton",
"IconButton",
"getSplitButtonClassNames"
],
"optimizationBailout": [],
"depth": 4,
"source": "export * from './components/Button/index';\n//# sourceMappingURL=Button.js.map"
},
{
"id": "9QtL",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFadedOverflowStyle.js",
"name": "./node_modules/@uifabric/styling/lib/styles/getFadedOverflowStyle.js",
"index": 216,
"index2": 202,
"size": 4740,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getFadedOverflowStyle",
"loc": "14:0-40"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getFadedOverflowStyle",
"loc": "14:0-40"
}
],
"providedExports": [
"getFadedOverflowStyle"
],
"optimizationBailout": [],
"depth": 10,
"source": "var DEFAULT_HEIGHT = '50%';\nvar DEFAULT_WIDTH = 20;\n/**\n * - Generates a style used to fade out an overflowing content by defining a style for an :after pseudo element.\n * - Apply it to the :after selector for all combination of states the parent of content might have (normal, hover,\n * selected, focus).\n * - Requires the target to have position set to relative and overflow set to hidden.\n *\n * @example\n * ```tsx\n * // Assuming the following DOM structure and the different background colors coming from\n * // the parent holding the content.\n * \n * Overflown Content\n *
\n * ```\n * ```ts\n * // This is how the style set would look in Component.styles.ts\n * const { bodyBackground } = theme.semanticColors;\n * const { neutralLighter } = theme.palette;\n *\n * // The second argument of getFadedOverflowStyle function is a string representing a key of\n * // ISemanticColors or IPalette.\n *\n * const styles = {\n * parent: [\n * backgroundColor: bodyBackground,\n * selectors: {\n * '&:hover: {\n * backgroundColor: neutralLighter\n * },\n * '$content:after': {\n * ...getFadedOverflowStyle(theme, 'bodyBackground')\n * },\n * '&:hover $content:after': {\n * ...getFadedOverflowStyle(theme, 'neutralLighter')\n * }\n * }\n * ],\n * content: [\n * width: '100%',\n * display: 'inline-block',\n * position: 'relative',\n * overflow: 'hidden'\n * ]\n * }\n * ```\n * @param theme - The theme object to use.\n * @param color - The background color to fade out to. Accepts only keys of ISemanticColors or IPalette.\n * Defaults to 'bodyBackground'.\n * @param direction - The direction of the overflow. Defaults to horizontal.\n * @param width - The width of the fading overflow. Vertical direction defaults it to 100% vs 20px when horizontal.\n * @param height - The Height of the fading overflow. Vertical direction defaults it to 50% vs 100% when horizontal.\n * @returns The style object.\n */\nexport function getFadedOverflowStyle(theme, color, direction, width, height) {\n if (color === void 0) { color = 'bodyBackground'; }\n if (direction === void 0) { direction = 'horizontal'; }\n if (width === void 0) { width = getDefaultValue('width', direction); }\n if (height === void 0) { height = getDefaultValue('height', direction); }\n // Get the color value string from the theme semanticColors or palette.\n var colorValue = theme.semanticColors[color] || theme.palette[color];\n // Get the red, green, blue values of the colorValue.\n var rgbColor = color2rgb(colorValue);\n // Apply opacity 0 to serve as a start color of the gradient.\n var rgba = \"rgba(\" + rgbColor.r + \", \" + rgbColor.g + \", \" + rgbColor.b + \", 0)\";\n // Get the direction of the gradient. (mergeStyles takes care of RTL direction)\n var gradientDirection = direction === 'vertical' ? 'to bottom' : 'to right';\n return {\n content: '\"\"',\n position: 'absolute',\n right: 0,\n bottom: 0,\n width: width,\n height: height,\n pointerEvents: 'none',\n backgroundImage: \"linear-gradient(\" + gradientDirection + \", \" + rgba + \" 0%, \" + colorValue + \" 100%)\",\n };\n}\n// TODO consider moving this to a separate module along with some more color functions from OUFR/utilities.\n/**\n * Helper function to convert a string hex color to an RGB object.\n *\n * @param colorValue - Color to be converted from hex to rgba.\n */\nfunction color2rgb(colorValue) {\n if (colorValue[0] === '#') {\n // If it's a hex code\n return {\n r: parseInt(colorValue.slice(1, 3), 16),\n g: parseInt(colorValue.slice(3, 5), 16),\n b: parseInt(colorValue.slice(5, 7), 16),\n };\n }\n else if (colorValue.indexOf('rgba(') === 0) {\n // If it's an rgba color string\n colorValue = colorValue.match(/rgba\\(([^)]+)\\)/)[1];\n var parts = colorValue.split(/ *, */).map(Number);\n return {\n r: parts[0],\n g: parts[1],\n b: parts[2],\n };\n }\n // The only remaining possibility is transparent.\n return {\n r: 255,\n g: 255,\n b: 255,\n };\n}\n/**\n * Helper function to get the default values for parameters of main function.\n *\n * @param style - Which style to get the default value for.\n * @param direction - What direction to take into consideration.\n */\nfunction getDefaultValue(style, direction) {\n if (style === 'width') {\n return direction === 'horizontal' ? DEFAULT_WIDTH : '100%';\n }\n else {\n return direction === 'vertical' ? DEFAULT_HEIGHT : '100%';\n }\n}\n//# sourceMappingURL=getFadedOverflowStyle.js.map"
},
{
"id": "9Rke",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"name": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"index": 187,
"index2": 174,
"size": 101,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "itTX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../styles/DefaultPalette",
"loc": "2:0-58"
},
{
"moduleId": "itTX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"type": "harmony import specifier",
"userRequest": "../styles/DefaultPalette",
"loc": "5:22-36"
},
{
"moduleId": "itTX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"type": "harmony import specifier",
"userRequest": "../styles/DefaultPalette",
"loc": "6:8-22"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultPalette",
"loc": "2:0-50"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultPalette",
"loc": "2:0-50"
}
],
"providedExports": [
"DefaultPalette"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from '@fluentui/theme/lib/colors/DefaultPalette';\n//# sourceMappingURL=DefaultPalette.js.map"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"index": 86,
"index2": 104,
"size": 6177,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./classNamesFunction",
"loc": "15:0-37"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./classNamesFunction",
"loc": "15:0-37"
}
],
"providedExports": [
"classNamesFunction"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { mergeCssSets, Stylesheet, } from '@uifabric/merge-styles';\nimport { getRTL } from './rtl';\nimport { getWindow } from './dom';\nvar MAX_CACHE_COUNT = 50;\nvar DEFAULT_SPECIFICITY_MULTIPLIER = 5;\nvar _memoizedClassNames = 0;\nvar stylesheet = Stylesheet.getInstance();\nif (stylesheet && stylesheet.onReset) {\n stylesheet.onReset(function () { return _memoizedClassNames++; });\n}\n// Note that because of the caching nature within the classNames memoization,\n// I've disabled this rule to simply be able to work with any types.\n/* eslint-disable @typescript-eslint/no-explicit-any */\n// This represents a prop we attach to each Map to indicate the cached return value\n// associated with the graph node.\nvar retVal = '__retval__';\n/**\n * Creates a getClassNames function which calls getStyles given the props, and injects them\n * into mergeStyleSets.\n *\n * Note that the props you pass in on every render should be in the same order and\n * immutable (numbers, strings, and booleans). This will allow the results to be memoized. Violating\n * these will cause extra recalcs to occur.\n */\nexport function classNamesFunction(options) {\n // We build a trie where each node is a Map. The map entry key represents an argument\n // value, and the entry value is another node (Map). Each node has a `__retval__`\n // property which is used to hold the cached response.\n if (options === void 0) { options = {}; }\n // To derive the response, we can simply ensure the arguments are added or already\n // exist in the trie. At the last node, if there is a `__retval__` we return that. Otherwise\n // we call the `getStyles` api to evaluate, cache on the property, and return that.\n var map = new Map();\n var styleCalcCount = 0;\n var getClassNamesCount = 0;\n var currentMemoizedClassNames = _memoizedClassNames;\n var getClassNames = function (styleFunctionOrObject, styleProps) {\n if (styleProps === void 0) { styleProps = {}; }\n var _a, _b;\n // If useStaticStyles is true, styleFunctionOrObject returns slot to classname mappings.\n // If there is also no style overrides, we can skip merge styles completely and\n // simply return the result from the style funcion.\n if (options.useStaticStyles &&\n typeof styleFunctionOrObject === 'function' &&\n styleFunctionOrObject.__noStyleOverride__) {\n return styleFunctionOrObject(styleProps);\n }\n getClassNamesCount++;\n var current = map;\n var theme = styleProps.theme;\n var rtl = theme && theme.rtl !== undefined ? theme.rtl : getRTL();\n var disableCaching = options.disableCaching;\n // On reset of our stylesheet, reset memoized cache.\n if (currentMemoizedClassNames !== _memoizedClassNames) {\n currentMemoizedClassNames = _memoizedClassNames;\n map = new Map();\n styleCalcCount = 0;\n }\n if (!options.disableCaching) {\n current = _traverseMap(map, styleFunctionOrObject);\n current = _traverseMap(current, styleProps);\n }\n if (disableCaching || !current[retVal]) {\n if (styleFunctionOrObject === undefined) {\n current[retVal] = {};\n }\n else {\n current[retVal] = mergeCssSets([\n (typeof styleFunctionOrObject === 'function'\n ? styleFunctionOrObject(styleProps)\n : styleFunctionOrObject),\n ], { rtl: !!rtl, specificityMultiplier: options.useStaticStyles ? DEFAULT_SPECIFICITY_MULTIPLIER : undefined });\n }\n if (!disableCaching) {\n styleCalcCount++;\n }\n }\n if (styleCalcCount > (options.cacheSize || MAX_CACHE_COUNT)) {\n var win = getWindow();\n if ((_b = (_a = win) === null || _a === void 0 ? void 0 : _a.FabricConfig) === null || _b === void 0 ? void 0 : _b.enableClassNameCacheFullWarning) {\n // eslint-disable-next-line no-console\n console.warn(\"Styles are being recalculated too frequently. Cache miss rate is \" + styleCalcCount + \"/\" + getClassNamesCount + \".\");\n // eslint-disable-next-line no-console\n console.trace();\n }\n map.clear();\n styleCalcCount = 0;\n // Mutate the options passed in, that's all we can do.\n options.disableCaching = true;\n }\n // Note: the retVal is an attached property on the Map; not a key in the Map. We use this attached property to\n // cache the return value for this branch of the graph.\n return current[retVal];\n };\n return getClassNames;\n}\nfunction _traverseEdge(current, value) {\n value = _normalizeValue(value);\n if (!current.has(value)) {\n current.set(value, new Map());\n }\n return current.get(value);\n}\nfunction _traverseMap(current, inputs) {\n if (typeof inputs === 'function') {\n var cachedInputsFromStyled = inputs.__cachedInputs__;\n if (cachedInputsFromStyled) {\n // The styled helper will generate the styles function and will attach the cached\n // inputs (consisting of the default styles, customzied styles, and user provided styles.)\n // These should be used as cache keys for deriving the memoized value.\n for (var _i = 0, _a = inputs.__cachedInputs__; _i < _a.length; _i++) {\n var input = _a[_i];\n current = _traverseEdge(current, input);\n }\n }\n else {\n current = _traverseEdge(current, inputs);\n }\n }\n else if (typeof inputs === 'object') {\n for (var propName in inputs) {\n if (inputs.hasOwnProperty(propName)) {\n current = _traverseEdge(current, inputs[propName]);\n }\n }\n }\n return current;\n}\nfunction _normalizeValue(value) {\n switch (value) {\n case undefined:\n return '__undefined__';\n case null:\n return '__null__';\n default:\n return value;\n }\n}\n//# sourceMappingURL=classNamesFunction.js.map"
},
{
"id": "9m7P",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/merge.js",
"name": "./node_modules/@uifabric/utilities/lib/merge.js",
"index": 140,
"index2": 132,
"size": 1820,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./merge",
"loc": "41:0-24"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./merge",
"loc": "41:0-24"
}
],
"providedExports": [
"merge"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Simple deep merge function. Takes all arguments and returns a deep copy of the objects merged\n * together in the order provided. If an object creates a circular reference, it will assign the\n * original reference.\n */\nexport function merge(target) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n for (var _a = 0, args_1 = args; _a < args_1.length; _a++) {\n var arg = args_1[_a];\n _merge(target || {}, arg);\n }\n return target;\n}\n/**\n * The _merge helper iterates through all props on source and assigns them to target.\n * When the value is an object, we will create a deep clone of the object. However if\n * there is a circular reference, the value will not be deep cloned and will persist\n * the reference.\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction _merge(target, source, circularReferences) {\n if (circularReferences === void 0) { circularReferences = []; }\n circularReferences.push(source);\n for (var name_1 in source) {\n if (source.hasOwnProperty(name_1)) {\n if (name_1 !== '__proto__' && name_1 !== 'constructor' && name_1 !== 'prototype') {\n var value = source[name_1];\n if (typeof value === 'object' && value !== null && !Array.isArray(value)) {\n var isCircularReference = circularReferences.indexOf(value) > -1;\n target[name_1] = (isCircularReference\n ? value\n : _merge(target[name_1] || {}, value, circularReferences));\n }\n else {\n target[name_1] = value;\n }\n }\n }\n }\n circularReferences.pop();\n return target;\n}\n//# sourceMappingURL=merge.js.map"
},
{
"id": "A6zI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"index": 248,
"index2": 238,
"size": 6970,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"issuerId": "icO1",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "icO1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "icO1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorSlider.base",
"loc": "2:0-53"
},
{
"moduleId": "icO1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"type": "harmony import specifier",
"userRequest": "./ColorSlider.base",
"loc": "4:32-47"
}
],
"providedExports": [
"ColorSliderBase"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __extends } from \"tslib\";\nimport * as React from 'react';\nimport { classNamesFunction, initializeComponentRef, on, KeyCodes, getWindow, warnDeprecations, warn, } from '../../../Utilities';\nimport { clamp } from '../../../utilities/color/clamp';\nimport { MAX_COLOR_HUE, MAX_COLOR_ALPHA } from '../../../utilities/color/consts';\nvar getClassNames = classNamesFunction();\n/**\n * {@docCategory ColorPicker}\n */\nvar ColorSliderBase = /** @class */ (function (_super) {\n __extends(ColorSliderBase, _super);\n function ColorSliderBase(props) {\n var _this = _super.call(this, props) || this;\n _this._disposables = [];\n _this._root = React.createRef();\n _this._onKeyDown = function (ev) {\n var currentValue = _this.value;\n var maxValue = _this._maxValue;\n var increment = ev.shiftKey ? 10 : 1;\n // Intentionally DO NOT flip the color picker in RTL: its orientation is not very meaningful,\n // and getting all the math and styles flipped correctly is tricky\n switch (ev.which) {\n case KeyCodes.left: {\n currentValue -= increment;\n break;\n }\n case KeyCodes.right: {\n currentValue += increment;\n break;\n }\n case KeyCodes.home: {\n currentValue = 0;\n break;\n }\n case KeyCodes.end: {\n currentValue = maxValue;\n break;\n }\n default: {\n return;\n }\n }\n _this._updateValue(ev, clamp(currentValue, maxValue));\n };\n _this._onMouseDown = function (ev) {\n var win = getWindow(_this);\n if (win) {\n _this._disposables.push(on(win, 'mousemove', _this._onMouseMove, true), on(win, 'mouseup', _this._disposeListeners, true));\n }\n _this._onMouseMove(ev);\n };\n _this._onMouseMove = function (ev) {\n if (!_this._root.current) {\n return;\n }\n var maxValue = _this._maxValue;\n var rectSize = _this._root.current.getBoundingClientRect();\n var currentPercentage = (ev.clientX - rectSize.left) / rectSize.width;\n var newValue = clamp(Math.round(currentPercentage * maxValue), maxValue);\n _this._updateValue(ev, newValue);\n };\n _this._disposeListeners = function () {\n _this._disposables.forEach(function (dispose) { return dispose(); });\n _this._disposables = [];\n };\n initializeComponentRef(_this);\n warnDeprecations('ColorSlider', props, {\n thumbColor: 'styles.sliderThumb',\n overlayStyle: 'overlayColor',\n isAlpha: 'type',\n maxValue: 'type',\n minValue: 'type',\n });\n // eslint-disable-next-line deprecation/deprecation\n if (_this._type !== 'hue' && !(props.overlayColor || props.overlayStyle)) {\n warn(\"ColorSlider: 'overlayColor' is required when 'type' is \\\"alpha\\\" or \\\"transparency\\\"\");\n }\n _this.state = {\n currentValue: props.value || 0,\n };\n return _this;\n }\n Object.defineProperty(ColorSliderBase.prototype, \"value\", {\n get: function () {\n return this.state.currentValue;\n },\n enumerable: true,\n configurable: true\n });\n ColorSliderBase.prototype.componentDidUpdate = function (prevProps, prevState) {\n // if props changed (as opposed to a state update), set the value\n // TODO: switch to strict controlled pattern instead\n if (prevProps !== this.props && this.props.value !== undefined) {\n this.setState({ currentValue: this.props.value });\n }\n };\n ColorSliderBase.prototype.componentWillUnmount = function () {\n this._disposeListeners();\n };\n ColorSliderBase.prototype.render = function () {\n var type = this._type;\n var maxValue = this._maxValue;\n var _a = this.props, \n // eslint-disable-next-line deprecation/deprecation\n overlayStyle = _a.overlayStyle, overlayColor = _a.overlayColor, theme = _a.theme, className = _a.className, styles = _a.styles, _b = _a.ariaLabel, ariaLabel = _b === void 0 ? type : _b;\n var currentValue = this.value;\n var classNames = getClassNames(styles, {\n theme: theme,\n className: className,\n type: type,\n });\n var currentPercentage = (100 * currentValue) / maxValue;\n return (React.createElement(\"div\", { ref: this._root, className: classNames.root, tabIndex: 0, onKeyDown: this._onKeyDown, onMouseDown: this._onMouseDown, role: \"slider\", \"aria-valuenow\": currentValue, \"aria-valuetext\": String(currentValue), \"aria-valuemin\": 0, \"aria-valuemax\": maxValue, \"aria-label\": ariaLabel, \"data-is-focusable\": true },\n !!(overlayColor || overlayStyle) && (React.createElement(\"div\", { className: classNames.sliderOverlay, \n // this isn't included in getStyles because it may change frequently\n style: overlayColor\n ? {\n background: type === 'transparency'\n ? \"linear-gradient(to right, #\" + overlayColor + \", transparent)\"\n : \"linear-gradient(to right, transparent, #\" + overlayColor + \")\",\n }\n : overlayStyle })),\n React.createElement(\"div\", { className: classNames.sliderThumb, style: { left: currentPercentage + '%' } })));\n };\n Object.defineProperty(ColorSliderBase.prototype, \"_type\", {\n get: function () {\n // eslint-disable-next-line deprecation/deprecation\n var _a = this.props, isAlpha = _a.isAlpha, _b = _a.type, type = _b === void 0 ? isAlpha ? 'alpha' : 'hue' : _b;\n return type;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(ColorSliderBase.prototype, \"_maxValue\", {\n get: function () {\n return this._type === 'hue' ? MAX_COLOR_HUE : MAX_COLOR_ALPHA;\n },\n enumerable: true,\n configurable: true\n });\n ColorSliderBase.prototype._updateValue = function (ev, newValue) {\n if (newValue === this.value) {\n return;\n }\n var onChange = this.props.onChange;\n if (onChange) {\n onChange(ev, newValue);\n }\n if (!ev.defaultPrevented) {\n this.setState({\n currentValue: newValue,\n });\n ev.preventDefault();\n }\n };\n ColorSliderBase.defaultProps = {\n value: 0,\n };\n return ColorSliderBase;\n}(React.Component));\nexport { ColorSliderBase };\n//# sourceMappingURL=ColorSlider.base.js.map"
},
{
"id": "A9FN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"index": 358,
"index2": 351,
"size": 1103,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "./CompoundButton/CompoundButton",
"loc": "7:0-65"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "./CompoundButton/CompoundButton",
"loc": "30:43-57"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./CompoundButton/CompoundButton",
"loc": "7:0-48"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./CompoundButton/CompoundButton",
"loc": "7:0-48"
}
],
"providedExports": [
"CompoundButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { BaseButton } from '../BaseButton';\nimport { customizable } from '../../../Utilities';\nimport { getStyles } from './CompoundButton.styles';\n/**\n * {@docCategory Button}\n */\nvar CompoundButton = /** @class */ (function (_super) {\n __extends(CompoundButton, _super);\n function CompoundButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CompoundButton.prototype.render = function () {\n var _a = this.props, _b = _a.primary, primary = _b === void 0 ? false : _b, styles = _a.styles, theme = _a.theme;\n return (React.createElement(BaseButton, __assign({}, this.props, { variantClassName: primary ? 'ms-Button--compoundPrimary' : 'ms-Button--compound', styles: getStyles(theme, styles, primary) })));\n };\n CompoundButton = __decorate([\n customizable('CompoundButton', ['theme', 'styles'], true)\n ], CompoundButton);\n return CompoundButton;\n}(React.Component));\nexport { CompoundButton };\n//# sourceMappingURL=CompoundButton.js.map"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"index": 12,
"index2": 371,
"size": 4201,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerId": "OU8Q",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./PropertyFieldColorPicker",
"loc": "1:0-43"
},
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony export imported specifier",
"userRequest": "./PropertyFieldColorPicker",
"loc": "1:0-43"
}
],
"providedExports": [
"PropertyFieldColorPicker"
],
"optimizationBailout": [],
"depth": 3,
"source": "import { PropertyPaneFieldType } from '@microsoft/sp-webpart-base';\nimport { getColorFromString } from 'office-ui-fabric-react/lib/utilities/color';\nimport * as React from 'react';\nimport * as ReactDom from 'react-dom';\nimport { setPropertyValue } from '../../helpers/GeneralHelper';\nimport { debounce } from '../../common/util/Util';\nimport { PropertyFieldColorPickerStyle, } from './IPropertyFieldColorPicker';\nimport PropertyFieldColorPickerHost from './PropertyFieldColorPickerHost';\nvar PropertyFieldColorPickerBuilder = /** @class */ (function () {\n function PropertyFieldColorPickerBuilder(_targetProperty, _properties) {\n //Properties defined by IPropertyPaneField\n this.type = PropertyPaneFieldType.Custom;\n this._debounce = debounce();\n this.targetProperty = _targetProperty;\n this.properties = {\n key: _properties.key,\n label: _properties.label,\n onPropertyChange: _properties.onPropertyChange,\n selectedColor: _properties.selectedColor,\n disabled: _properties.disabled,\n debounce: _properties.debounce,\n isHidden: _properties.isHidden,\n alphaSliderHidden: _properties.alphaSliderHidden,\n properties: _properties.properties,\n style: _properties.style,\n iconName: _properties.iconName,\n onRender: this.onRender.bind(this)\n };\n if (typeof _properties.selectedColor === 'undefined') {\n this.color = '#ffffff';\n }\n else {\n if (typeof _properties.selectedColor === 'string') {\n this.color = _properties.selectedColor;\n }\n else {\n this.color = _properties.selectedColor.str;\n }\n }\n this.valueAsObject = _properties.valueAsObject;\n }\n PropertyFieldColorPickerBuilder.prototype.render = function () {\n if (!this.elem) {\n return;\n }\n this.onRender(this.elem);\n };\n PropertyFieldColorPickerBuilder.prototype.onRender = function (elem, ctx, changeCallback) {\n if (!this.elem) {\n this.elem = elem;\n }\n this.changeCB = changeCallback;\n var element = React.createElement(PropertyFieldColorPickerHost, {\n label: this.properties.label,\n alphaSliderHidden: this.properties.alphaSliderHidden,\n disabled: this.properties.disabled,\n debounce: this.properties.debounce,\n isHidden: this.properties.isHidden,\n selectedColor: this.color,\n style: this.properties.style || PropertyFieldColorPickerStyle.Inline,\n iconName: this.properties.iconName || 'Color',\n onColorChanged: this.onColorChanged.bind(this)\n });\n ReactDom.render(element, elem);\n };\n PropertyFieldColorPickerBuilder.prototype.onColorChanged = function (newColor) {\n var _this = this;\n if (this.properties.onPropertyChange && newColor !== null) {\n var newValue_1 = (this.valueAsObject ? getColorFromString(newColor) : newColor);\n var oldValue_1 = (this.valueAsObject ? getColorFromString(this.color) : this.color);\n this.color = newColor;\n this.properties.debounce ?\n this._debounce(function () {\n _this.onColorChangedInternal(oldValue_1, newValue_1);\n }, this.properties.debounce) :\n this.onColorChangedInternal(oldValue_1, newValue_1);\n }\n };\n PropertyFieldColorPickerBuilder.prototype.onColorChangedInternal = function (oldValue, newValue) {\n this.properties.onPropertyChange(this.targetProperty, oldValue, newValue);\n setPropertyValue(this.properties.properties, this.targetProperty, newValue);\n if (typeof this.changeCB !== 'undefined' && this.changeCB !== null) {\n this.changeCB(this.targetProperty, newValue);\n }\n };\n return PropertyFieldColorPickerBuilder;\n}());\nexport function PropertyFieldColorPicker(targetProperty, properties) {\n return new PropertyFieldColorPickerBuilder(targetProperty, properties);\n}\n//# sourceMappingURL=PropertyFieldColorPicker.js.map"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"index": 311,
"index2": 324,
"size": 85,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"issuerId": "zKx7",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../KeytipData",
"loc": "10:0-46"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../KeytipData",
"loc": "287:32-42"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../KeytipData",
"loc": "5:0-49"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../KeytipData",
"loc": "52:32-42"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../KeytipData",
"loc": "6:0-49"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../KeytipData",
"loc": "117:36-46"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../KeytipData",
"loc": "5:0-49"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../KeytipData",
"loc": "72:36-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../KeytipData",
"loc": "9:0-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../KeytipData",
"loc": "469:28-38"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../KeytipData",
"loc": "534:50-60"
}
],
"providedExports": [
"KeytipData",
"useKeytipRef"
],
"optimizationBailout": [],
"depth": 7,
"source": "export * from './components/KeytipData/index';\n//# sourceMappingURL=KeytipData.js.map"
},
{
"id": "ApDL",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"index": 259,
"index2": 247,
"size": 598,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerId": "2bYP",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.types",
"loc": "3:0-39"
},
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenu.types",
"loc": "3:0-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.types",
"loc": "3:0-65"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "76:38-60"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "76:90-112"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "96:53-75"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "125:32-54"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "128:21-43"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "131:21-43"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "136:21-43"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "514:38-60"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "550:38-60"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "550:90-112"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "651:30-52"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.types",
"loc": "825:34-56"
}
],
"providedExports": [
"DirectionalHint",
"ContextualMenuItemType"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { DirectionalHint } from '../../common/DirectionalHint';\n/**\n * {@docCategory ContextualMenu}\n */\nexport var ContextualMenuItemType;\n(function (ContextualMenuItemType) {\n ContextualMenuItemType[ContextualMenuItemType[\"Normal\"] = 0] = \"Normal\";\n ContextualMenuItemType[ContextualMenuItemType[\"Divider\"] = 1] = \"Divider\";\n ContextualMenuItemType[ContextualMenuItemType[\"Header\"] = 2] = \"Header\";\n ContextualMenuItemType[ContextualMenuItemType[\"Section\"] = 3] = \"Section\";\n})(ContextualMenuItemType || (ContextualMenuItemType = {}));\n//# sourceMappingURL=ContextualMenu.types.js.map"
},
{
"id": "AvzG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"index": 170,
"index2": 215,
"size": 75,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerId": "TPZ+",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Label",
"loc": "3:0-36"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Label",
"loc": "43:44-49"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Label",
"loc": "4:0-36"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Label",
"loc": "286:46-51"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Label",
"loc": "302:46-51"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "office-ui-fabric-react/lib/Label",
"loc": "15:0-57"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/Label",
"loc": "39:52-57"
}
],
"providedExports": [
"LabelBase",
"Label"
],
"optimizationBailout": [],
"depth": 4,
"source": "export * from './components/Label/index';\n//# sourceMappingURL=Label.js.map"
},
{
"id": "AyH7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/Selection.js",
"name": "./node_modules/@uifabric/utilities/lib/selection/Selection.js",
"index": 151,
"index2": 142,
"size": 14614,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/index.js",
"issuerId": "dp/N",
"issuerName": "./node_modules/@uifabric/utilities/lib/selection/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "dp/N",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/index.js",
"name": "./node_modules/@uifabric/utilities/lib/selection/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "dp/N",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/index.js",
"module": "./node_modules/@uifabric/utilities/lib/selection/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/selection/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Selection",
"loc": "2:0-28"
},
{
"moduleId": "dp/N",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/index.js",
"module": "./node_modules/@uifabric/utilities/lib/selection/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/selection/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Selection",
"loc": "2:0-28"
}
],
"providedExports": [
"Selection"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { SELECTION_CHANGE, SelectionMode } from './Selection.types';\nimport { EventGroup } from '../EventGroup';\n/**\n * {@docCategory Selection}\n */\nvar Selection = /** @class */ (function () {\n /**\n * Create a new Selection. If `TItem` does not have a `key` property, you must provide an options\n * object with a `getKey` implementation. Providing options is optional otherwise.\n * (At most one `options` object is accepted.)\n */\n function Selection() {\n var options = []; // Otherwise, arguments require options with `getKey`.\n for (var _i = 0 // Otherwise, arguments require options with `getKey`.\n ; _i < arguments.length // Otherwise, arguments require options with `getKey`.\n ; _i++ // Otherwise, arguments require options with `getKey`.\n ) {\n options[_i] = arguments[_i]; // Otherwise, arguments require options with `getKey`.\n }\n var _a = options[0] || {}, onSelectionChanged = _a.onSelectionChanged, getKey = _a.getKey, _b = _a.canSelectItem, canSelectItem = _b === void 0 ? function () { return true; } : _b, items = _a.items, _c = _a.selectionMode, selectionMode = _c === void 0 ? SelectionMode.multiple : _c;\n this.mode = selectionMode;\n this._getKey = getKey || defaultGetKey;\n this._changeEventSuppressionCount = 0;\n this._exemptedCount = 0;\n this._anchoredIndex = 0;\n this._unselectableCount = 0;\n this._onSelectionChanged = onSelectionChanged;\n this._canSelectItem = canSelectItem;\n this._isModal = false;\n this.setItems(items || [], true);\n this.count = this.getSelectedCount();\n }\n Selection.prototype.canSelectItem = function (item, index) {\n if (typeof index === 'number' && index < 0) {\n return false;\n }\n return this._canSelectItem(item, index);\n };\n Selection.prototype.getKey = function (item, index) {\n var key = this._getKey(item, index);\n return typeof key === 'number' || key ? \"\" + key : '';\n };\n Selection.prototype.setChangeEvents = function (isEnabled, suppressChange) {\n this._changeEventSuppressionCount += isEnabled ? -1 : 1;\n if (this._changeEventSuppressionCount === 0 && this._hasChanged) {\n this._hasChanged = false;\n if (!suppressChange) {\n this._change();\n }\n }\n };\n Selection.prototype.isModal = function () {\n return this._isModal;\n };\n Selection.prototype.setModal = function (isModal) {\n if (this._isModal !== isModal) {\n this.setChangeEvents(false);\n this._isModal = isModal;\n if (!isModal) {\n this.setAllSelected(false);\n }\n this._change();\n this.setChangeEvents(true);\n }\n };\n /**\n * Selection needs the items, call this method to set them. If the set\n * of items is the same, this will re-evaluate selection and index maps.\n * Otherwise, shouldClear should be set to true, so that selection is\n * cleared.\n */\n Selection.prototype.setItems = function (items, shouldClear) {\n if (shouldClear === void 0) { shouldClear = true; }\n var newKeyToIndexMap = {};\n var newUnselectableIndices = {};\n var hasSelectionChanged = false;\n this.setChangeEvents(false);\n // Reset the unselectable count.\n this._unselectableCount = 0;\n // Build lookup table for quick selection evaluation.\n for (var i = 0; i < items.length; i++) {\n var item = items[i];\n if (item) {\n var key = this.getKey(item, i);\n if (key) {\n newKeyToIndexMap[key] = i;\n }\n }\n newUnselectableIndices[i] = item && !this.canSelectItem(item);\n if (newUnselectableIndices[i]) {\n this._unselectableCount++;\n }\n }\n if (shouldClear || items.length === 0) {\n this._setAllSelected(false, true);\n }\n // Check the exemption list for discrepencies.\n var newExemptedIndicies = {};\n var newExemptedCount = 0;\n for (var indexProperty in this._exemptedIndices) {\n if (this._exemptedIndices.hasOwnProperty(indexProperty)) {\n var index = Number(indexProperty);\n var item = this._items[index];\n var exemptKey = item ? this.getKey(item, Number(index)) : undefined;\n var newIndex = exemptKey ? newKeyToIndexMap[exemptKey] : index;\n if (newIndex === undefined) {\n // The item has likely been replaced or removed.\n hasSelectionChanged = true;\n }\n else {\n // We know the new index of the item. update the existing exemption table.\n newExemptedIndicies[newIndex] = true;\n newExemptedCount++;\n hasSelectionChanged = hasSelectionChanged || newIndex !== index;\n }\n }\n }\n if (this._items && this._exemptedCount === 0 && items.length !== this._items.length && this._isAllSelected) {\n // If everything was selected but the number of items has changed, selection has changed.\n hasSelectionChanged = true;\n }\n this._exemptedIndices = newExemptedIndicies;\n this._exemptedCount = newExemptedCount;\n this._keyToIndexMap = newKeyToIndexMap;\n this._unselectableIndices = newUnselectableIndices;\n this._items = items;\n this._selectedItems = null;\n if (hasSelectionChanged) {\n this._updateCount();\n this._change();\n }\n this.setChangeEvents(true);\n };\n Selection.prototype.getItems = function () {\n return this._items;\n };\n Selection.prototype.getSelection = function () {\n if (!this._selectedItems) {\n this._selectedItems = [];\n var items = this._items;\n if (items) {\n for (var i = 0; i < items.length; i++) {\n if (this.isIndexSelected(i)) {\n this._selectedItems.push(items[i]);\n }\n }\n }\n }\n return this._selectedItems;\n };\n Selection.prototype.getSelectedCount = function () {\n return this._isAllSelected\n ? this._items.length - this._exemptedCount - this._unselectableCount\n : this._exemptedCount;\n };\n Selection.prototype.getSelectedIndices = function () {\n if (!this._selectedIndices) {\n this._selectedIndices = [];\n var items = this._items;\n if (items) {\n for (var i = 0; i < items.length; i++) {\n if (this.isIndexSelected(i)) {\n this._selectedIndices.push(i);\n }\n }\n }\n }\n return this._selectedIndices;\n };\n Selection.prototype.isRangeSelected = function (fromIndex, count) {\n if (count === 0) {\n return false;\n }\n var endIndex = fromIndex + count;\n for (var i = fromIndex; i < endIndex; i++) {\n if (!this.isIndexSelected(i)) {\n return false;\n }\n }\n return true;\n };\n Selection.prototype.isAllSelected = function () {\n var selectableCount = this._items.length - this._unselectableCount;\n // In single mode, we can only have a max of 1 item.\n if (this.mode === SelectionMode.single) {\n selectableCount = Math.min(selectableCount, 1);\n }\n return ((this.count > 0 && this._isAllSelected && this._exemptedCount === 0) ||\n (!this._isAllSelected && this._exemptedCount === selectableCount && selectableCount > 0));\n };\n Selection.prototype.isKeySelected = function (key) {\n var index = this._keyToIndexMap[key];\n return this.isIndexSelected(index);\n };\n Selection.prototype.isIndexSelected = function (index) {\n return !!((this.count > 0 && this._isAllSelected && !this._exemptedIndices[index] && !this._unselectableIndices[index]) ||\n (!this._isAllSelected && this._exemptedIndices[index]));\n };\n Selection.prototype.setAllSelected = function (isAllSelected) {\n if (isAllSelected && this.mode !== SelectionMode.multiple) {\n return;\n }\n var selectableCount = this._items ? this._items.length - this._unselectableCount : 0;\n this.setChangeEvents(false);\n if (selectableCount > 0 && (this._exemptedCount > 0 || isAllSelected !== this._isAllSelected)) {\n this._exemptedIndices = {};\n if (isAllSelected !== this._isAllSelected || this._exemptedCount > 0) {\n this._exemptedCount = 0;\n this._isAllSelected = isAllSelected;\n this._change();\n }\n this._updateCount();\n }\n this.setChangeEvents(true);\n };\n Selection.prototype.setKeySelected = function (key, isSelected, shouldAnchor) {\n var index = this._keyToIndexMap[key];\n if (index >= 0) {\n this.setIndexSelected(index, isSelected, shouldAnchor);\n }\n };\n Selection.prototype.setIndexSelected = function (index, isSelected, shouldAnchor) {\n if (this.mode === SelectionMode.none) {\n return;\n }\n // Clamp the index.\n index = Math.min(Math.max(0, index), this._items.length - 1);\n // No-op on out of bounds selections.\n if (index < 0 || index >= this._items.length) {\n return;\n }\n this.setChangeEvents(false);\n var isExempt = this._exemptedIndices[index];\n var canSelect = !this._unselectableIndices[index];\n if (canSelect) {\n if (isSelected && this.mode === SelectionMode.single) {\n // If this is single-select, the previous selection should be removed.\n this._setAllSelected(false, true);\n }\n // Determine if we need to remove the exemption.\n if (isExempt && ((isSelected && this._isAllSelected) || (!isSelected && !this._isAllSelected))) {\n delete this._exemptedIndices[index];\n this._exemptedCount--;\n }\n // Determine if we need to add the exemption.\n if (!isExempt && ((isSelected && !this._isAllSelected) || (!isSelected && this._isAllSelected))) {\n this._exemptedIndices[index] = true;\n this._exemptedCount++;\n }\n if (shouldAnchor) {\n this._anchoredIndex = index;\n }\n }\n this._updateCount();\n this.setChangeEvents(true);\n };\n Selection.prototype.selectToKey = function (key, clearSelection) {\n this.selectToIndex(this._keyToIndexMap[key], clearSelection);\n };\n Selection.prototype.selectToIndex = function (index, clearSelection) {\n if (this.mode === SelectionMode.none) {\n return;\n }\n if (this.mode === SelectionMode.single) {\n this.setIndexSelected(index, true, true);\n return;\n }\n var anchorIndex = this._anchoredIndex || 0;\n var startIndex = Math.min(index, anchorIndex);\n var endIndex = Math.max(index, anchorIndex);\n this.setChangeEvents(false);\n if (clearSelection) {\n this._setAllSelected(false, true);\n }\n for (; startIndex <= endIndex; startIndex++) {\n this.setIndexSelected(startIndex, true, false);\n }\n this.setChangeEvents(true);\n };\n Selection.prototype.toggleAllSelected = function () {\n this.setAllSelected(!this.isAllSelected());\n };\n Selection.prototype.toggleKeySelected = function (key) {\n this.setKeySelected(key, !this.isKeySelected(key), true);\n };\n Selection.prototype.toggleIndexSelected = function (index) {\n this.setIndexSelected(index, !this.isIndexSelected(index), true);\n };\n Selection.prototype.toggleRangeSelected = function (fromIndex, count) {\n if (this.mode === SelectionMode.none) {\n return;\n }\n var isRangeSelected = this.isRangeSelected(fromIndex, count);\n var endIndex = fromIndex + count;\n if (this.mode === SelectionMode.single && count > 1) {\n return;\n }\n this.setChangeEvents(false);\n for (var i = fromIndex; i < endIndex; i++) {\n this.setIndexSelected(i, !isRangeSelected, false);\n }\n this.setChangeEvents(true);\n };\n Selection.prototype._updateCount = function (preserveModalState) {\n if (preserveModalState === void 0) { preserveModalState = false; }\n var count = this.getSelectedCount();\n if (count !== this.count) {\n this.count = count;\n this._change();\n }\n if (!this.count && !preserveModalState) {\n this.setModal(false);\n }\n };\n Selection.prototype._setAllSelected = function (isAllSelected, preserveModalState) {\n if (preserveModalState === void 0) { preserveModalState = false; }\n if (isAllSelected && this.mode !== SelectionMode.multiple) {\n return;\n }\n var selectableCount = this._items ? this._items.length - this._unselectableCount : 0;\n this.setChangeEvents(false);\n if (selectableCount > 0 && (this._exemptedCount > 0 || isAllSelected !== this._isAllSelected)) {\n this._exemptedIndices = {};\n if (isAllSelected !== this._isAllSelected || this._exemptedCount > 0) {\n this._exemptedCount = 0;\n this._isAllSelected = isAllSelected;\n this._change();\n }\n this._updateCount(preserveModalState);\n }\n this.setChangeEvents(true);\n };\n Selection.prototype._change = function () {\n if (this._changeEventSuppressionCount === 0) {\n this._selectedItems = null;\n this._selectedIndices = undefined;\n EventGroup.raise(this, SELECTION_CHANGE);\n if (this._onSelectionChanged) {\n this._onSelectionChanged();\n }\n }\n else {\n this._hasChanged = true;\n }\n };\n return Selection;\n}());\nexport { Selection };\nfunction defaultGetKey(item, index) {\n // 0 may be used as a key\n var _a = (item || {}).key, key = _a === void 0 ? \"\" + index : _a;\n return key;\n}\n//# sourceMappingURL=Selection.js.map"
},
{
"id": "AzZg",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/GeneralStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/GeneralStyles.js",
"index": 215,
"index2": 201,
"size": 321,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./GeneralStyles",
"loc": "13:0-32"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./GeneralStyles",
"loc": "13:0-32"
}
],
"providedExports": [
"normalize",
"noWrap"
],
"optimizationBailout": [],
"depth": 10,
"source": "// This file mimics styles and mixins from _General.Mixins.scss\nexport var normalize = {\n boxShadow: 'none',\n margin: 0,\n padding: 0,\n boxSizing: 'border-box',\n};\nexport var noWrap = {\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n};\n//# sourceMappingURL=GeneralStyles.js.map"
},
{
"id": "B2Cu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"index": 35,
"index2": 29,
"size": 460,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./correctRGB",
"loc": "19:0-29"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./correctRGB",
"loc": "19:0-29"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/correctRGB",
"loc": "14:0-62"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/correctRGB",
"loc": "60:48-58"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./correctRGB",
"loc": "23:0-29"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./correctRGB",
"loc": "23:0-29"
}
],
"providedExports": [
"correctRGB"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_ALPHA, MAX_COLOR_RGB } from './consts';\nimport { clamp } from './clamp';\n/** Corrects an RGB color to fall within the valid range. */\nexport function correctRGB(color) {\n return {\n r: clamp(color.r, MAX_COLOR_RGB),\n g: clamp(color.g, MAX_COLOR_RGB),\n b: clamp(color.b, MAX_COLOR_RGB),\n a: typeof color.a === 'number' ? clamp(color.a, MAX_COLOR_ALPHA) : color.a,\n };\n}\n//# sourceMappingURL=correctRGB.js.map"
},
{
"id": "BB33",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"index": 27,
"index2": 21,
"size": 690,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromRGBA",
"loc": "12:0-35"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromRGBA",
"loc": "12:0-35"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/getColorFromRGBA",
"loc": "9:0-74"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/getColorFromRGBA",
"loc": "60:31-47"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/getColorFromRGBA",
"loc": "242:22-38"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromRGBA",
"loc": "4:0-54"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./getColorFromRGBA",
"loc": "125:11-27"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./getColorFromRGBA",
"loc": "148:11-27"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromRGBA",
"loc": "3:0-54"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony import specifier",
"userRequest": "./getColorFromRGBA",
"loc": "17:33-49"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromRGBA",
"loc": "14:0-35"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromRGBA",
"loc": "14:0-35"
},
{
"moduleId": "tN0b",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromRGBA",
"loc": "1:0-54"
},
{
"moduleId": "tN0b",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"type": "harmony import specifier",
"userRequest": "./getColorFromRGBA",
"loc": "8:11-27"
}
],
"providedExports": [
"getColorFromRGBA"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_ALPHA } from './consts';\nimport { rgb2hsv } from './rgb2hsv';\nimport { rgb2hex } from './rgb2hex';\nimport { _rgbaOrHexString } from './_rgbaOrHexString';\n/** Converts an RGBA color to a color object (alpha defaults to 100). */\nexport function getColorFromRGBA(rgba) {\n var _a = rgba.a, a = _a === void 0 ? MAX_COLOR_ALPHA : _a, b = rgba.b, g = rgba.g, r = rgba.r;\n var _b = rgb2hsv(r, g, b), h = _b.h, s = _b.s, v = _b.v;\n var hex = rgb2hex(r, g, b);\n var str = _rgbaOrHexString(r, g, b, a, hex);\n var t = MAX_COLOR_ALPHA - a;\n return { a: a, b: b, g: g, h: h, hex: hex, r: r, s: s, str: str, v: v, t: t };\n}\n//# sourceMappingURL=getColorFromRGBA.js.map"
},
{
"id": "BDQD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/hoist.js",
"name": "./node_modules/@uifabric/utilities/lib/hoist.js",
"index": 130,
"index2": 122,
"size": 2306,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hoist",
"loc": "31:0-24"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hoist",
"loc": "31:0-24"
}
],
"providedExports": [
"hoistMethods",
"unhoistMethods"
],
"optimizationBailout": [],
"depth": 8,
"source": "var REACT_LIFECYCLE_EXCLUSIONS = [\n 'setState',\n 'render',\n 'componentWillMount',\n 'UNSAFE_componentWillMount',\n 'componentDidMount',\n 'componentWillReceiveProps',\n 'UNSAFE_componentWillReceiveProps',\n 'shouldComponentUpdate',\n 'componentWillUpdate',\n 'getSnapshotBeforeUpdate',\n 'UNSAFE_componentWillUpdate',\n 'componentDidUpdate',\n 'componentWillUnmount',\n];\n/**\n * Allows you to hoist methods, except those in an exclusion set from a source object into a destination object.\n *\n * @public\n * @param destination - The instance of the object to hoist the methods onto.\n * @param source - The instance of the object where the methods are hoisted from.\n * @param exclusions - (Optional) What methods to exclude from being hoisted.\n * @returns An array of names of methods that were hoisted.\n */\nexport function hoistMethods(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ndestination, \n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nsource, exclusions) {\n if (exclusions === void 0) { exclusions = REACT_LIFECYCLE_EXCLUSIONS; }\n var hoisted = [];\n var _loop_1 = function (methodName) {\n if (typeof source[methodName] === 'function' &&\n destination[methodName] === undefined &&\n (!exclusions || exclusions.indexOf(methodName) === -1)) {\n hoisted.push(methodName);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n destination[methodName] = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n source[methodName].apply(source, args);\n };\n }\n };\n for (var methodName in source) {\n _loop_1(methodName);\n }\n return hoisted;\n}\n/**\n * Provides a method for convenience to unhoist hoisted methods.\n *\n * @public\n * @param source - The source object upon which methods were hoisted.\n * @param methodNames - An array of method names to unhoist.\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function unhoistMethods(source, methodNames) {\n methodNames.forEach(function (methodName) { return delete source[methodName]; });\n}\n//# sourceMappingURL=hoist.js.map"
},
{
"id": "BT+F",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"index": 29,
"index2": 23,
"size": 914,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromHSV",
"loc": "13:0-34"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromHSV",
"loc": "13:0-34"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromHSV",
"loc": "15:0-34"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromHSV",
"loc": "15:0-34"
}
],
"providedExports": [
"getColorFromHSV"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_ALPHA } from './consts';\nimport { hsv2rgb } from './hsv2rgb';\nimport { hsv2hex } from './hsv2hex';\nimport { _rgbaOrHexString } from './_rgbaOrHexString';\n/**\n * Converts an HSV color (and optional alpha value) to a color object.\n * If `a` is not given, a default of 100 is used.\n * Hex in the returned value will *not* be prefixed with #.\n * If `a` is unspecified or 100, the result's `str` property will contain a hex value\n * (*not* prefixed with #)\n */\nexport function getColorFromHSV(hsv, a) {\n var h = hsv.h, s = hsv.s, v = hsv.v;\n a = typeof a === 'number' ? a : MAX_COLOR_ALPHA;\n var _a = hsv2rgb(h, s, v), r = _a.r, g = _a.g, b = _a.b;\n var hex = hsv2hex(h, s, v);\n var str = _rgbaOrHexString(r, g, b, a, hex);\n var t = MAX_COLOR_ALPHA - a;\n return { a: a, b: b, g: g, h: h, hex: hex, r: r, s: s, str: str, v: v, t: t };\n}\n//# sourceMappingURL=getColorFromHSV.js.map"
},
{
"id": "Bmj4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"index": 336,
"index2": 317,
"size": 2033,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useTarget",
"loc": "15:0-28"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useTarget",
"loc": "15:0-28"
}
],
"providedExports": [
"useTarget"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { getDocument } from '@uifabric/utilities';\nimport * as React from 'react';\nimport { useWindow } from '@fluentui/react-window-provider';\n/**\n * Hook to calculate and cache the target element specified by the given target attribute,\n * as well as the target element's (or host element's) parent window\n * @param target- Target selector passed to the component as a property, describing the element that\n * the callout should target\n * @param hostElement- The callout's host element, used for determining the parent window.\n */\nexport function useTarget(target, hostElement) {\n var _a;\n var previousTargetProp = React.useRef();\n var targetRef = React.useRef(null);\n /**\n * Stores an instance of Window, used to check\n * for server side rendering and if focus was lost.\n */\n var targetWindow = useWindow();\n // If the target element changed, find the new one. If we are tracking\n // target with class name, always find element because we do not know if\n // fabric has rendered a new element and disposed the old element.\n if (!target || target !== previousTargetProp.current || typeof target === 'string') {\n var currentElement = (_a = hostElement) === null || _a === void 0 ? void 0 : _a.current;\n if (target) {\n if (typeof target === 'string') {\n var currentDoc = getDocument(currentElement);\n targetRef.current = currentDoc ? currentDoc.querySelector(target) : null;\n }\n else if ('stopPropagation' in target) {\n targetRef.current = target;\n }\n else if ('getBoundingClientRect' in target) {\n targetRef.current = target;\n }\n else if ('current' in target) {\n targetRef.current = target.current;\n }\n else {\n targetRef.current = target;\n }\n }\n previousTargetProp.current = target;\n }\n return [targetRef, targetWindow];\n}\n//# sourceMappingURL=useTarget.js.map"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"index": 38,
"index2": 154,
"size": 6932,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./shades",
"loc": "2:0-25"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./shades",
"loc": "2:0-25"
}
],
"providedExports": [
"Shade",
"isValidShade",
"isDark",
"getShade",
"getBackgroundShade",
"getContrastRatio"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_RGB } from './consts';\nimport { assign } from '../../Utilities';\nimport { clamp } from './clamp';\nimport { getColorFromRGBA } from './getColorFromRGBA';\nimport { hsv2hsl } from './hsv2hsl';\nimport { hsv2rgb } from './hsv2rgb';\n// Soften: to get closer to the background color's luminance\n// (softening with a white background would be lightening, with black it'd be darkening)\n// Strongen: opposite of soften\n// Luminance multiplier constants for generating shades of a given color\nvar WhiteShadeTableBG = [0.027, 0.043, 0.082, 0.145, 0.184, 0.216, 0.349, 0.537]; // white bg\nvar BlackTintTableBG = [0.537, 0.45, 0.349, 0.216, 0.184, 0.145, 0.082, 0.043]; // black bg\nvar WhiteShadeTable = [0.537, 0.349, 0.216, 0.184, 0.145, 0.082, 0.043, 0.027]; // white fg\nvar BlackTintTable = [0.537, 0.45, 0.349, 0.216, 0.184, 0.145, 0.082, 0.043]; // black fg\nvar LumTintTable = [0.88, 0.77, 0.66, 0.55, 0.44, 0.33, 0.22, 0.11]; // light (strongen all)\nvar LumShadeTable = [0.11, 0.22, 0.33, 0.44, 0.55, 0.66, 0.77, 0.88]; // dark (soften all)\nvar ColorTintTable = [0.96, 0.84, 0.7, 0.4, 0.12]; // default soften\nvar ColorShadeTable = [0.1, 0.24, 0.44]; // default strongen\n// If the given shade's luminance is below/above these values, we'll swap to using the White/Black tables above\nvar LowLuminanceThreshold = 0.2;\nvar HighLuminanceThreshold = 0.8;\n/** Shades of a given color, from softest to strongest. */\nexport var Shade;\n(function (Shade) {\n Shade[Shade[\"Unshaded\"] = 0] = \"Unshaded\";\n Shade[Shade[\"Shade1\"] = 1] = \"Shade1\";\n Shade[Shade[\"Shade2\"] = 2] = \"Shade2\";\n Shade[Shade[\"Shade3\"] = 3] = \"Shade3\";\n Shade[Shade[\"Shade4\"] = 4] = \"Shade4\";\n Shade[Shade[\"Shade5\"] = 5] = \"Shade5\";\n Shade[Shade[\"Shade6\"] = 6] = \"Shade6\";\n Shade[Shade[\"Shade7\"] = 7] = \"Shade7\";\n Shade[Shade[\"Shade8\"] = 8] = \"Shade8\";\n // remember to update isValidShade()!\n})(Shade || (Shade = {}));\n/**\n * Returns true if the argument is a valid Shade value\n * @param shade - The Shade value to validate.\n */\nexport function isValidShade(shade) {\n return typeof shade === 'number' && shade >= Shade.Unshaded && shade <= Shade.Shade8;\n}\nfunction _isBlack(color) {\n return color.r === 0 && color.g === 0 && color.b === 0;\n}\nfunction _isWhite(color) {\n return color.r === MAX_COLOR_RGB && color.g === MAX_COLOR_RGB && color.b === MAX_COLOR_RGB;\n}\nfunction _darken(hsv, factor) {\n return {\n h: hsv.h,\n s: hsv.s,\n v: clamp(hsv.v - hsv.v * factor, 100, 0),\n };\n}\nfunction _lighten(hsv, factor) {\n return {\n h: hsv.h,\n s: clamp(hsv.s - hsv.s * factor, 100, 0),\n v: clamp(hsv.v + (100 - hsv.v) * factor, 100, 0),\n };\n}\nexport function isDark(color) {\n return hsv2hsl(color.h, color.s, color.v).l < 50;\n}\n/**\n * Given a color and a shade specification, generates the requested shade of the color.\n * Logic:\n * if white\n * darken via tables defined above\n * if black\n * lighten\n * if light\n * strongen\n * if dark\n * soften\n * else default\n * soften or strongen depending on shade#\n * @param color - The base color whose shade is to be computed\n * @param shade - The shade of the base color to compute\n * @param isInverted - Default false. Whether the given theme is inverted (reverse strongen/soften logic)\n */\nexport function getShade(color, shade, isInverted) {\n if (isInverted === void 0) { isInverted = false; }\n if (!color) {\n return null;\n }\n if (shade === Shade.Unshaded || !isValidShade(shade)) {\n return color;\n }\n var hsl = hsv2hsl(color.h, color.s, color.v);\n var hsv = { h: color.h, s: color.s, v: color.v };\n var tableIndex = shade - 1;\n var _soften = _lighten;\n var _strongen = _darken;\n if (isInverted) {\n _soften = _darken;\n _strongen = _lighten;\n }\n if (_isWhite(color)) {\n // white\n hsv = _darken(hsv, WhiteShadeTable[tableIndex]);\n }\n else if (_isBlack(color)) {\n // black\n hsv = _lighten(hsv, BlackTintTable[tableIndex]);\n }\n else if (hsl.l / 100 > HighLuminanceThreshold) {\n // light\n hsv = _strongen(hsv, LumShadeTable[tableIndex]);\n }\n else if (hsl.l / 100 < LowLuminanceThreshold) {\n // dark\n hsv = _soften(hsv, LumTintTable[tableIndex]);\n }\n else {\n // default\n if (tableIndex < ColorTintTable.length) {\n hsv = _soften(hsv, ColorTintTable[tableIndex]);\n }\n else {\n hsv = _strongen(hsv, ColorShadeTable[tableIndex - ColorTintTable.length]);\n }\n }\n return getColorFromRGBA(assign(hsv2rgb(hsv.h, hsv.s, hsv.v), { a: color.a }));\n}\n// Background shades/tints are generated differently. The provided color will be guaranteed\n// to be the darkest or lightest one. If it is <50% luminance, it will always be the darkest,\n// otherwise it will always be the lightest.\nexport function getBackgroundShade(color, shade, isInverted) {\n if (isInverted === void 0) { isInverted = false; }\n if (!color) {\n return null;\n }\n if (shade === Shade.Unshaded || !isValidShade(shade)) {\n return color;\n }\n var hsv = { h: color.h, s: color.s, v: color.v };\n var tableIndex = shade - 1;\n if (!isInverted) {\n // lightish\n hsv = _darken(hsv, WhiteShadeTableBG[tableIndex]);\n }\n else {\n // default: if (hsl.l / 100 < .5) { // darkish\n hsv = _lighten(hsv, BlackTintTableBG[BlackTintTable.length - 1 - tableIndex]);\n }\n return getColorFromRGBA(assign(hsv2rgb(hsv.h, hsv.s, hsv.v), { a: color.a }));\n}\n/* Calculates the contrast ratio between two colors. Used for verifying\n * color pairs meet minimum accessibility requirements.\n * See: https://www.w3.org/TR/WCAG20/ section 1.4.3\n */\nexport function getContrastRatio(color1, color2) {\n // Formula defined by: http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html#contrast-ratiodef\n // relative luminance: http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef\n /* calculate the intermediate value needed to calculating relative luminance */\n function _getThing(x) {\n if (x <= 0.03928) {\n return x / 12.92;\n }\n else {\n return Math.pow((x + 0.055) / 1.055, 2.4);\n }\n }\n var r1 = _getThing(color1.r / MAX_COLOR_RGB);\n var g1 = _getThing(color1.g / MAX_COLOR_RGB);\n var b1 = _getThing(color1.b / MAX_COLOR_RGB);\n var L1 = 0.2126 * r1 + 0.7152 * g1 + 0.0722 * b1; // relative luminance of first color\n L1 += 0.05;\n var r2 = _getThing(color2.r / MAX_COLOR_RGB);\n var g2 = _getThing(color2.g / MAX_COLOR_RGB);\n var b2 = _getThing(color2.b / MAX_COLOR_RGB);\n var L2 = 0.2126 * r2 + 0.7152 * g2 + 0.0722 * b2; // relative luminance of second color\n L2 += 0.05;\n // return the lighter color divided by darker\n return L1 / L2 > 1 ? L1 / L2 : L2 / L1;\n}\n//# sourceMappingURL=shades.js.map"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"index": 274,
"index2": 290,
"size": 79,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"issuerId": "IypE",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Callout",
"loc": "9:0-40"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Callout",
"loc": "558:40-47"
}
],
"providedExports": [
"Callout",
"CalloutContent",
"CalloutContentBase",
"FocusTrapCallout",
"DirectionalHint"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from './components/Callout/index';\n//# sourceMappingURL=Callout.js.map"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"index": 348,
"index2": 340,
"size": 1699,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./SplitButton/SplitButton.classNames",
"loc": "12:0-53"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./SplitButton/SplitButton.classNames",
"loc": "12:0-53"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./SplitButton/SplitButton.classNames",
"loc": "8:0-113"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "./SplitButton/SplitButton.classNames",
"loc": "513:24-52"
}
],
"providedExports": [
"getSplitButtonClassNames"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { memoizeFunction } from '../../../Utilities';\nimport { mergeStyles } from '../../../Styling';\nexport var getSplitButtonClassNames = memoizeFunction(function (styles, disabled, expanded, checked, primaryDisabled) {\n return {\n root: mergeStyles(styles.splitButtonMenuButton, expanded && [styles.splitButtonMenuButtonExpanded], disabled && [styles.splitButtonMenuButtonDisabled], checked && !disabled && [styles.splitButtonMenuButtonChecked], primaryDisabled &&\n !disabled && [\n {\n selectors: {\n ':focus': styles.splitButtonMenuFocused,\n },\n },\n ]),\n splitButtonContainer: mergeStyles(styles.splitButtonContainer, !disabled &&\n checked && [\n styles.splitButtonContainerChecked,\n {\n selectors: {\n ':hover': styles.splitButtonContainerCheckedHovered,\n },\n },\n ], !disabled &&\n !checked && [\n {\n selectors: {\n ':hover': styles.splitButtonContainerHovered,\n ':focus': styles.splitButtonContainerFocused,\n },\n },\n ], disabled && styles.splitButtonContainerDisabled),\n icon: mergeStyles(styles.splitButtonMenuIcon, disabled && styles.splitButtonMenuIconDisabled, !disabled && primaryDisabled && styles.splitButtonMenuIcon),\n flexContainer: mergeStyles(styles.splitButtonFlexContainer),\n divider: mergeStyles(styles.splitButtonDivider, (primaryDisabled || disabled) && styles.splitButtonDividerDisabled),\n };\n});\n//# sourceMappingURL=SplitButton.classNames.js.map"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"index": 230,
"index2": 226,
"size": 173,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"issuerId": "uUJR",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "uUJR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Icon/index",
"loc": "1:0-40"
},
{
"moduleId": "uUJR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Icon/index",
"loc": "1:0-40"
}
],
"providedExports": [
"Icon",
"IconBase",
"IconType",
"getIconContent",
"FontIcon",
"getFontIcon",
"ImageIcon"
],
"optimizationBailout": [],
"depth": 8,
"source": "export * from './Icon';\nexport * from './Icon.base';\nexport * from './Icon.types';\nexport * from './FontIcon';\nexport * from './ImageIcon';\n//# sourceMappingURL=index.js.map"
},
{
"id": "CBcM",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"name": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"index": 265,
"index2": 250,
"size": 50664,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"issuerId": "ZdmW",
"issuerName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "5U38",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js"
},
{
"id": "1sZu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js"
},
{
"id": "F/nV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/index.js"
},
{
"id": "ZdmW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZdmW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./FocusZone",
"loc": "1:0-28"
},
{
"moduleId": "ZdmW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"type": "harmony export imported specifier",
"userRequest": "./FocusZone",
"loc": "1:0-28"
}
],
"providedExports": [
"FocusZone"
],
"optimizationBailout": [],
"depth": 14,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { mergeStyles } from '@uifabric/merge-styles';\nimport { getTheme } from '@uifabric/styling';\nimport { KeyCodes, css, elementContains, getDocument, getElementIndexPath, getFocusableByIndexPath, getId, getNativeProps, getNextElement, getParent, getPreviousElement, getRTL, htmlElementProperties, initializeComponentRef, isElementFocusSubZone, isElementFocusZone, isElementTabbable, raiseClick, shouldWrapFocus, warnDeprecations, portalContainsElement, getWindow, findScrollableParent, createMergedRef, } from '@uifabric/utilities';\nimport { FocusZoneDirection, FocusZoneTabbableElements } from './FocusZone.types';\nvar IS_FOCUSABLE_ATTRIBUTE = 'data-is-focusable';\nvar IS_ENTER_DISABLED_ATTRIBUTE = 'data-disable-click-on-enter';\nvar FOCUSZONE_ID_ATTRIBUTE = 'data-focuszone-id';\nvar TABINDEX = 'tabindex';\nvar NO_VERTICAL_WRAP = 'data-no-vertical-wrap';\nvar NO_HORIZONTAL_WRAP = 'data-no-horizontal-wrap';\nvar LARGE_DISTANCE_FROM_CENTER = 999999999;\nvar LARGE_NEGATIVE_DISTANCE_FROM_CENTER = -999999999;\nvar focusZoneStyles;\nvar focusZoneClass = 'ms-FocusZone';\n// Helper function that will return a class for when the root is focused\nfunction getRootClass() {\n if (!focusZoneStyles) {\n focusZoneStyles = mergeStyles({\n selectors: {\n ':focus': {\n outline: 'none',\n },\n },\n }, focusZoneClass);\n }\n return focusZoneStyles;\n}\nvar _allInstances = {};\nvar _outerZones = new Set();\nvar ALLOWED_INPUT_TYPES = ['text', 'number', 'password', 'email', 'tel', 'url', 'search'];\nvar ALLOW_VIRTUAL_ELEMENTS = false;\nvar FocusZone = /** @class */ (function (_super) {\n __extends(FocusZone, _super);\n function FocusZone(props) {\n var _this = _super.call(this, props) || this;\n _this._root = React.createRef();\n _this._mergedRef = createMergedRef();\n _this._onFocus = function (ev) {\n if (_this._portalContainsElement(ev.target)) {\n // If the event target is inside a portal do not process the event.\n return;\n }\n var _a = _this.props, onActiveElementChanged = _a.onActiveElementChanged, \n // eslint-disable-next-line deprecation/deprecation\n doNotAllowFocusEventToPropagate = _a.doNotAllowFocusEventToPropagate, stopFocusPropagation = _a.stopFocusPropagation, \n // eslint-disable-next-line deprecation/deprecation\n onFocusNotification = _a.onFocusNotification, onFocus = _a.onFocus, shouldFocusInnerElementWhenReceivedFocus = _a.shouldFocusInnerElementWhenReceivedFocus, defaultTabbableElement = _a.defaultTabbableElement;\n var isImmediateDescendant = _this._isImmediateDescendantOfZone(ev.target);\n var newActiveElement;\n if (isImmediateDescendant) {\n newActiveElement = ev.target;\n }\n else {\n var parentElement = ev.target;\n while (parentElement && parentElement !== _this._root.current) {\n if (isElementTabbable(parentElement) && _this._isImmediateDescendantOfZone(parentElement)) {\n newActiveElement = parentElement;\n break;\n }\n parentElement = getParent(parentElement, ALLOW_VIRTUAL_ELEMENTS);\n }\n }\n // If an inner focusable element should be focused when FocusZone container receives focus\n if (shouldFocusInnerElementWhenReceivedFocus && ev.target === _this._root.current) {\n var maybeElementToFocus = defaultTabbableElement &&\n typeof defaultTabbableElement === 'function' &&\n defaultTabbableElement(_this._root.current);\n // try to focus defaultTabbable element\n if (maybeElementToFocus && isElementTabbable(maybeElementToFocus)) {\n newActiveElement = maybeElementToFocus;\n maybeElementToFocus.focus();\n }\n else {\n // force focus on first focusable element\n _this.focus(true);\n if (_this._activeElement) {\n // set to null as new active element was handled in method above\n newActiveElement = null;\n }\n }\n }\n var initialElementFocused = !_this._activeElement;\n // If the new active element is a child of this zone and received focus,\n // update alignment an immediate descendant\n if (newActiveElement && newActiveElement !== _this._activeElement) {\n if (isImmediateDescendant || initialElementFocused) {\n _this._setFocusAlignment(newActiveElement, true, true);\n }\n _this._activeElement = newActiveElement;\n if (initialElementFocused) {\n _this._updateTabIndexes();\n }\n }\n if (onActiveElementChanged) {\n onActiveElementChanged(_this._activeElement, ev);\n }\n if (stopFocusPropagation || doNotAllowFocusEventToPropagate) {\n ev.stopPropagation();\n }\n if (onFocus) {\n onFocus(ev);\n }\n else if (onFocusNotification) {\n onFocusNotification();\n }\n };\n _this._onBlur = function () {\n _this._setParkedFocus(false);\n };\n _this._onMouseDown = function (ev) {\n if (_this._portalContainsElement(ev.target)) {\n // If the event target is inside a portal do not process the event.\n return;\n }\n var disabled = _this.props.disabled;\n if (disabled) {\n return;\n }\n var target = ev.target;\n var path = [];\n while (target && target !== _this._root.current) {\n path.push(target);\n target = getParent(target, ALLOW_VIRTUAL_ELEMENTS);\n }\n while (path.length) {\n target = path.pop();\n if (target && isElementTabbable(target)) {\n _this._setActiveElement(target, true);\n }\n if (isElementFocusZone(target)) {\n // Stop here since the focus zone will take care of its own children.\n break;\n }\n }\n };\n /**\n * Handle the keystrokes.\n */\n _this._onKeyDown = function (ev, theme) {\n if (_this._portalContainsElement(ev.target)) {\n // If the event target is inside a portal do not process the event.\n return;\n }\n // eslint-disable-next-line deprecation/deprecation\n var _a = _this.props, direction = _a.direction, disabled = _a.disabled, isInnerZoneKeystroke = _a.isInnerZoneKeystroke, pagingSupportDisabled = _a.pagingSupportDisabled, shouldEnterInnerZone = _a.shouldEnterInnerZone;\n if (disabled) {\n return;\n }\n if (_this.props.onKeyDown) {\n _this.props.onKeyDown(ev);\n }\n // If the default has been prevented, do not process keyboard events.\n if (ev.isDefaultPrevented()) {\n return;\n }\n if (_this._getDocument().activeElement === _this._root.current && _this._isInnerZone) {\n // If this element has focus, it is being controlled by a parent.\n // Ignore the keystroke.\n return;\n }\n if (((shouldEnterInnerZone && shouldEnterInnerZone(ev)) || (isInnerZoneKeystroke && isInnerZoneKeystroke(ev))) &&\n _this._isImmediateDescendantOfZone(ev.target)) {\n // Try to focus\n var innerZone = _this._getFirstInnerZone();\n if (innerZone) {\n if (!innerZone.focus(true)) {\n return;\n }\n }\n else if (isElementFocusSubZone(ev.target)) {\n if (!_this.focusElement(getNextElement(ev.target, ev.target.firstChild, true))) {\n return;\n }\n }\n else {\n return;\n }\n }\n else if (ev.altKey) {\n return;\n }\n else {\n // eslint-disable-next-line @fluentui/deprecated-keyboard-event-props\n switch (ev.which) {\n case KeyCodes.space:\n if (_this._tryInvokeClickForFocusable(ev.target)) {\n break;\n }\n return;\n case KeyCodes.left:\n if (direction !== FocusZoneDirection.vertical) {\n _this._preventDefaultWhenHandled(ev);\n if (_this._moveFocusLeft(theme)) {\n break;\n }\n }\n return;\n case KeyCodes.right:\n if (direction !== FocusZoneDirection.vertical) {\n _this._preventDefaultWhenHandled(ev);\n if (_this._moveFocusRight(theme)) {\n break;\n }\n }\n return;\n case KeyCodes.up:\n if (direction !== FocusZoneDirection.horizontal) {\n _this._preventDefaultWhenHandled(ev);\n if (_this._moveFocusUp()) {\n break;\n }\n }\n return;\n case KeyCodes.down:\n if (direction !== FocusZoneDirection.horizontal) {\n _this._preventDefaultWhenHandled(ev);\n if (_this._moveFocusDown()) {\n break;\n }\n }\n return;\n case KeyCodes.pageDown:\n if (!pagingSupportDisabled && _this._moveFocusPaging(true)) {\n break;\n }\n return;\n case KeyCodes.pageUp:\n if (!pagingSupportDisabled && _this._moveFocusPaging(false)) {\n break;\n }\n return;\n case KeyCodes.tab:\n if (\n // eslint-disable-next-line deprecation/deprecation\n _this.props.allowTabKey ||\n _this.props.handleTabKey === FocusZoneTabbableElements.all ||\n (_this.props.handleTabKey === FocusZoneTabbableElements.inputOnly &&\n _this._isElementInput(ev.target))) {\n var focusChanged = false;\n _this._processingTabKey = true;\n if (direction === FocusZoneDirection.vertical ||\n !_this._shouldWrapFocus(_this._activeElement, NO_HORIZONTAL_WRAP)) {\n focusChanged = ev.shiftKey ? _this._moveFocusUp() : _this._moveFocusDown();\n }\n else {\n var tabWithDirection = getRTL(theme) ? !ev.shiftKey : ev.shiftKey;\n focusChanged = tabWithDirection ? _this._moveFocusLeft(theme) : _this._moveFocusRight(theme);\n }\n _this._processingTabKey = false;\n if (focusChanged) {\n break;\n }\n else if (_this.props.shouldResetActiveElementWhenTabFromZone) {\n _this._activeElement = null;\n }\n }\n return;\n case KeyCodes.home:\n if (_this._isContentEditableElement(ev.target) ||\n (_this._isElementInput(ev.target) &&\n !_this._shouldInputLoseFocus(ev.target, false))) {\n return false;\n }\n var firstChild = _this._root.current && _this._root.current.firstChild;\n if (_this._root.current &&\n firstChild &&\n _this.focusElement(getNextElement(_this._root.current, firstChild, true))) {\n break;\n }\n return;\n case KeyCodes.end:\n if (_this._isContentEditableElement(ev.target) ||\n (_this._isElementInput(ev.target) &&\n !_this._shouldInputLoseFocus(ev.target, true))) {\n return false;\n }\n var lastChild = _this._root.current && _this._root.current.lastChild;\n if (_this._root.current &&\n _this.focusElement(getPreviousElement(_this._root.current, lastChild, true, true, true))) {\n break;\n }\n return;\n case KeyCodes.enter:\n if (_this._tryInvokeClickForFocusable(ev.target)) {\n break;\n }\n return;\n default:\n return;\n }\n }\n ev.preventDefault();\n ev.stopPropagation();\n };\n _this._getHorizontalDistanceFromCenter = function (isForward, activeRect, targetRect) {\n // eslint-disable-next-line deprecation/deprecation\n var leftAlignment = _this._focusAlignment.left || _this._focusAlignment.x || 0;\n // ClientRect values can be floats that differ by very small fractions of a decimal.\n // If the difference between top and bottom are within a pixel then we should treat\n // them as equivalent by using Math.floor. For instance 5.2222 and 5.222221 should be equivalent,\n // but without Math.Floor they will be handled incorrectly.\n var targetRectTop = Math.floor(targetRect.top);\n var activeRectBottom = Math.floor(activeRect.bottom);\n var targetRectBottom = Math.floor(targetRect.bottom);\n var activeRectTop = Math.floor(activeRect.top);\n var isValidCandidateOnpagingDown = isForward && targetRectTop > activeRectBottom;\n var isValidCandidateOnpagingUp = !isForward && targetRectBottom < activeRectTop;\n if (isValidCandidateOnpagingDown || isValidCandidateOnpagingUp) {\n if (leftAlignment >= targetRect.left && leftAlignment <= targetRect.left + targetRect.width) {\n return 0;\n }\n return Math.abs(targetRect.left + targetRect.width / 2 - leftAlignment);\n }\n if (!_this._shouldWrapFocus(_this._activeElement, NO_VERTICAL_WRAP)) {\n return LARGE_NEGATIVE_DISTANCE_FROM_CENTER;\n }\n return LARGE_DISTANCE_FROM_CENTER;\n };\n // Manage componentRef resolution.\n initializeComponentRef(_this);\n if (process.env.NODE_ENV !== 'production') {\n warnDeprecations('FocusZone', props, {\n rootProps: undefined,\n allowTabKey: 'handleTabKey',\n elementType: 'as',\n ariaDescribedBy: 'aria-describedby',\n ariaLabelledBy: 'aria-labelledby',\n });\n }\n _this._id = getId('FocusZone');\n _this._focusAlignment = {\n left: 0,\n top: 0,\n };\n _this._processingTabKey = false;\n return _this;\n }\n /** Used for testing purposes only. */\n FocusZone.getOuterZones = function () {\n return _outerZones.size;\n };\n /**\n * Handle global tab presses so that we can patch tabindexes on the fly.\n * HEADS UP: This must not be an arrow function in order to be referentially equal among instances\n * for ref counting to work correctly!\n */\n FocusZone._onKeyDownCapture = function (ev) {\n // eslint-disable-next-line deprecation/deprecation, @fluentui/deprecated-keyboard-event-props\n if (ev.which === KeyCodes.tab) {\n _outerZones.forEach(function (zone) { return zone._updateTabIndexes(); });\n }\n };\n FocusZone.prototype.componentDidMount = function () {\n var root = this._root.current;\n _allInstances[this._id] = this;\n if (root) {\n this._windowElement = getWindow(root);\n var parentElement = getParent(root, ALLOW_VIRTUAL_ELEMENTS);\n while (parentElement && parentElement !== this._getDocument().body && parentElement.nodeType === 1) {\n if (isElementFocusZone(parentElement)) {\n this._isInnerZone = true;\n break;\n }\n parentElement = getParent(parentElement, ALLOW_VIRTUAL_ELEMENTS);\n }\n if (!this._isInnerZone) {\n _outerZones.add(this);\n if (this._windowElement && _outerZones.size === 1) {\n this._windowElement.addEventListener('keydown', FocusZone._onKeyDownCapture, true);\n }\n }\n this._root.current && this._root.current.addEventListener('blur', this._onBlur, true);\n // Assign initial tab indexes so that we can set initial focus as appropriate.\n this._updateTabIndexes();\n if (this.props.defaultTabbableElement && typeof this.props.defaultTabbableElement === 'string') {\n this._activeElement = this._getDocument().querySelector(this.props.defaultTabbableElement);\n // eslint-disable-next-line deprecation/deprecation\n }\n else if (this.props.defaultActiveElement) {\n // eslint-disable-next-line deprecation/deprecation\n this._activeElement = this._getDocument().querySelector(this.props.defaultActiveElement);\n }\n if (this.props.shouldFocusOnMount) {\n this.focus();\n }\n }\n };\n FocusZone.prototype.componentDidUpdate = function () {\n var root = this._root.current;\n var doc = this._getDocument();\n if (doc &&\n this._lastIndexPath &&\n (doc.activeElement === doc.body ||\n doc.activeElement === null ||\n (!this.props.preventFocusRestoration && doc.activeElement === root))) {\n // The element has been removed after the render, attempt to restore focus.\n var elementToFocus = getFocusableByIndexPath(root, this._lastIndexPath);\n if (elementToFocus) {\n this._setActiveElement(elementToFocus, true);\n elementToFocus.focus();\n this._setParkedFocus(false);\n }\n else {\n // We had a focus path to restore, but now that path is unresolvable. Park focus\n // on the container until we can try again.\n this._setParkedFocus(true);\n }\n }\n };\n FocusZone.prototype.componentWillUnmount = function () {\n delete _allInstances[this._id];\n if (!this._isInnerZone) {\n _outerZones.delete(this);\n // If this is the last outer zone, remove the keydown listener.\n if (this._windowElement && _outerZones.size === 0) {\n this._windowElement.removeEventListener('keydown', FocusZone._onKeyDownCapture, true);\n }\n }\n if (this._root.current) {\n this._root.current.removeEventListener('blur', this._onBlur, true);\n }\n this._activeElement = null;\n this._defaultFocusElement = null;\n };\n FocusZone.prototype.render = function () {\n var _this = this;\n // eslint-disable-next-line deprecation/deprecation\n var _a = this.props, tag = _a.as, elementType = _a.elementType, rootProps = _a.rootProps, ariaDescribedBy = _a.ariaDescribedBy, ariaLabelledBy = _a.ariaLabelledBy, className = _a.className;\n var divProps = getNativeProps(this.props, htmlElementProperties);\n var Tag = tag || elementType || 'div';\n // Note, right before rendering/reconciling proceeds, we need to record if focus\n // was in the zone before the update. This helper will track this and, if focus\n // was actually in the zone, what the index path to the element is at this time.\n // Then, later in componentDidUpdate, we can evaluate if we need to restore it in\n // the case the element was removed.\n this._evaluateFocusBeforeRender();\n // Only support RTL defined in global theme, not contextual theme/RTL.\n var theme = getTheme();\n return (React.createElement(Tag, __assign({ \"aria-labelledby\": ariaLabelledBy, \"aria-describedby\": ariaDescribedBy }, divProps, rootProps, { \n // Once the getClassName correctly memoizes inputs this should\n // be replaced so that className is passed to getRootClass and is included there so\n // the class names will always be in the same order.\n className: css(getRootClass(), className), \n // eslint-disable-next-line deprecation/deprecation\n ref: this._mergedRef(this.props.elementRef, this._root), \"data-focuszone-id\": this._id, \n // eslint-disable-next-line react/jsx-no-bind\n onKeyDown: function (ev) { return _this._onKeyDown(ev, theme); }, onFocus: this._onFocus, onMouseDownCapture: this._onMouseDown }), this.props.children));\n };\n /**\n * Sets focus to the first tabbable item in the zone.\n * @param forceIntoFirstElement - If true, focus will be forced into the first element, even\n * if focus is already in the focus zone.\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n FocusZone.prototype.focus = function (forceIntoFirstElement) {\n if (forceIntoFirstElement === void 0) { forceIntoFirstElement = false; }\n if (this._root.current) {\n if (!forceIntoFirstElement &&\n this._root.current.getAttribute(IS_FOCUSABLE_ATTRIBUTE) === 'true' &&\n this._isInnerZone) {\n var ownerZoneElement = this._getOwnerZone(this._root.current);\n if (ownerZoneElement !== this._root.current) {\n var ownerZone = _allInstances[ownerZoneElement.getAttribute(FOCUSZONE_ID_ATTRIBUTE)];\n return !!ownerZone && ownerZone.focusElement(this._root.current);\n }\n return false;\n }\n else if (!forceIntoFirstElement &&\n this._activeElement &&\n elementContains(this._root.current, this._activeElement) &&\n isElementTabbable(this._activeElement)) {\n this._activeElement.focus();\n return true;\n }\n else {\n var firstChild = this._root.current.firstChild;\n return this.focusElement(getNextElement(this._root.current, firstChild, true));\n }\n }\n return false;\n };\n /**\n * Sets focus to the last tabbable item in the zone.\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n FocusZone.prototype.focusLast = function () {\n if (this._root.current) {\n var lastChild = this._root.current && this._root.current.lastChild;\n return this.focusElement(getPreviousElement(this._root.current, lastChild, true, true, true));\n }\n return false;\n };\n /**\n * Sets focus to a specific child element within the zone. This can be used in conjunction with\n * shouldReceiveFocus to create delayed focus scenarios (like animate the scroll position to the correct\n * location and then focus.)\n * @param element - The child element within the zone to focus.\n * @param forceAlignment - If true, focus alignment will be set according to the element provided.\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n FocusZone.prototype.focusElement = function (element, forceAlignment) {\n // eslint-disable-next-line deprecation/deprecation\n var _a = this.props, onBeforeFocus = _a.onBeforeFocus, shouldReceiveFocus = _a.shouldReceiveFocus;\n if ((shouldReceiveFocus && !shouldReceiveFocus(element)) || (onBeforeFocus && !onBeforeFocus(element))) {\n return false;\n }\n if (element) {\n // when we set focus to a specific child, we should recalculate the alignment depending on its position.\n this._setActiveElement(element, forceAlignment);\n if (this._activeElement) {\n this._activeElement.focus();\n }\n return true;\n }\n return false;\n };\n /**\n * Forces horizontal alignment in the context of vertical arrowing to use specific point as the reference,\n * rather than a center based on the last horizontal motion.\n * @param point - the new reference point.\n */\n FocusZone.prototype.setFocusAlignment = function (point) {\n this._focusAlignment = point;\n };\n FocusZone.prototype._evaluateFocusBeforeRender = function () {\n var root = this._root.current;\n var doc = this._getDocument();\n if (doc) {\n var focusedElement = doc.activeElement;\n // Only update the index path if we are not parked on the root.\n if (focusedElement !== root) {\n var shouldRestoreFocus = elementContains(root, focusedElement, false);\n this._lastIndexPath = shouldRestoreFocus ? getElementIndexPath(root, focusedElement) : undefined;\n }\n }\n };\n /**\n * When focus is in the zone at render time but then all focusable elements are removed,\n * we \"park\" focus temporarily on the root. Once we update with focusable children, we restore\n * focus to the closest path from previous. If the user tabs away from the parked container,\n * we restore focusability to the pre-parked state.\n */\n FocusZone.prototype._setParkedFocus = function (isParked) {\n var root = this._root.current;\n if (root && this._isParked !== isParked) {\n this._isParked = isParked;\n if (isParked) {\n if (!this.props.allowFocusRoot) {\n this._parkedTabIndex = root.getAttribute('tabindex');\n root.setAttribute('tabindex', '-1');\n }\n root.focus();\n }\n else if (!this.props.allowFocusRoot) {\n if (this._parkedTabIndex) {\n root.setAttribute('tabindex', this._parkedTabIndex);\n this._parkedTabIndex = undefined;\n }\n else {\n root.removeAttribute('tabindex');\n }\n }\n }\n };\n FocusZone.prototype._setActiveElement = function (element, forceAlignment) {\n var previousActiveElement = this._activeElement;\n this._activeElement = element;\n if (previousActiveElement) {\n if (isElementFocusZone(previousActiveElement)) {\n this._updateTabIndexes(previousActiveElement);\n }\n previousActiveElement.tabIndex = -1;\n }\n if (this._activeElement) {\n if (!this._focusAlignment || forceAlignment) {\n this._setFocusAlignment(element, true, true);\n }\n this._activeElement.tabIndex = 0;\n }\n };\n FocusZone.prototype._preventDefaultWhenHandled = function (ev) {\n this.props.preventDefaultWhenHandled && ev.preventDefault();\n };\n /**\n * Walk up the dom try to find a focusable element.\n */\n FocusZone.prototype._tryInvokeClickForFocusable = function (target) {\n if (target === this._root.current || !this.props.shouldRaiseClicks) {\n return false;\n }\n do {\n if (target.tagName === 'BUTTON' ||\n target.tagName === 'A' ||\n target.tagName === 'INPUT' ||\n target.tagName === 'TEXTAREA') {\n return false;\n }\n if (this._isImmediateDescendantOfZone(target) &&\n target.getAttribute(IS_FOCUSABLE_ATTRIBUTE) === 'true' &&\n target.getAttribute(IS_ENTER_DISABLED_ATTRIBUTE) !== 'true') {\n raiseClick(target);\n return true;\n }\n target = getParent(target, ALLOW_VIRTUAL_ELEMENTS);\n } while (target !== this._root.current);\n return false;\n };\n /**\n * Traverse to find first child zone.\n */\n FocusZone.prototype._getFirstInnerZone = function (rootElement) {\n rootElement = rootElement || this._activeElement || this._root.current;\n if (!rootElement) {\n return null;\n }\n if (isElementFocusZone(rootElement)) {\n return _allInstances[rootElement.getAttribute(FOCUSZONE_ID_ATTRIBUTE)];\n }\n var child = rootElement.firstElementChild;\n while (child) {\n if (isElementFocusZone(child)) {\n return _allInstances[child.getAttribute(FOCUSZONE_ID_ATTRIBUTE)];\n }\n var match = this._getFirstInnerZone(child);\n if (match) {\n return match;\n }\n child = child.nextElementSibling;\n }\n return null;\n };\n FocusZone.prototype._moveFocus = function (isForward, getDistanceFromCenter, ev, useDefaultWrap) {\n if (useDefaultWrap === void 0) { useDefaultWrap = true; }\n var element = this._activeElement;\n var candidateDistance = -1;\n var candidateElement = undefined;\n var changedFocus = false;\n var isBidirectional = this.props.direction === FocusZoneDirection.bidirectional;\n if (!element || !this._root.current) {\n return false;\n }\n if (this._isElementInput(element)) {\n if (!this._shouldInputLoseFocus(element, isForward)) {\n return false;\n }\n }\n var activeRect = isBidirectional ? element.getBoundingClientRect() : null;\n do {\n element = (isForward\n ? getNextElement(this._root.current, element)\n : getPreviousElement(this._root.current, element));\n if (isBidirectional) {\n if (element) {\n var targetRect = element.getBoundingClientRect();\n var elementDistance = getDistanceFromCenter(activeRect, targetRect);\n if (elementDistance === -1 && candidateDistance === -1) {\n candidateElement = element;\n break;\n }\n if (elementDistance > -1 && (candidateDistance === -1 || elementDistance < candidateDistance)) {\n candidateDistance = elementDistance;\n candidateElement = element;\n }\n if (candidateDistance >= 0 && elementDistance < 0) {\n break;\n }\n }\n }\n else {\n candidateElement = element;\n break;\n }\n } while (element);\n // Focus the closest candidate\n if (candidateElement && candidateElement !== this._activeElement) {\n changedFocus = true;\n this.focusElement(candidateElement);\n }\n else if (this.props.isCircularNavigation && useDefaultWrap) {\n if (isForward) {\n return this.focusElement(getNextElement(this._root.current, this._root.current.firstElementChild, true));\n }\n else {\n return this.focusElement(getPreviousElement(this._root.current, this._root.current.lastElementChild, true, true, true));\n }\n }\n return changedFocus;\n };\n FocusZone.prototype._moveFocusDown = function () {\n var _this = this;\n var targetTop = -1;\n // eslint-disable-next-line deprecation/deprecation\n var leftAlignment = this._focusAlignment.left || this._focusAlignment.x || 0;\n if (this._moveFocus(true, function (activeRect, targetRect) {\n var distance = -1;\n // ClientRect values can be floats that differ by very small fractions of a decimal.\n // If the difference between top and bottom are within a pixel then we should treat\n // them as equivalent by using Math.floor. For instance 5.2222 and 5.222221 should be equivalent,\n // but without Math.Floor they will be handled incorrectly.\n var targetRectTop = Math.floor(targetRect.top);\n var activeRectBottom = Math.floor(activeRect.bottom);\n if (targetRectTop < activeRectBottom) {\n if (!_this._shouldWrapFocus(_this._activeElement, NO_VERTICAL_WRAP)) {\n return LARGE_NEGATIVE_DISTANCE_FROM_CENTER;\n }\n return LARGE_DISTANCE_FROM_CENTER;\n }\n if ((targetTop === -1 && targetRectTop >= activeRectBottom) || targetRectTop === targetTop) {\n targetTop = targetRectTop;\n if (leftAlignment >= targetRect.left && leftAlignment <= targetRect.left + targetRect.width) {\n distance = 0;\n }\n else {\n distance = Math.abs(targetRect.left + targetRect.width / 2 - leftAlignment);\n }\n }\n return distance;\n })) {\n this._setFocusAlignment(this._activeElement, false, true);\n return true;\n }\n return false;\n };\n FocusZone.prototype._moveFocusUp = function () {\n var _this = this;\n var targetTop = -1;\n // eslint-disable-next-line deprecation/deprecation\n var leftAlignment = this._focusAlignment.left || this._focusAlignment.x || 0;\n if (this._moveFocus(false, function (activeRect, targetRect) {\n var distance = -1;\n // ClientRect values can be floats that differ by very small fractions of a decimal.\n // If the difference between top and bottom are within a pixel then we should treat\n // them as equivalent by using Math.floor. For instance 5.2222 and 5.222221 should be equivalent,\n // but without Math.Floor they will be handled incorrectly.\n var targetRectBottom = Math.floor(targetRect.bottom);\n var targetRectTop = Math.floor(targetRect.top);\n var activeRectTop = Math.floor(activeRect.top);\n if (targetRectBottom > activeRectTop) {\n if (!_this._shouldWrapFocus(_this._activeElement, NO_VERTICAL_WRAP)) {\n return LARGE_NEGATIVE_DISTANCE_FROM_CENTER;\n }\n return LARGE_DISTANCE_FROM_CENTER;\n }\n if ((targetTop === -1 && targetRectBottom <= activeRectTop) || targetRectTop === targetTop) {\n targetTop = targetRectTop;\n if (leftAlignment >= targetRect.left && leftAlignment <= targetRect.left + targetRect.width) {\n distance = 0;\n }\n else {\n distance = Math.abs(targetRect.left + targetRect.width / 2 - leftAlignment);\n }\n }\n return distance;\n })) {\n this._setFocusAlignment(this._activeElement, false, true);\n return true;\n }\n return false;\n };\n FocusZone.prototype._moveFocusLeft = function (theme) {\n var _this = this;\n var shouldWrap = this._shouldWrapFocus(this._activeElement, NO_HORIZONTAL_WRAP);\n if (this._moveFocus(getRTL(theme), function (activeRect, targetRect) {\n var distance = -1;\n var topBottomComparison;\n if (getRTL(theme)) {\n // When in RTL, this comparison should be the same as the one in _moveFocusRight for LTR.\n // Going left at a leftmost rectangle will go down a line instead of up a line like in LTR.\n // This is important, because we want to be comparing the top of the target rect\n // with the bottom of the active rect.\n topBottomComparison = parseFloat(targetRect.top.toFixed(3)) < parseFloat(activeRect.bottom.toFixed(3));\n }\n else {\n topBottomComparison = parseFloat(targetRect.bottom.toFixed(3)) > parseFloat(activeRect.top.toFixed(3));\n }\n if (topBottomComparison &&\n targetRect.right <= activeRect.right &&\n _this.props.direction !== FocusZoneDirection.vertical) {\n distance = activeRect.right - targetRect.right;\n }\n else if (!shouldWrap) {\n distance = LARGE_NEGATIVE_DISTANCE_FROM_CENTER;\n }\n return distance;\n }, undefined /*ev*/, shouldWrap)) {\n this._setFocusAlignment(this._activeElement, true, false);\n return true;\n }\n return false;\n };\n FocusZone.prototype._moveFocusRight = function (theme) {\n var _this = this;\n var shouldWrap = this._shouldWrapFocus(this._activeElement, NO_HORIZONTAL_WRAP);\n if (this._moveFocus(!getRTL(theme), function (activeRect, targetRect) {\n var distance = -1;\n var topBottomComparison;\n if (getRTL(theme)) {\n // When in RTL, this comparison should be the same as the one in _moveFocusLeft for LTR.\n // Going right at a rightmost rectangle will go up a line instead of down a line like in LTR.\n // This is important, because we want to be comparing the bottom of the target rect\n // with the top of the active rect.\n topBottomComparison = parseFloat(targetRect.bottom.toFixed(3)) > parseFloat(activeRect.top.toFixed(3));\n }\n else {\n topBottomComparison = parseFloat(targetRect.top.toFixed(3)) < parseFloat(activeRect.bottom.toFixed(3));\n }\n if (topBottomComparison &&\n targetRect.left >= activeRect.left &&\n _this.props.direction !== FocusZoneDirection.vertical) {\n distance = targetRect.left - activeRect.left;\n }\n else if (!shouldWrap) {\n distance = LARGE_NEGATIVE_DISTANCE_FROM_CENTER;\n }\n return distance;\n }, undefined /*ev*/, shouldWrap)) {\n this._setFocusAlignment(this._activeElement, true, false);\n return true;\n }\n return false;\n };\n FocusZone.prototype._moveFocusPaging = function (isForward, useDefaultWrap) {\n if (useDefaultWrap === void 0) { useDefaultWrap = true; }\n var element = this._activeElement;\n if (!element || !this._root.current) {\n return false;\n }\n if (this._isElementInput(element)) {\n if (!this._shouldInputLoseFocus(element, isForward)) {\n return false;\n }\n }\n var scrollableParent = findScrollableParent(element);\n if (!scrollableParent) {\n return false;\n }\n var candidateDistance = -1;\n var candidateElement = undefined;\n var targetTop = -1;\n var targetBottom = -1;\n var pagesize = scrollableParent.clientHeight;\n var activeRect = element.getBoundingClientRect();\n do {\n element = isForward\n ? getNextElement(this._root.current, element)\n : getPreviousElement(this._root.current, element);\n if (element) {\n var targetRect = element.getBoundingClientRect();\n var targetRectTop = Math.floor(targetRect.top);\n var activeRectBottom = Math.floor(activeRect.bottom);\n var targetRectBottom = Math.floor(targetRect.bottom);\n var activeRectTop = Math.floor(activeRect.top);\n var elementDistance = this._getHorizontalDistanceFromCenter(isForward, activeRect, targetRect);\n var isElementPassedPageSizeOnPagingDown = isForward && targetRectTop > activeRectBottom + pagesize;\n var isElementPassedPageSizeOnPagingUp = !isForward && targetRectBottom < activeRectTop - pagesize;\n if (isElementPassedPageSizeOnPagingDown || isElementPassedPageSizeOnPagingUp) {\n break;\n }\n if (elementDistance > -1) {\n // for paging down\n if (isForward && targetRectTop > targetTop) {\n targetTop = targetRectTop;\n candidateDistance = elementDistance;\n candidateElement = element;\n }\n else if (!isForward && targetRectBottom < targetBottom) {\n // for paging up\n targetBottom = targetRectBottom;\n candidateDistance = elementDistance;\n candidateElement = element;\n }\n else if (candidateDistance === -1 || elementDistance <= candidateDistance) {\n candidateDistance = elementDistance;\n candidateElement = element;\n }\n }\n }\n } while (element);\n var changedFocus = false;\n // Focus the closest candidate\n if (candidateElement && candidateElement !== this._activeElement) {\n changedFocus = true;\n this.focusElement(candidateElement);\n this._setFocusAlignment(candidateElement, false, true);\n }\n else if (this.props.isCircularNavigation && useDefaultWrap) {\n if (isForward) {\n return this.focusElement(getNextElement(this._root.current, this._root.current.firstElementChild, true));\n }\n return this.focusElement(getPreviousElement(this._root.current, this._root.current.lastElementChild, true, true, true));\n }\n return changedFocus;\n };\n FocusZone.prototype._setFocusAlignment = function (element, isHorizontal, isVertical) {\n if (this.props.direction === FocusZoneDirection.bidirectional &&\n (!this._focusAlignment || isHorizontal || isVertical)) {\n var rect = element.getBoundingClientRect();\n var left = rect.left + rect.width / 2;\n var top_1 = rect.top + rect.height / 2;\n if (!this._focusAlignment) {\n this._focusAlignment = { left: left, top: top_1 };\n }\n if (isHorizontal) {\n this._focusAlignment.left = left;\n }\n if (isVertical) {\n this._focusAlignment.top = top_1;\n }\n }\n };\n FocusZone.prototype._isImmediateDescendantOfZone = function (element) {\n return this._getOwnerZone(element) === this._root.current;\n };\n FocusZone.prototype._getOwnerZone = function (element) {\n var parentElement = getParent(element, ALLOW_VIRTUAL_ELEMENTS);\n while (parentElement && parentElement !== this._root.current && parentElement !== this._getDocument().body) {\n if (isElementFocusZone(parentElement)) {\n return parentElement;\n }\n parentElement = getParent(parentElement, ALLOW_VIRTUAL_ELEMENTS);\n }\n return parentElement;\n };\n FocusZone.prototype._updateTabIndexes = function (element) {\n if (!this._activeElement &&\n this.props.defaultTabbableElement &&\n typeof this.props.defaultTabbableElement === 'function') {\n this._activeElement = this.props.defaultTabbableElement(this._root.current);\n }\n if (!element && this._root.current) {\n this._defaultFocusElement = null;\n element = this._root.current;\n if (this._activeElement && !elementContains(element, this._activeElement)) {\n this._activeElement = null;\n }\n }\n // If active element changes state to disabled, set it to null.\n // Otherwise, we lose keyboard accessibility to other elements in focus zone.\n if (this._activeElement && !isElementTabbable(this._activeElement)) {\n this._activeElement = null;\n }\n var childNodes = element && element.children;\n for (var childIndex = 0; childNodes && childIndex < childNodes.length; childIndex++) {\n var child = childNodes[childIndex];\n if (!isElementFocusZone(child)) {\n // If the item is explicitly set to not be focusable then TABINDEX needs to be set to -1.\n if (child.getAttribute && child.getAttribute(IS_FOCUSABLE_ATTRIBUTE) === 'false') {\n child.setAttribute(TABINDEX, '-1');\n }\n if (isElementTabbable(child)) {\n if (this.props.disabled) {\n child.setAttribute(TABINDEX, '-1');\n }\n else if (!this._isInnerZone &&\n ((!this._activeElement && !this._defaultFocusElement) || this._activeElement === child)) {\n this._defaultFocusElement = child;\n if (child.getAttribute(TABINDEX) !== '0') {\n child.setAttribute(TABINDEX, '0');\n }\n }\n else if (child.getAttribute(TABINDEX) !== '-1') {\n child.setAttribute(TABINDEX, '-1');\n }\n }\n else if (child.tagName === 'svg' && child.getAttribute('focusable') !== 'false') {\n // Disgusting IE hack. Sad face.\n child.setAttribute('focusable', 'false');\n }\n }\n else if (child.getAttribute(IS_FOCUSABLE_ATTRIBUTE) === 'true') {\n if (!this._isInnerZone &&\n ((!this._activeElement && !this._defaultFocusElement) || this._activeElement === child)) {\n this._defaultFocusElement = child;\n if (child.getAttribute(TABINDEX) !== '0') {\n child.setAttribute(TABINDEX, '0');\n }\n }\n else if (child.getAttribute(TABINDEX) !== '-1') {\n child.setAttribute(TABINDEX, '-1');\n }\n }\n this._updateTabIndexes(child);\n }\n };\n FocusZone.prototype._isContentEditableElement = function (element) {\n return element && element.getAttribute('contenteditable') === 'true';\n };\n FocusZone.prototype._isElementInput = function (element) {\n if (element &&\n element.tagName &&\n (element.tagName.toLowerCase() === 'input' || element.tagName.toLowerCase() === 'textarea')) {\n return true;\n }\n return false;\n };\n FocusZone.prototype._shouldInputLoseFocus = function (element, isForward) {\n // If a tab was used, we want to focus on the next element.\n if (!this._processingTabKey &&\n element &&\n element.type &&\n ALLOWED_INPUT_TYPES.indexOf(element.type.toLowerCase()) > -1) {\n var selectionStart = element.selectionStart;\n var selectionEnd = element.selectionEnd;\n var isRangeSelected = selectionStart !== selectionEnd;\n var inputValue = element.value;\n var isReadonly = element.readOnly;\n // We shouldn't lose focus in the following cases:\n // 1. There is range selected.\n // 2. When selection start is larger than 0 and it is backward and not readOnly.\n // 3. when selection start is not the end of length, it is forward and not readOnly.\n // 4. We press any of the arrow keys when our handleTabKey isn't none or undefined (only losing focus if we hit\n // tab) and if shouldInputLoseFocusOnArrowKey is defined, if scenario prefers to not loose the focus which is\n // determined by calling the callback shouldInputLoseFocusOnArrowKey\n if (isRangeSelected ||\n (selectionStart > 0 && !isForward && !isReadonly) ||\n (selectionStart !== inputValue.length && isForward && !isReadonly) ||\n (!!this.props.handleTabKey &&\n !(this.props.shouldInputLoseFocusOnArrowKey && this.props.shouldInputLoseFocusOnArrowKey(element)))) {\n return false;\n }\n }\n return true;\n };\n FocusZone.prototype._shouldWrapFocus = function (element, noWrapDataAttribute) {\n return this.props.checkForNoWrap ? shouldWrapFocus(element, noWrapDataAttribute) : true;\n };\n /**\n * Returns true if the element is a descendant of the FocusZone through a React portal.\n */\n FocusZone.prototype._portalContainsElement = function (element) {\n return element && !!this._root.current && portalContainsElement(element, this._root.current);\n };\n FocusZone.prototype._getDocument = function () {\n return getDocument(this._root.current);\n };\n FocusZone.defaultProps = {\n isCircularNavigation: false,\n direction: FocusZoneDirection.bidirectional,\n shouldRaiseClicks: true,\n };\n return FocusZone;\n}(React.Component));\nexport { FocusZone };\n//# sourceMappingURL=FocusZone.js.map"
},
{
"id": "CDio",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"index": 345,
"index2": 328,
"size": 745,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"issuerId": "3nfX",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js"
},
{
"id": "jq/3",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js"
},
{
"id": "pgS/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Divider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Divider.js"
},
{
"id": "/Phj",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/index.js"
},
{
"id": "3nfX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "3nfX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"type": "harmony side effect evaluation",
"userRequest": "./VerticalDivider.base",
"loc": "2:0-61"
},
{
"moduleId": "3nfX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"type": "harmony import specifier",
"userRequest": "./VerticalDivider.base",
"loc": "4:36-55"
}
],
"providedExports": [
"VerticalDividerBase"
],
"optimizationBailout": [],
"depth": 15,
"source": "import * as React from 'react';\nimport { classNamesFunction } from '../../Utilities';\nvar getClassNames = classNamesFunction();\nexport var VerticalDividerBase = function (props) {\n // eslint-disable-next-line deprecation/deprecation\n var styles = props.styles, theme = props.theme, deprecatedGetClassNames = props.getClassNames, className = props.className;\n var classNames = getClassNames(styles, { theme: theme, getClassNames: deprecatedGetClassNames, className: className });\n return (React.createElement(\"span\", { className: classNames.wrapper },\n React.createElement(\"span\", { className: classNames.divider })));\n};\nVerticalDividerBase.displayName = 'VerticalDividerBase';\n//# sourceMappingURL=VerticalDivider.base.js.map"
},
{
"id": "CNew",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"index": 4,
"index2": 6,
"size": 584,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"issuerId": "S+pu",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "S+pu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "S+pu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"type": "cjs require",
"userRequest": "./SvgHeroWebPart.module.css",
"loc": "2:0-38"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 2,
"source": "var content = require(\"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/postcss-loader/src/index.js??postcss!./SvgHeroWebPart.module.css\");\nvar loader = require(\"/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js\");\n\nif(typeof content === \"string\") content = [[module.id, content]];\n\n// add the styles to the DOM\nfor (var i = 0; i < content.length; i++) loader.loadStyles(content[i][1], true);\n\nif(content.locals) module.exports = content.locals;"
},
{
"id": "CXBn",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/overflow.js",
"name": "./node_modules/@uifabric/utilities/lib/overflow.js",
"index": 144,
"index2": 136,
"size": 918,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./overflow",
"loc": "46:0-27"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./overflow",
"loc": "46:0-27"
}
],
"providedExports": [
"hasHorizontalOverflow",
"hasVerticalOverflow",
"hasOverflow"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Detects whether an element's content has horizontal overflow\n *\n * @public\n * @param element - Element to check for overflow\n * @returns True if element's content overflows\n */\nexport function hasHorizontalOverflow(element) {\n return element.clientWidth < element.scrollWidth;\n}\n/**\n * Detects whether an element's content has vertical overflow\n *\n * @public\n * @param element - Element to check for overflow\n * @returns True if element's content overflows\n */\nexport function hasVerticalOverflow(element) {\n return element.clientHeight < element.scrollHeight;\n}\n/**\n * Detects whether an element's content has overflow in any direction\n *\n * @public\n * @param element - Element to check for overflow\n * @returns True if element's content overflows\n */\nexport function hasOverflow(element) {\n return hasHorizontalOverflow(element) || hasVerticalOverflow(element);\n}\n//# sourceMappingURL=overflow.js.map"
},
{
"id": "CZVv",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"index": 364,
"index2": 356,
"size": 7678,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"issuerId": "94wZ",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "94wZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./CommandBarButton.styles",
"loc": "5:0-54"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "./CommandBarButton.styles",
"loc": "16:126-135"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { __assign } from \"tslib\";\nimport { concatStyleSets, getFocusStyle, HighContrastSelector, getHighContrastNoAdjustStyle, } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nimport { getStyles as getBaseButtonStyles } from '../BaseButton.styles';\nimport { getStyles as getSplitButtonStyles } from '../SplitButton/SplitButton.styles';\nimport { ButtonGlobalClassNames } from '../BaseButton.classNames';\nexport var getStyles = memoizeFunction(function (theme, customStyles, focusInset, focusColor) {\n var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;\n var baseButtonStyles = getBaseButtonStyles(theme);\n var baseSplitButtonStyles = getSplitButtonStyles(theme);\n var p = theme.palette, semanticColors = theme.semanticColors;\n var commandButtonHighContrastFocus = {\n left: 4,\n top: 4,\n bottom: 4,\n right: 4,\n border: 'none',\n };\n var commandButtonStyles = {\n root: [\n getFocusStyle(theme, {\n inset: 2,\n highContrastStyle: commandButtonHighContrastFocus,\n borderColor: 'transparent',\n }),\n theme.fonts.medium,\n {\n minWidth: '40px',\n backgroundColor: p.white,\n color: p.neutralPrimary,\n padding: '0 4px',\n border: 'none',\n borderRadius: 0,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n border: 'none',\n },\n _a),\n },\n ],\n rootHovered: {\n backgroundColor: p.neutralLighter,\n color: p.neutralDark,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n color: 'Highlight',\n },\n _b[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.themeDarkAlt,\n },\n _b[\".\" + ButtonGlobalClassNames.msButtonMenuIcon] = {\n color: p.neutralPrimary,\n },\n _b),\n },\n rootPressed: {\n backgroundColor: p.neutralLight,\n color: p.neutralDark,\n selectors: (_c = {},\n _c[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.themeDark,\n },\n _c[\".\" + ButtonGlobalClassNames.msButtonMenuIcon] = {\n color: p.neutralPrimary,\n },\n _c),\n },\n rootChecked: {\n backgroundColor: p.neutralLight,\n color: p.neutralDark,\n selectors: (_d = {},\n _d[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.themeDark,\n },\n _d[\".\" + ButtonGlobalClassNames.msButtonMenuIcon] = {\n color: p.neutralPrimary,\n },\n _d),\n },\n rootCheckedHovered: {\n backgroundColor: p.neutralQuaternaryAlt,\n selectors: (_e = {},\n _e[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.themeDark,\n },\n _e[\".\" + ButtonGlobalClassNames.msButtonMenuIcon] = {\n color: p.neutralPrimary,\n },\n _e),\n },\n rootExpanded: {\n backgroundColor: p.neutralLight,\n color: p.neutralDark,\n selectors: (_f = {},\n _f[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.themeDark,\n },\n _f[\".\" + ButtonGlobalClassNames.msButtonMenuIcon] = {\n color: p.neutralPrimary,\n },\n _f),\n },\n rootExpandedHovered: {\n backgroundColor: p.neutralQuaternaryAlt,\n },\n rootDisabled: {\n backgroundColor: p.white,\n selectors: (_g = {},\n _g[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: semanticColors.disabledBodySubtext,\n selectors: (_h = {},\n _h[HighContrastSelector] = __assign({ color: 'GrayText' }, getHighContrastNoAdjustStyle()),\n _h),\n },\n _g[HighContrastSelector] = __assign({ color: 'GrayText', backgroundColor: 'Window' }, getHighContrastNoAdjustStyle()),\n _g),\n },\n // Split button styles\n splitButtonContainer: {\n height: '100%',\n selectors: (_j = {},\n _j[HighContrastSelector] = {\n border: 'none',\n },\n _j),\n },\n splitButtonDividerDisabled: {\n selectors: (_k = {},\n _k[HighContrastSelector] = {\n backgroundColor: 'Window',\n },\n _k),\n },\n splitButtonDivider: {\n backgroundColor: p.neutralTertiaryAlt,\n },\n splitButtonMenuButton: {\n backgroundColor: p.white,\n border: 'none',\n borderTopRightRadius: '0',\n borderBottomRightRadius: '0',\n color: p.neutralSecondary,\n selectors: {\n ':hover': {\n backgroundColor: p.neutralLighter,\n color: p.neutralDark,\n selectors: (_l = {},\n _l[HighContrastSelector] = {\n color: 'Highlight',\n },\n _l[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.neutralPrimary,\n },\n _l),\n },\n ':active': {\n backgroundColor: p.neutralLight,\n selectors: (_m = {},\n _m[\".\" + ButtonGlobalClassNames.msButtonIcon] = {\n color: p.neutralPrimary,\n },\n _m),\n },\n },\n },\n splitButtonMenuButtonDisabled: {\n backgroundColor: p.white,\n selectors: (_o = {},\n _o[HighContrastSelector] = __assign({ color: 'GrayText', border: 'none', backgroundColor: 'Window' }, getHighContrastNoAdjustStyle()),\n _o),\n },\n splitButtonMenuButtonChecked: {\n backgroundColor: p.neutralLight,\n color: p.neutralDark,\n selectors: {\n ':hover': {\n backgroundColor: p.neutralQuaternaryAlt,\n },\n },\n },\n splitButtonMenuButtonExpanded: {\n backgroundColor: p.neutralLight,\n color: p.black,\n selectors: {\n ':hover': {\n backgroundColor: p.neutralQuaternaryAlt,\n },\n },\n },\n splitButtonMenuIcon: {\n color: p.neutralPrimary,\n },\n splitButtonMenuIconDisabled: {\n color: p.neutralTertiary,\n },\n label: {\n fontWeight: 'normal',\n },\n icon: {\n color: p.themePrimary,\n },\n menuIcon: (_p = {\n color: p.neutralSecondary\n },\n _p[HighContrastSelector] = {\n color: 'GrayText',\n },\n _p),\n };\n return concatStyleSets(baseButtonStyles, baseSplitButtonStyles, commandButtonStyles, customStyles);\n});\n//# sourceMappingURL=CommandBarButton.styles.js.map"
},
{
"id": "Cz2c",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"index": 294,
"index2": 272,
"size": 3488,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"issuerId": "NARb",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
},
{
"id": "NUVe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
},
{
"id": "I7qx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js"
},
{
"id": "NARb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "NARb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Fabric.base",
"loc": "2:0-30"
},
{
"moduleId": "NARb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Fabric.base",
"loc": "2:0-30"
},
{
"moduleId": "p6XH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"type": "harmony side effect evaluation",
"userRequest": "./Fabric.base",
"loc": "2:0-43"
},
{
"moduleId": "p6XH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"type": "harmony import specifier",
"userRequest": "./Fabric.base",
"loc": "4:27-37"
}
],
"providedExports": [
"FabricBase"
],
"optimizationBailout": [],
"depth": 18,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { Customizer, getNativeProps, divProperties, classNamesFunction, getDocument, memoizeFunction, getRTL, FocusRects, } from '../../Utilities';\nimport { createTheme } from '../../Styling';\nvar getClassNames = classNamesFunction();\nvar getFabricTheme = memoizeFunction(function (theme, isRTL) { return createTheme(__assign(__assign({}, theme), { rtl: isRTL })); });\nvar getDir = function (theme, dir) {\n var contextDir = getRTL(theme) ? 'rtl' : 'ltr';\n var pageDir = getRTL() ? 'rtl' : 'ltr';\n var componentDir = dir ? dir : contextDir;\n return {\n // If Fabric dir !== contextDir\n // Or If contextDir !== pageDir\n // Then we need to set dir of the Fabric root\n rootDir: componentDir !== contextDir || componentDir !== pageDir ? componentDir : dir,\n // If dir !== contextDir || pageDir\n // then set contextual theme around content\n needsTheme: componentDir !== contextDir,\n };\n};\nvar FabricBase = /** @class */ (function (_super) {\n __extends(FabricBase, _super);\n function FabricBase() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this._rootElement = React.createRef();\n _this._removeClassNameFromBody = undefined;\n return _this;\n }\n FabricBase.prototype.render = function () {\n var _a = this.props, _b = _a.as, Root = _b === void 0 ? 'div' : _b, theme = _a.theme, dir = _a.dir;\n var classNames = this._getClassNames();\n var divProps = getNativeProps(this.props, divProperties, ['dir']);\n var _c = getDir(theme, dir), rootDir = _c.rootDir, needsTheme = _c.needsTheme;\n var renderedContent = React.createElement(Root, __assign({ dir: rootDir }, divProps, { className: classNames.root, ref: this._rootElement }));\n if (needsTheme) {\n renderedContent = (React.createElement(Customizer, { settings: { theme: getFabricTheme(theme, dir === 'rtl') } }, renderedContent));\n }\n return (React.createElement(React.Fragment, null,\n renderedContent,\n React.createElement(FocusRects, { rootRef: this._rootElement })));\n };\n FabricBase.prototype.componentDidMount = function () {\n this._addClassNameToBody();\n };\n FabricBase.prototype.componentWillUnmount = function () {\n if (this._removeClassNameFromBody) {\n this._removeClassNameFromBody();\n }\n };\n FabricBase.prototype._getClassNames = function () {\n var _a = this.props, className = _a.className, theme = _a.theme, applyTheme = _a.applyTheme, styles = _a.styles;\n var classNames = getClassNames(styles, {\n theme: theme,\n applyTheme: applyTheme,\n className: className,\n });\n return classNames;\n };\n FabricBase.prototype._addClassNameToBody = function () {\n if (this.props.applyThemeToBody) {\n var classNames_1 = this._getClassNames();\n var currentDoc_1 = getDocument(this._rootElement.current);\n if (currentDoc_1) {\n currentDoc_1.body.classList.add(classNames_1.bodyThemed);\n this._removeClassNameFromBody = function () {\n currentDoc_1.body.classList.remove(classNames_1.bodyThemed);\n };\n }\n }\n };\n return FabricBase;\n}(React.Component));\nexport { FabricBase };\n//# sourceMappingURL=Fabric.base.js.map"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"index": 288,
"index2": 282,
"size": 117,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"issuerId": "FQnb",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "FQnb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Layer/index",
"loc": "2:0-41"
},
{
"moduleId": "FQnb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Layer/index",
"loc": "2:0-41"
}
],
"providedExports": [
"Layer",
"LayerBase",
"LayerHost"
],
"optimizationBailout": [],
"depth": 14,
"source": "export * from './Layer';\nexport * from './Layer.base';\nexport * from './LayerHost';\n//# sourceMappingURL=index.js.map"
},
{
"id": "DANH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"index": 228,
"index2": 228,
"size": 22310,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"issuerId": "swiA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js"
},
{
"id": "swiA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "swiA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./TextField.base",
"loc": "2:0-33"
},
{
"moduleId": "swiA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"type": "harmony export imported specifier",
"userRequest": "./TextField.base",
"loc": "2:0-33"
},
{
"moduleId": "tlDw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"type": "harmony side effect evaluation",
"userRequest": "./TextField.base",
"loc": "2:0-49"
},
{
"moduleId": "tlDw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"type": "harmony import specifier",
"userRequest": "./TextField.base",
"loc": "4:30-43"
}
],
"providedExports": [
"TextFieldBase"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { Label } from '../../Label';\nimport { Icon } from '../../Icon';\nimport { Async, DelayedRender, classNamesFunction, getId, getNativeProps, getWindow, initializeComponentRef, inputProperties, isControlled, isIE11, textAreaProperties, warn, warnControlledUsage, warnMutuallyExclusive, } from '../../Utilities';\nvar getClassNames = classNamesFunction();\nvar DEFAULT_STATE_VALUE = '';\nvar COMPONENT_NAME = 'TextField';\nvar REVEAL_ICON_NAME = 'RedEye';\nvar HIDE_ICON_NAME = 'Hide';\nvar TextFieldBase = /** @class */ (function (_super) {\n __extends(TextFieldBase, _super);\n function TextFieldBase(props) {\n var _this = _super.call(this, props) || this;\n _this._textElement = React.createRef();\n _this._onFocus = function (ev) {\n if (_this.props.onFocus) {\n _this.props.onFocus(ev);\n }\n _this.setState({ isFocused: true }, function () {\n if (_this.props.validateOnFocusIn) {\n _this._validate(_this.value);\n }\n });\n };\n _this._onBlur = function (ev) {\n if (_this.props.onBlur) {\n _this.props.onBlur(ev);\n }\n _this.setState({ isFocused: false }, function () {\n if (_this.props.validateOnFocusOut) {\n _this._validate(_this.value);\n }\n });\n };\n _this._onRenderLabel = function (props) {\n var label = props.label, required = props.required;\n // IProcessedStyleSet definition requires casting for what Label expects as its styles prop\n var labelStyles = _this._classNames.subComponentStyles\n ? _this._classNames.subComponentStyles.label\n : undefined;\n if (label) {\n return (React.createElement(Label, { required: required, htmlFor: _this._id, styles: labelStyles, disabled: props.disabled, id: _this._labelId }, props.label));\n }\n return null;\n };\n _this._onRenderDescription = function (props) {\n if (props.description) {\n return React.createElement(\"span\", { className: _this._classNames.description }, props.description);\n }\n return null;\n };\n _this._onRevealButtonClick = function (event) {\n _this.setState(function (prevState) { return ({ isRevealingPassword: !prevState.isRevealingPassword }); });\n };\n _this._onInputChange = function (event) {\n // Previously, we needed to call both onInput and onChange due to some weird IE/React issues,\n // which have *probably* been fixed now:\n // - https://github.com/microsoft/fluentui/issues/744 (likely fixed)\n // - https://github.com/microsoft/fluentui/issues/824 (confirmed fixed)\n // TODO (Fabric 8?) - Switch to calling only onChange. This switch is pretty disruptive for\n // tests (ours and maybe consumers' too), so it seemed best to do the switch in a major bump.\n var element = event.target;\n var value = element.value;\n // Ignore this event if the value is undefined (in case one of the IE bugs comes back)\n if (value === undefined || value === _this._lastChangeValue) {\n return;\n }\n _this._lastChangeValue = value;\n // This is so developers can access the event properties in asynchronous callbacks\n // https://reactjs.org/docs/events.html#event-pooling\n event.persist();\n var isSameValue;\n _this.setState(function (prevState, props) {\n var prevValue = _getValue(props, prevState) || '';\n isSameValue = value === prevValue;\n // Avoid doing unnecessary work when the value has not changed.\n if (isSameValue) {\n return null;\n }\n // ONLY if this is an uncontrolled component, update the displayed value.\n // (Controlled components must update the `value` prop from `onChange`.)\n return _this._isControlled ? null : { uncontrolledValue: value };\n }, function () {\n // If the value actually changed, call onChange (for either controlled or uncontrolled)\n var onChange = _this.props.onChange;\n if (!isSameValue && onChange) {\n onChange(event, value);\n }\n });\n };\n initializeComponentRef(_this);\n _this._async = new Async(_this);\n if (process.env.NODE_ENV !== 'production') {\n warnMutuallyExclusive(COMPONENT_NAME, props, {\n errorMessage: 'onGetErrorMessage',\n });\n }\n _this._fallbackId = getId(COMPONENT_NAME);\n _this._descriptionId = getId(COMPONENT_NAME + 'Description');\n _this._labelId = getId(COMPONENT_NAME + 'Label');\n _this._warnControlledUsage();\n var _a = props.defaultValue, defaultValue = _a === void 0 ? DEFAULT_STATE_VALUE : _a;\n if (typeof defaultValue === 'number') {\n // This isn't allowed per the props, but happens anyway.\n defaultValue = String(defaultValue);\n }\n _this.state = {\n uncontrolledValue: _this._isControlled ? undefined : defaultValue,\n isFocused: false,\n errorMessage: '',\n };\n _this._delayedValidate = _this._async.debounce(_this._validate, _this.props.deferredValidationTime);\n _this._lastValidation = 0;\n return _this;\n }\n Object.defineProperty(TextFieldBase.prototype, \"value\", {\n /**\n * Gets the current value of the text field.\n */\n get: function () {\n return _getValue(this.props, this.state);\n },\n enumerable: true,\n configurable: true\n });\n TextFieldBase.prototype.componentDidMount = function () {\n this._adjustInputHeight();\n if (this.props.validateOnLoad) {\n this._validate(this.value);\n }\n };\n TextFieldBase.prototype.componentWillUnmount = function () {\n this._async.dispose();\n };\n TextFieldBase.prototype.getSnapshotBeforeUpdate = function (prevProps, prevState) {\n return {\n selection: [this.selectionStart, this.selectionEnd],\n };\n };\n TextFieldBase.prototype.componentDidUpdate = function (prevProps, prevState, snapshot) {\n var props = this.props;\n var _a = (snapshot || {}).selection, selection = _a === void 0 ? [null, null] : _a;\n var start = selection[0], end = selection[1];\n if (!!prevProps.multiline !== !!props.multiline && prevState.isFocused) {\n // The text field has just changed between single- and multi-line, so we need to reset focus\n // and selection/cursor.\n this.focus();\n if (start !== null && end !== null && start >= 0 && end >= 0) {\n this.setSelectionRange(start, end);\n }\n }\n var prevValue = _getValue(prevProps, prevState);\n var value = this.value;\n if (prevValue !== value) {\n // Handle controlled/uncontrolled warnings and status\n this._warnControlledUsage(prevProps);\n // Clear error message if needed\n // TODO: is there any way to do this without an extra render?\n if (this.state.errorMessage && !props.errorMessage) {\n this.setState({ errorMessage: '' });\n }\n // Adjust height if needed based on new value\n this._adjustInputHeight();\n // Reset the record of the last value seen by a change/input event\n this._lastChangeValue = undefined;\n // TODO: #5875 added logic to trigger validation in componentWillReceiveProps and other places.\n // This seems a bit odd and hard to integrate with the new approach.\n // (Starting to think we should just put the validation logic in a separate wrapper component...?)\n if (_shouldValidateAllChanges(props)) {\n this._delayedValidate(value);\n }\n }\n };\n TextFieldBase.prototype.render = function () {\n var _a = this.props, borderless = _a.borderless, className = _a.className, disabled = _a.disabled, iconProps = _a.iconProps, inputClassName = _a.inputClassName, label = _a.label, multiline = _a.multiline, required = _a.required, underlined = _a.underlined, prefix = _a.prefix, resizable = _a.resizable, suffix = _a.suffix, theme = _a.theme, styles = _a.styles, autoAdjustHeight = _a.autoAdjustHeight, canRevealPassword = _a.canRevealPassword, type = _a.type, _b = _a.onRenderPrefix, onRenderPrefix = _b === void 0 ? this._onRenderPrefix : _b, _c = _a.onRenderSuffix, onRenderSuffix = _c === void 0 ? this._onRenderSuffix : _c, _d = _a.onRenderLabel, onRenderLabel = _d === void 0 ? this._onRenderLabel : _d, _e = _a.onRenderDescription, onRenderDescription = _e === void 0 ? this._onRenderDescription : _e;\n var _f = this.state, isFocused = _f.isFocused, isRevealingPassword = _f.isRevealingPassword;\n var errorMessage = this._errorMessage;\n var hasRevealButton = !!canRevealPassword && type === 'password' && _browserNeedsRevealButton();\n var classNames = (this._classNames = getClassNames(styles, {\n theme: theme,\n className: className,\n disabled: disabled,\n focused: isFocused,\n required: required,\n multiline: multiline,\n hasLabel: !!label,\n hasErrorMessage: !!errorMessage,\n borderless: borderless,\n resizable: resizable,\n hasIcon: !!iconProps,\n underlined: underlined,\n inputClassName: inputClassName,\n autoAdjustHeight: autoAdjustHeight,\n hasRevealButton: hasRevealButton,\n }));\n return (React.createElement(\"div\", { className: classNames.root },\n React.createElement(\"div\", { className: classNames.wrapper },\n onRenderLabel(this.props, this._onRenderLabel),\n React.createElement(\"div\", { className: classNames.fieldGroup },\n (prefix !== undefined || this.props.onRenderPrefix) && (React.createElement(\"div\", { className: classNames.prefix }, onRenderPrefix(this.props, this._onRenderPrefix))),\n multiline ? this._renderTextArea() : this._renderInput(),\n iconProps && React.createElement(Icon, __assign({ className: classNames.icon }, iconProps)),\n hasRevealButton && (\n // Explicitly set type=\"button\" since the default button type within a form is \"submit\"\n React.createElement(\"button\", { className: classNames.revealButton, onClick: this._onRevealButtonClick, type: \"button\" },\n React.createElement(\"span\", { className: classNames.revealSpan },\n React.createElement(Icon, { className: classNames.revealIcon, iconName: isRevealingPassword ? HIDE_ICON_NAME : REVEAL_ICON_NAME })))),\n (suffix !== undefined || this.props.onRenderSuffix) && (React.createElement(\"div\", { className: classNames.suffix }, onRenderSuffix(this.props, this._onRenderSuffix))))),\n this._isDescriptionAvailable && (React.createElement(\"span\", { id: this._descriptionId },\n onRenderDescription(this.props, this._onRenderDescription),\n errorMessage && (React.createElement(\"div\", { role: \"alert\" },\n React.createElement(DelayedRender, null,\n React.createElement(\"p\", { className: classNames.errorMessage },\n React.createElement(\"span\", { \"data-automation-id\": \"error-message\" }, errorMessage)))))))));\n };\n /**\n * Sets focus on the text field\n */\n TextFieldBase.prototype.focus = function () {\n if (this._textElement.current) {\n this._textElement.current.focus();\n }\n };\n /**\n * Blurs the text field.\n */\n TextFieldBase.prototype.blur = function () {\n if (this._textElement.current) {\n this._textElement.current.blur();\n }\n };\n /**\n * Selects the text field\n */\n TextFieldBase.prototype.select = function () {\n if (this._textElement.current) {\n this._textElement.current.select();\n }\n };\n /**\n * Sets the selection start of the text field to a specified value\n */\n TextFieldBase.prototype.setSelectionStart = function (value) {\n if (this._textElement.current) {\n this._textElement.current.selectionStart = value;\n }\n };\n /**\n * Sets the selection end of the text field to a specified value\n */\n TextFieldBase.prototype.setSelectionEnd = function (value) {\n if (this._textElement.current) {\n this._textElement.current.selectionEnd = value;\n }\n };\n Object.defineProperty(TextFieldBase.prototype, \"selectionStart\", {\n /**\n * Gets the selection start of the text field\n */\n get: function () {\n return this._textElement.current ? this._textElement.current.selectionStart : -1;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(TextFieldBase.prototype, \"selectionEnd\", {\n /**\n * Gets the selection end of the text field\n */\n get: function () {\n return this._textElement.current ? this._textElement.current.selectionEnd : -1;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * Sets the start and end positions of a selection in a text field.\n * @param start - Index of the start of the selection.\n * @param end - Index of the end of the selection.\n */\n TextFieldBase.prototype.setSelectionRange = function (start, end) {\n if (this._textElement.current) {\n this._textElement.current.setSelectionRange(start, end);\n }\n };\n TextFieldBase.prototype._warnControlledUsage = function (prevProps) {\n // Show warnings if props are being used in an invalid way\n warnControlledUsage({\n componentId: this._id,\n componentName: COMPONENT_NAME,\n props: this.props,\n oldProps: prevProps,\n valueProp: 'value',\n defaultValueProp: 'defaultValue',\n onChangeProp: 'onChange',\n readOnlyProp: 'readOnly',\n });\n if (this.props.value === null && !this._hasWarnedNullValue) {\n this._hasWarnedNullValue = true;\n warn(\"Warning: 'value' prop on '\" + COMPONENT_NAME + \"' should not be null. Consider using an \" +\n 'empty string to clear the component or undefined to indicate an uncontrolled component.');\n }\n };\n Object.defineProperty(TextFieldBase.prototype, \"_id\", {\n /** Returns `props.id` if available, or a fallback if not. */\n get: function () {\n return this.props.id || this._fallbackId;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(TextFieldBase.prototype, \"_isControlled\", {\n get: function () {\n return isControlled(this.props, 'value');\n },\n enumerable: true,\n configurable: true\n });\n TextFieldBase.prototype._onRenderPrefix = function (props) {\n var prefix = props.prefix;\n return React.createElement(\"span\", { style: { paddingBottom: '1px' } }, prefix);\n };\n TextFieldBase.prototype._onRenderSuffix = function (props) {\n var suffix = props.suffix;\n return React.createElement(\"span\", { style: { paddingBottom: '1px' } }, suffix);\n };\n Object.defineProperty(TextFieldBase.prototype, \"_errorMessage\", {\n /**\n * Current error message from either `props.errorMessage` or the result of `props.onGetErrorMessage`.\n *\n * - If there is no validation error or we have not validated the input value, errorMessage is an empty string.\n * - If we have done the validation and there is validation error, errorMessage is the validation error message.\n */\n get: function () {\n var _a = this.props.errorMessage, errorMessage = _a === void 0 ? this.state.errorMessage : _a;\n return errorMessage || '';\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(TextFieldBase.prototype, \"_isDescriptionAvailable\", {\n /**\n * If a custom description render function is supplied then treat description as always available.\n * Otherwise defer to the presence of description or error message text.\n */\n get: function () {\n var props = this.props;\n return !!(props.onRenderDescription || props.description || this._errorMessage);\n },\n enumerable: true,\n configurable: true\n });\n TextFieldBase.prototype._renderTextArea = function () {\n var textAreaProps = getNativeProps(this.props, textAreaProperties, ['defaultValue']);\n var ariaLabelledBy = this.props['aria-labelledby'] || (this.props.label ? this._labelId : undefined);\n return (React.createElement(\"textarea\", __assign({ id: this._id }, textAreaProps, { ref: this._textElement, value: this.value || '', onInput: this._onInputChange, onChange: this._onInputChange, className: this._classNames.field, \"aria-labelledby\": ariaLabelledBy, \"aria-describedby\": this._isDescriptionAvailable ? this._descriptionId : this.props['aria-describedby'], \"aria-invalid\": !!this._errorMessage, \"aria-label\": this.props.ariaLabel, readOnly: this.props.readOnly, onFocus: this._onFocus, onBlur: this._onBlur })));\n };\n TextFieldBase.prototype._renderInput = function () {\n var _a;\n var inputProps = getNativeProps(this.props, inputProperties, [\n 'defaultValue',\n 'type',\n ]);\n var ariaLabelledBy = this.props['aria-labelledby'] || (this.props.label ? this._labelId : undefined);\n var type = this.state.isRevealingPassword ? 'text' : (_a = this.props.type, (_a !== null && _a !== void 0 ? _a : 'text'));\n return (React.createElement(\"input\", __assign({ type: type, id: this._id, \"aria-labelledby\": ariaLabelledBy }, inputProps, { ref: this._textElement, value: this.value || '', onInput: this._onInputChange, onChange: this._onInputChange, className: this._classNames.field, \"aria-label\": this.props.ariaLabel, \"aria-describedby\": this._isDescriptionAvailable ? this._descriptionId : this.props['aria-describedby'], \"aria-invalid\": !!this._errorMessage, readOnly: this.props.readOnly, onFocus: this._onFocus, onBlur: this._onBlur })));\n };\n TextFieldBase.prototype._validate = function (value) {\n var _this = this;\n // In case _validate is called again while validation promise is executing\n if (this._latestValidateValue === value && _shouldValidateAllChanges(this.props)) {\n return;\n }\n this._latestValidateValue = value;\n var onGetErrorMessage = this.props.onGetErrorMessage;\n var result = onGetErrorMessage && onGetErrorMessage(value || '');\n if (result !== undefined) {\n if (typeof result === 'string' || !('then' in result)) {\n this.setState({ errorMessage: result });\n this._notifyAfterValidate(value, result);\n }\n else {\n var currentValidation_1 = ++this._lastValidation;\n result.then(function (errorMessage) {\n if (currentValidation_1 === _this._lastValidation) {\n _this.setState({ errorMessage: errorMessage });\n }\n _this._notifyAfterValidate(value, errorMessage);\n });\n }\n }\n else {\n this._notifyAfterValidate(value, '');\n }\n };\n TextFieldBase.prototype._notifyAfterValidate = function (value, errorMessage) {\n if (value === this.value && this.props.onNotifyValidationResult) {\n this.props.onNotifyValidationResult(errorMessage, value);\n }\n };\n TextFieldBase.prototype._adjustInputHeight = function () {\n if (this._textElement.current && this.props.autoAdjustHeight && this.props.multiline) {\n var textField = this._textElement.current;\n textField.style.height = '';\n textField.style.height = textField.scrollHeight + 'px';\n }\n };\n TextFieldBase.defaultProps = {\n resizable: true,\n deferredValidationTime: 200,\n validateOnLoad: true,\n canRevealPassword: false,\n };\n return TextFieldBase;\n}(React.Component));\nexport { TextFieldBase };\n/** Get the value from the given state and props (converting from number to string if needed) */\nfunction _getValue(props, state) {\n var _a = props.value, value = _a === void 0 ? state.uncontrolledValue : _a;\n if (typeof value === 'number') {\n // not allowed per typings, but happens anyway\n return String(value);\n }\n return value;\n}\n/**\n * If `validateOnFocusIn` or `validateOnFocusOut` is true, validation should run **only** on that event.\n * Otherwise, validation should run on every change.\n */\nfunction _shouldValidateAllChanges(props) {\n return !(props.validateOnFocusIn || props.validateOnFocusOut);\n}\n// Only calculate this once across all TextFields, since will stay the same\nvar __browserNeedsRevealButton;\nfunction _browserNeedsRevealButton() {\n var _a;\n if (typeof __browserNeedsRevealButton !== 'boolean') {\n var win = getWindow();\n if ((_a = win) === null || _a === void 0 ? void 0 : _a.navigator) {\n // Edge, Chromium Edge\n var isEdge = /Edg/.test(win.navigator.userAgent || '');\n __browserNeedsRevealButton = !(isIE11() || isEdge);\n }\n else {\n __browserNeedsRevealButton = true;\n }\n }\n return __browserNeedsRevealButton;\n}\n//# sourceMappingURL=TextField.base.js.map"
},
{
"id": "DCO0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"index": 270,
"index2": 257,
"size": 1224,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"issuerId": "p6i1",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "p6i1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony side effect evaluation",
"userRequest": "./BaseDecorator",
"loc": "3:0-48"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "./BaseDecorator",
"loc": "79:10-23"
}
],
"providedExports": [
"BaseDecorator"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __extends } from \"tslib\";\nimport * as React from 'react';\nimport { hoistMethods, unhoistMethods } from '../../Utilities';\nvar BaseDecorator = /** @class */ (function (_super) {\n __extends(BaseDecorator, _super);\n function BaseDecorator(props) {\n var _this = _super.call(this, props) || this;\n _this._updateComposedComponentRef = _this._updateComposedComponentRef.bind(_this);\n return _this;\n }\n /**\n * Updates the ref to the component composed by the decorator, which will also take care of hoisting\n * (and unhoisting as appropriate) methods from said component.\n *\n * Pass this method as the argument to the 'ref' property of the composed component.\n */\n BaseDecorator.prototype._updateComposedComponentRef = function (composedComponentInstance) {\n this._composedComponentInstance = composedComponentInstance;\n if (composedComponentInstance) {\n this._hoisted = hoistMethods(this, composedComponentInstance);\n }\n else if (this._hoisted) {\n unhoistMethods(this, this._hoisted);\n }\n };\n return BaseDecorator;\n}(React.Component));\nexport { BaseDecorator };\n//# sourceMappingURL=BaseDecorator.js.map"
},
{
"id": "DU53",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/osDetector.js",
"name": "./node_modules/@uifabric/utilities/lib/osDetector.js",
"index": 143,
"index2": 135,
"size": 527,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./osDetector",
"loc": "45:0-29"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./osDetector",
"loc": "45:0-29"
}
],
"providedExports": [
"isMac"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\nvar isMacResult;\n/**\n * Returns true if the user is on a Mac. Caches the result value.\n * @param reset - Reset the cached result value (mainly for testing).\n */\nexport function isMac(reset) {\n if (typeof isMacResult === 'undefined' || reset) {\n var win = getWindow();\n var userAgent = win && win.navigator.userAgent;\n isMacResult = !!userAgent && userAgent.indexOf('Macintosh') !== -1;\n }\n return !!isMacResult;\n}\n//# sourceMappingURL=osDetector.js.map"
},
{
"id": "EMCv",
"identifier": "external \"SvgHeroWebPartStrings\"",
"name": "external \"SvgHeroWebPartStrings\"",
"index": 9,
"index2": 8,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerId": "we3T",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony side effect evaluation",
"userRequest": "SvgHeroWebPartStrings",
"loc": "17:0-49"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "55:37-68"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "59:39-60"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "62:43-67"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "76:39-61"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "79:43-65"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "86:43-65"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "93:43-65"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "100:43-66"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "107:43-65"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "114:43-67"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "121:43-65"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "128:43-67"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "135:43-66"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "142:43-66"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "SvgHeroWebPartStrings",
"loc": "149:42-66"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 1
},
{
"id": "EP45",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"name": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"index": 198,
"index2": 186,
"size": 5568,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getFocusStyle",
"loc": "6:0-32"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getFocusStyle",
"loc": "6:0-32"
}
],
"providedExports": [
"getFocusStyle",
"focusClear",
"getFocusOutlineStyle",
"getInputFocusStyle"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { HighContrastSelector } from './CommonStyles';\nimport { IsFocusVisibleClassName } from '@uifabric/utilities';\nimport { ZIndexes } from './zIndexes';\nexport function getFocusStyle(theme, insetOrOptions, position, highContrastStyle, borderColor, outlineColor, isFocusedOnly) {\n if (typeof insetOrOptions === 'number' || !insetOrOptions) {\n return _getFocusStyleInternal(theme, {\n inset: insetOrOptions,\n position: position,\n highContrastStyle: highContrastStyle,\n borderColor: borderColor,\n outlineColor: outlineColor,\n isFocusedOnly: isFocusedOnly,\n });\n }\n else {\n return _getFocusStyleInternal(theme, insetOrOptions);\n }\n}\nfunction _getFocusStyleInternal(theme, options) {\n var _a, _b;\n if (options === void 0) { options = {}; }\n var _c = options.inset, inset = _c === void 0 ? 0 : _c, _d = options.width, width = _d === void 0 ? 1 : _d, _e = options.position, position = _e === void 0 ? 'relative' : _e, highContrastStyle = options.highContrastStyle, _f = options.borderColor, borderColor = _f === void 0 ? theme.palette.white : _f, _g = options.outlineColor, outlineColor = _g === void 0 ? theme.palette.neutralSecondary : _g, _h = options.isFocusedOnly, isFocusedOnly = _h === void 0 ? true : _h;\n return {\n // Clear browser-specific focus styles and use 'transparent' as placeholder for focus style.\n outline: 'transparent',\n // Requirement because pseudo-element is absolutely positioned.\n position: position,\n selectors: (_a = {\n // Clear the focus border in Firefox.\n // Reference: http://stackoverflow.com/a/199319/1436671\n '::-moz-focus-inner': {\n border: '0',\n }\n },\n // When the element that uses this mixin is in a :focus state, add a pseudo-element to\n // create a border.\n _a[\".\" + IsFocusVisibleClassName + \" &\" + (isFocusedOnly ? ':focus' : '') + \":after\"] = {\n content: '\"\"',\n position: 'absolute',\n left: inset + 1,\n top: inset + 1,\n bottom: inset + 1,\n right: inset + 1,\n border: width + \"px solid \" + borderColor,\n outline: width + \"px solid \" + outlineColor,\n zIndex: ZIndexes.FocusStyle,\n selectors: (_b = {},\n _b[HighContrastSelector] = highContrastStyle,\n _b),\n },\n _a),\n };\n}\n/**\n * Generates style to clear browser specific focus styles.\n */\nexport function focusClear() {\n return {\n selectors: {\n '&::-moz-focus-inner': {\n // Clear the focus border in Firefox. Reference: http://stackoverflow.com/a/199319/1436671\n border: 0,\n },\n '&': {\n // Clear browser specific focus styles and use transparent as placeholder for focus style\n outline: 'transparent',\n },\n },\n };\n}\n/**\n * Generates a style which can be used to set a border on focus.\n *\n * @param theme - The theme object to use.\n * @param inset - The number of pixels to inset the border (default 0)\n * @param width - The border width in pixels (default 1)\n * @param color - Color of the outline (default `theme.palette.neutralSecondary`)\n * @returns The style object.\n */\nexport function getFocusOutlineStyle(theme, inset, width, color) {\n var _a;\n if (inset === void 0) { inset = 0; }\n if (width === void 0) { width = 1; }\n return {\n selectors: (_a = {},\n _a[\":global(\" + IsFocusVisibleClassName + \") &:focus\"] = {\n outline: width + \" solid \" + (color || theme.palette.neutralSecondary),\n outlineOffset: -inset + \"px\",\n },\n _a),\n };\n}\n/**\n * Generates text input border styles on focus.\n *\n * @param borderColor - Color of the border.\n * @param borderRadius - Radius of the border.\n * @param borderType - Type of the border.\n * @param borderPosition - Position of the border relative to the input element (default to -1\n * as it's the most common border width of the input element)\n * @returns The style object.\n */\nexport var getInputFocusStyle = function (borderColor, borderRadius, borderType, borderPosition) {\n var _a, _b, _c;\n if (borderType === void 0) { borderType = 'border'; }\n if (borderPosition === void 0) { borderPosition = -1; }\n var isBorderBottom = borderType === 'borderBottom';\n return {\n borderColor: borderColor,\n selectors: {\n ':after': (_a = {\n pointerEvents: 'none',\n content: \"''\",\n position: 'absolute',\n left: isBorderBottom ? 0 : borderPosition,\n top: borderPosition,\n bottom: borderPosition,\n right: isBorderBottom ? 0 : borderPosition\n },\n _a[borderType] = \"2px solid \" + borderColor,\n _a.borderRadius = borderRadius,\n _a.width = borderType === 'borderBottom' ? '100%' : undefined,\n _a.selectors = (_b = {},\n _b[HighContrastSelector] = (_c = {},\n _c[borderType === 'border' ? 'borderColor' : 'borderBottomColor'] = 'Highlight',\n _c),\n _b),\n _a),\n },\n };\n};\n//# sourceMappingURL=getFocusStyle.js.map"
},
{
"id": "Eeu5",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/setVersion.js",
"name": "./node_modules/@uifabric/set-version/lib/setVersion.js",
"index": 42,
"index2": 33,
"size": 1022,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/index.js",
"issuerId": "S/Ex",
"issuerName": "./node_modules/@uifabric/set-version/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "e1Yi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js"
},
{
"id": "S/Ex",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/index.js",
"name": "./node_modules/@uifabric/set-version/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "S/Ex",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/index.js",
"module": "./node_modules/@uifabric/set-version/lib/index.js",
"moduleName": "./node_modules/@uifabric/set-version/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./setVersion",
"loc": "1:0-42"
},
{
"moduleId": "S/Ex",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/index.js",
"module": "./node_modules/@uifabric/set-version/lib/index.js",
"moduleName": "./node_modules/@uifabric/set-version/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./setVersion",
"loc": "2:0-22"
},
{
"moduleId": "S/Ex",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/index.js",
"module": "./node_modules/@uifabric/set-version/lib/index.js",
"moduleName": "./node_modules/@uifabric/set-version/lib/index.js",
"type": "harmony import specifier",
"userRequest": "./setVersion",
"loc": "3:0-10"
}
],
"providedExports": [
"setVersion"
],
"optimizationBailout": [],
"depth": 9,
"source": "// A packages cache that makes sure that we don't inject the same packageName twice in the same bundle -\n// this cache is local to the module closure inside this bundle\nvar packagesCache = {};\n// Cache access to window to avoid IE11 memory leak.\nvar _win = undefined;\ntry {\n _win = window;\n}\ncatch (e) {\n /* no-op */\n}\nexport function setVersion(packageName, packageVersion) {\n if (typeof _win !== 'undefined') {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var packages = (_win.__packages__ = _win.__packages__ || {});\n // We allow either the global packages or local packages caches to invalidate so testing can\n // just clear the global to set this state\n if (!packages[packageName] || !packagesCache[packageName]) {\n packagesCache[packageName] = packageVersion;\n var versions = (packages[packageName] = packages[packageName] || []);\n versions.push(packageVersion);\n }\n }\n}\n//# sourceMappingURL=setVersion.js.map"
},
{
"id": "F/nV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/index.js",
"index": 262,
"index2": 252,
"size": 99,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"issuerId": "1sZu",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "5U38",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js"
},
{
"id": "1sZu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "1sZu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/react-focus",
"loc": "1:0-38"
},
{
"moduleId": "1sZu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/react-focus",
"loc": "1:0-38"
}
],
"providedExports": [
"FocusZone",
"FocusZoneTabbableElements",
"FocusZoneDirection"
],
"optimizationBailout": [],
"depth": 12,
"source": "import './version';\nexport * from './components/FocusZone/index';\n//# sourceMappingURL=index.js.map"
},
{
"id": "F3V5",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/assertNever.js",
"name": "./node_modules/@uifabric/utilities/lib/assertNever.js",
"index": 85,
"index2": 77,
"size": 246,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./assertNever",
"loc": "14:0-30"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./assertNever",
"loc": "14:0-30"
}
],
"providedExports": [
"assertNever"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * AssertNever is a utility function that can be used for exhaustiveness checks in switch statements.\n *\n * @public\n */\nexport function assertNever(x) {\n throw new Error('Unexpected object: ' + x);\n}\n//# sourceMappingURL=assertNever.js.map"
},
{
"id": "FLjh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"index": 335,
"index2": 316,
"size": 1070,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useSetTimeout",
"loc": "14:0-32"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useSetTimeout",
"loc": "14:0-32"
}
],
"providedExports": [
"useSetTimeout"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\nimport { useConst } from './useConst';\n/**\n * Returns a wrapper function for `setTimeout` which automatically handles disposal.\n */\nexport var useSetTimeout = function () {\n var timeoutIds = useConst({});\n // Cleanup function.\n React.useEffect(function () { return function () {\n for (var _i = 0, _a = Object.keys(timeoutIds); _i < _a.length; _i++) {\n var id = _a[_i];\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n clearTimeout(id);\n }\n }; }, \n // useConst ensures this will never change, but react-hooks/exhaustive-deps doesn't know that\n [timeoutIds]);\n // Return wrapper which will auto cleanup.\n return useConst({\n setTimeout: function (func, duration) {\n var id = setTimeout(func, duration);\n timeoutIds[id] = 1;\n return id;\n },\n clearTimeout: function (id) {\n delete timeoutIds[id];\n clearTimeout(id);\n },\n });\n};\n//# sourceMappingURL=useSetTimeout.js.map"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"index": 287,
"index2": 283,
"size": 95,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"issuerId": "zLl/",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Layer",
"loc": "4:0-36"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "../../Layer",
"loc": "13:69-74"
}
],
"providedExports": [
"Layer",
"LayerBase",
"LayerHost"
],
"optimizationBailout": [],
"depth": 13,
"source": "import './version';\nexport * from './components/Layer/index';\n//# sourceMappingURL=Layer.js.map"
},
{
"id": "FbcY",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/rtl.js",
"name": "./node_modules/@uifabric/utilities/lib/rtl.js",
"index": 87,
"index2": 79,
"size": 1984,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "9h5o",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"module": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"type": "harmony side effect evaluation",
"userRequest": "./rtl",
"loc": "2:0-31"
},
{
"moduleId": "9h5o",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"module": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"type": "harmony import specifier",
"userRequest": "./rtl",
"loc": "51:65-71"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./rtl",
"loc": "50:0-22"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./rtl",
"loc": "50:0-22"
}
],
"providedExports": [
"getRTL",
"setRTL",
"getRTLSafeKeyCode"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { KeyCodes } from './KeyCodes';\nimport { getDocument } from './dom/getDocument';\nimport { getItem, setItem } from './sessionStorage';\nimport { setRTL as mergeStylesSetRTL } from '@uifabric/merge-styles';\nvar RTL_LOCAL_STORAGE_KEY = 'isRTL';\n// Default to undefined so that we initialize on first read.\nvar _isRTL;\n/**\n * Gets the rtl state of the page (returns true if in rtl.)\n */\nexport function getRTL(theme) {\n if (theme === void 0) { theme = {}; }\n if (theme.rtl !== undefined) {\n return theme.rtl;\n }\n if (_isRTL === undefined) {\n // Fabric supports persisting the RTL setting between page refreshes via session storage\n var savedRTL = getItem(RTL_LOCAL_STORAGE_KEY);\n if (savedRTL !== null) {\n _isRTL = savedRTL === '1';\n setRTL(_isRTL);\n }\n var doc = getDocument();\n if (_isRTL === undefined && doc) {\n _isRTL = ((doc.body && doc.body.getAttribute('dir')) || doc.documentElement.getAttribute('dir')) === 'rtl';\n mergeStylesSetRTL(_isRTL);\n }\n }\n return !!_isRTL;\n}\n/**\n * Sets the rtl state of the page (by adjusting the dir attribute of the html element.)\n */\nexport function setRTL(isRTL, persistSetting) {\n if (persistSetting === void 0) { persistSetting = false; }\n var doc = getDocument();\n if (doc) {\n doc.documentElement.setAttribute('dir', isRTL ? 'rtl' : 'ltr');\n }\n if (persistSetting) {\n setItem(RTL_LOCAL_STORAGE_KEY, isRTL ? '1' : '0');\n }\n _isRTL = isRTL;\n mergeStylesSetRTL(_isRTL);\n}\n/**\n * Returns the given key, but flips right/left arrows if necessary.\n */\nexport function getRTLSafeKeyCode(key, theme) {\n if (theme === void 0) { theme = {}; }\n if (getRTL(theme)) {\n if (key === KeyCodes.left) {\n key = KeyCodes.right;\n }\n else if (key === KeyCodes.right) {\n key = KeyCodes.left;\n }\n }\n return key;\n}\n//# sourceMappingURL=rtl.js.map"
},
{
"id": "FpBO",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.styles.js",
"index": 250,
"index2": 242,
"size": 2326,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"issuerId": "JTa0",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "JTa0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "JTa0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorPicker.styles",
"loc": "3:0-49"
},
{
"moduleId": "JTa0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"type": "harmony import specifier",
"userRequest": "./ColorPicker.styles",
"loc": "4:49-58"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "export var getStyles = function (props) {\n var className = props.className, theme = props.theme, alphaType = props.alphaType;\n return {\n root: [\n 'ms-ColorPicker',\n theme.fonts.medium,\n {\n position: 'relative',\n maxWidth: 300,\n },\n className,\n ],\n panel: [\n 'ms-ColorPicker-panel',\n {\n padding: '16px',\n },\n ],\n table: [\n 'ms-ColorPicker-table',\n {\n tableLayout: 'fixed',\n width: '100%',\n selectors: {\n 'tbody td:last-of-type .ms-ColorPicker-input': {\n paddingRight: 0,\n },\n },\n },\n ],\n tableHeader: [\n theme.fonts.small,\n {\n selectors: {\n td: {\n paddingBottom: 4,\n },\n },\n },\n ],\n tableHexCell: {\n width: '25%',\n },\n // Account for \"Transparency\" being a longer word\n tableAlphaCell: alphaType === 'transparency' && {\n width: '22%',\n },\n colorSquare: [\n 'ms-ColorPicker-colorSquare',\n {\n width: 48,\n height: 48,\n margin: '0 0 0 8px',\n border: '1px solid #c8c6c4',\n },\n ],\n flexContainer: {\n display: 'flex',\n },\n flexSlider: {\n flexGrow: '1',\n },\n flexPreviewBox: {\n flexGrow: '0',\n },\n input: [\n 'ms-ColorPicker-input',\n {\n width: '100%',\n border: 'none',\n boxSizing: 'border-box',\n height: 30,\n selectors: {\n '&.ms-TextField': {\n paddingRight: 4,\n },\n '& .ms-TextField-field': {\n minWidth: 'auto',\n padding: 5,\n textOverflow: 'clip',\n },\n },\n },\n ],\n };\n};\n//# sourceMappingURL=ColorPicker.styles.js.map"
},
{
"id": "G64Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"index": 307,
"index2": 293,
"size": 7683,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerId": "2bYP",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "6:0-62"
},
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "6:0-62"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "2:0-62"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "58:17-34"
},
{
"moduleId": "WGa6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "2:0-72"
},
{
"moduleId": "WGa6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "52:24-51"
},
{
"moduleId": "WGa6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.cnstyles",
"loc": "53:28-55"
}
],
"providedExports": [
"CONTEXTUAL_MENU_ITEM_HEIGHT",
"getMenuItemStyles"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign } from \"tslib\";\nimport { concatStyleSets, getFocusStyle, HighContrastSelector, getScreenSelector, ScreenWidthMaxMedium, IconFontSizes, getHighContrastNoAdjustStyle, } from '../../Styling';\nimport { memoizeFunction } from '../../Utilities';\nexport var CONTEXTUAL_MENU_ITEM_HEIGHT = 36;\nvar MediumScreenSelector = getScreenSelector(0, ScreenWidthMaxMedium);\nvar getItemHighContrastStyles = memoizeFunction(function () {\n var _a;\n return {\n selectors: (_a = {},\n _a[HighContrastSelector] = __assign({ backgroundColor: 'Highlight', borderColor: 'Highlight', color: 'HighlightText' }, getHighContrastNoAdjustStyle()),\n _a),\n };\n});\nexport var getMenuItemStyles = memoizeFunction(function (theme) {\n var _a, _b, _c, _d, _e, _f, _g;\n var semanticColors = theme.semanticColors, fonts = theme.fonts, palette = theme.palette;\n var ContextualMenuItemBackgroundHoverColor = semanticColors.menuItemBackgroundHovered;\n var ContextualMenuItemTextHoverColor = semanticColors.menuItemTextHovered;\n var ContextualMenuItemBackgroundSelectedColor = semanticColors.menuItemBackgroundPressed;\n var ContextualMenuItemDividerColor = semanticColors.bodyDivider;\n var menuItemStyles = {\n item: [\n fonts.medium,\n {\n color: semanticColors.bodyText,\n position: 'relative',\n boxSizing: 'border-box',\n },\n ],\n divider: {\n display: 'block',\n height: '1px',\n backgroundColor: ContextualMenuItemDividerColor,\n position: 'relative',\n },\n root: [\n getFocusStyle(theme),\n fonts.medium,\n {\n color: semanticColors.bodyText,\n backgroundColor: 'transparent',\n border: 'none',\n width: '100%',\n height: CONTEXTUAL_MENU_ITEM_HEIGHT,\n lineHeight: CONTEXTUAL_MENU_ITEM_HEIGHT,\n display: 'block',\n cursor: 'pointer',\n padding: '0px 8px 0 4px',\n textAlign: 'left',\n },\n ],\n rootDisabled: {\n color: semanticColors.disabledBodyText,\n cursor: 'default',\n pointerEvents: 'none',\n selectors: (_a = {},\n _a[HighContrastSelector] = __assign({ color: 'GrayText', opacity: 1 }, getHighContrastNoAdjustStyle()),\n _a),\n },\n rootHovered: __assign({ backgroundColor: ContextualMenuItemBackgroundHoverColor, color: ContextualMenuItemTextHoverColor, selectors: {\n '.ms-ContextualMenu-icon': {\n color: palette.themeDarkAlt,\n },\n '.ms-ContextualMenu-submenuIcon': {\n color: palette.neutralPrimary,\n },\n } }, getItemHighContrastStyles()),\n rootFocused: __assign({ backgroundColor: palette.white }, getItemHighContrastStyles()),\n rootChecked: __assign({ selectors: {\n '.ms-ContextualMenu-checkmarkIcon': {\n color: palette.neutralPrimary,\n },\n } }, getItemHighContrastStyles()),\n rootPressed: __assign({ backgroundColor: ContextualMenuItemBackgroundSelectedColor, selectors: {\n '.ms-ContextualMenu-icon': {\n color: palette.themeDark,\n },\n '.ms-ContextualMenu-submenuIcon': {\n color: palette.neutralPrimary,\n },\n } }, getItemHighContrastStyles()),\n rootExpanded: __assign({ backgroundColor: ContextualMenuItemBackgroundSelectedColor, color: semanticColors.bodyTextChecked }, getItemHighContrastStyles()),\n linkContent: {\n whiteSpace: 'nowrap',\n height: 'inherit',\n display: 'flex',\n alignItems: 'center',\n maxWidth: '100%',\n },\n anchorLink: {\n padding: '0px 8px 0 4px',\n textRendering: 'auto',\n color: 'inherit',\n letterSpacing: 'normal',\n wordSpacing: 'normal',\n textTransform: 'none',\n textIndent: '0px',\n textShadow: 'none',\n textDecoration: 'none',\n boxSizing: 'border-box',\n },\n label: {\n margin: '0 4px',\n verticalAlign: 'middle',\n display: 'inline-block',\n flexGrow: '1',\n textOverflow: 'ellipsis',\n overflow: 'hidden',\n whiteSpace: 'nowrap',\n },\n secondaryText: {\n color: theme.palette.neutralSecondary,\n paddingLeft: '20px',\n textAlign: 'right',\n },\n icon: {\n display: 'inline-block',\n minHeight: '1px',\n maxHeight: CONTEXTUAL_MENU_ITEM_HEIGHT,\n fontSize: IconFontSizes.medium,\n width: IconFontSizes.medium,\n margin: '0 4px',\n verticalAlign: 'middle',\n flexShrink: '0',\n selectors: (_b = {},\n _b[MediumScreenSelector] = {\n fontSize: IconFontSizes.large,\n width: IconFontSizes.large,\n },\n _b),\n },\n iconColor: {\n color: semanticColors.menuIcon,\n selectors: (_c = {},\n _c[HighContrastSelector] = {\n color: 'inherit',\n },\n _c['$root:hover &'] = {\n selectors: (_d = {},\n _d[HighContrastSelector] = {\n color: 'HighlightText',\n },\n _d),\n },\n _c['$root:focus &'] = {\n selectors: (_e = {},\n _e[HighContrastSelector] = {\n color: 'HighlightText',\n },\n _e),\n },\n _c),\n },\n iconDisabled: {\n color: semanticColors.disabledBodyText,\n },\n checkmarkIcon: {\n color: semanticColors.bodySubtext,\n selectors: (_f = {},\n _f[HighContrastSelector] = {\n color: 'HighlightText',\n },\n _f),\n },\n subMenuIcon: {\n height: CONTEXTUAL_MENU_ITEM_HEIGHT,\n lineHeight: CONTEXTUAL_MENU_ITEM_HEIGHT,\n color: palette.neutralSecondary,\n textAlign: 'center',\n display: 'inline-block',\n verticalAlign: 'middle',\n flexShrink: '0',\n fontSize: IconFontSizes.small,\n selectors: (_g = {\n ':hover': {\n color: palette.neutralPrimary,\n },\n ':active': {\n color: palette.neutralPrimary,\n }\n },\n _g[MediumScreenSelector] = {\n fontSize: IconFontSizes.medium,\n },\n _g[HighContrastSelector] = {\n color: 'HighlightText',\n },\n _g),\n },\n splitButtonFlexContainer: [\n getFocusStyle(theme),\n {\n display: 'flex',\n height: CONTEXTUAL_MENU_ITEM_HEIGHT,\n flexWrap: 'nowrap',\n justifyContent: 'center',\n alignItems: 'flex-start',\n },\n ],\n };\n return concatStyleSets(menuItemStyles);\n});\n//# sourceMappingURL=ContextualMenu.cnstyles.js.map"
},
{
"id": "GCTM",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"name": "./node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"index": 72,
"index2": 64,
"size": 1071,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"issuerId": "7Uas",
"issuerName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "7Uas",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"name": "./node_modules/@uifabric/utilities/lib/BaseComponent.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn/warnConditionallyRequiredProps",
"loc": "5:0-87"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony import specifier",
"userRequest": "./warn/warnConditionallyRequiredProps",
"loc": "182:8-38"
},
{
"moduleId": "PHYm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"module": "./node_modules/@uifabric/utilities/lib/warn.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn/warnConditionallyRequiredProps",
"loc": "2:0-54"
},
{
"moduleId": "PHYm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"module": "./node_modules/@uifabric/utilities/lib/warn.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn.js",
"type": "harmony export imported specifier",
"userRequest": "./warn/warnConditionallyRequiredProps",
"loc": "2:0-54"
}
],
"providedExports": [
"warnConditionallyRequiredProps"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { warn } from './warn';\n/**\n * Warns when props are required if a condition is met.\n *\n * @public\n * @param componentName - The name of the component being used.\n * @param props - The props passed into the component.\n * @param requiredProps - The name of the props that are required when the condition is met.\n * @param conditionalPropName - The name of the prop that the condition is based on.\n * @param condition - Whether the condition is met.\n */\nexport function warnConditionallyRequiredProps(componentName, props, requiredProps, conditionalPropName, condition) {\n if (condition === true && process.env.NODE_ENV !== 'production') {\n for (var _i = 0, requiredProps_1 = requiredProps; _i < requiredProps_1.length; _i++) {\n var requiredPropName = requiredProps_1[_i];\n if (!(requiredPropName in props)) {\n warn(componentName + \" property '\" + requiredPropName + \"' is required when '\" + conditionalPropName + \"' is used.'\");\n }\n }\n }\n}\n//# sourceMappingURL=warnConditionallyRequiredProps.js.map"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"index": 175,
"index2": 211,
"size": 90,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"issuerId": "BxdP",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "1Rkx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-96"
},
{
"moduleId": "1Rkx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "8:26-37"
},
{
"moduleId": "1Rkx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "30:23-43"
},
{
"moduleId": "1Rkx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "30:79-107"
},
{
"moduleId": "5SYA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-62"
},
{
"moduleId": "5SYA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "9:21-40"
},
{
"moduleId": "5SYA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "18:28-36"
},
{
"moduleId": "5Ymc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-47"
},
{
"moduleId": "5Ymc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "3:24-38"
},
{
"moduleId": "5ZAT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-47"
},
{
"moduleId": "5ZAT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "3:0-52"
},
{
"moduleId": "5ZAT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "17:21-40"
},
{
"moduleId": "5ZAT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "19:11-25"
},
{
"moduleId": "61Fo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-73"
},
{
"moduleId": "61Fo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "18:21-40"
},
{
"moduleId": "61Fo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "45:63-82"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "5:0-40"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "7:13-20"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "3:0-130"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "6:27-44"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "6:48-68"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "11:11-25"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "59:21-40"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "60:11-25"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "170:12-30"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "2:0-47"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "5:14-25"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "13:30-41"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "30:14-25"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "31:23-34"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "32:17-28"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "2:0-119"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "21:12-25"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "35:23-43"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "45:19-39"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "112:27-47"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "112:83-111"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "115:19-39"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "115:102-130"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "122:19-39"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "129:19-39"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "148:27-47"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "169:19-39"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "169:118-146"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "205:15-35"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "210:11-26"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "4:0-44"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "6:70-81"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-172"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "5:27-44"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "5:48-68"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "10:15-35"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "10:132-160"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "37:12-25"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "57:19-39"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "57:87-115"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "120:22-35"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "121:19-32"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "127:30-43"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "128:27-40"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "135:19-39"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "140:27-47"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "147:27-47"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "160:19-39"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "173:22-35"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "183:30-43"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "185:19-39"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "191:12-25"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "201:11-26"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "1:0-73"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "23:19-39"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "52:11-26"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "12:0-57"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "42:15-39"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "1:0-73"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "20:19-39"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "65:11-26"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-88"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "36:12-25"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "59:12-25"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "74:19-39"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "82:19-39"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "108:26-44"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-106"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "23:15-35"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "66:19-39"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "76:19-39"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "85:19-39"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "102:11-26"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "148:22-35"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "156:24-37"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "192:19-39"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "201:34-52"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "229:19-39"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "244:11-26"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-194"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "43:27-47"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "56:21-40"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "68:15-35"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "81:19-39"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "90:15-35"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "105:12-21"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "122:27-47"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "122:89-117"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "130:35-55"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "130:104-132"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "139:20-38"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "145:12-21"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "168:31-51"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "168:94-122"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "175:16-34"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "179:23-43"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "179:85-113"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "224:23-43"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "238:12-21"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "256:23-43"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "262:12-32"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "297:16-36"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "305:23-43"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "315:23-43"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "333:26-39"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "349:12-31"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "378:31-51"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "402:22-35"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "2:0-86"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "21:23-43"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "21:60-88"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-44"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "8:14-25"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "9:22-33"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "10:14-25"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "11:15-26"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "12:27-38"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "26:15-26"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "31:18-29"
},
{
"moduleId": "WGa6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-65"
},
{
"moduleId": "WGa6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "13:21-40"
},
{
"moduleId": "WGa6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "47:28-39"
},
{
"moduleId": "XHtT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-86"
},
{
"moduleId": "XHtT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "18:21-40"
},
{
"moduleId": "XHtT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "36:23-43"
},
{
"moduleId": "XHtT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "43:12-22"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "9:0-52"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "11:28-47"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "12:31-50"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "13:29-48"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "14:30-49"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "1:0-64"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "17:24-35"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "20:11-26"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "2:0-119"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "23:12-25"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "37:31-51"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "37:171-199"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "43:31-51"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "56:27-47"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "65:27-47"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "78:27-47"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "78:112-140"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "87:27-47"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "87:112-140"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "117:15-35"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "124:19-39"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "129:19-39"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "142:31-51"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "151:31-51"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "157:19-39"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "175:19-39"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "175:127-155"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "178:45-58"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "180:11-26"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "2:0-117"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "39:24-35"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "69:19-39"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "69:104-132"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "75:19-39"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "84:19-39"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "84:104-132"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "90:19-39"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "90:104-132"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "96:19-39"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "102:11-26"
},
{
"moduleId": "d/LW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Styling",
"loc": "1:0-66"
},
{
"moduleId": "d/LW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "4:11-26"
},
{
"moduleId": "d/LW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Styling",
"loc": "6:12-25"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-83"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "34:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "60:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "70:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "82:27-47"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "98:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "138:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "138:131-159"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "154:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "166:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "166:131-159"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "185:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "195:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "201:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "209:19-39"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "215:27-47"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "252:19-39"
},
{
"moduleId": "oHZS",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "1:0-52"
},
{
"moduleId": "oHZS",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "9:21-40"
},
{
"moduleId": "uWrk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Styling",
"loc": "2:0-47"
},
{
"moduleId": "uWrk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Styling",
"loc": "9:11-25"
}
],
"providedExports": [
"AnimationClassNames",
"FontClassNames",
"ColorClassNames",
"AnimationStyles",
"AnimationVariables",
"DefaultPalette",
"DefaultEffects",
"DefaultFontStyles",
"registerDefaultFontFaces",
"FontSizes",
"FontWeights",
"IconFontSizes",
"createFontStyles",
"getFocusStyle",
"focusClear",
"getFocusOutlineStyle",
"getInputFocusStyle",
"hiddenContentStyle",
"PulsingBeaconAnimationStyles",
"getGlobalClassNames",
"getThemedContext",
"ThemeSettingName",
"getTheme",
"loadTheme",
"createTheme",
"registerOnThemeChangeCallback",
"removeOnThemeChangeCallback",
"HighContrastSelector",
"HighContrastSelectorWhite",
"HighContrastSelectorBlack",
"EdgeChromiumHighContrastSelector",
"ScreenWidthMinSmall",
"ScreenWidthMinMedium",
"ScreenWidthMinLarge",
"ScreenWidthMinXLarge",
"ScreenWidthMinXXLarge",
"ScreenWidthMinXXXLarge",
"ScreenWidthMaxSmall",
"ScreenWidthMaxMedium",
"ScreenWidthMaxLarge",
"ScreenWidthMaxXLarge",
"ScreenWidthMaxXXLarge",
"ScreenWidthMinUhfMobile",
"getScreenSelector",
"getHighContrastNoAdjustStyle",
"getEdgeChromiumNoHighContrastAdjustSelector",
"normalize",
"noWrap",
"getFadedOverflowStyle",
"getPlaceholderStyles",
"ZIndexes",
"buildClassMap",
"getIcon",
"registerIcons",
"registerIconAlias",
"unregisterIcons",
"setIconOptions",
"getIconClassName",
"InjectionMode",
"Stylesheet",
"concatStyleSets",
"concatStyleSetsWithProps",
"fontFace",
"keyframes",
"mergeStyleSets",
"mergeStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import './version';\nexport * from '@uifabric/styling';\n//# sourceMappingURL=Styling.js.map"
},
{
"id": "Glho",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"index": 300,
"index2": 287,
"size": 91,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"issuerId": "QpUN",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "QpUN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony side effect evaluation",
"userRequest": "../../FocusTrapZone",
"loc": "4:0-52"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony import specifier",
"userRequest": "../../FocusTrapZone",
"loc": "11:28-41"
}
],
"providedExports": [
"FocusTrapZone"
],
"optimizationBailout": [],
"depth": 13,
"source": "export * from './components/FocusTrapZone/index';\n//# sourceMappingURL=FocusTrapZone.js.map"
},
{
"id": "HVXX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"index": 242,
"index2": 232,
"size": 13867,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"issuerId": "swiA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js"
},
{
"id": "swiA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "swiA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./MaskedTextField/MaskedTextField",
"loc": "3:0-50"
},
{
"moduleId": "swiA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"type": "harmony export imported specifier",
"userRequest": "./MaskedTextField/MaskedTextField",
"loc": "3:0-50"
}
],
"providedExports": [
"DEFAULT_MASK_CHAR",
"MaskedTextField"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { TextField } from '../TextField';\nimport { initializeComponentRef, KeyCodes } from '../../../Utilities';\nimport { clearNext, clearPrev, clearRange, DEFAULT_MASK_FORMAT_CHARS, getLeftFormatIndex, getMaskDisplay, getRightFormatIndex, insertString, parseMask, } from './inputMask';\nexport var DEFAULT_MASK_CHAR = '_';\nvar MaskedTextField = /** @class */ (function (_super) {\n __extends(MaskedTextField, _super);\n function MaskedTextField(props) {\n var _this = _super.call(this, props) || this;\n _this._textField = React.createRef();\n _this._onFocus = function (event) {\n if (_this.props.onFocus) {\n _this.props.onFocus(event);\n }\n _this._isFocused = true;\n // Move the cursor position to the leftmost unfilled position\n for (var i = 0; i < _this._maskCharData.length; i++) {\n if (!_this._maskCharData[i].value) {\n _this.setState({\n maskCursorPosition: _this._maskCharData[i].displayIndex,\n });\n break;\n }\n }\n };\n _this._onBlur = function (event) {\n if (_this.props.onBlur) {\n _this.props.onBlur(event);\n }\n _this._isFocused = false;\n _this._moveCursorOnMouseUp = true;\n };\n _this._onMouseDown = function (event) {\n if (_this.props.onMouseDown) {\n _this.props.onMouseDown(event);\n }\n if (!_this._isFocused) {\n _this._moveCursorOnMouseUp = true;\n }\n };\n _this._onMouseUp = function (event) {\n if (_this.props.onMouseUp) {\n _this.props.onMouseUp(event);\n }\n // Move the cursor on mouseUp after focusing the textField\n if (_this._moveCursorOnMouseUp) {\n _this._moveCursorOnMouseUp = false;\n // Move the cursor position to the rightmost unfilled position\n for (var i = 0; i < _this._maskCharData.length; i++) {\n if (!_this._maskCharData[i].value) {\n _this.setState({\n maskCursorPosition: _this._maskCharData[i].displayIndex,\n });\n break;\n }\n }\n }\n };\n _this._onInputChange = function (ev, value) {\n var textField = _this._textField.current;\n if (_this._changeSelectionData === null && textField) {\n _this._changeSelectionData = {\n changeType: 'default',\n selectionStart: textField.selectionStart !== null ? textField.selectionStart : -1,\n selectionEnd: textField.selectionEnd !== null ? textField.selectionEnd : -1,\n };\n }\n if (!_this._changeSelectionData) {\n return;\n }\n var displayValue = _this.state.displayValue;\n // The initial value of cursorPos does not matter\n var cursorPos = 0;\n var _a = _this._changeSelectionData, changeType = _a.changeType, selectionStart = _a.selectionStart, selectionEnd = _a.selectionEnd;\n if (changeType === 'textPasted') {\n var charsSelected = selectionEnd - selectionStart;\n var charCount = value.length + charsSelected - displayValue.length;\n var startPos = selectionStart;\n var pastedString = value.substr(startPos, charCount);\n // Clear any selected characters\n if (charsSelected) {\n _this._maskCharData = clearRange(_this._maskCharData, selectionStart, charsSelected);\n }\n cursorPos = insertString(_this._maskCharData, startPos, pastedString);\n }\n else if (changeType === 'delete' || changeType === 'backspace') {\n // isDel is true If the characters are removed LTR, otherwise RTL\n var isDel = changeType === 'delete';\n var charCount = selectionEnd - selectionStart;\n if (charCount) {\n // charCount is > 0 if range was deleted\n _this._maskCharData = clearRange(_this._maskCharData, selectionStart, charCount);\n cursorPos = getRightFormatIndex(_this._maskCharData, selectionStart);\n }\n else {\n // If charCount === 0, there was no selection and a single character was deleted\n if (isDel) {\n _this._maskCharData = clearNext(_this._maskCharData, selectionStart);\n cursorPos = getRightFormatIndex(_this._maskCharData, selectionStart);\n }\n else {\n _this._maskCharData = clearPrev(_this._maskCharData, selectionStart);\n cursorPos = getLeftFormatIndex(_this._maskCharData, selectionStart);\n }\n }\n }\n else if (value.length > displayValue.length) {\n // This case is if the user added characters\n var charCount = value.length - displayValue.length;\n var startPos = selectionEnd - charCount;\n var enteredString = value.substr(startPos, charCount);\n cursorPos = insertString(_this._maskCharData, startPos, enteredString);\n }\n else if (value.length <= displayValue.length) {\n /**\n * This case is reached only if the user has selected a block of 1 or more\n * characters and input a character replacing the characters they've selected.\n */\n var charCount = 1;\n var selectCount = displayValue.length + charCount - value.length;\n var startPos = selectionEnd - charCount;\n var enteredString = value.substr(startPos, charCount);\n // Clear the selected range\n _this._maskCharData = clearRange(_this._maskCharData, startPos, selectCount);\n // Insert the printed character\n cursorPos = insertString(_this._maskCharData, startPos, enteredString);\n }\n _this._changeSelectionData = null;\n var newValue = getMaskDisplay(_this.props.mask, _this._maskCharData, _this.props.maskChar);\n _this.setState({\n displayValue: newValue,\n maskCursorPosition: cursorPos,\n });\n // Perform onChange after input has been processed. Return value is expected to be the displayed text\n if (_this.props.onChange) {\n _this.props.onChange(ev, newValue);\n }\n };\n _this._onKeyDown = function (event) {\n var current = _this._textField.current;\n if (_this.props.onKeyDown) {\n _this.props.onKeyDown(event);\n }\n _this._changeSelectionData = null;\n if (current && current.value) {\n var keyCode = event.keyCode, ctrlKey = event.ctrlKey, metaKey = event.metaKey;\n // Ignore ctrl and meta keydown\n if (ctrlKey || metaKey) {\n return;\n }\n // On backspace or delete, store the selection and the keyCode\n if (keyCode === KeyCodes.backspace || keyCode === KeyCodes.del) {\n var selectionStart = event.target.selectionStart;\n var selectionEnd = event.target.selectionEnd;\n // Check if backspace or delete press is valid.\n if (!(keyCode === KeyCodes.backspace && selectionEnd && selectionEnd > 0) &&\n !(keyCode === KeyCodes.del && selectionStart !== null && selectionStart < current.value.length)) {\n return;\n }\n _this._changeSelectionData = {\n changeType: keyCode === KeyCodes.backspace ? 'backspace' : 'delete',\n selectionStart: selectionStart !== null ? selectionStart : -1,\n selectionEnd: selectionEnd !== null ? selectionEnd : -1,\n };\n }\n }\n };\n _this._onPaste = function (event) {\n if (_this.props.onPaste) {\n _this.props.onPaste(event);\n }\n var selectionStart = event.target.selectionStart;\n var selectionEnd = event.target.selectionEnd;\n // Store the paste selection range\n _this._changeSelectionData = {\n changeType: 'textPasted',\n selectionStart: selectionStart !== null ? selectionStart : -1,\n selectionEnd: selectionEnd !== null ? selectionEnd : -1,\n };\n };\n initializeComponentRef(_this);\n // Translate mask into charData\n _this._maskCharData = parseMask(props.mask, props.maskFormat);\n // If an initial value is provided, use it to populate the format chars\n props.value !== undefined && _this.setValue(props.value);\n _this._isFocused = false;\n _this._moveCursorOnMouseUp = false;\n _this.state = {\n displayValue: getMaskDisplay(props.mask, _this._maskCharData, props.maskChar),\n };\n return _this;\n }\n MaskedTextField.prototype.UNSAFE_componentWillReceiveProps = function (newProps) {\n if (newProps.mask !== this.props.mask || newProps.value !== this.props.value) {\n this._maskCharData = parseMask(newProps.mask, newProps.maskFormat);\n newProps.value !== undefined && this.setValue(newProps.value);\n this.setState({\n displayValue: getMaskDisplay(newProps.mask, this._maskCharData, newProps.maskChar),\n });\n }\n };\n MaskedTextField.prototype.componentDidUpdate = function () {\n // Move the cursor to the start of the mask format on update\n if (this._isFocused && this.state.maskCursorPosition !== undefined && this._textField.current) {\n this._textField.current.setSelectionRange(this.state.maskCursorPosition, this.state.maskCursorPosition);\n }\n };\n MaskedTextField.prototype.render = function () {\n return (React.createElement(TextField, __assign({}, this.props, { onFocus: this._onFocus, onBlur: this._onBlur, onMouseDown: this._onMouseDown, onMouseUp: this._onMouseUp, onChange: this._onInputChange, onKeyDown: this._onKeyDown, onPaste: this._onPaste, value: this.state.displayValue || '', componentRef: this._textField })));\n };\n Object.defineProperty(MaskedTextField.prototype, \"value\", {\n /**\n * @returns The value of all filled format characters or undefined if not all format characters are filled\n */\n get: function () {\n var value = '';\n for (var i = 0; i < this._maskCharData.length; i++) {\n if (!this._maskCharData[i].value) {\n return undefined;\n }\n value += this._maskCharData[i].value;\n }\n return value;\n },\n enumerable: true,\n configurable: true\n });\n MaskedTextField.prototype.setValue = function (newValue) {\n var valueIndex = 0;\n var charDataIndex = 0;\n while (valueIndex < newValue.length && charDataIndex < this._maskCharData.length) {\n // Test if the next character in the new value fits the next format character\n var testVal = newValue[valueIndex];\n if (this._maskCharData[charDataIndex].format.test(testVal)) {\n this._maskCharData[charDataIndex].value = testVal;\n charDataIndex++;\n }\n valueIndex++;\n }\n };\n MaskedTextField.prototype.focus = function () {\n var current = this._textField.current;\n current && current.focus();\n };\n MaskedTextField.prototype.blur = function () {\n var current = this._textField.current;\n current && current.blur();\n };\n MaskedTextField.prototype.select = function () {\n var current = this._textField.current;\n current && current.select();\n };\n MaskedTextField.prototype.setSelectionStart = function (value) {\n var current = this._textField.current;\n current && current.setSelectionStart(value);\n };\n MaskedTextField.prototype.setSelectionEnd = function (value) {\n var current = this._textField.current;\n current && current.setSelectionEnd(value);\n };\n MaskedTextField.prototype.setSelectionRange = function (start, end) {\n var current = this._textField.current;\n current && current.setSelectionRange(start, end);\n };\n Object.defineProperty(MaskedTextField.prototype, \"selectionStart\", {\n get: function () {\n var current = this._textField.current;\n return current && current.selectionStart !== null ? current.selectionStart : -1;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(MaskedTextField.prototype, \"selectionEnd\", {\n get: function () {\n var current = this._textField.current;\n return current && current.selectionEnd ? current.selectionEnd : -1;\n },\n enumerable: true,\n configurable: true\n });\n MaskedTextField.defaultProps = {\n maskChar: DEFAULT_MASK_CHAR,\n maskFormat: DEFAULT_MASK_FORMAT_CHARS,\n };\n return MaskedTextField;\n}(React.Component));\nexport { MaskedTextField };\n//# sourceMappingURL=MaskedTextField.js.map"
},
{
"id": "HXYo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"index": 378,
"index2": 381,
"size": 5871,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"issuerId": "KR5Y",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "KR5Y",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./PropertyFieldSpinButton",
"loc": "1:0-42"
},
{
"moduleId": "KR5Y",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"type": "harmony export imported specifier",
"userRequest": "./PropertyFieldSpinButton",
"loc": "1:0-42"
}
],
"providedExports": [
"PropertyFieldSpinButton"
],
"optimizationBailout": [],
"depth": 3,
"source": "import * as React from 'react';\nimport * as ReactDom from 'react-dom';\nimport { PropertyPaneFieldType } from '@microsoft/sp-webpart-base';\nimport PropertyFieldSpinButtonHost from './PropertyFieldSpinButtonHost';\nimport { setPropertyValue } from '../../helpers/GeneralHelper';\nvar PropertyFieldSpinButtonBuilder = /** @class */ (function () {\n function PropertyFieldSpinButtonBuilder(_targetProperty, _properties) {\n //Properties defined by IPropertyPaneField\n this.type = PropertyPaneFieldType.Custom;\n this.targetProperty = _targetProperty;\n this.properties = {\n key: _properties.key,\n label: _properties.label,\n step: _properties.step || 1,\n min: _properties.min,\n max: _properties.max,\n onPropertyChange: _properties.onPropertyChange,\n disabled: _properties.disabled,\n properties: _properties.properties,\n incrementIconName: _properties.incrementIconName,\n decrementIconName: _properties.decrementIconName,\n suffix: _properties.suffix,\n decimalPlaces: _properties.decimalPlaces || 0,\n onRender: this.onRender.bind(this)\n };\n this.svalue = _properties.initialValue || this.properties.min || 0;\n }\n PropertyFieldSpinButtonBuilder.prototype.render = function () {\n if (!this.elem) {\n return;\n }\n this.onRender(this.elem);\n };\n PropertyFieldSpinButtonBuilder.prototype.onRender = function (elem, ctx, changeCallback) {\n if (!this.elem) {\n this.elem = elem;\n }\n this.changeCB = changeCallback;\n var element = React.createElement(PropertyFieldSpinButtonHost, {\n label: this.properties.label,\n disabled: this.properties.disabled,\n value: this.formatValueString(this.svalue),\n incrementIconName: this.properties.incrementIconName || 'ChevronUpSmall',\n decrementIconName: this.properties.decrementIconName || 'ChevronDownSmall',\n onValidate: this.validate.bind(this),\n onIncrement: this.increment.bind(this),\n onDecrement: this.decrement.bind(this)\n });\n ReactDom.render(element, elem);\n };\n PropertyFieldSpinButtonBuilder.prototype.validate = function (rawValue) {\n var numValue = this.extractNumValue(rawValue);\n return this.validateNumber(numValue);\n };\n PropertyFieldSpinButtonBuilder.prototype.validateNumber = function (numValue) {\n // Check against max value\n if (typeof this.properties.max !== \"undefined\" && numValue > this.properties.max) {\n numValue = this.properties.max;\n }\n // Check against min value\n if (typeof this.properties.min !== \"undefined\" && numValue < this.properties.min) {\n numValue = this.properties.min;\n }\n //ensure matching rounding for decimals\n numValue = +numValue.toFixed(this.properties.decimalPlaces);\n //Check for change and notify\n if (numValue !== this.svalue) {\n this.onValueChanged(numValue);\n }\n return this.formatValueString(numValue);\n };\n PropertyFieldSpinButtonBuilder.prototype.increment = function (rawValue) {\n var numValue = this.extractNumValue(rawValue);\n numValue += this.properties.step;\n return this.validateNumber(numValue);\n };\n PropertyFieldSpinButtonBuilder.prototype.decrement = function (rawValue) {\n var numValue = this.extractNumValue(rawValue);\n numValue -= this.properties.step;\n return this.validateNumber(numValue);\n };\n PropertyFieldSpinButtonBuilder.prototype.extractNumValue = function (rawValue) {\n var numValue;\n var baseValue = this.removeSuffix(rawValue);\n if (isNaN(+baseValue)) {\n if (this.properties.min) {\n numValue = Math.max(this.properties.min, 0);\n }\n else {\n numValue = 0;\n }\n }\n else {\n numValue = +baseValue;\n }\n return numValue;\n };\n PropertyFieldSpinButtonBuilder.prototype.hasSuffix = function (rawValue) {\n if (!this.properties.suffix) {\n return false;\n }\n var subString = rawValue.substr(rawValue.length - this.properties.suffix.length);\n return subString === this.properties.suffix;\n };\n PropertyFieldSpinButtonBuilder.prototype.removeSuffix = function (rawValue) {\n if (!this.hasSuffix(rawValue)) {\n return rawValue;\n }\n return rawValue.substr(0, rawValue.length - this.properties.suffix.length);\n };\n PropertyFieldSpinButtonBuilder.prototype.formatValueString = function (numValue) {\n return this.addSuffix(numValue.toFixed(this.properties.decimalPlaces));\n };\n PropertyFieldSpinButtonBuilder.prototype.addSuffix = function (stringValue) {\n if (!this.properties.suffix) {\n return stringValue;\n }\n return stringValue + this.properties.suffix;\n };\n PropertyFieldSpinButtonBuilder.prototype.onValueChanged = function (newValue) {\n if (this.properties.onPropertyChange && newValue !== null) {\n this.properties.onPropertyChange(this.targetProperty, this.svalue, newValue);\n this.svalue = newValue;\n setPropertyValue(this.properties.properties, this.targetProperty, newValue);\n if (typeof this.changeCB !== 'undefined' && this.changeCB !== null) {\n this.changeCB(this.targetProperty, newValue);\n }\n }\n };\n return PropertyFieldSpinButtonBuilder;\n}());\nexport function PropertyFieldSpinButton(targetProperty, properties) {\n return new PropertyFieldSpinButtonBuilder(targetProperty, properties);\n}\n//# sourceMappingURL=PropertyFieldSpinButton.js.map"
},
{
"id": "HY0j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/util/Util.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/common/util/Util.js",
"index": 167,
"index2": 163,
"size": 593,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerId": "AQiI",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/util/Util",
"loc": "6:0-50"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "../../common/util/Util",
"loc": "13:25-33"
}
],
"providedExports": [
"debounce"
],
"optimizationBailout": [],
"depth": 4,
"source": "var _this = this;\n/**\n * Debounce function\n *\n * @param fnc Function to execute\n * @param time Time to wait until the function gets executed\n */\nexport var debounce = function () {\n var timeout;\n return function (fnc, time) {\n var functionCall = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return fnc.apply(_this, args);\n };\n clearTimeout(timeout);\n timeout = setTimeout(functionCall, time);\n };\n};\n//# sourceMappingURL=Util.js.map"
},
{
"id": "HfAZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/CommonStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/CommonStyles.js",
"index": 199,
"index2": 184,
"size": 1936,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "EP45",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"type": "harmony side effect evaluation",
"userRequest": "./CommonStyles",
"loc": "1:0-54"
},
{
"moduleId": "EP45",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"type": "harmony import specifier",
"userRequest": "./CommonStyles",
"loc": "48:23-43"
},
{
"moduleId": "EP45",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"type": "harmony import specifier",
"userRequest": "./CommonStyles",
"loc": "124:23-43"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./CommonStyles",
"loc": "12:0-31"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./CommonStyles",
"loc": "12:0-31"
}
],
"providedExports": [
"HighContrastSelector",
"HighContrastSelectorWhite",
"HighContrastSelectorBlack",
"EdgeChromiumHighContrastSelector",
"ScreenWidthMinSmall",
"ScreenWidthMinMedium",
"ScreenWidthMinLarge",
"ScreenWidthMinXLarge",
"ScreenWidthMinXXLarge",
"ScreenWidthMinXXXLarge",
"ScreenWidthMaxSmall",
"ScreenWidthMaxMedium",
"ScreenWidthMaxLarge",
"ScreenWidthMaxXLarge",
"ScreenWidthMaxXXLarge",
"ScreenWidthMinUhfMobile",
"getScreenSelector",
"getHighContrastNoAdjustStyle",
"getEdgeChromiumNoHighContrastAdjustSelector"
],
"optimizationBailout": [],
"depth": 10,
"source": "export var HighContrastSelector = '@media screen and (-ms-high-contrast: active), (forced-colors: active)';\nexport var HighContrastSelectorWhite = '@media screen and (-ms-high-contrast: black-on-white), (forced-colors: black-on-white)';\nexport var HighContrastSelectorBlack = '@media screen and (-ms-high-contrast: white-on-black), (forced-colors: white-on-black)';\nexport var EdgeChromiumHighContrastSelector = '@media screen and (forced-colors: active)';\nexport var ScreenWidthMinSmall = 320;\nexport var ScreenWidthMinMedium = 480;\nexport var ScreenWidthMinLarge = 640;\nexport var ScreenWidthMinXLarge = 1024;\nexport var ScreenWidthMinXXLarge = 1366;\nexport var ScreenWidthMinXXXLarge = 1920;\nexport var ScreenWidthMaxSmall = ScreenWidthMinMedium - 1;\nexport var ScreenWidthMaxMedium = ScreenWidthMinLarge - 1;\nexport var ScreenWidthMaxLarge = ScreenWidthMinXLarge - 1;\nexport var ScreenWidthMaxXLarge = ScreenWidthMinXXLarge - 1;\nexport var ScreenWidthMaxXXLarge = ScreenWidthMinXXXLarge - 1;\nexport var ScreenWidthMinUhfMobile = 768;\nexport function getScreenSelector(min, max) {\n var minSelector = typeof min === 'number' ? \" and (min-width: \" + min + \"px)\" : '';\n var maxSelector = typeof max === 'number' ? \" and (max-width: \" + max + \"px)\" : '';\n return \"@media only screen\" + minSelector + maxSelector;\n}\n/**\n * The style which turns off high contrast adjustment in browsers.\n */\nexport function getHighContrastNoAdjustStyle() {\n return {\n forcedColorAdjust: 'none',\n MsHighContrastAdjust: 'none',\n };\n}\n/**\n * The style which turns off high contrast adjustment in (only) Edge Chromium browser.\n * @deprecated Use `getHighContrastNoAdjustStyle`\n */\nexport function getEdgeChromiumNoHighContrastAdjustSelector() {\n var _a;\n return _a = {},\n _a[EdgeChromiumHighContrastSelector] = {\n forcedColorAdjust: 'none',\n },\n _a;\n}\n//# sourceMappingURL=CommonStyles.js.map"
},
{
"id": "HhHV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"index": 183,
"index2": 169,
"size": 720,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"issuerId": "8wqX",
"issuerName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "8wqX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getIconClassName",
"loc": "3:0-54"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getIconClassName",
"loc": "3:0-54"
}
],
"providedExports": [
"getIconClassName"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { mergeStyles } from '@uifabric/merge-styles';\nimport { getIcon } from './icons';\nvar defaultIconStyles = {\n display: 'inline-block',\n};\n/**\n * Gets an icon classname. You should be able to add this classname to an I tag with no\n * additional classnames, and render the icon.\n *\n * @public\n */\nexport function getIconClassName(name) {\n var className = '';\n var icon = getIcon(name);\n if (icon) {\n className = mergeStyles(icon.subset.className, defaultIconStyles, {\n selectors: {\n '::before': {\n content: \"\\\"\" + icon.code + \"\\\"\",\n },\n },\n });\n }\n return className;\n}\n//# sourceMappingURL=getIconClassName.js.map"
},
{
"id": "I6O9",
"identifier": "external \"@microsoft/sp-loader\"",
"name": "external \"@microsoft/sp-loader\"",
"index": null,
"index2": null,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [],
"issuer": null,
"issuerId": null,
"issuerName": null,
"issuerPath": null,
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [],
"providedExports": null,
"optimizationBailout": [],
"depth": null
},
{
"id": "I7qx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"index": 291,
"index2": 276,
"size": 77,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"issuerId": "NUVe",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
},
{
"id": "NUVe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Fabric",
"loc": "4:0-38"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Fabric",
"loc": "62:54-60"
}
],
"providedExports": [
"Fabric",
"FabricBase"
],
"optimizationBailout": [],
"depth": 16,
"source": "export * from './components/Fabric/index';\n//# sourceMappingURL=Fabric.js.map"
},
{
"id": "IBIL",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/scheme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"index": 204,
"index2": 190,
"size": 2099,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./scheme",
"loc": "10:0-25"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./scheme",
"loc": "10:0-25"
}
],
"providedExports": [
"getThemedContext"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { Customizations, mergeSettings } from '@uifabric/utilities';\n/**\n * @internal\n * This function is still in experimental phase in support of Foundation experimental development.\n * Its API signature and existence are subject to change.\n *\n * Modify context to activate the specified scheme or theme. For schemes, look in context (if available) and fall back\n * to global Customizations. If both scheme and theme are specified, scheme will be looked up in theme. In this case,\n * scheme must be present in theme arg, otherwise new context will default to theme arg (there is no fallback to\n * settings to look up scheme.)\n *\n * @param context - Context in which to get schemed customizations.\n * @param scheme - Scheme to get customizations for from theme arg (if supplied) OR from context and global settings.\n * @param theme - Theme to merge into context.\n * @returns modified schemed context if scheme is valid and not already applied, unmodified context otherwise.\n */\nexport function getThemedContext(context, scheme, theme) {\n var newContext = context;\n var newSettings;\n // Only fall back to context and customizations when theme arg is not provided.\n var schemeSource = theme || Customizations.getSettings(['theme'], undefined, context.customizations).theme;\n if (theme) {\n newSettings = { theme: theme };\n }\n var schemeTheme = scheme && schemeSource && schemeSource.schemes && schemeSource.schemes[scheme];\n // These first two checks are logically redundant but TS doesn't infer schemeSource.schemes is defined\n // when schemeTheme is defined.\n if (schemeSource && schemeTheme && schemeSource !== schemeTheme) {\n newSettings = { theme: schemeTheme };\n newSettings.theme.schemes = schemeSource.schemes;\n }\n if (newSettings) {\n newContext = {\n customizations: {\n settings: mergeSettings(context.customizations.settings, newSettings),\n scopedSettings: context.customizations.scopedSettings,\n },\n };\n }\n return newContext;\n}\n//# sourceMappingURL=scheme.js.map"
},
{
"id": "ICEt",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"index": 34,
"index2": 28,
"size": 478,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateA",
"loc": "18:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./updateA",
"loc": "18:0-26"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/updateA",
"loc": "11:0-56"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/updateA",
"loc": "34:79-86"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/updateA",
"loc": "56:44-51"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateA",
"loc": "21:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./updateA",
"loc": "21:0-26"
}
],
"providedExports": [
"updateA"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { __assign } from \"tslib\";\nimport { _rgbaOrHexString } from './_rgbaOrHexString';\nimport { MAX_COLOR_ALPHA } from './consts';\n/**\n * Gets a color with the given alpha value and the same other components as `color`.\n * Does not modify the original color.\n */\nexport function updateA(color, a) {\n return __assign(__assign({}, color), { a: a, t: MAX_COLOR_ALPHA - a, str: _rgbaOrHexString(color.r, color.g, color.b, a, color.hex) });\n}\n//# sourceMappingURL=updateA.js.map"
},
{
"id": "IIvt",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"name": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"index": 124,
"index2": 116,
"size": 1250,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/useCustomizationSettings",
"loc": "4:0-85"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "./customizations/useCustomizationSettings",
"loc": "11:23-47"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/useCustomizationSettings",
"loc": "23:0-58"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./customizations/useCustomizationSettings",
"loc": "23:0-58"
}
],
"providedExports": [
"useCustomizationSettings"
],
"optimizationBailout": [],
"depth": 8,
"source": "import * as React from 'react';\nimport { Customizations } from './Customizations';\nimport { CustomizerContext } from './CustomizerContext';\n/**\n * Hook to get Customizations settings from Customizations singleton or CustomizerContext.\n * It will trigger component state update on settings change observed.\n */\nexport function useCustomizationSettings(properties, scopeName) {\n var forceUpdate = useForceUpdate();\n var customizations = React.useContext(CustomizerContext).customizations;\n var inCustomizerContext = customizations.inCustomizerContext;\n React.useEffect(function () {\n if (!inCustomizerContext) {\n Customizations.observe(forceUpdate);\n }\n return function () {\n if (!inCustomizerContext) {\n Customizations.unobserve(forceUpdate);\n }\n };\n // eslint-disable-next-line react-hooks/exhaustive-deps -- exclude forceUpdate\n }, [inCustomizerContext]);\n return Customizations.getSettings(properties, scopeName, customizations);\n}\nfunction useForceUpdate() {\n var _a = React.useState(0), setValue = _a[1];\n return function () { return setValue(function (value) { return ++value; }); };\n}\n//# sourceMappingURL=useCustomizationSettings.js.map"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"index": 312,
"index2": 323,
"size": 110,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"issuerId": "ASEy",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ASEy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/KeytipData/index",
"loc": "1:0-46"
},
{
"moduleId": "ASEy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"type": "harmony export imported specifier",
"userRequest": "./components/KeytipData/index",
"loc": "1:0-46"
}
],
"providedExports": [
"KeytipData",
"useKeytipRef"
],
"optimizationBailout": [],
"depth": 8,
"source": "export * from './KeytipData';\nexport { useKeytipRef } from './useKeytipRef';\n//# sourceMappingURL=index.js.map"
},
{
"id": "IaJs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"index": 361,
"index2": 352,
"size": 1945,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"issuerId": "RnIT",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "RnIT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./IconButton.styles",
"loc": "5:0-48"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "./IconButton.styles",
"loc": "16:120-129"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { concatStyleSets, HighContrastSelector } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nimport { getStyles as getBaseButtonStyles } from '../BaseButton.styles';\nimport { getStyles as getSplitButtonStyles } from '../SplitButton/SplitButton.styles';\nexport var getStyles = memoizeFunction(function (theme, customStyles) {\n var _a;\n var baseButtonStyles = getBaseButtonStyles(theme);\n var splitButtonStyles = getSplitButtonStyles(theme);\n var palette = theme.palette, semanticColors = theme.semanticColors;\n var iconButtonStyles = {\n root: {\n padding: '0 4px',\n width: '32px',\n height: '32px',\n backgroundColor: 'transparent',\n border: 'none',\n color: semanticColors.link,\n },\n rootHovered: {\n color: palette.themeDarkAlt,\n backgroundColor: palette.neutralLighter,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n borderColor: 'Highlight',\n color: 'Highlight',\n },\n _a),\n },\n rootHasMenu: {\n width: 'auto',\n },\n rootPressed: {\n color: palette.themeDark,\n backgroundColor: palette.neutralLight,\n },\n rootExpanded: {\n color: palette.themeDark,\n backgroundColor: palette.neutralLight,\n },\n rootChecked: {\n color: palette.themeDark,\n backgroundColor: palette.neutralLight,\n },\n rootCheckedHovered: {\n color: palette.themeDark,\n backgroundColor: palette.neutralQuaternaryAlt,\n },\n rootDisabled: {\n color: palette.neutralTertiaryAlt,\n },\n };\n return concatStyleSets(baseButtonStyles, iconButtonStyles, splitButtonStyles, customStyles);\n});\n//# sourceMappingURL=IconButton.styles.js.map"
},
{
"id": "IbAf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"index": 107,
"index2": 97,
"size": 104,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/isVirtualElement",
"loc": "10:0-39"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/isVirtualElement",
"loc": "10:0-39"
}
],
"providedExports": [
"isVirtualElement"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { isVirtualElement } from '@fluentui/dom-utilities';\n//# sourceMappingURL=isVirtualElement.js.map"
},
{
"id": "Iqyr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/index.js",
"index": 284,
"index2": 267,
"size": 58,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"issuerId": "LkE5",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "XZgV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js"
},
{
"id": "LkE5",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "LkE5",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Popup/index",
"loc": "1:0-41"
},
{
"moduleId": "LkE5",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Popup/index",
"loc": "1:0-41"
}
],
"providedExports": [
"Popup"
],
"optimizationBailout": [],
"depth": 14,
"source": "export * from './Popup';\n//# sourceMappingURL=index.js.map"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"index": 258,
"index2": 334,
"size": 48569,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerId": "2bYP",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.base",
"loc": "2:0-38"
},
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenu.base",
"loc": "2:0-38"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.base",
"loc": "4:0-59"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.base",
"loc": "10:33-51"
}
],
"providedExports": [
"getSubmenuItems",
"canAnyMenuItemsCheck",
"ContextualMenuBase"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign, __decorate, __extends, __spreadArrays } from \"tslib\";\nimport * as React from 'react';\nimport { ContextualMenuItemType, } from './ContextualMenu.types';\nimport { DirectionalHint } from '../../common/DirectionalHint';\nimport { FocusZone, FocusZoneDirection, FocusZoneTabbableElements } from '../../FocusZone';\nimport { divProperties, getNativeProps, shallowCompare, warnDeprecations, Async, EventGroup, assign, classNamesFunction, css, getDocument, getFirstFocusable, getId, getLastFocusable, getRTL, getWindow, KeyCodes, shouldWrapFocus, isIOS, isMac, initializeComponentRef, memoizeFunction, } from '../../Utilities';\nimport { hasSubmenu, getIsChecked, isItemDisabled } from '../../utilities/contextualMenu/index';\nimport { withResponsiveMode, ResponsiveMode } from '../../utilities/decorators/withResponsiveMode';\nimport { Callout } from '../../Callout';\nimport { ContextualMenuItem } from './ContextualMenuItem';\nimport { ContextualMenuSplitButton, ContextualMenuButton, ContextualMenuAnchor, } from './ContextualMenuItemWrapper/index';\nimport { concatStyleSetsWithProps } from '../../Styling';\nimport { getItemStyles } from './ContextualMenu.classNames';\nvar getClassNames = classNamesFunction();\nvar getContextualMenuItemClassNames = classNamesFunction();\nexport function getSubmenuItems(item) {\n return item.subMenuProps ? item.subMenuProps.items : item.items;\n}\n/**\n * Returns true if a list of menu items can contain a checkbox\n */\nexport function canAnyMenuItemsCheck(items) {\n return items.some(function (item) {\n if (item.canCheck) {\n return true;\n }\n // If the item is a section, check if any of the items in the section can check.\n if (item.sectionProps && item.sectionProps.items.some(function (submenuItem) { return submenuItem.canCheck === true; })) {\n return true;\n }\n return false;\n });\n}\nvar NavigationIdleDelay = 250; /* ms */\nvar COMPONENT_NAME = 'ContextualMenu';\nvar _getMenuItemStylesFunction = memoizeFunction(function () {\n var styles = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n styles[_i] = arguments[_i];\n }\n return function (styleProps) {\n return concatStyleSetsWithProps.apply(void 0, __spreadArrays([styleProps, getItemStyles], styles));\n };\n});\nvar ContextualMenuBase = /** @class */ (function (_super) {\n __extends(ContextualMenuBase, _super);\n function ContextualMenuBase(props) {\n var _this = _super.call(this, props) || this;\n _this._mounted = false;\n _this.dismiss = function (ev, dismissAll) {\n var onDismiss = _this.props.onDismiss;\n if (onDismiss) {\n onDismiss(ev, dismissAll);\n }\n };\n _this._tryFocusPreviousActiveElement = function (options) {\n if (_this.props.onRestoreFocus) {\n _this.props.onRestoreFocus(options);\n }\n else {\n if (options && options.containsFocus && _this._previousActiveElement) {\n // Make sure that the focus method actually exists\n // In some cases the object might exist but not be a real element.\n // This is primarily for IE 11 and should be removed once IE 11 is no longer in use.\n if (_this._previousActiveElement.focus) {\n _this._previousActiveElement.focus();\n }\n }\n }\n };\n _this._onRenderMenuList = function (menuListProps, defaultRender) {\n var indexCorrection = 0;\n var items = menuListProps.items, totalItemCount = menuListProps.totalItemCount, hasCheckmarks = menuListProps.hasCheckmarks, hasIcons = menuListProps.hasIcons;\n return (React.createElement(\"ul\", { className: _this._classNames.list, onKeyDown: _this._onKeyDown, onKeyUp: _this._onKeyUp, role: 'presentation' }, items.map(function (item, index) {\n var menuItem = _this._renderMenuItem(item, index, indexCorrection, totalItemCount, hasCheckmarks, hasIcons);\n if (item.itemType !== ContextualMenuItemType.Divider && item.itemType !== ContextualMenuItemType.Header) {\n var indexIncrease = item.customOnRenderListLength ? item.customOnRenderListLength : 1;\n indexCorrection += indexIncrease;\n }\n return menuItem;\n })));\n };\n /**\n * !!!IMPORTANT!!! Avoid mutating `item: IContextualMenuItem` argument. It will\n * cause the menu items to always re-render because the component update is based on shallow comparison.\n */\n _this._renderMenuItem = function (item, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons) {\n var _a;\n var renderedItems = [];\n var iconProps = item.iconProps || { iconName: 'None' };\n var getItemClassNames = item.getItemClassNames, // eslint-disable-line deprecation/deprecation\n itemProps = item.itemProps;\n var styles = itemProps ? itemProps.styles : undefined;\n // We only send a dividerClassName when the item to be rendered is a divider.\n // For all other cases, the default divider style is used.\n var dividerClassName = item.itemType === ContextualMenuItemType.Divider ? item.className : undefined;\n var subMenuIconClassName = item.submenuIconProps ? item.submenuIconProps.className : '';\n // eslint-disable-next-line deprecation/deprecation\n var itemClassNames;\n // IContextualMenuItem#getItemClassNames for backwards compatibility\n // otherwise uses mergeStyles for class names.\n if (getItemClassNames) {\n itemClassNames = getItemClassNames(_this.props.theme, isItemDisabled(item), _this.state.expandedMenuItemKey === item.key, !!getIsChecked(item), !!item.href, iconProps.iconName !== 'None', item.className, dividerClassName, iconProps.className, subMenuIconClassName, item.primaryDisabled);\n }\n else {\n var itemStyleProps = {\n theme: _this.props.theme,\n disabled: isItemDisabled(item),\n expanded: _this.state.expandedMenuItemKey === item.key,\n checked: !!getIsChecked(item),\n isAnchorLink: !!item.href,\n knownIcon: iconProps.iconName !== 'None',\n itemClassName: item.className,\n dividerClassName: dividerClassName,\n iconClassName: iconProps.className,\n subMenuClassName: subMenuIconClassName,\n primaryDisabled: item.primaryDisabled,\n };\n // We need to generate default styles then override if styles are provided\n // since the ContextualMenu currently handles item classNames.\n itemClassNames = getContextualMenuItemClassNames(_getMenuItemStylesFunction((_a = _this._classNames.subComponentStyles) === null || _a === void 0 ? void 0 : _a.menuItem, styles), itemStyleProps);\n }\n // eslint-disable-next-line deprecation/deprecation\n if (item.text === '-' || item.name === '-') {\n item.itemType = ContextualMenuItemType.Divider;\n }\n switch (item.itemType) {\n case ContextualMenuItemType.Divider:\n renderedItems.push(_this._renderSeparator(index, itemClassNames));\n break;\n case ContextualMenuItemType.Header:\n renderedItems.push(_this._renderSeparator(index, itemClassNames));\n var headerItem = _this._renderHeaderMenuItem(item, itemClassNames, index, hasCheckmarks, hasIcons);\n renderedItems.push(_this._renderListItem(headerItem, item.key || index, itemClassNames, item.title));\n break;\n case ContextualMenuItemType.Section:\n renderedItems.push(_this._renderSectionItem(item, itemClassNames, index, hasCheckmarks, hasIcons));\n break;\n default:\n var menuItem = _this._renderNormalItem(item, itemClassNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons);\n renderedItems.push(_this._renderListItem(menuItem, item.key || index, itemClassNames, item.title));\n break;\n }\n // Since multiple nodes *could* be rendered, wrap them all in a fragment with this item's key.\n // This ensures the reconciler handles multi-item output per-node correctly and does not re-mount content.\n return React.createElement(React.Fragment, { key: item.key }, renderedItems);\n };\n _this._defaultMenuItemRenderer = function (item) {\n var index = item.index, focusableElementIndex = item.focusableElementIndex, totalItemCount = item.totalItemCount, hasCheckmarks = item.hasCheckmarks, hasIcons = item.hasIcons;\n return _this._renderMenuItem(item, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons);\n };\n _this._onKeyDown = function (ev) {\n // Take note if we are processing an alt (option) or meta (command) keydown.\n // See comment in _shouldHandleKeyUp for reasoning.\n _this._lastKeyDownWasAltOrMeta = _this._isAltOrMeta(ev);\n // On Mac, pressing escape dismisses all levels of native context menus\n var dismissAllMenus = ev.which === KeyCodes.escape && (isMac() || isIOS());\n return _this._keyHandler(ev, _this._shouldHandleKeyDown, dismissAllMenus);\n };\n _this._shouldHandleKeyDown = function (ev) {\n return (ev.which === KeyCodes.escape ||\n _this._shouldCloseSubMenu(ev) ||\n (ev.which === KeyCodes.up && (ev.altKey || ev.metaKey)));\n };\n _this._onMenuFocusCapture = function (ev) {\n if (_this.props.delayUpdateFocusOnHover) {\n _this._shouldUpdateFocusOnMouseEvent = true;\n }\n };\n _this._onKeyUp = function (ev) {\n return _this._keyHandler(ev, _this._shouldHandleKeyUp, true /* dismissAllMenus */);\n };\n /**\n * We close the menu on key up only if ALL of the following are true:\n * - Most recent key down was alt or meta (command)\n * - The alt/meta key down was NOT followed by some other key (such as down/up arrow to\n * expand/collapse the menu)\n * - We're not on a Mac (or iOS)\n *\n * This is because on Windows, pressing alt moves focus to the application menu bar or similar,\n * closing any open context menus. There is not a similar behavior on Macs.\n */\n _this._shouldHandleKeyUp = function (ev) {\n var keyPressIsAltOrMetaAlone = _this._lastKeyDownWasAltOrMeta && _this._isAltOrMeta(ev);\n _this._lastKeyDownWasAltOrMeta = false;\n return !!keyPressIsAltOrMetaAlone && !(isIOS() || isMac());\n };\n /**\n * Calls `shouldHandleKey` to determine whether the keyboard event should be handled;\n * if so, stops event propagation and dismisses menu(s).\n * @param ev - The keyboard event.\n * @param shouldHandleKey - Returns whether we should handle this keyboard event.\n * @param dismissAllMenus - If true, dismiss all menus. Otherwise, dismiss only the current menu.\n * Only does anything if `shouldHandleKey` returns true.\n * @returns Whether the event was handled.\n */\n _this._keyHandler = function (ev, shouldHandleKey, dismissAllMenus) {\n var handled = false;\n if (shouldHandleKey(ev)) {\n _this._focusingPreviousElement = true;\n _this.dismiss(ev, dismissAllMenus);\n ev.preventDefault();\n ev.stopPropagation();\n handled = true;\n }\n return handled;\n };\n /**\n * Checks if the submenu should be closed\n */\n _this._shouldCloseSubMenu = function (ev) {\n var submenuCloseKey = getRTL(_this.props.theme) ? KeyCodes.right : KeyCodes.left;\n if (ev.which !== submenuCloseKey || !_this.props.isSubMenu) {\n return false;\n }\n return (_this._adjustedFocusZoneProps.direction === FocusZoneDirection.vertical ||\n (!!_this._adjustedFocusZoneProps.checkForNoWrap &&\n !shouldWrapFocus(ev.target, 'data-no-horizontal-wrap')));\n };\n _this._onMenuKeyDown = function (ev) {\n // Mark as handled if onKeyDown returns true (for handling collapse cases)\n // or if we are attempting to expand a submenu\n var handled = _this._onKeyDown(ev);\n if (handled || !_this._host) {\n return;\n }\n // If we have a modifier key being pressed, we do not want to move focus.\n // Otherwise, handle up and down keys.\n var hasModifier = !!(ev.altKey || ev.metaKey);\n var isUp = ev.which === KeyCodes.up;\n var isDown = ev.which === KeyCodes.down;\n if (!hasModifier && (isUp || isDown)) {\n var elementToFocus = isUp\n ? getLastFocusable(_this._host, _this._host.lastChild, true)\n : getFirstFocusable(_this._host, _this._host.firstChild, true);\n if (elementToFocus) {\n elementToFocus.focus();\n ev.preventDefault();\n ev.stopPropagation();\n }\n }\n };\n /**\n * Scroll handler for the callout to make sure the mouse events\n * for updating focus are not interacting during scroll\n */\n _this._onScroll = function () {\n if (!_this._isScrollIdle && _this._scrollIdleTimeoutId !== undefined) {\n _this._async.clearTimeout(_this._scrollIdleTimeoutId);\n _this._scrollIdleTimeoutId = undefined;\n }\n else {\n _this._isScrollIdle = false;\n }\n _this._scrollIdleTimeoutId = _this._async.setTimeout(function () {\n _this._isScrollIdle = true;\n }, NavigationIdleDelay);\n };\n _this._onItemMouseEnterBase = function (item, ev, target) {\n if (_this._shouldIgnoreMouseEvent()) {\n return;\n }\n _this._updateFocusOnMouseEvent(item, ev, target);\n };\n _this._onItemMouseMoveBase = function (item, ev, target) {\n var targetElement = ev.currentTarget;\n // Always do this check to make sure we record a mouseMove if needed (even if we are timed out)\n if (_this._shouldUpdateFocusOnMouseEvent) {\n _this._gotMouseMove = true;\n }\n else {\n return;\n }\n if (!_this._isScrollIdle ||\n _this._enterTimerId !== undefined ||\n targetElement === _this._targetWindow.document.activeElement) {\n return;\n }\n _this._updateFocusOnMouseEvent(item, ev, target);\n };\n _this._onMouseItemLeave = function (item, ev) {\n if (_this._shouldIgnoreMouseEvent()) {\n return;\n }\n if (_this._enterTimerId !== undefined) {\n _this._async.clearTimeout(_this._enterTimerId);\n _this._enterTimerId = undefined;\n }\n if (_this.state.expandedMenuItemKey !== undefined) {\n return;\n }\n /**\n * IE11 focus() method forces parents to scroll to top of element.\n * Edge and IE expose a setActive() function for focusable divs that\n * sets the page focus but does not scroll the parent element.\n */\n if (_this._host.setActive) {\n try {\n _this._host.setActive();\n }\n catch (e) {\n /* no-op */\n }\n }\n else {\n _this._host.focus();\n }\n };\n _this._onItemMouseDown = function (item, ev) {\n if (item.onMouseDown) {\n item.onMouseDown(item, ev);\n }\n };\n _this._onItemClick = function (item, ev) {\n _this._onItemClickBase(item, ev, ev.currentTarget);\n };\n _this._onItemClickBase = function (item, ev, target) {\n var items = getSubmenuItems(item);\n // Cancel a async menu item hover timeout action from being taken and instead\n // just trigger the click event instead.\n _this._cancelSubMenuTimer();\n if (!hasSubmenu(item) && (!items || !items.length)) {\n // This is an item without a menu. Click it.\n _this._executeItemClick(item, ev);\n }\n else {\n if (item.key !== _this.state.expandedMenuItemKey) {\n // This has a collapsed sub menu. Expand it.\n _this.setState({\n // When Edge + Narrator are used together (regardless of if the button is in a form or not), pressing\n // \"Enter\" fires this method and not _onMenuKeyDown. Checking ev.nativeEvent.detail differentiates\n // between a real click event and a keypress event (detail should be the number of mouse clicks).\n // ...Plot twist! For a real click event in IE 11, detail is always 0 (Edge sets it properly to 1).\n // So we also check the pointerType property, which both Edge and IE set to \"mouse\" for real clicks\n // and \"\" for pressing \"Enter\" with Narrator on.\n expandedByMouseClick: ev.nativeEvent.detail !== 0 || ev.nativeEvent.pointerType === 'mouse',\n });\n _this._onItemSubMenuExpand(item, target);\n }\n }\n ev.stopPropagation();\n ev.preventDefault();\n };\n _this._onAnchorClick = function (item, ev) {\n _this._executeItemClick(item, ev);\n ev.stopPropagation();\n };\n _this._executeItemClick = function (item, ev) {\n if (item.disabled || item.isDisabled) {\n return;\n }\n var dismiss = false;\n if (item.onClick) {\n dismiss = !!item.onClick(ev, item);\n }\n else if (_this.props.onItemClick) {\n dismiss = !!_this.props.onItemClick(ev, item);\n }\n if (dismiss || !ev.defaultPrevented) {\n _this.dismiss(ev, true);\n // This should be removed whenever possible.\n // This ensures that the hidden dismissal action maintains the same behavior.\n // If the menu is being dismissed then the previously focused element should\n // get focused since the dismiss was triggered by a user click on an item\n // Rather than focus being lost.\n _this._focusingPreviousElement = true;\n }\n };\n _this._onItemKeyDown = function (item, ev) {\n var openKey = getRTL(_this.props.theme) ? KeyCodes.left : KeyCodes.right;\n if (!item.disabled &&\n (ev.which === openKey || ev.which === KeyCodes.enter || (ev.which === KeyCodes.down && (ev.altKey || ev.metaKey)))) {\n _this.setState({\n expandedByMouseClick: false,\n });\n _this._onItemSubMenuExpand(item, ev.currentTarget);\n ev.preventDefault();\n }\n };\n // Cancel a async menu item hover timeout action from being taken and instead\n // do new upcoming behavior\n _this._cancelSubMenuTimer = function () {\n if (_this._enterTimerId !== undefined) {\n _this._async.clearTimeout(_this._enterTimerId);\n _this._enterTimerId = undefined;\n }\n };\n _this._onItemSubMenuExpand = function (item, target) {\n if (_this.state.expandedMenuItemKey !== item.key) {\n if (_this.state.expandedMenuItemKey) {\n _this._onSubMenuDismiss();\n }\n // Focus the target to ensure when we close it, we're focusing on the correct element.\n target.focus();\n _this.setState({\n expandedMenuItemKey: item.key,\n submenuTarget: target,\n });\n }\n };\n /**\n * This function is called ASYNCHRONOUSLY, and so there is a chance it is called\n * after the component is unmounted. The _mounted property is added to prevent\n * from calling setState() after unmount. Do NOT copy this pattern in synchronous\n * code.\n */\n _this._onSubMenuDismiss = function (ev, dismissAll) {\n if (dismissAll) {\n _this.dismiss(ev, dismissAll);\n }\n else if (_this._mounted) {\n _this.setState({\n dismissedMenuItemKey: _this.state.expandedMenuItemKey,\n expandedMenuItemKey: undefined,\n submenuTarget: undefined,\n });\n }\n };\n _this._onPointerAndTouchEvent = function (ev) {\n _this._cancelSubMenuTimer();\n };\n _this._async = new Async(_this);\n _this._events = new EventGroup(_this);\n initializeComponentRef(_this);\n warnDeprecations(COMPONENT_NAME, props, {\n getMenuClassNames: 'styles',\n });\n _this.state = {\n contextualMenuItems: undefined,\n subMenuId: getId('ContextualMenu'),\n };\n _this._id = props.id || getId('ContextualMenu');\n _this._focusingPreviousElement = false;\n _this._isScrollIdle = true;\n _this._shouldUpdateFocusOnMouseEvent = !_this.props.delayUpdateFocusOnHover;\n _this._gotMouseMove = false;\n return _this;\n }\n ContextualMenuBase.prototype.shouldComponentUpdate = function (newProps, newState) {\n if (!newProps.shouldUpdateWhenHidden && this.props.hidden && newProps.hidden) {\n // Do not update when hidden.\n return false;\n }\n return !shallowCompare(this.props, newProps) || !shallowCompare(this.state, newState);\n };\n ContextualMenuBase.prototype.UNSAFE_componentWillUpdate = function (newProps) {\n if (newProps.target !== this.props.target) {\n var newTarget = newProps.target;\n this._setTargetWindowAndElement(newTarget);\n }\n if (this._isHidden(newProps) !== this._isHidden(this.props)) {\n if (this._isHidden(newProps)) {\n this._onMenuClosed();\n }\n else {\n this._onMenuOpened();\n this._previousActiveElement = this._targetWindow\n ? this._targetWindow.document.activeElement\n : undefined;\n }\n }\n if (newProps.delayUpdateFocusOnHover !== this.props.delayUpdateFocusOnHover) {\n // update shouldUpdateFocusOnMouseEvent to follow what was passed in\n this._shouldUpdateFocusOnMouseEvent = !newProps.delayUpdateFocusOnHover;\n // If shouldUpdateFocusOnMouseEvent is false, we need to reset gotMouseMove to false\n this._gotMouseMove = this._shouldUpdateFocusOnMouseEvent && this._gotMouseMove;\n }\n };\n // Invoked once, both on the client and server, immediately before the initial rendering occurs.\n ContextualMenuBase.prototype.UNSAFE_componentWillMount = function () {\n var target = this.props.target;\n this._setTargetWindowAndElement(target);\n if (!this.props.hidden) {\n this._previousActiveElement = this._targetWindow\n ? this._targetWindow.document.activeElement\n : undefined;\n }\n };\n // Invoked once, only on the client (not on the server), immediately after the initial rendering occurs.\n ContextualMenuBase.prototype.componentDidMount = function () {\n if (!this.props.hidden) {\n this._onMenuOpened();\n }\n this._mounted = true;\n };\n // Invoked immediately before a component is unmounted from the DOM.\n ContextualMenuBase.prototype.componentWillUnmount = function () {\n if (this.props.onMenuDismissed) {\n this.props.onMenuDismissed(this.props);\n }\n this._events.dispose();\n this._async.dispose();\n this._mounted = false;\n };\n ContextualMenuBase.prototype.render = function () {\n var _this = this;\n var isBeakVisible = this.props.isBeakVisible;\n var _a = this.props, items = _a.items, labelElementId = _a.labelElementId, id = _a.id, className = _a.className, beakWidth = _a.beakWidth, directionalHint = _a.directionalHint, directionalHintForRTL = _a.directionalHintForRTL, alignTargetEdge = _a.alignTargetEdge, gapSpace = _a.gapSpace, coverTarget = _a.coverTarget, ariaLabel = _a.ariaLabel, doNotLayer = _a.doNotLayer, target = _a.target, bounds = _a.bounds, useTargetWidth = _a.useTargetWidth, useTargetAsMinWidth = _a.useTargetAsMinWidth, directionalHintFixed = _a.directionalHintFixed, shouldFocusOnMount = _a.shouldFocusOnMount, shouldFocusOnContainer = _a.shouldFocusOnContainer, title = _a.title, styles = _a.styles, theme = _a.theme, calloutProps = _a.calloutProps, _b = _a.onRenderSubMenu, onRenderSubMenu = _b === void 0 ? this._onRenderSubMenu : _b, _c = _a.onRenderMenuList, onRenderMenuList = _c === void 0 ? this._onRenderMenuList : _c, focusZoneProps = _a.focusZoneProps, \n // eslint-disable-next-line deprecation/deprecation\n getMenuClassNames = _a.getMenuClassNames;\n this._classNames = getMenuClassNames\n ? getMenuClassNames(theme, className)\n : getClassNames(styles, {\n theme: theme,\n className: className,\n });\n var hasIcons = itemsHaveIcons(items);\n function itemsHaveIcons(contextualMenuItems) {\n for (var _i = 0, contextualMenuItems_1 = contextualMenuItems; _i < contextualMenuItems_1.length; _i++) {\n var item = contextualMenuItems_1[_i];\n if (item.iconProps) {\n return true;\n }\n if (item.itemType === ContextualMenuItemType.Section &&\n item.sectionProps &&\n itemsHaveIcons(item.sectionProps.items)) {\n return true;\n }\n }\n return false;\n }\n this._adjustedFocusZoneProps = __assign(__assign({}, focusZoneProps), { direction: this._getFocusZoneDirection() });\n var hasCheckmarks = canAnyMenuItemsCheck(items);\n var submenuProps = this.state.expandedMenuItemKey && this.props.hidden !== true ? this._getSubmenuProps() : null;\n isBeakVisible = isBeakVisible === undefined ? this.props.responsiveMode <= ResponsiveMode.medium : isBeakVisible;\n /**\n * When useTargetWidth is true, get the width of the target element and apply it for the context menu container\n */\n var contextMenuStyle;\n var targetAsHtmlElement = this._target;\n if ((useTargetWidth || useTargetAsMinWidth) && targetAsHtmlElement && targetAsHtmlElement.offsetWidth) {\n var targetBoundingRect = targetAsHtmlElement.getBoundingClientRect();\n var targetWidth = targetBoundingRect.width - 2; /* Accounts for 1px border */\n if (useTargetWidth) {\n contextMenuStyle = {\n width: targetWidth,\n };\n }\n else if (useTargetAsMinWidth) {\n contextMenuStyle = {\n minWidth: targetWidth,\n };\n }\n }\n // The menu should only return if items were provided, if no items were provided then it should not appear.\n if (items && items.length > 0) {\n var totalItemCount = 0;\n for (var _i = 0, items_1 = items; _i < items_1.length; _i++) {\n var item = items_1[_i];\n if (item.itemType !== ContextualMenuItemType.Divider && item.itemType !== ContextualMenuItemType.Header) {\n var itemCount = item.customOnRenderListLength ? item.customOnRenderListLength : 1;\n totalItemCount += itemCount;\n }\n }\n var calloutStyles = this._classNames.subComponentStyles\n ? this._classNames.subComponentStyles.callout\n : undefined;\n return (React.createElement(Callout, __assign({ styles: calloutStyles, onRestoreFocus: this._tryFocusPreviousActiveElement }, calloutProps, { target: target, isBeakVisible: isBeakVisible, beakWidth: beakWidth, directionalHint: directionalHint, directionalHintForRTL: directionalHintForRTL, gapSpace: gapSpace, coverTarget: coverTarget, doNotLayer: doNotLayer, className: css('ms-ContextualMenu-Callout', calloutProps && calloutProps.className), setInitialFocus: shouldFocusOnMount, onDismiss: this.props.onDismiss, onScroll: this._onScroll, bounds: bounds, directionalHintFixed: directionalHintFixed, alignTargetEdge: alignTargetEdge, hidden: this.props.hidden }),\n React.createElement(\"div\", { style: contextMenuStyle, ref: function (host) { return (_this._host = host); }, id: id, className: this._classNames.container, tabIndex: shouldFocusOnContainer ? 0 : -1, onKeyDown: this._onMenuKeyDown, onKeyUp: this._onKeyUp, onFocusCapture: this._onMenuFocusCapture, \"aria-label\": ariaLabel, \"aria-labelledby\": labelElementId, role: 'menu' },\n title && React.createElement(\"div\", { className: this._classNames.title },\n \" \",\n title,\n \" \"),\n items && items.length ? (React.createElement(FocusZone, __assign({ className: this._classNames.root, isCircularNavigation: true, handleTabKey: FocusZoneTabbableElements.all }, this._adjustedFocusZoneProps), onRenderMenuList({\n ariaLabel: ariaLabel,\n items: items,\n totalItemCount: totalItemCount,\n hasCheckmarks: hasCheckmarks,\n hasIcons: hasIcons,\n defaultMenuItemRenderer: this._defaultMenuItemRenderer,\n labelElementId: labelElementId,\n }, this._onRenderMenuList))) : null,\n submenuProps && onRenderSubMenu(submenuProps, this._onRenderSubMenu))));\n }\n else {\n return null;\n }\n };\n /**\n * Return whether the contextual menu is hidden.\n * Undefined value for hidden is equivalent to hidden being false.\n * @param props - Props for the component\n */\n ContextualMenuBase.prototype._isHidden = function (props) {\n return !!props.hidden;\n };\n ContextualMenuBase.prototype._onMenuOpened = function () {\n this._events.on(this._targetWindow, 'resize', this.dismiss);\n this._shouldUpdateFocusOnMouseEvent = !this.props.delayUpdateFocusOnHover;\n this._gotMouseMove = false;\n this.props.onMenuOpened && this.props.onMenuOpened(this.props);\n };\n ContextualMenuBase.prototype._onMenuClosed = function () {\n this._events.off(this._targetWindow, 'resize', this.dismiss);\n // This is kept for backwards compatability with hidden for right now.\n // This preserves the way that this behaved in the past\n // TODO find a better way to handle this by using the same conventions that\n // Popup uses to determine if focus is contained when dismissal occurs\n this._tryFocusPreviousActiveElement({\n containsFocus: this._focusingPreviousElement,\n documentContainsFocus: this._targetWindow.document.hasFocus(),\n originalElement: this._previousActiveElement,\n });\n this._focusingPreviousElement = false;\n if (this.props.onMenuDismissed) {\n this.props.onMenuDismissed(this.props);\n }\n this._shouldUpdateFocusOnMouseEvent = !this.props.delayUpdateFocusOnHover;\n // We need to dismiss any submenu related state properties,\n // so that when the menu is shown again, the submenu is collapsed\n this.setState({\n expandedByMouseClick: undefined,\n dismissedMenuItemKey: undefined,\n expandedMenuItemKey: undefined,\n submenuTarget: undefined,\n });\n };\n /**\n * Gets the focusZoneDirection by using the arrowDirection if specified,\n * the direction specificed in the focusZoneProps, or defaults to FocusZoneDirection.vertical\n */\n ContextualMenuBase.prototype._getFocusZoneDirection = function () {\n var focusZoneProps = this.props.focusZoneProps;\n return focusZoneProps && focusZoneProps.direction !== undefined\n ? focusZoneProps.direction\n : FocusZoneDirection.vertical;\n };\n ContextualMenuBase.prototype._onRenderSubMenu = function (subMenuProps, defaultRender) {\n throw Error('ContextualMenuBase: onRenderSubMenu callback is null or undefined. ' +\n 'Please ensure to set `onRenderSubMenu` property either manually or with `styled` helper.');\n };\n ContextualMenuBase.prototype._renderSectionItem = function (sectionItem, \n // eslint-disable-next-line deprecation/deprecation\n menuClassNames, index, hasCheckmarks, hasIcons) {\n var _this = this;\n var sectionProps = sectionItem.sectionProps;\n if (!sectionProps) {\n return;\n }\n var headerItem;\n var groupProps;\n if (sectionProps.title) {\n var headerContextualMenuItem = undefined;\n var ariaLabellledby = '';\n if (typeof sectionProps.title === 'string') {\n // Since title is a user-facing string, it needs to be stripped\n // of whitespace in order to build a valid element ID\n var id = this._id + sectionProps.title.replace(/\\s/g, '');\n headerContextualMenuItem = {\n key: \"section-\" + sectionProps.title + \"-title\",\n itemType: ContextualMenuItemType.Header,\n text: sectionProps.title,\n id: id,\n };\n ariaLabellledby = id;\n }\n else {\n var id = sectionProps.title.id || this._id + sectionProps.title.key.replace(/\\s/g, '');\n headerContextualMenuItem = __assign(__assign({}, sectionProps.title), { id: id });\n ariaLabellledby = id;\n }\n if (headerContextualMenuItem) {\n groupProps = {\n role: 'group',\n 'aria-labelledby': ariaLabellledby,\n };\n headerItem = this._renderHeaderMenuItem(headerContextualMenuItem, menuClassNames, index, hasCheckmarks, hasIcons);\n }\n }\n if (sectionProps.items && sectionProps.items.length > 0) {\n return (React.createElement(\"li\", { role: \"presentation\", key: sectionProps.key || sectionItem.key || \"section-\" + index },\n React.createElement(\"div\", __assign({}, groupProps),\n React.createElement(\"ul\", { className: this._classNames.list, role: \"presentation\" },\n sectionProps.topDivider && this._renderSeparator(index, menuClassNames, true, true),\n headerItem &&\n this._renderListItem(headerItem, sectionItem.key || index, menuClassNames, sectionItem.title),\n sectionProps.items.map(function (contextualMenuItem, itemsIndex) {\n return _this._renderMenuItem(contextualMenuItem, itemsIndex, itemsIndex, sectionProps.items.length, hasCheckmarks, hasIcons);\n }),\n sectionProps.bottomDivider && this._renderSeparator(index, menuClassNames, false, true)))));\n }\n };\n ContextualMenuBase.prototype._renderListItem = function (content, key, classNames, // eslint-disable-line deprecation/deprecation\n title) {\n return (React.createElement(\"li\", { role: \"presentation\", title: title, key: key, className: classNames.item }, content));\n };\n ContextualMenuBase.prototype._renderSeparator = function (index, classNames, // eslint-disable-line deprecation/deprecation\n top, fromSection) {\n if (fromSection || index > 0) {\n return (React.createElement(\"li\", { role: \"separator\", key: 'separator-' + index + (top === undefined ? '' : top ? '-top' : '-bottom'), className: classNames.divider, \"aria-hidden\": \"true\" }));\n }\n return null;\n };\n ContextualMenuBase.prototype._renderNormalItem = function (item, classNames, // eslint-disable-line deprecation/deprecation\n index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons) {\n if (item.onRender) {\n return item.onRender(__assign({ 'aria-posinset': focusableElementIndex + 1, 'aria-setsize': totalItemCount }, item), this.dismiss);\n }\n if (item.href) {\n return this._renderAnchorMenuItem(item, classNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons);\n }\n if (item.split && hasSubmenu(item)) {\n return this._renderSplitButton(item, classNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons);\n }\n return this._renderButtonItem(item, classNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons);\n };\n ContextualMenuBase.prototype._renderHeaderMenuItem = function (item, \n // eslint-disable-next-line deprecation/deprecation\n classNames, index, hasCheckmarks, hasIcons) {\n var _a = this.props.contextualMenuItemAs, ChildrenRenderer = _a === void 0 ? ContextualMenuItem : _a;\n var itemProps = item.itemProps, id = item.id;\n var divHtmlProperties = itemProps && getNativeProps(itemProps, divProperties);\n return (\n // eslint-disable-next-line deprecation/deprecation\n React.createElement(\"div\", __assign({ id: id, className: this._classNames.header }, divHtmlProperties, { style: item.style }),\n React.createElement(ChildrenRenderer, __assign({ item: item, classNames: classNames, index: index, onCheckmarkClick: hasCheckmarks ? this._onItemClick : undefined, hasIcons: hasIcons }, itemProps))));\n };\n ContextualMenuBase.prototype._renderAnchorMenuItem = function (item, \n // eslint-disable-next-line deprecation/deprecation\n classNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons) {\n var contextualMenuItemAs = this.props.contextualMenuItemAs;\n var expandedMenuItemKey = this.state.expandedMenuItemKey;\n return (React.createElement(ContextualMenuAnchor, { item: item, classNames: classNames, index: index, focusableElementIndex: focusableElementIndex, totalItemCount: totalItemCount, hasCheckmarks: hasCheckmarks, hasIcons: hasIcons, contextualMenuItemAs: contextualMenuItemAs, onItemMouseEnter: this._onItemMouseEnterBase, onItemMouseLeave: this._onMouseItemLeave, onItemMouseMove: this._onItemMouseMoveBase, onItemMouseDown: this._onItemMouseDown, executeItemClick: this._executeItemClick, onItemClick: this._onAnchorClick, onItemKeyDown: this._onItemKeyDown, expandedMenuItemKey: expandedMenuItemKey, openSubMenu: this._onItemSubMenuExpand, dismissSubMenu: this._onSubMenuDismiss, dismissMenu: this.dismiss }));\n };\n ContextualMenuBase.prototype._renderButtonItem = function (item, \n // eslint-disable-next-line deprecation/deprecation\n classNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons) {\n var contextualMenuItemAs = this.props.contextualMenuItemAs;\n var expandedMenuItemKey = this.state.expandedMenuItemKey;\n return (React.createElement(ContextualMenuButton, { item: item, classNames: classNames, index: index, focusableElementIndex: focusableElementIndex, totalItemCount: totalItemCount, hasCheckmarks: hasCheckmarks, hasIcons: hasIcons, contextualMenuItemAs: contextualMenuItemAs, onItemMouseEnter: this._onItemMouseEnterBase, onItemMouseLeave: this._onMouseItemLeave, onItemMouseMove: this._onItemMouseMoveBase, onItemMouseDown: this._onItemMouseDown, executeItemClick: this._executeItemClick, onItemClick: this._onItemClick, onItemClickBase: this._onItemClickBase, onItemKeyDown: this._onItemKeyDown, expandedMenuItemKey: expandedMenuItemKey, openSubMenu: this._onItemSubMenuExpand, dismissSubMenu: this._onSubMenuDismiss, dismissMenu: this.dismiss }));\n };\n ContextualMenuBase.prototype._renderSplitButton = function (item, \n // eslint-disable-next-line deprecation/deprecation\n classNames, index, focusableElementIndex, totalItemCount, hasCheckmarks, hasIcons) {\n var contextualMenuItemAs = this.props.contextualMenuItemAs;\n var expandedMenuItemKey = this.state.expandedMenuItemKey;\n return (React.createElement(ContextualMenuSplitButton, { item: item, classNames: classNames, index: index, focusableElementIndex: focusableElementIndex, totalItemCount: totalItemCount, hasCheckmarks: hasCheckmarks, hasIcons: hasIcons, contextualMenuItemAs: contextualMenuItemAs, onItemMouseEnter: this._onItemMouseEnterBase, onItemMouseLeave: this._onMouseItemLeave, onItemMouseMove: this._onItemMouseMoveBase, onItemMouseDown: this._onItemMouseDown, executeItemClick: this._executeItemClick, onItemClick: this._onItemClick, onItemClickBase: this._onItemClickBase, onItemKeyDown: this._onItemKeyDown, openSubMenu: this._onItemSubMenuExpand, dismissSubMenu: this._onSubMenuDismiss, dismissMenu: this.dismiss, expandedMenuItemKey: expandedMenuItemKey, onTap: this._onPointerAndTouchEvent }));\n };\n /**\n * Returns true if the key for the event is alt (Mac option) or meta (Mac command).\n */\n ContextualMenuBase.prototype._isAltOrMeta = function (ev) {\n return ev.which === KeyCodes.alt || ev.key === 'Meta';\n };\n ContextualMenuBase.prototype._shouldIgnoreMouseEvent = function () {\n return !this._isScrollIdle || !this._gotMouseMove;\n };\n /**\n * Handles updating focus when mouseEnter or mouseMove fire.\n * As part of updating focus, This function will also update\n * the expand/collapse state accordingly.\n */\n ContextualMenuBase.prototype._updateFocusOnMouseEvent = function (item, ev, target) {\n var _this = this;\n var targetElement = target ? target : ev.currentTarget;\n var _a = this.props.subMenuHoverDelay, timeoutDuration = _a === void 0 ? NavigationIdleDelay : _a;\n if (item.key === this.state.expandedMenuItemKey) {\n return;\n }\n if (this._enterTimerId !== undefined) {\n this._async.clearTimeout(this._enterTimerId);\n this._enterTimerId = undefined;\n }\n // If the menu is not expanded we can update focus without any delay\n if (this.state.expandedMenuItemKey === undefined) {\n targetElement.focus();\n }\n // Delay updating expanding/dismissing the submenu\n // and only set focus if we have not already done so\n if (hasSubmenu(item)) {\n ev.stopPropagation();\n this._enterTimerId = this._async.setTimeout(function () {\n targetElement.focus();\n _this.setState({\n expandedByMouseClick: true,\n });\n _this._onItemSubMenuExpand(item, targetElement);\n _this._enterTimerId = undefined;\n }, timeoutDuration);\n }\n else {\n this._enterTimerId = this._async.setTimeout(function () {\n _this._onSubMenuDismiss(ev);\n targetElement.focus();\n _this._enterTimerId = undefined;\n }, timeoutDuration);\n }\n };\n ContextualMenuBase.prototype._getSubmenuProps = function () {\n var _a = this.state, submenuTarget = _a.submenuTarget, expandedMenuItemKey = _a.expandedMenuItemKey;\n var item = this._findItemByKey(expandedMenuItemKey);\n var submenuProps = null;\n if (item) {\n submenuProps = {\n items: getSubmenuItems(item),\n target: submenuTarget,\n onDismiss: this._onSubMenuDismiss,\n isSubMenu: true,\n id: this.state.subMenuId,\n shouldFocusOnMount: true,\n shouldFocusOnContainer: this.state.expandedByMouseClick,\n directionalHint: getRTL(this.props.theme) ? DirectionalHint.leftTopEdge : DirectionalHint.rightTopEdge,\n className: this.props.className,\n gapSpace: 0,\n isBeakVisible: false,\n };\n if (item.subMenuProps) {\n assign(submenuProps, item.subMenuProps);\n }\n }\n return submenuProps;\n };\n ContextualMenuBase.prototype._findItemByKey = function (key) {\n var items = this.props.items;\n return this._findItemByKeyFromItems(key, items);\n };\n /**\n * Returns the item that mathes a given key if any.\n * @param key - The key of the item to match\n * @param items - The items to look for the key\n */\n ContextualMenuBase.prototype._findItemByKeyFromItems = function (key, items) {\n for (var _i = 0, items_2 = items; _i < items_2.length; _i++) {\n var item = items_2[_i];\n if (item.itemType === ContextualMenuItemType.Section && item.sectionProps) {\n var match = this._findItemByKeyFromItems(key, item.sectionProps.items);\n if (match) {\n return match;\n }\n }\n else if (item.key && item.key === key) {\n return item;\n }\n }\n };\n ContextualMenuBase.prototype._setTargetWindowAndElement = function (target) {\n var currentElement = this._host;\n if (target) {\n if (typeof target === 'string') {\n var currentDoc = getDocument(currentElement);\n this._target = currentDoc ? currentDoc.querySelector(target) : null;\n this._targetWindow = getWindow(currentElement);\n // Cast to any prevents error about stopPropagation always existing\n }\n else if (target.stopPropagation) {\n this._targetWindow = getWindow(target.target);\n this._target = target;\n }\n else if (\n // eslint-disable-next-line deprecation/deprecation\n (target.left !== undefined || target.x !== undefined) &&\n // eslint-disable-next-line deprecation/deprecation\n (target.top !== undefined || target.y !== undefined)) {\n this._targetWindow = getWindow(currentElement);\n this._target = target;\n }\n else if (target.current !== undefined) {\n this._target = target.current;\n this._targetWindow = getWindow(this._target);\n }\n else {\n var targetElement = target;\n this._targetWindow = getWindow(targetElement);\n this._target = target;\n }\n }\n else {\n this._targetWindow = getWindow(currentElement);\n }\n };\n // The default ContextualMenu properties have no items and beak, the default submenu direction is right and top.\n ContextualMenuBase.defaultProps = {\n items: [],\n shouldFocusOnMount: true,\n gapSpace: 0,\n directionalHint: DirectionalHint.bottomAutoEdge,\n beakWidth: 16,\n };\n ContextualMenuBase = __decorate([\n withResponsiveMode\n ], ContextualMenuBase);\n return ContextualMenuBase;\n}(React.Component));\nexport { ContextualMenuBase };\n//# sourceMappingURL=ContextualMenu.base.js.map"
},
{
"id": "J67R",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"index": 318,
"index2": 300,
"size": 7612,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerId": "U019",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "U019",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./KeytipManager",
"loc": "4:0-32"
},
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony export imported specifier",
"userRequest": "./KeytipManager",
"loc": "4:0-32"
}
],
"providedExports": [
"KeytipManager"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign, __spreadArrays } from \"tslib\";\nimport { EventGroup, getId } from '../../Utilities';\nimport { KeytipEvents } from '../../utilities/keytips/KeytipConstants';\n/**\n * This class is responsible for handling registering, updating, and unregistering of keytips\n */\nvar KeytipManager = /** @class */ (function () {\n function KeytipManager() {\n this.keytips = {};\n this.persistedKeytips = {};\n this.sequenceMapping = {};\n // This is (and should be) updated and kept in sync\n // with the inKeytipMode in KeytipLayer.\n this.inKeytipMode = false;\n // Boolean that gets checked before entering keytip mode by the KeytipLayer\n // Used for an override in special cases (e.g. Disable entering keytip mode when a modal is shown)\n this.shouldEnterKeytipMode = true;\n // Boolean to indicate whether to delay firing an event to update subscribers of\n // keytip data changed.\n this.delayUpdatingKeytipChange = false;\n }\n /**\n * Static function to get singleton KeytipManager instance\n *\n * @returns Singleton KeytipManager instance\n */\n KeytipManager.getInstance = function () {\n return this._instance;\n };\n /**\n * Initialization code to set set parameters to define\n * how the KeytipManager handles keytip data.\n *\n * @param delayUpdatingKeytipChange - T/F if we should delay notifiying keytip subscribers\n * of keytip changes\n */\n KeytipManager.prototype.init = function (delayUpdatingKeytipChange) {\n this.delayUpdatingKeytipChange = delayUpdatingKeytipChange;\n };\n /**\n * Registers a keytip\n *\n * @param keytipProps - Keytip to register\n * @param persisted - T/F if this keytip should be persisted, default is false\n * @returns Unique ID for this keytip\n */\n KeytipManager.prototype.register = function (keytipProps, persisted) {\n if (persisted === void 0) { persisted = false; }\n var props = keytipProps;\n if (!persisted) {\n // Add the overflowSetSequence if necessary\n props = this.addParentOverflow(keytipProps);\n this.sequenceMapping[props.keySequences.toString()] = props;\n }\n // Create a unique keytip\n var uniqueKeytip = this._getUniqueKtp(props);\n // Add to dictionary\n persisted\n ? (this.persistedKeytips[uniqueKeytip.uniqueID] = uniqueKeytip)\n : (this.keytips[uniqueKeytip.uniqueID] = uniqueKeytip);\n // We only want to add something new if we are currently showing keytip mode\n if (this.inKeytipMode || !this.delayUpdatingKeytipChange) {\n var event_1 = persisted ? KeytipEvents.PERSISTED_KEYTIP_ADDED : KeytipEvents.KEYTIP_ADDED;\n EventGroup.raise(this, event_1, {\n keytip: props,\n uniqueID: uniqueKeytip.uniqueID,\n });\n }\n return uniqueKeytip.uniqueID;\n };\n /**\n * Update a keytip\n *\n * @param keytipProps - Keytip to update\n * @param uniqueID - Unique ID of this keytip\n */\n KeytipManager.prototype.update = function (keytipProps, uniqueID) {\n var newKeytipProps = this.addParentOverflow(keytipProps);\n var uniqueKeytip = this._getUniqueKtp(newKeytipProps, uniqueID);\n var oldKeyTip = this.keytips[uniqueID];\n if (oldKeyTip) {\n // Update everything except 'visible'\n uniqueKeytip.keytip.visible = oldKeyTip.keytip.visible;\n // Update keytip in this.keytips\n this.keytips[uniqueID] = uniqueKeytip;\n // Update the sequence to be up to date\n delete this.sequenceMapping[oldKeyTip.keytip.keySequences.toString()];\n this.sequenceMapping[uniqueKeytip.keytip.keySequences.toString()] = uniqueKeytip.keytip;\n // Raise event only if we are currently in keytip mode\n if (this.inKeytipMode || !this.delayUpdatingKeytipChange) {\n EventGroup.raise(this, KeytipEvents.KEYTIP_UPDATED, {\n keytip: uniqueKeytip.keytip,\n uniqueID: uniqueKeytip.uniqueID,\n });\n }\n }\n };\n /**\n * Unregisters a keytip\n *\n * @param keytipToRemove - IKeytipProps of the keytip to remove\n * @param uniqueID - Unique ID of this keytip\n * @param persisted - T/F if this keytip should be persisted, default is false\n */\n KeytipManager.prototype.unregister = function (keytipToRemove, uniqueID, persisted) {\n if (persisted === void 0) { persisted = false; }\n persisted ? delete this.persistedKeytips[uniqueID] : delete this.keytips[uniqueID];\n !persisted && delete this.sequenceMapping[keytipToRemove.keySequences.toString()];\n var event = persisted ? KeytipEvents.PERSISTED_KEYTIP_REMOVED : KeytipEvents.KEYTIP_REMOVED;\n // Update keytips only if we're in keytip mode\n if (this.inKeytipMode || !this.delayUpdatingKeytipChange) {\n EventGroup.raise(this, event, {\n keytip: keytipToRemove,\n uniqueID: uniqueID,\n });\n }\n };\n /**\n * Manual call to enter keytip mode\n */\n KeytipManager.prototype.enterKeytipMode = function () {\n EventGroup.raise(this, KeytipEvents.ENTER_KEYTIP_MODE);\n };\n /**\n * Manual call to exit keytip mode\n */\n KeytipManager.prototype.exitKeytipMode = function () {\n EventGroup.raise(this, KeytipEvents.EXIT_KEYTIP_MODE);\n };\n /**\n * Gets all IKeytipProps from this.keytips\n *\n * @returns All keytips stored in the manager\n */\n KeytipManager.prototype.getKeytips = function () {\n var _this = this;\n return Object.keys(this.keytips).map(function (key) { return _this.keytips[key].keytip; });\n };\n /**\n * Adds the overflowSetSequence to the keytipProps if its parent keytip also has it\n *\n * @param keytipProps - Keytip props to add overflowSetSequence to if necessary\n * @returns - Modified keytip props, if needed to be modified\n */\n KeytipManager.prototype.addParentOverflow = function (keytipProps) {\n var fullSequence = __spreadArrays(keytipProps.keySequences);\n fullSequence.pop();\n if (fullSequence.length !== 0) {\n var parentKeytip = this.sequenceMapping[fullSequence.toString()];\n if (parentKeytip && parentKeytip.overflowSetSequence) {\n return __assign(__assign({}, keytipProps), { overflowSetSequence: parentKeytip.overflowSetSequence });\n }\n }\n return keytipProps;\n };\n /**\n * Public function to bind for overflow items that have a submenu\n */\n KeytipManager.prototype.menuExecute = function (overflowButtonSequences, keytipSequences) {\n EventGroup.raise(this, KeytipEvents.PERSISTED_KEYTIP_EXECUTE, {\n overflowButtonSequences: overflowButtonSequences,\n keytipSequences: keytipSequences,\n });\n };\n /**\n * Creates an IUniqueKeytip object\n *\n * @param keytipProps - IKeytipProps\n * @param uniqueID - Unique ID, will default to the next unique ID if not passed\n * @returns IUniqueKeytip object\n */\n KeytipManager.prototype._getUniqueKtp = function (keytipProps, uniqueID) {\n if (uniqueID === void 0) { uniqueID = getId(); }\n return { keytip: __assign({}, keytipProps), uniqueID: uniqueID };\n };\n KeytipManager._instance = new KeytipManager();\n return KeytipManager;\n}());\nexport { KeytipManager };\n//# sourceMappingURL=KeytipManager.js.map"
},
{
"id": "JOxA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"index": 382,
"index2": 377,
"size": 18837,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"issuerId": "Xf4s",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "wnL7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js"
},
{
"id": "Xf4s",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Xf4s",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./SpinButton",
"loc": "1:0-29"
},
{
"moduleId": "Xf4s",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"type": "harmony export imported specifier",
"userRequest": "./SpinButton",
"loc": "1:0-29"
}
],
"providedExports": [
"KeyboardSpinDirection",
"SpinButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { IconButton } from '../../Button';\nimport { Label } from '../../Label';\nimport { Icon } from '../../Icon';\nimport { initializeComponentRef, warnMutuallyExclusive, Async, getId, KeyCodes, customizable, calculatePrecision, precisionRound, mergeAriaAttributeValues, getNativeProps, divProperties, } from '../../Utilities';\nimport { Position } from '../../utilities/positioning';\nimport { getStyles, getArrowButtonStyles } from './SpinButton.styles';\nimport { getClassNames } from './SpinButton.classNames';\nimport { KeytipData } from '../../KeytipData';\nexport var KeyboardSpinDirection;\n(function (KeyboardSpinDirection) {\n KeyboardSpinDirection[KeyboardSpinDirection[\"down\"] = -1] = \"down\";\n KeyboardSpinDirection[KeyboardSpinDirection[\"notSpinning\"] = 0] = \"notSpinning\";\n KeyboardSpinDirection[KeyboardSpinDirection[\"up\"] = 1] = \"up\";\n})(KeyboardSpinDirection || (KeyboardSpinDirection = {}));\nvar SpinButton = /** @class */ (function (_super) {\n __extends(SpinButton, _super);\n function SpinButton(props) {\n var _this = _super.call(this, props) || this;\n _this._input = React.createRef();\n _this._initialStepDelay = 400;\n _this._stepDelay = 75;\n _this._onFocus = function (ev) {\n // We can't set focus on a non-existing element\n if (!_this._input.current) {\n return;\n }\n if (_this._spinningByMouse || _this.state.keyboardSpinDirection !== KeyboardSpinDirection.notSpinning) {\n _this._stop();\n }\n _this._input.current.select();\n _this.setState({ isFocused: true });\n if (_this.props.onFocus) {\n _this.props.onFocus(ev);\n }\n };\n _this._onBlur = function (ev) {\n _this._validate(ev);\n _this.setState({ isFocused: false });\n if (_this.props.onBlur) {\n _this.props.onBlur(ev);\n }\n };\n _this._onValidate = function (value, event) {\n if (_this.props.onValidate) {\n return _this.props.onValidate(value, event);\n }\n else {\n return _this._defaultOnValidate(value);\n }\n };\n _this._calculatePrecision = function (props) {\n var _a = props.precision, precision = _a === void 0 ? Math.max(calculatePrecision(props.step), 0) : _a;\n return precision;\n };\n /**\n * Validate function to use if one is not passed in\n */\n _this._defaultOnValidate = function (value) {\n if (value === null || value.trim().length === 0 || isNaN(Number(value))) {\n return _this._lastValidValue;\n }\n var newValue = Math.min(_this.props.max, Math.max(_this.props.min, Number(value)));\n return String(newValue);\n };\n _this._onIncrement = function (value, event) {\n if (_this.props.onIncrement) {\n return _this.props.onIncrement(value, event);\n }\n else {\n return _this._defaultOnIncrement(value);\n }\n };\n /**\n * Increment function to use if one is not passed in\n */\n _this._defaultOnIncrement = function (value) {\n var _a = _this.props, max = _a.max, step = _a.step;\n var newValue = Math.min(Number(value) + Number(step), max);\n newValue = precisionRound(newValue, _this._precision);\n return String(newValue);\n };\n _this._onDecrement = function (value, event) {\n if (_this.props.onDecrement) {\n return _this.props.onDecrement(value, event);\n }\n else {\n return _this._defaultOnDecrement(value);\n }\n };\n /**\n * Increment function to use if one is not passed in\n */\n _this._defaultOnDecrement = function (value) {\n var _a = _this.props, min = _a.min, step = _a.step;\n var newValue = Math.max(Number(value) - Number(step), min);\n newValue = precisionRound(newValue, _this._precision);\n return String(newValue);\n };\n /**\n * This is used when validating text entry in the input on blur or when enter key is pressed\n * (not when changed via the buttons).\n * @param event - the event that fired\n */\n _this._validate = function (event) {\n if (_this.value !== undefined &&\n _this._valueToValidate !== undefined &&\n _this._valueToValidate !== _this._lastValidValue) {\n var newValue = _this._onValidate(_this._valueToValidate, event);\n // Done validating this value, so clear it\n _this._valueToValidate = undefined;\n if (newValue !== undefined) {\n _this._lastValidValue = newValue;\n _this.setState({ value: newValue });\n }\n else {\n // Value was invalid. Reset state to last valid value.\n _this.setState({ value: _this._lastValidValue });\n }\n }\n };\n /**\n * The method is needed to ensure we are updating the actual input value.\n * without this our value will never change (and validation will not have the correct number)\n * @param event - the event that was fired\n */\n _this._onInputChange = function (event) {\n var element = event.target;\n var value = element.value;\n _this._valueToValidate = value;\n _this.setState({\n value: value,\n });\n };\n /**\n * Update the value with the given stepFunction\n * @param shouldSpin - should we fire off another updateValue when we are done here? This should be true\n * when spinning in response to a mouseDown\n * @param stepFunction - function to use to step by\n * @param event - The event that triggered the updateValue\n */\n _this._updateValue = function (shouldSpin, stepDelay, stepFunction, event) {\n var newValue = stepFunction(_this.value || '', event);\n if (newValue !== undefined) {\n _this._lastValidValue = newValue;\n _this.setState({ value: newValue });\n }\n if (_this._spinningByMouse !== shouldSpin) {\n _this._spinningByMouse = shouldSpin;\n }\n if (shouldSpin) {\n _this._currentStepFunctionHandle = _this._async.setTimeout(function () {\n _this._updateValue(shouldSpin, _this._stepDelay, stepFunction, event);\n }, stepDelay);\n }\n };\n /**\n * Stop spinning (clear any currently pending update and set spinning to false)\n */\n _this._stop = function () {\n if (_this._currentStepFunctionHandle >= 0) {\n _this._async.clearTimeout(_this._currentStepFunctionHandle);\n _this._currentStepFunctionHandle = -1;\n }\n if (_this._spinningByMouse || _this.state.keyboardSpinDirection !== KeyboardSpinDirection.notSpinning) {\n _this._spinningByMouse = false;\n _this.setState({ keyboardSpinDirection: KeyboardSpinDirection.notSpinning });\n }\n };\n /**\n * Handle keydown on the text field. We need to update\n * the value when up or down arrow are depressed\n * @param event - the keyboardEvent that was fired\n */\n _this._handleKeyDown = function (event) {\n // eat the up and down arrow keys to keep focus in the spinButton\n // (especially when a spinButton is inside of a FocusZone)\n if (event.which === KeyCodes.up || event.which === KeyCodes.down || event.which === KeyCodes.enter) {\n event.preventDefault();\n event.stopPropagation();\n }\n if (_this.props.disabled) {\n _this._stop();\n return;\n }\n var spinDirection = KeyboardSpinDirection.notSpinning;\n switch (event.which) {\n case KeyCodes.up:\n spinDirection = KeyboardSpinDirection.up;\n _this._updateValue(false /* shouldSpin */, _this._initialStepDelay, _this._onIncrement, event);\n break;\n case KeyCodes.down:\n spinDirection = KeyboardSpinDirection.down;\n _this._updateValue(false /* shouldSpin */, _this._initialStepDelay, _this._onDecrement, event);\n break;\n case KeyCodes.enter:\n _this._validate(event);\n break;\n case KeyCodes.escape:\n if (_this.value !== _this._lastValidValue) {\n _this.setState({ value: _this._lastValidValue });\n }\n break;\n default:\n break;\n }\n // style the increment/decrement button to look active\n // when the corresponding up/down arrow keys trigger a step\n if (_this.state.keyboardSpinDirection !== spinDirection) {\n _this.setState({ keyboardSpinDirection: spinDirection });\n }\n };\n /**\n * Make sure that we have stopped spinning on keyUp\n * if the up or down arrow fired this event\n * @param event - keyboard event\n */\n _this._handleKeyUp = function (event) {\n if (_this.props.disabled || event.which === KeyCodes.up || event.which === KeyCodes.down) {\n _this._stop();\n return;\n }\n };\n _this._onIncrementMouseDown = function (event) {\n _this._updateValue(true /* shouldSpin */, _this._initialStepDelay, _this._onIncrement, event);\n };\n _this._onDecrementMouseDown = function (event) {\n _this._updateValue(true /* shouldSpin */, _this._initialStepDelay, _this._onDecrement, event);\n };\n initializeComponentRef(_this);\n warnMutuallyExclusive('SpinButton', props, {\n value: 'defaultValue',\n });\n // Don't use || here because it won't handle empty strings properly\n var _a = props.value, value = _a === void 0 ? props.defaultValue : _a;\n if (value === undefined) {\n value = typeof props.min === 'number' ? String(props.min) : '0';\n }\n _this._lastValidValue = value;\n // Ensure that the autocalculated precision is not negative.\n _this._precision = _this._calculatePrecision(props);\n _this.state = {\n isFocused: false,\n value: value,\n keyboardSpinDirection: KeyboardSpinDirection.notSpinning,\n };\n _this._async = new Async(_this);\n _this._currentStepFunctionHandle = -1;\n _this._labelId = getId('Label');\n _this._inputId = getId('input');\n _this._spinningByMouse = false;\n _this._valueToValidate = undefined;\n return _this;\n }\n SpinButton.prototype.componentWillUnmount = function () {\n this._async.dispose();\n };\n /**\n * Invoked when a component is receiving new props. This method is not called for the initial render.\n */\n SpinButton.prototype.UNSAFE_componentWillReceiveProps = function (newProps) {\n if (newProps.value !== undefined) {\n // Value from props is considered pre-validated\n this._lastValidValue = newProps.value;\n this.setState({ value: newProps.value });\n }\n this._precision = this._calculatePrecision(newProps);\n };\n SpinButton.prototype.render = function () {\n var _this = this;\n var _a = this.props, disabled = _a.disabled, label = _a.label, min = _a.min, max = _a.max, labelPosition = _a.labelPosition, iconProps = _a.iconProps, incrementButtonIcon = _a.incrementButtonIcon, incrementButtonAriaLabel = _a.incrementButtonAriaLabel, decrementButtonIcon = _a.decrementButtonIcon, decrementButtonAriaLabel = _a.decrementButtonAriaLabel, ariaLabel = _a.ariaLabel, ariaDescribedBy = _a.ariaDescribedBy, customStyles = _a.styles, customUpArrowButtonStyles = _a.upArrowButtonStyles, customDownArrowButtonStyles = _a.downArrowButtonStyles, theme = _a.theme, ariaPositionInSet = _a.ariaPositionInSet, ariaSetSize = _a.ariaSetSize, ariaValueNow = _a.ariaValueNow, ariaValueText = _a.ariaValueText, keytipProps = _a.keytipProps, className = _a.className, inputProps = _a.inputProps, iconButtonProps = _a.iconButtonProps;\n var _b = this.state, isFocused = _b.isFocused, keyboardSpinDirection = _b.keyboardSpinDirection;\n var value = this.value;\n var classNames = this.props.getClassNames\n ? this.props.getClassNames(theme, disabled, isFocused, keyboardSpinDirection, labelPosition, className)\n : getClassNames(getStyles(theme, customStyles), disabled, isFocused, keyboardSpinDirection, labelPosition, className);\n var nativeProps = getNativeProps(this.props, divProperties, [\n 'onBlur',\n 'onFocus',\n 'className',\n ]);\n return (React.createElement(\"div\", { className: classNames.root },\n labelPosition !== Position.bottom && (iconProps || label) && (React.createElement(\"div\", { className: classNames.labelWrapper },\n iconProps && React.createElement(Icon, __assign({}, iconProps, { className: classNames.icon, \"aria-hidden\": \"true\" })),\n label && (React.createElement(Label, { id: this._labelId, htmlFor: this._inputId, className: classNames.label, disabled: disabled }, label)))),\n React.createElement(KeytipData, { keytipProps: keytipProps, disabled: disabled }, function (keytipAttributes) { return (React.createElement(\"div\", __assign({}, nativeProps, { className: classNames.spinButtonWrapper, \"aria-label\": ariaLabel && ariaLabel, \"aria-posinset\": ariaPositionInSet, \"aria-setsize\": ariaSetSize, \"data-ktp-target\": keytipAttributes['data-ktp-target'] }),\n React.createElement(\"input\", __assign({ value: value, id: _this._inputId, onChange: _this._onChange, onInput: _this._onInputChange, className: classNames.input, type: \"text\", autoComplete: \"off\", role: \"spinbutton\", \"aria-labelledby\": label && _this._labelId, \"aria-valuenow\": typeof ariaValueNow === 'number'\n ? ariaValueNow\n : value && !isNaN(Number(value)) // Number('') is 0 which may not be desirable\n ? Number(value)\n : undefined, \"aria-valuetext\": typeof ariaValueText === 'string'\n ? ariaValueText\n : !value || isNaN(Number(value)) // Number('') is 0 which may not be desirable\n ? value\n : undefined, \"aria-valuemin\": min, \"aria-valuemax\": max, \"aria-describedby\": mergeAriaAttributeValues(ariaDescribedBy, keytipAttributes['aria-describedby']), onBlur: _this._onBlur, ref: _this._input, onFocus: _this._onFocus, onKeyDown: _this._handleKeyDown, onKeyUp: _this._handleKeyUp, disabled: disabled, \"aria-disabled\": disabled, \"data-lpignore\": true, \"data-ktp-execute-target\": keytipAttributes['data-ktp-execute-target'] }, inputProps)),\n React.createElement(\"span\", { className: classNames.arrowBox },\n React.createElement(IconButton, __assign({ styles: getArrowButtonStyles(theme, true, customUpArrowButtonStyles), className: 'ms-UpButton', checked: keyboardSpinDirection === KeyboardSpinDirection.up, disabled: disabled, iconProps: incrementButtonIcon, onMouseDown: _this._onIncrementMouseDown, onMouseLeave: _this._stop, onMouseUp: _this._stop, tabIndex: -1, ariaLabel: incrementButtonAriaLabel, \"data-is-focusable\": false }, iconButtonProps)),\n React.createElement(IconButton, __assign({ styles: getArrowButtonStyles(theme, false, customDownArrowButtonStyles), className: 'ms-DownButton', checked: keyboardSpinDirection === KeyboardSpinDirection.down, disabled: disabled, iconProps: decrementButtonIcon, onMouseDown: _this._onDecrementMouseDown, onMouseLeave: _this._stop, onMouseUp: _this._stop, tabIndex: -1, ariaLabel: decrementButtonAriaLabel, \"data-is-focusable\": false }, iconButtonProps))))); }),\n labelPosition === Position.bottom && (iconProps || label) && (React.createElement(\"div\", { className: classNames.labelWrapper },\n iconProps && React.createElement(Icon, { iconName: iconProps.iconName, className: classNames.icon, \"aria-hidden\": \"true\" }),\n label && (React.createElement(Label, { id: this._labelId, htmlFor: this._inputId, className: classNames.label, disabled: disabled }, label))))));\n };\n SpinButton.prototype.focus = function () {\n if (this._input.current) {\n this._input.current.focus();\n }\n };\n Object.defineProperty(SpinButton.prototype, \"value\", {\n /**\n * Gets the value of the spin button.\n */\n get: function () {\n // TODO (version 8): value from props should ALWAYS override value from state.\n // In a class component the code should be:\n // const { value = this.state.value } = this.props;\n // return value;\n return this.state.value;\n },\n enumerable: true,\n configurable: true\n });\n SpinButton.prototype._onChange = function () {\n /**\n * A noop input change handler. Using onInput instead of onChange was meant to address an issue\n * which apparently has been resolved in React 16 (https://github.com/facebook/react/issues/7027).\n * The no-op onChange handler was still needed because React gives console errors if an input\n * doesn't have onChange.\n *\n * TODO (Fabric 8?) - switch to just calling onChange (this is a breaking change for any tests,\n * ours or 3rd-party, which simulate entering text in a SpinButton)\n */\n };\n SpinButton.defaultProps = {\n step: 1,\n min: 0,\n max: 100,\n disabled: false,\n labelPosition: Position.start,\n label: '',\n incrementButtonIcon: { iconName: 'ChevronUpSmall' },\n decrementButtonIcon: { iconName: 'ChevronDownSmall' },\n };\n SpinButton = __decorate([\n customizable('SpinButton', ['theme', 'styles'], true)\n ], SpinButton);\n return SpinButton;\n}(React.Component));\nexport { SpinButton };\n//# sourceMappingURL=SpinButton.js.map"
},
{
"id": "JPst",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/runtime/api.js",
"name": "./node_modules/css-loader/dist/runtime/api.js",
"index": 6,
"index2": 2,
"size": 2677,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"issuerId": "oVHH",
"issuerName": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "S+pu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js"
},
{
"id": "CNew",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.css"
},
{
"id": "oVHH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./lib/webparts/svgHero/SvgHeroWebPart.module.css"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "f9IH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"module": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"moduleName": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"type": "cjs require",
"userRequest": "../../../../../css-loader/dist/runtime/api.js",
"loc": "1:27-83"
},
{
"moduleId": "oVHH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"module": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"moduleName": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"type": "cjs require",
"userRequest": "../../../node_modules/css-loader/dist/runtime/api.js",
"loc": "1:27-90"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 4,
"source": "\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \"{\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n var alreadyImportedModules = {};\n\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = modules[_i]; // skip already imported module\n // this implementation is not 100% perfect for weird media query combinations\n // when a module is imported multiple times with different media queries.\n // I hope this will never occur (Hey this way we have smaller bundles)\n\n if (item[0] == null || !alreadyImportedModules[item[0]]) {\n if (mediaQuery && !item[2]) {\n item[2] = mediaQuery;\n } else if (mediaQuery) {\n item[2] = \"(\".concat(item[2], \") and (\").concat(mediaQuery, \")\");\n }\n\n list.push(item);\n }\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot).concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}"
},
{
"id": "JTa0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"index": 223,
"index2": 243,
"size": 283,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"issuerId": "4/X0",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4/X0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorPicker",
"loc": "1:0-30"
},
{
"moduleId": "4/X0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ColorPicker",
"loc": "1:0-30"
}
],
"providedExports": [
"ColorPicker"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { styled } from '../../Utilities';\nimport { ColorPickerBase } from './ColorPicker.base';\nimport { getStyles } from './ColorPicker.styles';\nexport var ColorPicker = styled(ColorPickerBase, getStyles, undefined, { scope: 'ColorPicker' });\n//# sourceMappingURL=ColorPicker.js.map"
},
{
"id": "JaMU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/localStorage.js",
"name": "./node_modules/@uifabric/utilities/lib/localStorage.js",
"index": 138,
"index2": 129,
"size": 836,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"issuerId": "m5xa",
"issuerName": "./node_modules/@uifabric/utilities/lib/language.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "m5xa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"name": "./node_modules/@uifabric/utilities/lib/language.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "m5xa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"module": "./node_modules/@uifabric/utilities/lib/language.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/language.js",
"type": "harmony side effect evaluation",
"userRequest": "./localStorage",
"loc": "2:0-47"
},
{
"moduleId": "m5xa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"module": "./node_modules/@uifabric/utilities/lib/language.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/language.js",
"type": "harmony import specifier",
"userRequest": "./localStorage",
"loc": "17:14-34"
},
{
"moduleId": "m5xa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"module": "./node_modules/@uifabric/utilities/lib/language.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/language.js",
"type": "harmony import specifier",
"userRequest": "./localStorage",
"loc": "40:8-28"
}
],
"providedExports": [
"getItem",
"setItem"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { getWindow } from './dom/getWindow';\n/**\n * Fetches an item from local storage without throwing an exception\n * @param key The key of the item to fetch from local storage\n */\nexport function getItem(key) {\n var result = null;\n try {\n var win = getWindow();\n result = win ? win.localStorage.getItem(key) : null;\n }\n catch (e) {\n /* Eat the exception */\n }\n return result;\n}\n/**\n * Inserts an item into local storage without throwing an exception\n * @param key The key of the item to add to local storage\n * @param data The data to put into local storage\n */\nexport function setItem(key, data) {\n try {\n var win = getWindow();\n win && win.localStorage.setItem(key, data);\n }\n catch (e) {\n /* Eat the exception */\n }\n}\n//# sourceMappingURL=localStorage.js.map"
},
{
"id": "Jp31",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"name": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"index": 59,
"index2": 47,
"size": 843,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"issuerId": "zS9i",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
},
{
"id": "01ST",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js"
},
{
"id": "zS9i",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"name": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony side effect evaluation",
"userRequest": "./transforms/prefixRules",
"loc": "4:0-55"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "./transforms/prefixRules",
"loc": "189:8-19"
}
],
"providedExports": [
"prefixRules"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { getVendorSettings } from '../getVendorSettings';\nvar autoPrefixNames = {\n 'user-select': 1,\n};\nexport function prefixRules(rulePairs, index) {\n var vendorSettings = getVendorSettings();\n var name = rulePairs[index];\n if (autoPrefixNames[name]) {\n var value = rulePairs[index + 1];\n if (autoPrefixNames[name]) {\n if (vendorSettings.isWebkit) {\n rulePairs.push('-webkit-' + name, value);\n }\n if (vendorSettings.isMoz) {\n rulePairs.push('-moz-' + name, value);\n }\n if (vendorSettings.isMs) {\n rulePairs.push('-ms-' + name, value);\n }\n if (vendorSettings.isOpera) {\n rulePairs.push('-o-' + name, value);\n }\n }\n }\n}\n//# sourceMappingURL=prefixRules.js.map"
},
{
"id": "Jveu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/resources.js",
"name": "./node_modules/@uifabric/utilities/lib/resources.js",
"index": 146,
"index2": 138,
"size": 305,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./resources",
"loc": "49:0-28"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./resources",
"loc": "49:0-28"
}
],
"providedExports": [
"getResourceUrl",
"setBaseUrl"
],
"optimizationBailout": [],
"depth": 8,
"source": "var _baseUrl = '';\n/** Sets the current base url used for fetching images. */\nexport function getResourceUrl(url) {\n return _baseUrl + url;\n}\n/** Gets the current base url used for fetching images. */\nexport function setBaseUrl(baseUrl) {\n _baseUrl = baseUrl;\n}\n//# sourceMappingURL=resources.js.map"
},
{
"id": "KB00",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"index": 328,
"index2": 309,
"size": 432,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useForceUpdate",
"loc": "7:0-33"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useForceUpdate",
"loc": "7:0-33"
}
],
"providedExports": [
"useForceUpdate"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\nimport { useConst } from './useConst';\n/**\n * Hook to force update a function component by updating a dummy state.\n */\nexport function useForceUpdate() {\n var _a = React.useState(0), setValue = _a[1];\n var forceUpdate = useConst(function () { return function () { return setValue(function (value) { return ++value; }); }; });\n return forceUpdate;\n}\n//# sourceMappingURL=useForceUpdate.js.map"
},
{
"id": "KHN1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"name": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"index": 117,
"index2": 109,
"size": 3341,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony side effect evaluation",
"userRequest": "./Customizations",
"loc": "2:0-50"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "14:12-26"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "18:16-30"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "23:11-25"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony side effect evaluation",
"userRequest": "./Customizations",
"loc": "3:0-50"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "21:20-34"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "24:20-34"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "29:43-57"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/Customizations",
"loc": "19:0-48"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./customizations/Customizations",
"loc": "19:0-48"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony side effect evaluation",
"userRequest": "./Customizations",
"loc": "3:0-50"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "28:8-22"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "./Customizations",
"loc": "31:8-22"
}
],
"providedExports": [
"Customizations"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\nimport { GlobalSettings } from '../GlobalSettings';\nvar CustomizationsGlobalKey = 'customizations';\nvar NO_CUSTOMIZATIONS = { settings: {}, scopedSettings: {}, inCustomizerContext: false };\nvar _allSettings = GlobalSettings.getValue(CustomizationsGlobalKey, {\n settings: {},\n scopedSettings: {},\n inCustomizerContext: false,\n});\nvar _events = [];\nvar Customizations = /** @class */ (function () {\n function Customizations() {\n }\n Customizations.reset = function () {\n _allSettings.settings = {};\n _allSettings.scopedSettings = {};\n };\n /** Apply global Customization settings.\n * @example Customizations.applySettings(\\{ theme: \\{...\\} \\});\n */\n Customizations.applySettings = function (settings) {\n _allSettings.settings = __assign(__assign({}, _allSettings.settings), settings);\n Customizations._raiseChange();\n };\n /** Apply Customizations to a particular named scope, like a component.\n * @example Customizations.applyScopedSettings('Nav', \\{ styles: () =\\> \\{\\} \\});\n */\n Customizations.applyScopedSettings = function (scopeName, settings) {\n _allSettings.scopedSettings[scopeName] = __assign(__assign({}, _allSettings.scopedSettings[scopeName]), settings);\n Customizations._raiseChange();\n };\n Customizations.getSettings = function (properties, scopeName, localSettings) {\n if (localSettings === void 0) { localSettings = NO_CUSTOMIZATIONS; }\n var settings = {};\n var localScopedSettings = (scopeName && localSettings.scopedSettings[scopeName]) || {};\n var globalScopedSettings = (scopeName && _allSettings.scopedSettings[scopeName]) || {};\n for (var _i = 0, properties_1 = properties; _i < properties_1.length; _i++) {\n var property = properties_1[_i];\n settings[property] =\n localScopedSettings[property] ||\n localSettings.settings[property] ||\n globalScopedSettings[property] ||\n _allSettings.settings[property];\n }\n return settings;\n };\n /** Used to run some code that sets Customizations without triggering an update until the end.\n * Useful for applying Customizations that don't affect anything currently rendered, or for\n * applying many customizations at once.\n * @param suppressUpdate - Do not raise the change event at the end, preventing all updates\n */\n Customizations.applyBatchedUpdates = function (code, suppressUpdate) {\n Customizations._suppressUpdates = true;\n try {\n code();\n }\n catch (_a) {\n /* do nothing */\n }\n Customizations._suppressUpdates = false;\n if (!suppressUpdate) {\n Customizations._raiseChange();\n }\n };\n Customizations.observe = function (onChange) {\n _events.push(onChange);\n };\n Customizations.unobserve = function (onChange) {\n _events = _events.filter(function (cb) { return cb !== onChange; });\n };\n Customizations._raiseChange = function () {\n if (!Customizations._suppressUpdates) {\n _events.forEach(function (cb) { return cb(); });\n }\n };\n return Customizations;\n}());\nexport { Customizations };\n//# sourceMappingURL=Customizations.js.map"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"index": 377,
"index2": 384,
"size": 215,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"issuerId": "jHFE",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "jHFE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./propertyFields/spinButton/index",
"loc": "1:0-50"
},
{
"moduleId": "jHFE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"type": "harmony export imported specifier",
"userRequest": "./propertyFields/spinButton/index",
"loc": "1:0-50"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 2,
"source": "export * from './PropertyFieldSpinButton';\nexport * from './IPropertyFieldSpinButton';\nexport * from './PropertyFieldSpinButtonHost';\nexport * from './IPropertyFieldSpinButtonHost';\n//# sourceMappingURL=index.js.map"
},
{
"id": "KVSy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"index": 327,
"index2": 308,
"size": 1544,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useControllableValue",
"loc": "6:0-39"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useControllableValue",
"loc": "6:0-39"
}
],
"providedExports": [
"useControllableValue"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\nimport { useConst } from './useConst';\nexport function useControllableValue(controlledValue, defaultUncontrolledValue, onChange) {\n var _a = React.useState(defaultUncontrolledValue), value = _a[0], setValue = _a[1];\n var isControlled = useConst(controlledValue !== undefined);\n var currentValue = isControlled ? controlledValue : value;\n // Duplicate the current value and onChange in refs so they're accessible from\n // setValueOrCallOnChange without creating a new callback every time\n var valueRef = React.useRef(currentValue);\n var onChangeRef = React.useRef(onChange);\n React.useEffect(function () {\n valueRef.current = currentValue;\n onChangeRef.current = onChange;\n });\n // To match the behavior of the setter returned by React.useState, this callback's identity\n // should never change. This means it MUST NOT directly reference variables that can change.\n var setValueOrCallOnChange = useConst(function () { return function (update, ev) {\n // Assuming here that TValue is not a function, because a controllable value will typically\n // be something a user can enter as input\n var newValue = typeof update === 'function' ? update(valueRef.current) : update;\n if (onChangeRef.current) {\n onChangeRef.current(ev, newValue);\n }\n if (!isControlled) {\n setValue(newValue);\n }\n }; });\n return [currentValue, setValueOrCallOnChange];\n}\n//# sourceMappingURL=useControllableValue.js.map"
},
{
"id": "KZYN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"name": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"index": 67,
"index2": 56,
"size": 800,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./keyframes",
"loc": "6:0-40"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./keyframes",
"loc": "6:0-40"
}
],
"providedExports": [
"keyframes"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { getStyleOptions } from './StyleOptionsState';\nimport { Stylesheet } from './Stylesheet';\nimport { serializeRuleEntries } from './styleToClassName';\n/**\n * Registers keyframe definitions.\n *\n * @public\n */\nexport function keyframes(timeline) {\n var stylesheet = Stylesheet.getInstance();\n var name = stylesheet.getClassName();\n var rulesArray = [];\n for (var prop in timeline) {\n if (timeline.hasOwnProperty(prop)) {\n rulesArray.push(prop, '{', serializeRuleEntries(getStyleOptions(), timeline[prop]), '}');\n }\n }\n var rules = rulesArray.join('');\n stylesheet.insertRule(\"@keyframes \" + name + \"{\" + rules + \"}\", true);\n stylesheet.cacheClassName(name, rules, [], ['keyframes', rules]);\n return name;\n}\n//# sourceMappingURL=keyframes.js.map"
},
{
"id": "KiHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/object.js",
"name": "./node_modules/@uifabric/utilities/lib/object.js",
"index": 49,
"index2": 39,
"size": 4961,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./object",
"loc": "44:0-95"
},
{
"moduleId": "cwxN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/EventGroup.js",
"module": "./node_modules/@uifabric/utilities/lib/EventGroup.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/EventGroup.js",
"type": "harmony side effect evaluation",
"userRequest": "./object",
"loc": "1:0-34"
},
{
"moduleId": "cwxN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/EventGroup.js",
"module": "./node_modules/@uifabric/utilities/lib/EventGroup.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/EventGroup.js",
"type": "harmony import specifier",
"userRequest": "./object",
"loc": "32:16-22"
}
],
"providedExports": [
"shallowCompare",
"assign",
"filteredAssign",
"mapEnumByName",
"values",
"omit"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Compares a to b and b to a.\n *\n * @public\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function shallowCompare(a, b) {\n for (var propName in a) {\n if (a.hasOwnProperty(propName)) {\n if (!b.hasOwnProperty(propName) || b[propName] !== a[propName]) {\n return false;\n }\n }\n }\n for (var propName in b) {\n if (b.hasOwnProperty(propName)) {\n if (!a.hasOwnProperty(propName)) {\n return false;\n }\n }\n }\n return true;\n}\n/**\n * Makes a resulting merge of a bunch of objects. Pass in the target object followed by 1 or more\n * objects as arguments and they will be merged sequentially into the target. Note that this will\n * shallow merge; it will not create new cloned values for target members.\n *\n * @public\n * @param target - Target object to merge following object arguments into.\n * @param args - One or more objects that will be mixed into the target in the order they are provided.\n * @returns Resulting merged target.\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function assign(target) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n return filteredAssign.apply(this, [null, target].concat(args));\n}\n/**\n * Makes a resulting merge of a bunch of objects, but allows a filter function to be passed in to filter\n * the resulting merges. This allows for scenarios where you want to merge \"everything except that one thing\"\n * or \"properties that start with data-\". Note that this will shallow merge; it will not create new cloned\n * values for target members.\n *\n * @public\n * @param isAllowed - Callback to determine if the given propName is allowed in the result.\n * @param target - Target object to merge following object arguments into.\n * @param args - One or more objects that will be mixed into the target in the order they are provided.\n * @returns Resulting merged target.\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function filteredAssign(isAllowed, target) {\n var args = [];\n for (var _i = 2; _i < arguments.length; _i++) {\n args[_i - 2] = arguments[_i];\n }\n target = target || {};\n for (var _a = 0, args_1 = args; _a < args_1.length; _a++) {\n var sourceObject = args_1[_a];\n if (sourceObject) {\n for (var propName in sourceObject) {\n if (sourceObject.hasOwnProperty(propName) && (!isAllowed || isAllowed(propName))) {\n target[propName] = sourceObject[propName];\n }\n }\n }\n }\n return target;\n}\n/**\n * Takes an enum and iterates over each value of the enum (as a string), running the callback on each,\n * returning a mapped array.\n * @param theEnum - Enum to iterate over\n * @param callback - The first parameter the name of the entry, and the second parameter is the value\n * of that entry, which is the value you'd normally use when using the enum (usually a number).\n */\nexport function mapEnumByName(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntheEnum, callback) {\n // map to satisfy compiler since it doesn't realize we strip out undefineds in the .filter() call\n return Object.keys(theEnum)\n .map(function (p) {\n // map on each property name as a string\n if (String(Number(p)) !== p) {\n // if the property is not just a number (because enums in TypeScript will map both ways)\n return callback(p, theEnum[p]);\n }\n return undefined;\n })\n .filter(function (v) { return !!v; }); // only return elements with values\n}\n/**\n * Get all values in an object dictionary\n *\n * @param obj - The dictionary to get values for\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function values(obj) {\n return Object.keys(obj).reduce(function (arr, key) {\n arr.push(obj[key]);\n return arr;\n }, []);\n}\n/**\n * Tiny helper to do the minimal amount of work in duplicating an object but omitting some\n * props. This ends up faster than using object ...rest or reduce to filter.\n *\n * This behaves very much like filteredAssign, but does not merge many objects together,\n * uses an exclusion object map, and avoids spreads all for optimal performance.\n *\n * See perf test for background:\n * https://jsperf.com/omit-vs-rest-vs-reduce/1\n *\n * @param obj - The object to clone\n * @param exclusions - The array of keys to exclude\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function omit(obj, exclusions) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var result = {};\n for (var key in obj) {\n if (exclusions.indexOf(key) === -1 && obj.hasOwnProperty(key)) {\n result[key] = obj[key];\n }\n }\n return result;\n}\n//# sourceMappingURL=object.js.map"
},
{
"id": "KwlQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useAsync.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"index": 323,
"index2": 305,
"size": 540,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useAsync",
"loc": "2:0-27"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useAsync",
"loc": "2:0-27"
}
],
"providedExports": [
"useAsync"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { Async } from '@uifabric/utilities';\nimport * as React from 'react';\nimport { useConst } from './useConst';\n/**\n * Hook to provide an Async instance that is automatically cleaned up on dismount.\n */\nexport function useAsync() {\n var async = useConst(function () { return new Async(); });\n // Function that returns a function in order to dispose the async instance on unmount\n React.useEffect(function () { return function () { return async.dispose(); }; }, [async]);\n return async;\n}\n//# sourceMappingURL=useAsync.js.map"
},
{
"id": "Kx7X",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/StyleOptionsState.js",
"name": "./node_modules/@uifabric/merge-styles/lib/StyleOptionsState.js",
"index": 56,
"index2": 44,
"size": 890,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony side effect evaluation",
"userRequest": "./StyleOptionsState",
"loc": "3:0-54"
},
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony import specifier",
"userRequest": "./StyleOptionsState",
"loc": "18:35-50"
},
{
"moduleId": "6/CH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/fontFace.js",
"module": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"type": "harmony side effect evaluation",
"userRequest": "./StyleOptionsState",
"loc": "1:0-54"
},
{
"moduleId": "6/CH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/fontFace.js",
"module": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"type": "harmony import specifier",
"userRequest": "./StyleOptionsState",
"loc": "9:77-92"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./StyleOptionsState",
"loc": "8:0-45"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./StyleOptionsState",
"loc": "8:0-45"
},
{
"moduleId": "KZYN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"module": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"type": "harmony side effect evaluation",
"userRequest": "./StyleOptionsState",
"loc": "1:0-54"
},
{
"moduleId": "KZYN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"module": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"type": "harmony import specifier",
"userRequest": "./StyleOptionsState",
"loc": "15:60-75"
},
{
"moduleId": "YDzY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "./StyleOptionsState",
"loc": "2:0-54"
},
{
"moduleId": "YDzY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"type": "harmony import specifier",
"userRequest": "./StyleOptionsState",
"loc": "14:26-41"
}
],
"providedExports": [
"setRTL",
"getRTL",
"getStyleOptions"
],
"optimizationBailout": [],
"depth": 10,
"source": "/**\n * Sets the current RTL value.\n */\nexport function setRTL(isRTL) {\n if (_rtl !== isRTL) {\n _rtl = isRTL;\n }\n}\n/**\n * Gets the current RTL value.\n */\nexport function getRTL() {\n if (_rtl === undefined) {\n _rtl =\n typeof document !== 'undefined' &&\n !!document.documentElement &&\n document.documentElement.getAttribute('dir') === 'rtl';\n }\n return _rtl;\n}\n// This has been split into 2 lines because it was working in Fabric due to the code being transpiled to es5, so this\n// was converted to var while not working in Fluent that uses babel to transpile the code to be es6-like. Splitting the\n// logic into two lines, however, allows it to work in both scenarios.\nvar _rtl;\n_rtl = getRTL();\nexport function getStyleOptions() {\n return {\n rtl: getRTL(),\n };\n}\n//# sourceMappingURL=StyleOptionsState.js.map"
},
{
"id": "LOaw",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"name": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"index": 113,
"index2": 106,
"size": 1515,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./componentAs/composeComponentAs",
"loc": "16:0-49"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./componentAs/composeComponentAs",
"loc": "16:0-49"
}
],
"providedExports": [
"composeComponentAs"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\nimport * as React from 'react';\nimport { createMemoizer } from '../memoize';\nfunction createComposedComponent(outer) {\n var Outer = outer;\n var outerMemoizer = createMemoizer(function (inner) {\n if (outer === inner) {\n throw new Error('Attempted to compose a component with itself.');\n }\n var Inner = inner;\n var innerMemoizer = createMemoizer(function (defaultRender) {\n var InnerWithDefaultRender = function (innerProps) {\n return React.createElement(Inner, __assign({}, innerProps, { defaultRender: defaultRender }));\n };\n return InnerWithDefaultRender;\n });\n var OuterWithDefaultRender = function (outerProps) {\n var defaultRender = outerProps.defaultRender;\n return React.createElement(Outer, __assign({}, outerProps, { defaultRender: defaultRender ? innerMemoizer(defaultRender) : Inner }));\n };\n return OuterWithDefaultRender;\n });\n return outerMemoizer;\n}\nvar componentAsMemoizer = createMemoizer(createComposedComponent);\n/**\n * Composes two components which conform to the `IComponentAs` specification; that is, two\n * components which accept a `defaultRender` prop, which is a 'default' implementation of\n * a component which accepts the same overall props.\n *\n * @public\n */\nexport function composeComponentAs(outer, inner) {\n return componentAsMemoizer(outer)(inner);\n}\n//# sourceMappingURL=composeComponentAs.js.map"
},
{
"id": "LQdl",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/setFocusVisibility.js",
"name": "./node_modules/@uifabric/utilities/lib/setFocusVisibility.js",
"index": 134,
"index2": 125,
"size": 1141,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./setFocusVisibility",
"loc": "60:0-83"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./setFocusVisibility",
"loc": "60:0-83"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./setFocusVisibility",
"loc": "60:0-83"
},
{
"moduleId": "yQoK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"type": "harmony side effect evaluation",
"userRequest": "./setFocusVisibility",
"loc": "3:0-58"
},
{
"moduleId": "yQoK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./setFocusVisibility",
"loc": "34:4-22"
},
{
"moduleId": "yQoK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./setFocusVisibility",
"loc": "38:8-26"
},
{
"moduleId": "yQoK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./setFocusVisibility",
"loc": "43:38-56"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony side effect evaluation",
"userRequest": "./setFocusVisibility",
"loc": "4:0-58"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./setFocusVisibility",
"loc": "73:4-22"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./setFocusVisibility",
"loc": "77:8-26"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./setFocusVisibility",
"loc": "83:8-26"
}
],
"providedExports": [
"IsFocusVisibleClassName",
"IsFocusHiddenClassName",
"setFocusVisibility"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\nexport var IsFocusVisibleClassName = 'ms-Fabric--isFocusVisible';\nexport var IsFocusHiddenClassName = 'ms-Fabric--isFocusHidden';\n/**\n * Sets the visibility of focus styling.\n *\n * By default, focus styles (the box surrounding a focused Button, for example) only show up when navigational\n * keypresses occur (through Tab, arrows, PgUp/PgDn, Home and End), and are hidden when mouse interactions occur.\n * This API provides an imperative way to turn them on/off.\n *\n * A use case might be when you have a keypress like ctrl-f6 navigate to a particular region on the page,\n * and want focus to show up.\n *\n * @param enabled - whether to remove or add focus\n * @param target - optional target\n */\nexport function setFocusVisibility(enabled, target) {\n var win = target ? getWindow(target) : getWindow();\n if (win) {\n var classList = win.document.body.classList;\n classList.add(enabled ? IsFocusVisibleClassName : IsFocusHiddenClassName);\n classList.remove(enabled ? IsFocusHiddenClassName : IsFocusVisibleClassName);\n }\n}\n//# sourceMappingURL=setFocusVisibility.js.map"
},
{
"id": "LTJ4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2rgb.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2rgb.js",
"index": 19,
"index2": 11,
"size": 948,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "7:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./hsv2rgb",
"loc": "7:0-26"
},
{
"moduleId": "BT+F",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "2:0-36"
},
{
"moduleId": "BT+F",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "15:13-20"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "6:0-36"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "125:35-42"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "148:35-42"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "2:0-36"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "12:13-20"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "2:0-36"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "12:13-20"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "9:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hsv2rgb",
"loc": "9:0-26"
},
{
"moduleId": "lO5p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "2:0-36"
},
{
"moduleId": "lO5p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "6:11-18"
},
{
"moduleId": "uqLm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2rgb",
"loc": "1:0-36"
},
{
"moduleId": "uqLm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"type": "harmony import specifier",
"userRequest": "./hsv2rgb",
"loc": "5:13-20"
}
],
"providedExports": [
"hsv2rgb"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_RGB } from './consts';\n/** Converts HSV components to an RGB color. Does not set the alpha value. */\nexport function hsv2rgb(h, s, v) {\n s = s / 100;\n v = v / 100;\n var rgb = [];\n var c = v * s;\n var hh = h / 60;\n var x = c * (1 - Math.abs((hh % 2) - 1));\n var m = v - c;\n switch (Math.floor(hh)) {\n case 0:\n rgb = [c, x, 0];\n break;\n case 1:\n rgb = [x, c, 0];\n break;\n case 2:\n rgb = [0, c, x];\n break;\n case 3:\n rgb = [0, x, c];\n break;\n case 4:\n rgb = [x, 0, c];\n break;\n case 5:\n rgb = [c, 0, x];\n break;\n }\n return {\n r: Math.round(MAX_COLOR_RGB * (rgb[0] + m)),\n g: Math.round(MAX_COLOR_RGB * (rgb[1] + m)),\n b: Math.round(MAX_COLOR_RGB * (rgb[2] + m)),\n };\n}\n//# sourceMappingURL=hsv2rgb.js.map"
},
{
"id": "LXZO",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"index": 357,
"index2": 348,
"size": 2107,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"issuerId": "wXwR",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "wXwR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./ActionButton.styles",
"loc": "5:0-50"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "./ActionButton.styles",
"loc": "16:141-150"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { concatStyleSets, HighContrastSelector } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nimport { getStyles as getBaseButtonStyles } from '../BaseButton.styles';\nvar DEFAULT_BUTTON_HEIGHT = '40px';\nvar DEFAULT_PADDING = '0 4px';\nexport var getStyles = memoizeFunction(function (theme, customStyles) {\n var _a;\n var baseButtonStyles = getBaseButtonStyles(theme);\n var actionButtonStyles = {\n root: {\n padding: DEFAULT_PADDING,\n height: DEFAULT_BUTTON_HEIGHT,\n color: theme.palette.neutralPrimary,\n backgroundColor: 'transparent',\n border: '1px solid transparent',\n },\n rootHovered: {\n color: theme.palette.themePrimary,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n borderColor: 'Highlight',\n color: 'Highlight',\n },\n _a),\n },\n iconHovered: {\n color: theme.palette.themePrimary,\n },\n rootPressed: {\n color: theme.palette.black,\n },\n rootExpanded: {\n color: theme.palette.themePrimary,\n },\n iconPressed: {\n color: theme.palette.themeDarker,\n },\n rootDisabled: {\n color: theme.palette.neutralTertiary,\n backgroundColor: 'transparent',\n borderColor: 'transparent',\n },\n rootChecked: {\n color: theme.palette.black,\n },\n iconChecked: {\n color: theme.palette.themeDarker,\n },\n flexContainer: {\n justifyContent: 'flex-start',\n },\n icon: {\n color: theme.palette.themeDarkAlt,\n },\n iconDisabled: {\n color: 'inherit',\n },\n menuIcon: {\n color: theme.palette.neutralSecondary,\n },\n textContainer: {\n flexGrow: 0,\n },\n };\n return concatStyleSets(baseButtonStyles, actionButtonStyles, customStyles);\n});\n//# sourceMappingURL=ActionButton.styles.js.map"
},
{
"id": "Lde7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"index": 244,
"index2": 237,
"size": 307,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerId": "53eK",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorRectangle/ColorRectangle",
"loc": "5:0-65"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "./ColorRectangle/ColorRectangle",
"loc": "152:36-50"
}
],
"providedExports": [
"ColorRectangle"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { styled } from '../../../Utilities';\nimport { ColorRectangleBase } from './ColorRectangle.base';\nimport { getStyles } from './ColorRectangle.styles';\nexport var ColorRectangle = styled(ColorRectangleBase, getStyles, undefined, { scope: 'ColorRectangle' });\n//# sourceMappingURL=ColorRectangle.js.map"
},
{
"id": "LkE5",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Popup.js",
"index": 283,
"index2": 268,
"size": 75,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"issuerId": "XZgV",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "XZgV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Popup",
"loc": "7:0-36"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Popup",
"loc": "220:36-41"
}
],
"providedExports": [
"Popup"
],
"optimizationBailout": [],
"depth": 13,
"source": "export * from './components/Popup/index';\n//# sourceMappingURL=Popup.js.map"
},
{
"id": "LrGI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.types.js",
"name": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.types.js",
"index": 266,
"index2": 249,
"size": 1058,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"issuerId": "ZdmW",
"issuerName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "5U38",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js"
},
{
"id": "1sZu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js"
},
{
"id": "F/nV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/index.js"
},
{
"id": "ZdmW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony side effect evaluation",
"userRequest": "./FocusZone.types",
"loc": "6:0-82"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "193:42-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "201:42-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "209:42-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "217:42-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "238:57-82"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "239:58-83"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "243:46-64"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "640:55-73"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "780:42-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "811:42-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "897:37-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "./FocusZone.types",
"loc": "1040:19-37"
},
{
"moduleId": "ZdmW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./FocusZone.types",
"loc": "2:0-34"
},
{
"moduleId": "ZdmW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"type": "harmony export imported specifier",
"userRequest": "./FocusZone.types",
"loc": "2:0-34"
}
],
"providedExports": [
"FocusZoneTabbableElements",
"FocusZoneDirection"
],
"optimizationBailout": [],
"depth": 14,
"source": "/**\n * {@docCategory FocusZone}\n */\nexport var FocusZoneTabbableElements = {\n /** Tabbing is not allowed */\n none: 0,\n /** All tabbing action is allowed */\n all: 1,\n /** Tabbing is allowed only on input elements */\n inputOnly: 2,\n};\n/**\n * {@docCategory FocusZone}\n */\nexport var FocusZoneDirection;\n(function (FocusZoneDirection) {\n /** Only react to up/down arrows. */\n FocusZoneDirection[FocusZoneDirection[\"vertical\"] = 0] = \"vertical\";\n /** Only react to left/right arrows. */\n FocusZoneDirection[FocusZoneDirection[\"horizontal\"] = 1] = \"horizontal\";\n /** React to all arrows. */\n FocusZoneDirection[FocusZoneDirection[\"bidirectional\"] = 2] = \"bidirectional\";\n /**\n * React to all arrows. Navigate next item in DOM on right/down arrow keys and previous - left/up arrow keys.\n * Right and Left arrow keys are swapped in RTL mode.\n */\n FocusZoneDirection[FocusZoneDirection[\"domOrder\"] = 3] = \"domOrder\";\n})(FocusZoneDirection || (FocusZoneDirection = {}));\n//# sourceMappingURL=FocusZone.types.js.map"
},
{
"id": "ME9p",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"index": 353,
"index2": 343,
"size": 3644,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"issuerId": "CZVv",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "94wZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js"
},
{
"id": "CZVv",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton.styles",
"loc": "4:0-72"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton.styles",
"loc": "9:27-46"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton.styles",
"loc": "3:0-72"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton.styles",
"loc": "7:27-46"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton.styles",
"loc": "3:0-72"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton.styles",
"loc": "8:27-46"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton.styles",
"loc": "3:0-72"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton.styles",
"loc": "9:27-46"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton.styles",
"loc": "4:0-72"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton.styles",
"loc": "10:27-46"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { memoizeFunction } from '../../Utilities';\nimport { HighContrastSelector, getFocusStyle, hiddenContentStyle } from '../../Styling';\nvar noOutline = {\n outline: 0,\n};\nvar iconStyle = function (fontSize) {\n return {\n fontSize: fontSize,\n margin: '0 4px',\n height: '16px',\n lineHeight: '16px',\n textAlign: 'center',\n flexShrink: 0,\n };\n};\n/**\n * Gets the base button styles. Note: because it is a base class to be used with the `mergeRules`\n * helper, it should have values for all class names in the interface. This let `mergeRules` optimize\n * mixing class names together.\n */\nexport var getStyles = memoizeFunction(function (theme) {\n var _a, _b;\n var semanticColors = theme.semanticColors, effects = theme.effects, fonts = theme.fonts;\n var border = semanticColors.buttonBorder;\n var disabledBackground = semanticColors.disabledBackground;\n var disabledText = semanticColors.disabledText;\n var buttonHighContrastFocus = {\n left: -2,\n top: -2,\n bottom: -2,\n right: -2,\n outlineColor: 'ButtonText',\n };\n return {\n root: [\n getFocusStyle(theme, { inset: 1, highContrastStyle: buttonHighContrastFocus, borderColor: 'transparent' }),\n theme.fonts.medium,\n {\n boxSizing: 'border-box',\n border: '1px solid ' + border,\n userSelect: 'none',\n display: 'inline-block',\n textDecoration: 'none',\n textAlign: 'center',\n cursor: 'pointer',\n padding: '0 16px',\n borderRadius: effects.roundedCorner2,\n selectors: {\n // IE11 workaround for preventing shift of child elements of a button when active.\n ':active > *': {\n position: 'relative',\n left: 0,\n top: 0,\n },\n },\n },\n ],\n rootDisabled: [\n getFocusStyle(theme, { inset: 1, highContrastStyle: buttonHighContrastFocus, borderColor: 'transparent' }),\n {\n backgroundColor: disabledBackground,\n borderColor: disabledBackground,\n color: disabledText,\n cursor: 'default',\n selectors: {\n ':hover': noOutline,\n ':focus': noOutline,\n },\n },\n ],\n iconDisabled: {\n color: disabledText,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n color: 'GrayText',\n },\n _a),\n },\n menuIconDisabled: {\n color: disabledText,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n color: 'GrayText',\n },\n _b),\n },\n flexContainer: {\n display: 'flex',\n height: '100%',\n flexWrap: 'nowrap',\n justifyContent: 'center',\n alignItems: 'center',\n },\n description: {\n display: 'block',\n },\n textContainer: {\n flexGrow: 1,\n display: 'block',\n },\n icon: iconStyle(fonts.mediumPlus.fontSize),\n menuIcon: iconStyle(fonts.small.fontSize),\n label: {\n margin: '0 4px',\n lineHeight: '100%',\n display: 'block',\n },\n screenReaderText: hiddenContentStyle,\n };\n});\n//# sourceMappingURL=BaseButton.styles.js.map"
},
{
"id": "MJ/Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/inputMask.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/inputMask.js",
"index": 243,
"index2": 231,
"size": 8440,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"issuerId": "HVXX",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js"
},
{
"id": "swiA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js"
},
{
"id": "HVXX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony side effect evaluation",
"userRequest": "./inputMask",
"loc": "5:0-173"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "83:42-52"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "85:28-40"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "93:42-52"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "94:32-51"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "99:46-55"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "100:36-55"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "103:46-55"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "104:36-54"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "113:28-40"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "125:38-48"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "127:28-40"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "130:27-41"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "184:30-39"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "190:26-40"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "196:33-42"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "199:30-44"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "./inputMask",
"loc": "284:20-45"
}
],
"providedExports": [
"DEFAULT_MASK_FORMAT_CHARS",
"parseMask",
"getMaskDisplay",
"getRightFormatIndex",
"getLeftFormatIndex",
"clearRange",
"clearNext",
"clearPrev",
"insertString"
],
"optimizationBailout": [],
"depth": 10,
"source": "export var DEFAULT_MASK_FORMAT_CHARS = {\n '9': /[0-9]/,\n a: /[a-zA-Z]/,\n '*': /[a-zA-Z0-9]/,\n};\n/**\n * Takes in the mask string and the formatCharacters and returns an array of MaskValues\n * Example:\n * mask = 'Phone Number: (999) - 9999'\n * return = [\n * { value: undefined, displayIndex: 16, format: /[0-9]/ },\n * { value: undefined, displayIndex: 17, format: /[0-9]/ },\n * { value: undefined, displayIndex: 18, format: /[0-9]/ },\n * { value: undefined, displayIndex: 22, format: /[0-9]/ },\n * ]\n *\n * @param mask The string use to define the format of the displayed maskedValue.\n * @param formatChars An object defining how certain characters in the mask should accept input.\n */\nexport function parseMask(mask, formatChars) {\n if (formatChars === void 0) { formatChars = DEFAULT_MASK_FORMAT_CHARS; }\n if (!mask) {\n return [];\n }\n var maskCharData = [];\n // Count the escape characters in the mask string.\n var escapedChars = 0;\n for (var i = 0; i + escapedChars < mask.length; i++) {\n var maskChar = mask.charAt(i + escapedChars);\n if (maskChar === '\\\\') {\n escapedChars++;\n }\n else {\n // Check if the maskChar is a format character.\n var maskFormat = formatChars[maskChar];\n if (maskFormat) {\n maskCharData.push({\n /**\n * Do not add escapedChars to the displayIndex.\n * The index refers to a position in the mask's displayValue.\n * Since the backslashes don't appear in the displayValue,\n * we do not add them to the charData displayIndex.\n */\n displayIndex: i,\n format: maskFormat,\n });\n }\n }\n }\n return maskCharData;\n}\n/**\n * Takes in the mask string, an array of MaskValues, and the maskCharacter\n * returns the mask string formatted with the input values and maskCharacter.\n * If the maskChar is undefined, the maskDisplay is truncated to the last filled format character.\n * Example:\n * mask = 'Phone Number: (999) 999 - 9999'\n * maskCharData = '12345'\n * maskChar = '_'\n * return = 'Phone Number: (123) 45_ - ___'\n *\n * Example:\n * mask = 'Phone Number: (999) 999 - 9999'\n * value = '12345'\n * maskChar = undefined\n * return = 'Phone Number: (123) 45'\n *\n * @param mask The string use to define the format of the displayed maskedValue.\n * @param maskCharData The input values to insert into the mask string for displaying.\n * @param maskChar? A character to display in place of unfilled mask format characters.\n */\nexport function getMaskDisplay(mask, maskCharData, maskChar) {\n var maskDisplay = mask;\n if (!maskDisplay) {\n return '';\n }\n // Remove all backslashes\n maskDisplay = maskDisplay.replace(/\\\\/g, '');\n // lastDisplayIndex is is used to truncate the string if necessary.\n var lastDisplayIndex = 0;\n if (maskCharData.length > 0) {\n lastDisplayIndex = maskCharData[0].displayIndex - 1;\n }\n /**\n * For each input value, replace the character in the maskDisplay with the value.\n * If there is no value set for the format character, use the maskChar.\n */\n for (var _i = 0, maskCharData_1 = maskCharData; _i < maskCharData_1.length; _i++) {\n var charData = maskCharData_1[_i];\n var nextChar = ' ';\n if (charData.value) {\n nextChar = charData.value;\n if (charData.displayIndex > lastDisplayIndex) {\n lastDisplayIndex = charData.displayIndex;\n }\n }\n else {\n if (maskChar) {\n nextChar = maskChar;\n }\n }\n // Insert the character into the maskdisplay at its corresponding index\n maskDisplay = maskDisplay.slice(0, charData.displayIndex) + nextChar + maskDisplay.slice(charData.displayIndex + 1);\n }\n // Cut off all mask characters after the last filled format value\n if (!maskChar) {\n maskDisplay = maskDisplay.slice(0, lastDisplayIndex + 1);\n }\n return maskDisplay;\n}\n/**\n * Get the next format index right of or at a specified index.\n * If no index exists, returns the rightmost index.\n * @param maskCharData\n * @param index\n */\nexport function getRightFormatIndex(maskCharData, index) {\n for (var i = 0; i < maskCharData.length; i++) {\n if (maskCharData[i].displayIndex >= index) {\n return maskCharData[i].displayIndex;\n }\n }\n return maskCharData[maskCharData.length - 1].displayIndex;\n}\n/**\n * Get the next format index left of a specified index.\n * If no index exists, returns the leftmost index.\n * @param maskCharData\n * @param index\n */\nexport function getLeftFormatIndex(maskCharData, index) {\n for (var i = maskCharData.length - 1; i >= 0; i--) {\n if (maskCharData[i].displayIndex < index) {\n return maskCharData[i].displayIndex;\n }\n }\n return maskCharData[0].displayIndex;\n}\n/**\n * Deletes all values in maskCharData with a displayIndex that falls inside the specified range.\n * maskCharData is modified inline and also returned.\n * @param maskCharData\n * @param selectionStart\n * @param selectionCount\n */\nexport function clearRange(maskCharData, selectionStart, selectionCount) {\n for (var i = 0; i < maskCharData.length; i++) {\n if (maskCharData[i].displayIndex >= selectionStart) {\n if (maskCharData[i].displayIndex >= selectionStart + selectionCount) {\n break;\n }\n maskCharData[i].value = undefined;\n }\n }\n return maskCharData;\n}\n/**\n * Deletes the input character at or after a specified index and returns the new array of charData\n * maskCharData is modified inline and also returned.\n * @param maskCharData\n * @param selectionStart\n */\nexport function clearNext(maskCharData, selectionStart) {\n for (var i = 0; i < maskCharData.length; i++) {\n if (maskCharData[i].displayIndex >= selectionStart) {\n maskCharData[i].value = undefined;\n break;\n }\n }\n return maskCharData;\n}\n/**\n * Deletes the input character before a specified index and returns the new array of charData\n * maskCharData is modified inline and also returned.\n * @param maskCharData\n * @param selectionStart\n */\nexport function clearPrev(maskCharData, selectionStart) {\n for (var i = maskCharData.length - 1; i >= 0; i--) {\n if (maskCharData[i].displayIndex < selectionStart) {\n maskCharData[i].value = undefined;\n break;\n }\n }\n return maskCharData;\n}\n/**\n * Deletes all values in maskCharData with a displayIndex that falls inside the specified range.\n * Modifies the maskCharData inplace with the passed string and returns the display index of the\n * next format character after the inserted string.\n * @param maskCharData\n * @param selectionStart\n * @param selectionCount\n * @return The displayIndex of the next format character\n */\nexport function insertString(maskCharData, selectionStart, newString) {\n var stringIndex = 0;\n var nextIndex = 0;\n var isStringInserted = false;\n // Iterate through _maskCharData finding values with a displayIndex after the specified range start\n for (var i = 0; i < maskCharData.length && stringIndex < newString.length; i++) {\n if (maskCharData[i].displayIndex >= selectionStart) {\n isStringInserted = true;\n nextIndex = maskCharData[i].displayIndex;\n // Find the next character in the newString that matches the format\n while (stringIndex < newString.length) {\n // If the character matches the format regexp, set the maskCharData to the new character\n if (maskCharData[i].format.test(newString.charAt(stringIndex))) {\n maskCharData[i].value = newString.charAt(stringIndex++);\n // Set the nextIndex to the display index of the next mask format character.\n if (i + 1 < maskCharData.length) {\n nextIndex = maskCharData[i + 1].displayIndex;\n }\n else {\n nextIndex++;\n }\n break;\n }\n stringIndex++;\n }\n }\n }\n return isStringInserted ? nextIndex : selectionStart;\n}\n//# sourceMappingURL=inputMask.js.map"
},
{
"id": "MP0q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"index": 102,
"index2": 92,
"size": 120,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"issuerId": "WgWP",
"issuerName": "./node_modules/@uifabric/utilities/lib/focus.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/elementContainsAttribute",
"loc": "2:0-47"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/elementContainsAttribute",
"loc": "2:0-47"
},
{
"moduleId": "WgWP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"module": "./node_modules/@uifabric/utilities/lib/focus.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/focus.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/elementContainsAttribute",
"loc": "1:0-74"
},
{
"moduleId": "WgWP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"module": "./node_modules/@uifabric/utilities/lib/focus.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/focus.js",
"type": "harmony import specifier",
"userRequest": "./dom/elementContainsAttribute",
"loc": "250:11-35"
}
],
"providedExports": [
"elementContainsAttribute"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { elementContainsAttribute } from '@fluentui/dom-utilities';\n//# sourceMappingURL=elementContainsAttribute.js.map"
},
{
"id": "MULq",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/version.js",
"name": "./node_modules/@uifabric/styling/lib/version.js",
"index": 220,
"index2": 209,
"size": 267,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"issuerId": "tqYG",
"issuerName": "./node_modules/@uifabric/styling/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "5:0-19"
}
],
"providedExports": [],
"optimizationBailout": [],
"depth": 9,
"source": "// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@uifabric/styling', '7.19.1');\n//# sourceMappingURL=version.js.map"
},
{
"id": "N+vi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"name": "./node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"index": 65,
"index2": 54,
"size": 1236,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./concatStyleSetsWithProps",
"loc": "4:0-70"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./concatStyleSetsWithProps",
"loc": "4:0-70"
}
],
"providedExports": [
"concatStyleSetsWithProps"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { concatStyleSets } from './concatStyleSets';\n/**\n * Concatenates style sets into one, but resolves functional sets using the given props.\n * @param styleProps - Props used to resolve functional sets.\n * @param allStyles - Style sets, which can be functions or objects.\n */\nexport function concatStyleSetsWithProps(styleProps) {\n var allStyles = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n allStyles[_i - 1] = arguments[_i];\n }\n var result = [];\n for (var _a = 0, allStyles_1 = allStyles; _a < allStyles_1.length; _a++) {\n var styles = allStyles_1[_a];\n if (styles) {\n result.push(typeof styles === 'function' ? styles(styleProps) : styles);\n }\n }\n if (result.length === 1) {\n return result[0];\n }\n else if (result.length) {\n // cliffkoh: I cannot figure out how to avoid the cast to any here.\n // It is something to do with the use of Omit in IStyleSet.\n // It might not be necessary once Omit becomes part of lib.d.ts (when we remove our own Omit and rely on\n // the official version).\n return concatStyleSets.apply(void 0, result);\n }\n return {};\n}\n//# sourceMappingURL=concatStyleSetsWithProps.js.map"
},
{
"id": "N3Ov",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/setPortalAttribute.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/setPortalAttribute.js",
"index": 100,
"index2": 87,
"size": 323,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./setPortalAttribute",
"loc": "9:0-37"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./setPortalAttribute",
"loc": "9:0-37"
},
{
"moduleId": "rgVD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"type": "harmony side effect evaluation",
"userRequest": "./setPortalAttribute",
"loc": "2:0-61"
},
{
"moduleId": "rgVD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"type": "harmony import specifier",
"userRequest": "./setPortalAttribute",
"loc": "12:135-156"
},
{
"moduleId": "rgVD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"type": "harmony import specifier",
"userRequest": "./setPortalAttribute",
"loc": "13:62-83"
}
],
"providedExports": [
"DATA_PORTAL_ATTRIBUTE",
"setPortalAttribute"
],
"optimizationBailout": [],
"depth": 11,
"source": "export var DATA_PORTAL_ATTRIBUTE = 'data-portal-element';\n/**\n * Identify element as a portal by setting an attribute.\n * @param element - Element to mark as a portal.\n */\nexport function setPortalAttribute(element) {\n element.setAttribute(DATA_PORTAL_ATTRIBUTE, 'true');\n}\n//# sourceMappingURL=setPortalAttribute.js.map"
},
{
"id": "NARb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"index": 292,
"index2": 275,
"size": 90,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"issuerId": "I7qx",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
},
{
"id": "NUVe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
},
{
"id": "I7qx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "I7qx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Fabric/index",
"loc": "1:0-42"
},
{
"moduleId": "I7qx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Fabric/index",
"loc": "1:0-42"
}
],
"providedExports": [
"Fabric",
"FabricBase"
],
"optimizationBailout": [],
"depth": 17,
"source": "export * from './Fabric';\nexport * from './Fabric.base';\n//# sourceMappingURL=index.js.map"
},
{
"id": "NUVe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"index": 290,
"index2": 278,
"size": 6689,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"issuerId": "D89h",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "D89h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Layer.base",
"loc": "2:0-29"
},
{
"moduleId": "D89h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Layer.base",
"loc": "2:0-29"
},
{
"moduleId": "iePh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"type": "harmony side effect evaluation",
"userRequest": "./Layer.base",
"loc": "2:0-41"
},
{
"moduleId": "iePh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"type": "harmony import specifier",
"userRequest": "./Layer.base",
"loc": "4:26-35"
}
],
"providedExports": [
"LayerBase"
],
"optimizationBailout": [],
"depth": 15,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport * as ReactDOM from 'react-dom';\nimport { Fabric } from '../../Fabric';\nimport { classNamesFunction, customizable, getDocument, setPortalAttribute, setVirtualParent, warnDeprecations, } from '../../Utilities';\nimport { registerLayer, getDefaultTarget, unregisterLayer } from './Layer.notification';\nvar getClassNames = classNamesFunction();\nvar LayerBase = /** @class */ (function (_super) {\n __extends(LayerBase, _super);\n function LayerBase(props) {\n var _this = _super.call(this, props) || this;\n _this._rootRef = React.createRef();\n _this._createLayerElement = function () {\n var hostId = _this.props.hostId;\n var doc = getDocument(_this._rootRef.current);\n var host = _this._getHost();\n if (!doc || !host) {\n return;\n }\n // If one was already existing, remove.\n _this._removeLayerElement();\n var layerElement = doc.createElement('div');\n var classNames = _this._getClassNames();\n layerElement.className = classNames.root;\n setPortalAttribute(layerElement);\n setVirtualParent(layerElement, _this._rootRef.current);\n _this.props.insertFirst ? host.insertBefore(layerElement, host.firstChild) : host.appendChild(layerElement);\n _this.setState({\n hostId: hostId,\n layerElement: layerElement,\n }, function () {\n // eslint-disable-next-line deprecation/deprecation\n var _a = _this.props, onLayerDidMount = _a.onLayerDidMount, onLayerMounted = _a.onLayerMounted;\n if (onLayerMounted) {\n onLayerMounted();\n }\n if (onLayerDidMount) {\n onLayerDidMount();\n }\n });\n };\n _this.state = {};\n if (process.env.NODE_ENV !== 'production') {\n warnDeprecations('Layer', props, {\n onLayerMounted: 'onLayerDidMount',\n });\n }\n return _this;\n }\n LayerBase.prototype.componentDidMount = function () {\n var hostId = this.props.hostId;\n this._createLayerElement();\n if (hostId) {\n registerLayer(hostId, this._createLayerElement);\n }\n };\n LayerBase.prototype.render = function () {\n var layerElement = this.state.layerElement;\n var classNames = this._getClassNames();\n var eventBubblingEnabled = this.props.eventBubblingEnabled;\n return (React.createElement(\"span\", { className: \"ms-layer\", ref: this._rootRef }, layerElement &&\n ReactDOM.createPortal(React.createElement(Fabric, __assign({}, (!eventBubblingEnabled && _getFilteredEvents()), { className: classNames.content }), this.props.children), layerElement)));\n };\n LayerBase.prototype.componentDidUpdate = function () {\n if (this.props.hostId !== this.state.hostId) {\n this._createLayerElement();\n }\n };\n LayerBase.prototype.componentWillUnmount = function () {\n var hostId = this.props.hostId;\n this._removeLayerElement();\n if (hostId) {\n unregisterLayer(hostId, this._createLayerElement);\n }\n };\n LayerBase.prototype._removeLayerElement = function () {\n var onLayerWillUnmount = this.props.onLayerWillUnmount;\n var layerElement = this.state.layerElement;\n if (layerElement) {\n setVirtualParent(layerElement, null);\n }\n if (onLayerWillUnmount) {\n onLayerWillUnmount();\n }\n if (layerElement && layerElement.parentNode) {\n var parentNode = layerElement.parentNode;\n if (parentNode) {\n parentNode.removeChild(layerElement);\n }\n }\n };\n LayerBase.prototype._getClassNames = function () {\n var _a = this.props, className = _a.className, styles = _a.styles, theme = _a.theme;\n var classNames = getClassNames(styles, {\n theme: theme,\n className: className,\n isNotHost: !this.props.hostId,\n });\n return classNames;\n };\n LayerBase.prototype._getHost = function () {\n var hostId = this.props.hostId;\n var doc = getDocument(this._rootRef.current);\n if (!doc) {\n return undefined;\n }\n if (hostId) {\n return doc.getElementById(hostId);\n }\n else {\n var defaultHostSelector = getDefaultTarget();\n return defaultHostSelector ? doc.querySelector(defaultHostSelector) : doc.body;\n }\n };\n LayerBase.defaultProps = {\n onLayerDidMount: function () { return undefined; },\n onLayerWillUnmount: function () { return undefined; },\n };\n LayerBase = __decorate([\n customizable('Layer', ['theme', 'hostId'])\n ], LayerBase);\n return LayerBase;\n}(React.Component));\nexport { LayerBase };\nvar _onFilterEvent = function (ev) {\n // We should just be able to check ev.bubble here and only stop events that are bubbling up. However, even though\n // mouseenter and mouseleave do NOT bubble up, they are showing up as bubbling. Therefore we stop events based on\n // event name rather than ev.bubble.\n if (ev.eventPhase === Event.BUBBLING_PHASE &&\n ev.type !== 'mouseenter' &&\n ev.type !== 'mouseleave' &&\n ev.type !== 'touchstart' &&\n ev.type !== 'touchend') {\n ev.stopPropagation();\n }\n};\nvar _filteredEventProps;\nfunction _getFilteredEvents() {\n if (!_filteredEventProps) {\n _filteredEventProps = {};\n [\n 'onClick',\n 'onContextMenu',\n 'onDoubleClick',\n 'onDrag',\n 'onDragEnd',\n 'onDragEnter',\n 'onDragExit',\n 'onDragLeave',\n 'onDragOver',\n 'onDragStart',\n 'onDrop',\n 'onMouseDown',\n 'onMouseEnter',\n 'onMouseLeave',\n 'onMouseMove',\n 'onMouseOver',\n 'onMouseOut',\n 'onMouseUp',\n 'onTouchMove',\n 'onTouchStart',\n 'onTouchCancel',\n 'onTouchEnd',\n 'onKeyDown',\n 'onKeyPress',\n 'onKeyUp',\n 'onFocus',\n 'onBlur',\n 'onChange',\n 'onInput',\n 'onInvalid',\n 'onSubmit',\n ].forEach(function (name) { return (_filteredEventProps[name] = _onFilterEvent); });\n }\n return _filteredEventProps;\n}\n//# sourceMappingURL=Layer.base.js.map"
},
{
"id": "NV5/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"index": 25,
"index2": 22,
"size": 732,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromString",
"loc": "11:0-37"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromString",
"loc": "11:0-37"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/getColorFromString",
"loc": "8:0-78"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/getColorFromString",
"loc": "53:31-49"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/getColorFromString",
"loc": "87:48-66"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/getColorFromString",
"loc": "239:18-36"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/getColorFromString",
"loc": "291:39-57"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromString",
"loc": "13:0-37"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromString",
"loc": "13:0-37"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getColorFromString",
"loc": "20:0-37"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getColorFromString",
"loc": "20:0-37"
}
],
"providedExports": [
"getColorFromString"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { __assign } from \"tslib\";\nimport { cssColor } from './cssColor';\nimport { getColorFromRGBA } from './getColorFromRGBA';\n/**\n * Converts a CSS color string to a color object.\n * Note that hex colors *must* be prefixed with # to be considered valid.\n *\n * `inputColor` will be used unmodified as the `str` property of the returned object.\n * Alpha defaults to 100 if not specified in `inputColor`.\n * Returns undefined if the color string is invalid/not recognized.\n */\nexport function getColorFromString(inputColor) {\n var color = cssColor(inputColor);\n if (!color) {\n return;\n }\n return __assign(__assign({}, getColorFromRGBA(color)), { str: inputColor });\n}\n//# sourceMappingURL=getColorFromString.js.map"
},
{
"id": "NiZ7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/FluentColors.js",
"name": "./node_modules/@fluentui/theme/lib/colors/FluentColors.js",
"index": 209,
"index2": 192,
"size": 2993,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"issuerId": "p6FT",
"issuerName": "./node_modules/@fluentui/theme/lib/colors/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
},
{
"id": "p6FT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"name": "./node_modules/@fluentui/theme/lib/colors/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "p6FT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"module": "./node_modules/@fluentui/theme/lib/colors/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/colors/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./FluentColors",
"loc": "1:0-31"
},
{
"moduleId": "p6FT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"module": "./node_modules/@fluentui/theme/lib/colors/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/colors/index.js",
"type": "harmony export imported specifier",
"userRequest": "./FluentColors",
"loc": "1:0-31"
}
],
"providedExports": [
"CommunicationColors",
"NeutralColors",
"SharedColors"
],
"optimizationBailout": [],
"depth": 12,
"source": "export var CommunicationColors;\n(function (CommunicationColors) {\n CommunicationColors.shade30 = '#004578';\n CommunicationColors.shade20 = '#005a9e';\n CommunicationColors.shade10 = '#106ebe';\n CommunicationColors.primary = '#0078d4';\n CommunicationColors.tint10 = '#2b88d8';\n CommunicationColors.tint20 = '#c7e0f4';\n CommunicationColors.tint30 = '#deecf9';\n CommunicationColors.tint40 = '#eff6fc';\n})(CommunicationColors || (CommunicationColors = {}));\nexport var NeutralColors;\n(function (NeutralColors) {\n NeutralColors.black = '#000000';\n NeutralColors.gray220 = '#11100f';\n NeutralColors.gray210 = '#161514';\n NeutralColors.gray200 = '#1b1a19';\n NeutralColors.gray190 = '#201f1e';\n NeutralColors.gray180 = '#252423';\n NeutralColors.gray170 = '#292827';\n NeutralColors.gray160 = '#323130';\n NeutralColors.gray150 = '#3b3a39';\n NeutralColors.gray140 = '#484644';\n NeutralColors.gray130 = '#605e5c';\n NeutralColors.gray120 = '#797775';\n NeutralColors.gray110 = '#8a8886';\n NeutralColors.gray100 = '#979593';\n NeutralColors.gray90 = '#a19f9d';\n NeutralColors.gray80 = '#b3b0ad';\n NeutralColors.gray70 = '#bebbb8';\n NeutralColors.gray60 = '#c8c6c4';\n NeutralColors.gray50 = '#d2d0ce';\n NeutralColors.gray40 = '#e1dfdd';\n NeutralColors.gray30 = '#edebe9';\n NeutralColors.gray20 = '#f3f2f1';\n NeutralColors.gray10 = '#faf9f8';\n NeutralColors.white = '#ffffff';\n})(NeutralColors || (NeutralColors = {}));\nexport var SharedColors;\n(function (SharedColors) {\n SharedColors.pinkRed10 = '#750b1c';\n SharedColors.red20 = '#a4262c';\n SharedColors.red10 = '#d13438';\n SharedColors.redOrange20 = '#603d30';\n SharedColors.redOrange10 = '#da3b01';\n SharedColors.orange30 = '#8e562e';\n SharedColors.orange20 = '#ca5010';\n SharedColors.orange10 = '#ffaa44';\n SharedColors.yellow10 = '#fce100';\n SharedColors.orangeYellow20 = '#986f0b';\n SharedColors.orangeYellow10 = '#c19c00';\n SharedColors.yellowGreen10 = '#8cbd18';\n SharedColors.green20 = '#0b6a0b';\n SharedColors.green10 = '#498205';\n SharedColors.greenCyan10 = '#00ad56';\n SharedColors.cyan40 = '#005e50';\n SharedColors.cyan30 = '#005b70';\n SharedColors.cyan20 = '#038387';\n SharedColors.cyan10 = '#00b7c3';\n SharedColors.cyanBlue20 = '#004e8c';\n SharedColors.cyanBlue10 = '#0078d4';\n SharedColors.blue10 = '#4f6bed';\n SharedColors.blueMagenta40 = '#373277';\n SharedColors.blueMagenta30 = '#5c2e91';\n SharedColors.blueMagenta20 = '#8764b8';\n SharedColors.blueMagenta10 = '#8378de';\n SharedColors.magenta20 = '#881798';\n SharedColors.magenta10 = '#c239b3';\n SharedColors.magentaPink20 = '#9b0062';\n SharedColors.magentaPink10 = '#e3008c';\n SharedColors.gray40 = '#393939';\n SharedColors.gray30 = '#7a7574';\n SharedColors.gray20 = '#69797e';\n SharedColors.gray10 = '#a0aeb2';\n})(SharedColors || (SharedColors = {}));\n//# sourceMappingURL=FluentColors.js.map"
},
{
"id": "NpKg",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/spacing/index.js",
"name": "./node_modules/@fluentui/theme/lib/spacing/index.js",
"index": 213,
"index2": 198,
"size": 84,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"issuerId": "6lVU",
"issuerName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony side effect evaluation",
"userRequest": "./spacing/index",
"loc": "5:0-49"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./spacing/index",
"loc": "20:17-31"
}
],
"providedExports": [
"DefaultSpacing"
],
"optimizationBailout": [],
"depth": 11,
"source": "export { DefaultSpacing } from './DefaultSpacing';\n//# sourceMappingURL=index.js.map"
},
{
"id": "NqRq",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/effects/DefaultEffects.js",
"name": "./node_modules/@fluentui/theme/lib/effects/DefaultEffects.js",
"index": 190,
"index2": 176,
"size": 325,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"issuerId": "X8m0",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
},
{
"id": "X8m0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"name": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "SjmI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/effects/index.js",
"module": "./node_modules/@fluentui/theme/lib/effects/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/effects/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultEffects",
"loc": "1:0-50"
},
{
"moduleId": "SjmI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/effects/index.js",
"module": "./node_modules/@fluentui/theme/lib/effects/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/effects/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultEffects",
"loc": "1:0-50"
},
{
"moduleId": "X8m0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"module": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/theme/lib/effects/DefaultEffects",
"loc": "1:0-59"
},
{
"moduleId": "X8m0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"module": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/effects/DefaultEffects",
"loc": "1:0-59"
}
],
"providedExports": [
"DefaultEffects"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { Depths } from './FluentDepths';\nexport var DefaultEffects = {\n elevation4: Depths.depth4,\n elevation8: Depths.depth8,\n elevation16: Depths.depth16,\n elevation64: Depths.depth64,\n roundedCorner2: '2px',\n roundedCorner4: '4px',\n roundedCorner6: '6px',\n};\n//# sourceMappingURL=DefaultEffects.js.map"
},
{
"id": "NqVQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"name": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"index": 212,
"index2": 195,
"size": 8351,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"issuerId": "6lVU",
"issuerName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony side effect evaluation",
"userRequest": "./utilities/makeSemanticColors",
"loc": "6:0-68"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./utilities/makeSemanticColors",
"loc": "23:24-42"
},
{
"moduleId": "UcWH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/mergeThemes.js",
"module": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"moduleName": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"type": "harmony side effect evaluation",
"userRequest": "./utilities/makeSemanticColors",
"loc": "2:0-67"
},
{
"moduleId": "UcWH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/mergeThemes.js",
"module": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"moduleName": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"type": "harmony import specifier",
"userRequest": "./utilities/makeSemanticColors",
"loc": "10:24-41"
}
],
"providedExports": [
"makeSemanticColors",
"getSemanticColors"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign } from \"tslib\";\n/** Generates all the semantic slot colors based on the theme so far\n * We'll use these as fallbacks for semantic slots that the passed in theme did not define.\n * The caller must still mix in the customized semantic slots at the end.\n */\nexport function makeSemanticColors(p, e, s, isInverted, depComments) {\n if (depComments === void 0) { depComments = false; }\n var semanticColors = __assign({ primaryButtonBorder: 'transparent', errorText: !isInverted ? '#a4262c' : '#F1707B', messageText: !isInverted ? '#323130' : '#F3F2F1', messageLink: !isInverted ? '#005A9E' : '#6CB8F6', messageLinkHovered: !isInverted ? '#004578' : '#82C7FF', infoIcon: !isInverted ? '#605e5c' : '#C8C6C4', errorIcon: !isInverted ? '#A80000' : '#F1707B', blockingIcon: !isInverted ? '#FDE7E9' : '#442726', warningIcon: !isInverted ? '#797775' : '#C8C6C4', severeWarningIcon: !isInverted ? '#D83B01' : '#FCE100', successIcon: !isInverted ? '#107C10' : '#92C353', infoBackground: !isInverted ? '#f3f2f1' : '#323130', errorBackground: !isInverted ? '#FDE7E9' : '#442726', blockingBackground: !isInverted ? '#FDE7E9' : '#442726', warningBackground: !isInverted ? '#FFF4CE' : '#433519', severeWarningBackground: !isInverted ? '#FED9CC' : '#4F2A0F', successBackground: !isInverted ? '#DFF6DD' : '#393D1B', \n // deprecated\n warningHighlight: !isInverted ? '#ffb900' : '#fff100', successText: !isInverted ? '#107C10' : '#92c353' }, s);\n var fullSemanticColors = getSemanticColors(p, e, semanticColors, isInverted);\n return _fixDeprecatedSlots(fullSemanticColors, depComments);\n}\n/**\n * Map partial platte and effects to partial semantic colors.\n */\nexport function getSemanticColors(p, e, s, isInverted, depComments) {\n if (depComments === void 0) { depComments = false; }\n var _a, _b, _c;\n var result = {};\n // map palette\n var _d = p || {}, white = _d.white, black = _d.black, themePrimary = _d.themePrimary, themeDark = _d.themeDark, themeDarker = _d.themeDarker, themeDarkAlt = _d.themeDarkAlt, themeLighter = _d.themeLighter, neutralLight = _d.neutralLight, neutralLighter = _d.neutralLighter, neutralDark = _d.neutralDark, neutralQuaternary = _d.neutralQuaternary, neutralQuaternaryAlt = _d.neutralQuaternaryAlt, neutralPrimary = _d.neutralPrimary, neutralSecondary = _d.neutralSecondary, neutralSecondaryAlt = _d.neutralSecondaryAlt, neutralTertiary = _d.neutralTertiary, neutralTertiaryAlt = _d.neutralTertiaryAlt, neutralLighterAlt = _d.neutralLighterAlt, accent = _d.accent;\n if (white) {\n result.bodyBackground = white;\n result.bodyFrameBackground = white;\n result.accentButtonText = white;\n result.buttonBackground = white;\n result.primaryButtonText = white;\n result.primaryButtonTextHovered = white;\n result.primaryButtonTextPressed = white;\n result.inputBackground = white;\n result.inputForegroundChecked = white;\n result.listBackground = white;\n result.menuBackground = white;\n result.cardStandoutBackground = white;\n }\n if (black) {\n result.bodyTextChecked = black;\n result.buttonTextCheckedHovered = black;\n }\n if (themePrimary) {\n result.link = themePrimary;\n result.primaryButtonBackground = themePrimary;\n result.inputBackgroundChecked = themePrimary;\n result.inputIcon = themePrimary;\n result.inputFocusBorderAlt = themePrimary;\n result.menuIcon = themePrimary;\n result.menuHeader = themePrimary;\n result.accentButtonBackground = themePrimary;\n }\n if (themeDark) {\n result.primaryButtonBackgroundPressed = themeDark;\n result.inputBackgroundCheckedHovered = themeDark;\n result.inputIconHovered = themeDark;\n }\n if (themeDarker) {\n result.linkHovered = themeDarker;\n }\n if (themeDarkAlt) {\n result.primaryButtonBackgroundHovered = themeDarkAlt;\n }\n if (themeLighter) {\n result.inputPlaceholderBackgroundChecked = themeLighter;\n }\n if (neutralLight) {\n result.bodyBackgroundChecked = neutralLight;\n result.bodyFrameDivider = neutralLight;\n result.bodyDivider = neutralLight;\n result.variantBorder = neutralLight;\n result.buttonBackgroundCheckedHovered = neutralLight;\n result.buttonBackgroundPressed = neutralLight;\n result.listItemBackgroundChecked = neutralLight;\n result.listHeaderBackgroundPressed = neutralLight;\n result.menuItemBackgroundPressed = neutralLight;\n // eslint-disable-next-line deprecation/deprecation\n result.menuItemBackgroundChecked = neutralLight;\n }\n if (neutralLighter) {\n result.bodyBackgroundHovered = neutralLighter;\n result.buttonBackgroundHovered = neutralLighter;\n result.buttonBackgroundDisabled = neutralLighter;\n result.buttonBorderDisabled = neutralLighter;\n result.primaryButtonBackgroundDisabled = neutralLighter;\n result.disabledBackground = neutralLighter;\n result.listItemBackgroundHovered = neutralLighter;\n result.listHeaderBackgroundHovered = neutralLighter;\n result.menuItemBackgroundHovered = neutralLighter;\n }\n if (neutralQuaternary) {\n result.primaryButtonTextDisabled = neutralQuaternary;\n result.disabledSubtext = neutralQuaternary;\n }\n if (neutralQuaternaryAlt) {\n result.listItemBackgroundCheckedHovered = neutralQuaternaryAlt;\n }\n if (neutralTertiary) {\n result.disabledBodyText = neutralTertiary;\n result.variantBorderHovered = ((_a = s) === null || _a === void 0 ? void 0 : _a.variantBorderHovered) || neutralTertiary;\n result.buttonTextDisabled = neutralTertiary;\n result.inputIconDisabled = neutralTertiary;\n result.disabledText = neutralTertiary;\n }\n if (neutralPrimary) {\n result.bodyText = neutralPrimary;\n result.actionLink = neutralPrimary;\n result.buttonText = neutralPrimary;\n result.inputBorderHovered = neutralPrimary;\n result.inputText = neutralPrimary;\n result.listText = neutralPrimary;\n result.menuItemText = neutralPrimary;\n }\n if (neutralLighterAlt) {\n result.bodyStandoutBackground = neutralLighterAlt;\n result.defaultStateBackground = neutralLighterAlt;\n }\n if (neutralDark) {\n result.actionLinkHovered = neutralDark;\n result.buttonTextHovered = neutralDark;\n result.buttonTextChecked = neutralDark;\n result.buttonTextPressed = neutralDark;\n result.inputTextHovered = neutralDark;\n result.menuItemTextHovered = neutralDark;\n }\n if (neutralSecondary) {\n result.bodySubtext = neutralSecondary;\n result.focusBorder = neutralSecondary;\n result.inputBorder = neutralSecondary;\n result.smallInputBorder = neutralSecondary;\n result.inputPlaceholderText = neutralSecondary;\n }\n if (neutralSecondaryAlt) {\n result.buttonBorder = neutralSecondaryAlt;\n }\n if (neutralTertiaryAlt) {\n result.disabledBodySubtext = neutralTertiaryAlt;\n result.disabledBorder = neutralTertiaryAlt;\n result.buttonBackgroundChecked = neutralTertiaryAlt;\n result.menuDivider = neutralTertiaryAlt;\n }\n if (accent) {\n result.accentButtonBackground = accent;\n }\n // map effects\n if ((_b = e) === null || _b === void 0 ? void 0 : _b.elevation4) {\n result.cardShadow = e.elevation4;\n }\n if (!isInverted && ((_c = e) === null || _c === void 0 ? void 0 : _c.elevation8)) {\n result.cardShadowHovered = e.elevation8;\n }\n else if (result.variantBorderHovered) {\n result.cardShadowHovered = '0 0 1px ' + result.variantBorderHovered;\n }\n result = __assign(__assign({}, result), s);\n return result;\n}\nfunction _fixDeprecatedSlots(s, depComments) {\n // Add @deprecated tag as comment if enabled\n var dep = '';\n if (depComments === true) {\n dep = ' /* @deprecated */';\n }\n /* eslint-disable deprecation/deprecation */\n s.listTextColor = s.listText + dep;\n s.menuItemBackgroundChecked += dep;\n s.warningHighlight += dep;\n s.warningText = s.messageText + dep;\n s.successText += dep;\n /* eslint-enable deprecation/deprecation */\n return s;\n}\n//# sourceMappingURL=makeSemanticColors.js.map"
},
{
"id": "NqsX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setSSR.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/setSSR.js",
"index": 46,
"index2": 36,
"size": 232,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "3uSm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getWindow.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getWindow.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getWindow.js",
"type": "harmony side effect evaluation",
"userRequest": "./setSSR",
"loc": "1:0-34"
},
{
"moduleId": "3uSm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getWindow.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getWindow.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getWindow.js",
"type": "harmony import specifier",
"userRequest": "./setSSR",
"loc": "21:8-14"
},
{
"moduleId": "4PRO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getDocument.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getDocument.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getDocument.js",
"type": "harmony side effect evaluation",
"userRequest": "./setSSR",
"loc": "1:0-34"
},
{
"moduleId": "4PRO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getDocument.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getDocument.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getDocument.js",
"type": "harmony import specifier",
"userRequest": "./setSSR",
"loc": "11:8-14"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/setSSR",
"loc": "61:0-38"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/setSSR",
"loc": "61:0-38"
}
],
"providedExports": [
"_isSSR",
"setSSR"
],
"optimizationBailout": [],
"depth": 8,
"source": "export var _isSSR = false;\n/**\n * Helper to set ssr mode to simulate no window object returned from getWindow helper.\n *\n * @public\n */\nexport function setSSR(isEnabled) {\n _isSSR = isEnabled;\n}\n//# sourceMappingURL=setSSR.js.map"
},
{
"id": "O2QR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"name": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"index": 47,
"index2": 61,
"size": 4551,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./AutoScroll",
"loc": "2:0-29"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./AutoScroll",
"loc": "2:0-29"
}
],
"providedExports": [
"AutoScroll"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { EventGroup } from './EventGroup';\nimport { findScrollableParent } from './scroll';\nimport { getRect } from './dom/getRect';\nvar SCROLL_ITERATION_DELAY = 16;\nvar SCROLL_GUTTER = 100;\nvar MAX_SCROLL_VELOCITY = 15;\n/**\n * AutoScroll simply hooks up mouse events given a parent element, and scrolls the container\n * up/down depending on how close the mouse is to the top/bottom of the container.\n *\n * Once you don't want autoscroll any more, just dispose the helper and it will unhook events.\n *\n * @public\n * {@docCategory AutoScroll}\n */\nvar AutoScroll = /** @class */ (function () {\n function AutoScroll(element) {\n this._events = new EventGroup(this);\n this._scrollableParent = findScrollableParent(element);\n this._incrementScroll = this._incrementScroll.bind(this);\n this._scrollRect = getRect(this._scrollableParent);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n if (this._scrollableParent === window) {\n this._scrollableParent = document.body;\n }\n if (this._scrollableParent) {\n this._events.on(window, 'mousemove', this._onMouseMove, true);\n this._events.on(window, 'touchmove', this._onTouchMove, true);\n }\n }\n AutoScroll.prototype.dispose = function () {\n this._events.dispose();\n this._stopScroll();\n };\n AutoScroll.prototype._onMouseMove = function (ev) {\n this._computeScrollVelocity(ev);\n };\n AutoScroll.prototype._onTouchMove = function (ev) {\n if (ev.touches.length > 0) {\n this._computeScrollVelocity(ev);\n }\n };\n AutoScroll.prototype._computeScrollVelocity = function (ev) {\n if (!this._scrollRect) {\n return;\n }\n var clientX;\n var clientY;\n if ('clientX' in ev) {\n clientX = ev.clientX;\n clientY = ev.clientY;\n }\n else {\n clientX = ev.touches[0].clientX;\n clientY = ev.touches[0].clientY;\n }\n var scrollRectTop = this._scrollRect.top;\n var scrollRectLeft = this._scrollRect.left;\n var scrollClientBottom = scrollRectTop + this._scrollRect.height - SCROLL_GUTTER;\n var scrollClientRight = scrollRectLeft + this._scrollRect.width - SCROLL_GUTTER;\n // variables to use for alternating scroll direction\n var scrollRect;\n var clientDirection;\n var scrollClient;\n // if either of these conditions are met we are scrolling vertically else horizontally\n if (clientY < scrollRectTop + SCROLL_GUTTER || clientY > scrollClientBottom) {\n clientDirection = clientY;\n scrollRect = scrollRectTop;\n scrollClient = scrollClientBottom;\n this._isVerticalScroll = true;\n }\n else {\n clientDirection = clientX;\n scrollRect = scrollRectLeft;\n scrollClient = scrollClientRight;\n this._isVerticalScroll = false;\n }\n // calculate scroll velocity and direction\n if (clientDirection < scrollRect + SCROLL_GUTTER) {\n this._scrollVelocity = Math.max(-MAX_SCROLL_VELOCITY, -MAX_SCROLL_VELOCITY * ((SCROLL_GUTTER - (clientDirection - scrollRect)) / SCROLL_GUTTER));\n }\n else if (clientDirection > scrollClient) {\n this._scrollVelocity = Math.min(MAX_SCROLL_VELOCITY, MAX_SCROLL_VELOCITY * ((clientDirection - scrollClient) / SCROLL_GUTTER));\n }\n else {\n this._scrollVelocity = 0;\n }\n if (this._scrollVelocity) {\n this._startScroll();\n }\n else {\n this._stopScroll();\n }\n };\n AutoScroll.prototype._startScroll = function () {\n if (!this._timeoutId) {\n this._incrementScroll();\n }\n };\n AutoScroll.prototype._incrementScroll = function () {\n if (this._scrollableParent) {\n if (this._isVerticalScroll) {\n this._scrollableParent.scrollTop += Math.round(this._scrollVelocity);\n }\n else {\n this._scrollableParent.scrollLeft += Math.round(this._scrollVelocity);\n }\n }\n this._timeoutId = setTimeout(this._incrementScroll, SCROLL_ITERATION_DELAY);\n };\n AutoScroll.prototype._stopScroll = function () {\n if (this._timeoutId) {\n clearTimeout(this._timeoutId);\n delete this._timeoutId;\n }\n };\n return AutoScroll;\n}());\nexport { AutoScroll };\n//# sourceMappingURL=AutoScroll.js.map"
},
{
"id": "OTe6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"index": 240,
"index2": 225,
"size": 1091,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerId": "Bxs9",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ImageIcon",
"loc": "5:0-28"
},
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ImageIcon",
"loc": "5:0-28"
}
],
"providedExports": [
"ImageIcon"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign } from \"tslib\";\nimport * as React from 'react';\nimport { Image } from '../Image/Image';\nimport { css, getNativeProps, htmlElementProperties } from '../../Utilities';\nimport { classNames, MS_ICON } from './Icon.styles';\n/**\n * Fast icon component which only supports images (not font glyphs) and can't be targeted by customizations.\n * To style the icon, use `className` or reference `ms-Icon` in CSS.\n * {@docCategory Icon}\n */\nexport var ImageIcon = function (props) {\n var className = props.className, imageProps = props.imageProps;\n var nativeProps = getNativeProps(props, htmlElementProperties);\n var containerProps = props['aria-label']\n ? {}\n : {\n role: 'presentation',\n 'aria-hidden': imageProps.alt || imageProps['aria-labelledby'] ? false : true,\n };\n return (React.createElement(\"div\", __assign({}, containerProps, nativeProps, { className: css(MS_ICON, classNames.root, classNames.image, className) }),\n React.createElement(Image, __assign({}, imageProps))));\n};\n//# sourceMappingURL=ImageIcon.js.map"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"index": 11,
"index2": 373,
"size": 219,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"issuerId": "jl/f",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "jl/f",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "./propertyFields/colorPicker/index",
"loc": "1:0-51"
},
{
"moduleId": "jl/f",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"type": "harmony export imported specifier",
"userRequest": "./propertyFields/colorPicker/index",
"loc": "1:0-51"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 2,
"source": "export * from './PropertyFieldColorPicker';\nexport * from './IPropertyFieldColorPicker';\nexport * from './PropertyFieldColorPickerHost';\nexport * from './IPropertyFieldColorPickerHost';\n//# sourceMappingURL=index.js.map"
},
{
"id": "OXrI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"index": 64,
"index2": 52,
"size": 3544,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony side effect evaluation",
"userRequest": "./concatStyleSets",
"loc": "1:0-52"
},
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony import specifier",
"userRequest": "./concatStyleSets",
"loc": "36:31-46"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./concatStyleSets",
"loc": "3:0-52"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./concatStyleSets",
"loc": "3:0-52"
},
{
"moduleId": "N+vi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"module": "./node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"type": "harmony side effect evaluation",
"userRequest": "./concatStyleSets",
"loc": "1:0-52"
},
{
"moduleId": "N+vi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"module": "./node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/concatStyleSetsWithProps.js",
"type": "harmony import specifier",
"userRequest": "./concatStyleSets",
"loc": "27:15-30"
}
],
"providedExports": [
"concatStyleSets"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { __spreadArrays } from \"tslib\";\n/**\n * Combine a set of styles together (but does not register css classes).\n * @param styleSets - One or more stylesets to be merged (each param can also be falsy).\n */\nexport function concatStyleSets() {\n var styleSets = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n styleSets[_i] = arguments[_i];\n }\n if (styleSets && styleSets.length === 1 && styleSets[0] && !styleSets[0].subComponentStyles) {\n return styleSets[0];\n }\n var mergedSet = {};\n // We process sub component styles in two phases. First we collect them, then we combine them into 1 style function.\n var workingSubcomponentStyles = {};\n for (var _a = 0, styleSets_1 = styleSets; _a < styleSets_1.length; _a++) {\n var currentSet = styleSets_1[_a];\n if (currentSet) {\n for (var prop in currentSet) {\n if (currentSet.hasOwnProperty(prop)) {\n if (prop === 'subComponentStyles' && currentSet.subComponentStyles !== undefined) {\n // subcomponent styles - style functions or objects\n var currentComponentStyles = currentSet.subComponentStyles;\n for (var subCompProp in currentComponentStyles) {\n if (currentComponentStyles.hasOwnProperty(subCompProp)) {\n if (workingSubcomponentStyles.hasOwnProperty(subCompProp)) {\n workingSubcomponentStyles[subCompProp].push(currentComponentStyles[subCompProp]);\n }\n else {\n workingSubcomponentStyles[subCompProp] = [currentComponentStyles[subCompProp]];\n }\n }\n }\n continue;\n }\n // the as any casts below is a workaround for ts 2.8.\n // todo: remove cast to any in ts 2.9.\n var mergedValue = mergedSet[prop];\n var currentValue = currentSet[prop];\n if (mergedValue === undefined) {\n mergedSet[prop] = currentValue;\n }\n else {\n mergedSet[prop] = __spreadArrays((Array.isArray(mergedValue) ? mergedValue : [mergedValue]), (Array.isArray(currentValue) ? currentValue : [currentValue]));\n }\n }\n }\n }\n }\n if (Object.keys(workingSubcomponentStyles).length > 0) {\n mergedSet.subComponentStyles = {};\n var mergedSubStyles = mergedSet.subComponentStyles;\n var _loop_1 = function (subCompProp) {\n if (workingSubcomponentStyles.hasOwnProperty(subCompProp)) {\n var workingSet_1 = workingSubcomponentStyles[subCompProp];\n mergedSubStyles[subCompProp] = function (styleProps) {\n return concatStyleSets.apply(void 0, workingSet_1.map(function (styleFunctionOrObject) {\n return typeof styleFunctionOrObject === 'function' ? styleFunctionOrObject(styleProps) : styleFunctionOrObject;\n }));\n };\n }\n };\n // now we process the subcomponent styles if there are any\n for (var subCompProp in workingSubcomponentStyles) {\n _loop_1(subCompProp);\n }\n }\n return mergedSet;\n}\n//# sourceMappingURL=concatStyleSets.js.map"
},
{
"id": "OZoo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"name": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"index": 120,
"index2": 112,
"size": 893,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/mergeCustomizations",
"loc": "24:0-53"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./customizations/mergeCustomizations",
"loc": "24:0-53"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony side effect evaluation",
"userRequest": "./mergeCustomizations",
"loc": "5:0-60"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "./mergeCustomizations",
"loc": "37:29-48"
}
],
"providedExports": [
"mergeCustomizations"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { mergeSettings, mergeScopedSettings } from './mergeSettings';\n/**\n * Merge props and customizations giving priority to props over context.\n * NOTE: This function will always perform multiple merge operations. Use with caution.\n * @param props - New settings to merge in.\n * @param parentContext - Context containing current settings.\n * @returns Merged customizations.\n */\nexport function mergeCustomizations(props, parentContext) {\n var _a = (parentContext || {}).customizations, customizations = _a === void 0 ? { settings: {}, scopedSettings: {} } : _a;\n return {\n customizations: {\n settings: mergeSettings(customizations.settings, props.settings),\n scopedSettings: mergeScopedSettings(customizations.scopedSettings, props.scopedSettings),\n inCustomizerContext: true,\n },\n };\n}\n//# sourceMappingURL=mergeCustomizations.js.map"
},
{
"id": "Oamq",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"index": 383,
"index2": 375,
"size": 9392,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"issuerId": "JOxA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "wnL7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js"
},
{
"id": "Xf4s",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js"
},
{
"id": "JOxA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./SpinButton.styles",
"loc": "8:0-70"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "./SpinButton.styles",
"loc": "277:28-37"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "./SpinButton.styles",
"loc": "298:71-91"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "./SpinButton.styles",
"loc": "299:71-91"
}
],
"providedExports": [
"getArrowButtonStyles",
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { concatStyleSets, HighContrastSelector, IconFontSizes, getInputFocusStyle, } from '../../Styling';\nimport { memoizeFunction } from '../../Utilities';\nvar ARROW_BUTTON_WIDTH = 23;\nvar ARROW_BUTTON_ICON_SIZE = 8;\nvar DEFAULT_HEIGHT = 32;\nvar DEFAULT_MIN_WIDTH = 86;\nvar LABEL_MARGIN = 10;\nvar _getDisabledStyles = memoizeFunction(function (theme) {\n var _a;\n var semanticColors = theme.semanticColors;\n var SpinButtonTextColorDisabled = semanticColors.disabledText;\n var SpinButtonBackgroundColorDisabled = semanticColors.disabledBackground;\n return {\n backgroundColor: SpinButtonBackgroundColorDisabled,\n pointerEvents: 'none',\n cursor: 'default',\n color: SpinButtonTextColorDisabled,\n selectors: (_a = {\n ':after': {\n borderColor: SpinButtonBackgroundColorDisabled,\n }\n },\n _a[HighContrastSelector] = {\n color: 'GrayText',\n },\n _a),\n };\n});\nexport var getArrowButtonStyles = memoizeFunction(function (theme, isUpArrow, customSpecificArrowStyles) {\n var _a, _b, _c;\n var palette = theme.palette, semanticColors = theme.semanticColors, effects = theme.effects;\n // TODO: after updating the semanticColor slots all this need to be reevaluated.\n var ArrowButtonTextColor = palette.neutralSecondary;\n var ArrowButtonTextColorHovered = semanticColors.buttonText;\n var ArrowButtonTextColorPressed = semanticColors.buttonText;\n var ArrowButtonBackgroundHovered = semanticColors.buttonBackgroundHovered;\n var ArrowButtonBackgroundPressed = semanticColors.buttonBackgroundPressed;\n var defaultArrowButtonStyles = {\n root: {\n outline: 'none',\n display: 'block',\n height: '50%',\n width: ARROW_BUTTON_WIDTH,\n padding: 0,\n backgroundColor: 'transparent',\n textAlign: 'center',\n cursor: 'default',\n color: ArrowButtonTextColor,\n selectors: {\n '&.ms-DownButton': {\n borderRadius: \"0 0 \" + effects.roundedCorner2 + \" 0\",\n },\n '&.ms-UpButton': {\n borderRadius: \"0 \" + effects.roundedCorner2 + \" 0 0\",\n },\n },\n },\n rootHovered: {\n backgroundColor: ArrowButtonBackgroundHovered,\n color: ArrowButtonTextColorHovered,\n },\n rootChecked: {\n backgroundColor: ArrowButtonBackgroundPressed,\n color: ArrowButtonTextColorPressed,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n backgroundColor: 'Highlight',\n color: 'HighlightText',\n },\n _a),\n },\n rootPressed: {\n backgroundColor: ArrowButtonBackgroundPressed,\n color: ArrowButtonTextColorPressed,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n backgroundColor: 'Highlight',\n color: 'HighlightText',\n },\n _b),\n },\n rootDisabled: {\n opacity: 0.5,\n selectors: (_c = {},\n _c[HighContrastSelector] = {\n color: 'GrayText',\n opacity: 1,\n },\n _c),\n },\n icon: {\n fontSize: ARROW_BUTTON_ICON_SIZE,\n marginTop: 0,\n marginRight: 0,\n marginBottom: 0,\n marginLeft: 0,\n },\n };\n // No specific styles needed as of now.\n var defaultUpArrowButtonStyles = {};\n var defaultDownArrowButtonStyles = {};\n return concatStyleSets(defaultArrowButtonStyles, isUpArrow ? defaultUpArrowButtonStyles : defaultDownArrowButtonStyles, customSpecificArrowStyles);\n});\nexport var getStyles = memoizeFunction(function (theme, customStyles) {\n var _a, _b;\n var palette = theme.palette, semanticColors = theme.semanticColors, effects = theme.effects, fonts = theme.fonts;\n var SpinButtonRootBorderColor = semanticColors.inputBorder;\n var SpinButtonRootBackgroundColor = semanticColors.inputBackground;\n var SpinButtonRootBorderColorHovered = semanticColors.inputBorderHovered;\n var SpinButtonRootBorderColorFocused = semanticColors.inputFocusBorderAlt;\n var SpinButtonInputTextColor = semanticColors.inputText;\n var SpinButtonInputTextColorSelected = palette.white;\n var SpinButtonInputBackgroundColorSelected = semanticColors.inputBackgroundChecked;\n var SpinButtonIconDisabledColor = semanticColors.disabledText;\n var defaultStyles = {\n root: [\n fonts.medium,\n {\n outline: 'none',\n width: '100%',\n minWidth: DEFAULT_MIN_WIDTH,\n },\n ],\n labelWrapper: {\n display: 'inline-flex',\n alignItems: 'center',\n },\n labelWrapperStart: {\n height: DEFAULT_HEIGHT,\n float: 'left',\n marginRight: LABEL_MARGIN,\n },\n labelWrapperEnd: {\n height: DEFAULT_HEIGHT,\n float: 'right',\n marginLeft: LABEL_MARGIN,\n },\n labelWrapperTop: {\n // Due to the lineHeight set on the label (below), the height of the wrapper (contains icon+label)\n // ends up 1px taller than a standard label height, causing the vertical alignment to be off when\n // the SpinButton is displayed with the label on top next to other form fields.\n // Decrease the wrapper's effective height slightly to compensate.\n marginBottom: -1,\n },\n labelWrapperBottom: {},\n icon: {\n padding: '0 5px',\n fontSize: IconFontSizes.large,\n },\n iconDisabled: {\n color: SpinButtonIconDisabledColor,\n },\n label: {\n pointerEvents: 'none',\n // centering the label with the icon by forcing the exact same height as the icon.\n lineHeight: IconFontSizes.large,\n },\n labelDisabled: {},\n spinButtonWrapper: {\n display: 'flex',\n position: 'relative',\n boxSizing: 'border-box',\n height: DEFAULT_HEIGHT,\n minWidth: DEFAULT_MIN_WIDTH,\n selectors: {\n // setting border using pseudo-element here in order to prevent:\n // input and chevron buttons to overlap border under certain resolutions\n ':after': {\n pointerEvents: 'none',\n content: \"''\",\n position: 'absolute',\n left: 0,\n top: 0,\n bottom: 0,\n right: 0,\n borderWidth: '1px',\n borderStyle: 'solid',\n borderColor: SpinButtonRootBorderColor,\n borderRadius: effects.roundedCorner2,\n },\n },\n },\n spinButtonWrapperTopBottom: {\n width: '100%',\n },\n spinButtonWrapperHovered: {\n selectors: (_a = {\n ':after': {\n borderColor: SpinButtonRootBorderColorHovered,\n }\n },\n _a[HighContrastSelector] = {\n selectors: {\n ':after': {\n borderColor: 'Highlight',\n },\n },\n },\n _a),\n },\n spinButtonWrapperFocused: getInputFocusStyle(SpinButtonRootBorderColorFocused, effects.roundedCorner2),\n spinButtonWrapperDisabled: _getDisabledStyles(theme),\n input: {\n boxSizing: 'border-box',\n boxShadow: 'none',\n borderStyle: 'none',\n flex: 1,\n margin: 0,\n fontSize: fonts.medium.fontSize,\n fontFamily: 'inherit',\n color: SpinButtonInputTextColor,\n backgroundColor: SpinButtonRootBackgroundColor,\n height: '100%',\n padding: '0 8px 0 9px',\n outline: 0,\n display: 'block',\n minWidth: DEFAULT_MIN_WIDTH - ARROW_BUTTON_WIDTH - 2,\n whiteSpace: 'nowrap',\n textOverflow: 'ellipsis',\n overflow: 'hidden',\n cursor: 'text',\n userSelect: 'text',\n borderRadius: effects.roundedCorner2 + \" 0 0 \" + effects.roundedCorner2,\n },\n inputTextSelected: {\n backgroundColor: SpinButtonInputBackgroundColorSelected,\n color: SpinButtonInputTextColorSelected,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n backgroundColor: 'Highlight',\n borderColor: 'Highlight',\n color: 'HighlightText',\n },\n _b),\n },\n inputDisabled: _getDisabledStyles(theme),\n arrowButtonsContainer: {\n display: 'block',\n height: '100%',\n cursor: 'default',\n },\n arrowButtonsContainerDisabled: _getDisabledStyles(theme),\n };\n return concatStyleSets(defaultStyles, customStyles);\n});\n//# sourceMappingURL=SpinButton.styles.js.map"
},
{
"id": "OtsK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/getVendorSettings.js",
"name": "./node_modules/@uifabric/merge-styles/lib/getVendorSettings.js",
"index": 60,
"index2": 46,
"size": 1177,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"issuerId": "Jp31",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
},
{
"id": "01ST",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js"
},
{
"id": "zS9i",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"name": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js"
},
{
"id": "Jp31",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"name": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Jp31",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"module": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"type": "harmony side effect evaluation",
"userRequest": "../getVendorSettings",
"loc": "1:0-57"
},
{
"moduleId": "Jp31",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"module": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/transforms/prefixRules.js",
"type": "harmony import specifier",
"userRequest": "../getVendorSettings",
"loc": "6:25-42"
}
],
"providedExports": [
"getVendorSettings",
"setVendorSettings"
],
"optimizationBailout": [],
"depth": 13,
"source": "var _vendorSettings;\nexport function getVendorSettings() {\n if (!_vendorSettings) {\n var doc = typeof document !== 'undefined' ? document : undefined;\n var nav = typeof navigator !== 'undefined' ? navigator : undefined;\n var userAgent = nav ? nav.userAgent.toLowerCase() : undefined;\n if (!doc) {\n _vendorSettings = {\n isWebkit: true,\n isMoz: true,\n isOpera: true,\n isMs: true,\n };\n }\n else {\n _vendorSettings = {\n isWebkit: !!(doc && 'WebkitAppearance' in doc.documentElement.style),\n isMoz: !!(userAgent && userAgent.indexOf('firefox') > -1),\n isOpera: !!(userAgent && userAgent.indexOf('opera') > -1),\n isMs: !!(nav && (/rv:11.0/i.test(nav.userAgent) || /Edge\\/\\d./i.test(navigator.userAgent))),\n };\n }\n }\n return _vendorSettings;\n}\n/**\n * Sets the vendor settings for prefixing and vendor specific operations.\n */\nexport function setVendorSettings(vendorSettings) {\n _vendorSettings = vendorSettings;\n}\n//# sourceMappingURL=getVendorSettings.js.map"
},
{
"id": "PHYm",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"name": "./node_modules/@uifabric/utilities/lib/warn.js",
"index": 154,
"index2": 147,
"size": 247,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn",
"loc": "57:0-23"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./warn",
"loc": "57:0-23"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities/lib/warn",
"loc": "3:0-147"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities/lib/warn",
"loc": "25:16-20"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities/lib/warn",
"loc": "30:20-50"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities/lib/warn",
"loc": "33:28-44"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities/lib/warn",
"loc": "34:33-54"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities/lib/warn",
"loc": "40:27-46"
}
],
"providedExports": [
"warn",
"setWarningCallback",
"warnConditionallyRequiredProps",
"resetControlledWarnings",
"warnControlledUsage",
"warnDeprecations",
"warnMutuallyExclusive"
],
"optimizationBailout": [],
"depth": 8,
"source": "export * from './warn/warn';\nexport * from './warn/warnConditionallyRequiredProps';\nexport * from './warn/warnControlledUsage';\nexport * from './warn/warnDeprecations';\nexport * from './warn/warnMutuallyExclusive';\n//# sourceMappingURL=warn.js.map"
},
{
"id": "PS37",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"index": 319,
"index2": 301,
"size": 2529,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerId": "U019",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "U019",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./KeytipUtils",
"loc": "5:0-30"
},
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony export imported specifier",
"userRequest": "./KeytipUtils",
"loc": "5:0-30"
}
],
"providedExports": [
"sequencesToID",
"mergeOverflows",
"ktpTargetFromSequences",
"ktpTargetFromId",
"getAriaDescribedBy"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __spreadArrays } from \"tslib\";\nimport { KTP_SEPARATOR, KTP_PREFIX, DATAKTP_TARGET, DATAKTP_EXECUTE_TARGET, KTP_LAYER_ID } from './KeytipConstants';\nimport { addElementAtIndex } from '../../Utilities';\n/**\n * Converts a whole set of KeySequences into one keytip ID, which will be the ID for the last keytip sequence specified\n * keySequences should not include the initial keytip 'start' sequence.\n *\n * @param keySequences - Full path of IKeySequences for one keytip.\n * @returns String to use for the keytip ID.\n */\nexport function sequencesToID(keySequences) {\n return keySequences.reduce(function (prevValue, keySequence) {\n return prevValue + KTP_SEPARATOR + keySequence.split('').join(KTP_SEPARATOR);\n }, KTP_PREFIX);\n}\n/**\n * Merges an overflow sequence with a key sequence.\n *\n * @param keySequences - Full sequence for one keytip.\n * @param overflowKeySequences - Full overflow keytip sequence.\n * @returns Sequence that will be used by the keytip when in the overflow.\n */\nexport function mergeOverflows(keySequences, overflowKeySequences) {\n var overflowSequenceLen = overflowKeySequences.length;\n var overflowSequence = __spreadArrays(overflowKeySequences).pop();\n var newKeySequences = __spreadArrays(keySequences);\n return addElementAtIndex(newKeySequences, overflowSequenceLen - 1, overflowSequence);\n}\n/**\n * Constructs the data-ktp-target attribute selector from a full key sequence.\n *\n * @param keySequences - Full string[] for a Keytip.\n * @returns String selector to use to query for the keytip target.\n */\nexport function ktpTargetFromSequences(keySequences) {\n return '[' + DATAKTP_TARGET + '=\"' + sequencesToID(keySequences) + '\"]';\n}\n/**\n * Constructs the data-ktp-execute-target attribute selector from a keytip ID.\n *\n * @param keytipId - ID of the Keytip.\n * @returns String selector to use to query for the keytip execute target.\n */\nexport function ktpTargetFromId(keytipId) {\n return '[' + DATAKTP_EXECUTE_TARGET + '=\"' + keytipId + '\"]';\n}\n/**\n * Gets the aria-describedby value to put on the component with this keytip.\n *\n * @param keySequences - KeySequences of the keytip.\n * @returns The aria-describedby value to set on the component with this keytip.\n */\nexport function getAriaDescribedBy(keySequences) {\n var describedby = ' ' + KTP_LAYER_ID;\n if (!keySequences.length) {\n // Return just the layer ID\n return describedby;\n }\n return describedby + ' ' + sequencesToID(keySequences);\n}\n//# sourceMappingURL=KeytipUtils.js.map"
},
{
"id": "PS8X",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"index": 182,
"index2": 168,
"size": 6185,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"issuerId": "8wqX",
"issuerName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "8wqX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./icons",
"loc": "2:0-102"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./icons",
"loc": "2:0-102"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./icons",
"loc": "2:0-102"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./icons",
"loc": "2:0-102"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./icons",
"loc": "2:0-102"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./icons",
"loc": "2:0-102"
},
{
"moduleId": "HhHV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"type": "harmony side effect evaluation",
"userRequest": "./icons",
"loc": "2:0-34"
},
{
"moduleId": "HhHV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/getIconClassName.js",
"type": "harmony import specifier",
"userRequest": "./icons",
"loc": "14:15-22"
}
],
"providedExports": [
"registerIcons",
"unregisterIcons",
"registerIconAlias",
"getIcon",
"setIconOptions"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { __assign } from \"tslib\";\nimport { GlobalSettings, warn } from '@uifabric/utilities';\nimport { fontFace, mergeStyles, Stylesheet } from '@uifabric/merge-styles';\nvar ICON_SETTING_NAME = 'icons';\nvar _iconSettings = GlobalSettings.getValue(ICON_SETTING_NAME, {\n __options: {\n disableWarnings: false,\n warnOnMissingIcons: true,\n },\n __remapped: {},\n});\n// Reset icon registration on stylesheet resets.\nvar stylesheet = Stylesheet.getInstance();\nif (stylesheet && stylesheet.onReset) {\n stylesheet.onReset(function () {\n for (var name_1 in _iconSettings) {\n if (_iconSettings.hasOwnProperty(name_1) && !!_iconSettings[name_1].subset) {\n _iconSettings[name_1].subset.className = undefined;\n }\n }\n });\n}\n/**\n * Normalizes an icon name for consistent mapping.\n * Current implementation is to convert the icon name to lower case.\n *\n * @param name - Icon name to normalize.\n * @returns {string} Normalized icon name to use for indexing and mapping.\n */\nvar normalizeIconName = function (name) { return name.toLowerCase(); };\n/**\n * Registers a given subset of icons.\n *\n * @param iconSubset - the icon subset definition.\n */\nexport function registerIcons(iconSubset, options) {\n var subset = __assign(__assign({}, iconSubset), { isRegistered: false, className: undefined });\n var icons = iconSubset.icons;\n // Grab options, optionally mix user provided ones on top.\n options = options ? __assign(__assign({}, _iconSettings.__options), options) : _iconSettings.__options;\n for (var iconName in icons) {\n if (icons.hasOwnProperty(iconName)) {\n var code = icons[iconName];\n var normalizedIconName = normalizeIconName(iconName);\n if (_iconSettings[normalizedIconName]) {\n _warnDuplicateIcon(iconName);\n }\n else {\n _iconSettings[normalizedIconName] = {\n code: code,\n subset: subset,\n };\n }\n }\n }\n}\n/**\n * Unregisters icons by name.\n *\n * @param iconNames - List of icons to unregister.\n */\nexport function unregisterIcons(iconNames) {\n var options = _iconSettings.__options;\n var _loop_1 = function (iconName) {\n var normalizedIconName = normalizeIconName(iconName);\n if (_iconSettings[normalizedIconName]) {\n delete _iconSettings[normalizedIconName];\n }\n else {\n // Warn that we are trying to delete an icon that doesn't exist\n if (!options.disableWarnings) {\n warn(\"The icon \\\"\" + iconName + \"\\\" tried to unregister but was not registered.\");\n }\n }\n // Delete any aliases for this iconName\n if (_iconSettings.__remapped[normalizedIconName]) {\n delete _iconSettings.__remapped[normalizedIconName];\n }\n // Delete any items that were an alias for this iconName\n Object.keys(_iconSettings.__remapped).forEach(function (key) {\n if (_iconSettings.__remapped[key] === normalizedIconName) {\n delete _iconSettings.__remapped[key];\n }\n });\n };\n for (var _i = 0, iconNames_1 = iconNames; _i < iconNames_1.length; _i++) {\n var iconName = iconNames_1[_i];\n _loop_1(iconName);\n }\n}\n/**\n * Remaps one icon name to another.\n */\nexport function registerIconAlias(iconName, mappedToName) {\n _iconSettings.__remapped[normalizeIconName(iconName)] = normalizeIconName(mappedToName);\n}\n/**\n * Gets an icon definition. If an icon is requested but the subset has yet to be registered,\n * it will get registered immediately.\n *\n * @public\n * @param name - Name of icon.\n */\nexport function getIcon(name) {\n var icon = undefined;\n var options = _iconSettings.__options;\n name = name ? normalizeIconName(name) : '';\n name = _iconSettings.__remapped[name] || name;\n if (name) {\n icon = _iconSettings[name];\n if (icon) {\n var subset = icon.subset;\n if (subset && subset.fontFace) {\n if (!subset.isRegistered) {\n fontFace(subset.fontFace);\n subset.isRegistered = true;\n }\n if (!subset.className) {\n subset.className = mergeStyles(subset.style, {\n fontFamily: subset.fontFace.fontFamily,\n fontWeight: subset.fontFace.fontWeight || 'normal',\n fontStyle: subset.fontFace.fontStyle || 'normal',\n });\n }\n }\n }\n else {\n // eslint-disable-next-line deprecation/deprecation\n if (!options.disableWarnings && options.warnOnMissingIcons) {\n warn(\"The icon \\\"\" + name + \"\\\" was used but not registered. See https://github.com/microsoft/fluentui/wiki/Using-icons for more information.\");\n }\n }\n }\n return icon;\n}\n/**\n * Sets the icon options.\n *\n * @public\n */\nexport function setIconOptions(options) {\n _iconSettings.__options = __assign(__assign({}, _iconSettings.__options), options);\n}\nvar _missingIcons = [];\nvar _missingIconsTimer = undefined;\nfunction _warnDuplicateIcon(iconName) {\n var options = _iconSettings.__options;\n var warningDelay = 2000;\n var maxIconsInMessage = 10;\n if (!options.disableWarnings) {\n _missingIcons.push(iconName);\n if (_missingIconsTimer === undefined) {\n _missingIconsTimer = setTimeout(function () {\n warn(\"Some icons were re-registered. Applications should only call registerIcons for any given \" +\n \"icon once. Redefining what an icon is may have unintended consequences. Duplicates \" +\n \"include: \\n\" +\n _missingIcons.slice(0, maxIconsInMessage).join(', ') +\n (_missingIcons.length > maxIconsInMessage ? \" (+ \" + (_missingIcons.length - maxIconsInMessage) + \" more)\" : ''));\n _missingIconsTimer = undefined;\n _missingIcons = [];\n }, warningDelay);\n }\n }\n}\n//# sourceMappingURL=icons.js.map"
},
{
"id": "PSe/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/_rgbaOrHexString.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/_rgbaOrHexString.js",
"index": 28,
"index2": 20,
"size": 467,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"issuerId": "BB33",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BB33",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "BB33",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"type": "harmony side effect evaluation",
"userRequest": "./_rgbaOrHexString",
"loc": "4:0-54"
},
{
"moduleId": "BB33",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"type": "harmony import specifier",
"userRequest": "./_rgbaOrHexString",
"loc": "10:14-30"
},
{
"moduleId": "BT+F",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./_rgbaOrHexString",
"loc": "4:0-54"
},
{
"moduleId": "BT+F",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"type": "harmony import specifier",
"userRequest": "./_rgbaOrHexString",
"loc": "17:14-30"
},
{
"moduleId": "ICEt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"type": "harmony side effect evaluation",
"userRequest": "./_rgbaOrHexString",
"loc": "2:0-54"
},
{
"moduleId": "ICEt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"type": "harmony import specifier",
"userRequest": "./_rgbaOrHexString",
"loc": "9:78-94"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./_rgbaOrHexString",
"loc": "4:0-54"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony import specifier",
"userRequest": "./_rgbaOrHexString",
"loc": "19:23-39"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony side effect evaluation",
"userRequest": "./_rgbaOrHexString",
"loc": "4:0-54"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony import specifier",
"userRequest": "./_rgbaOrHexString",
"loc": "18:23-39"
},
{
"moduleId": "bQtI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"type": "harmony side effect evaluation",
"userRequest": "./_rgbaOrHexString",
"loc": "2:0-54"
},
{
"moduleId": "bQtI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"type": "harmony import specifier",
"userRequest": "./_rgbaOrHexString",
"loc": "11:19-35"
}
],
"providedExports": [
"_rgbaOrHexString"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { MAX_COLOR_ALPHA } from './consts';\n/**\n * @internal\n * Get a CSS color string from some color components.\n * If `a` is specified and not 100, returns an `rgba()` string.\n * Otherwise returns `hex` prefixed with #.\n */\nexport function _rgbaOrHexString(r, g, b, a, hex) {\n return a === MAX_COLOR_ALPHA || typeof a !== 'number' ? \"#\" + hex : \"rgba(\" + r + \", \" + g + \", \" + b + \", \" + a / MAX_COLOR_ALPHA + \")\";\n}\n//# sourceMappingURL=_rgbaOrHexString.js.map"
},
{
"id": "PX0R",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"index": 31,
"index2": 25,
"size": 724,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateSV",
"loc": "15:0-27"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./updateSV",
"loc": "15:0-27"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateSV",
"loc": "17:0-27"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./updateSV",
"loc": "17:0-27"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/color/updateSV",
"loc": "6:0-61"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/updateSV",
"loc": "50:35-43"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/updateSV",
"loc": "143:11-19"
}
],
"providedExports": [
"updateSV"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { __assign } from \"tslib\";\nimport { hsv2rgb } from './hsv2rgb';\nimport { rgb2hex } from './rgb2hex';\nimport { _rgbaOrHexString } from './_rgbaOrHexString';\n/**\n * Gets a color with the same hue as `color` and other components updated to match the given\n * saturation and value.\n *\n * Does not modify the original `color` and does not supply a default alpha value.\n */\nexport function updateSV(color, s, v) {\n var _a = hsv2rgb(color.h, s, v), r = _a.r, g = _a.g, b = _a.b;\n var hex = rgb2hex(r, g, b);\n return __assign(__assign({}, color), { s: s,\n v: v,\n r: r,\n g: g,\n b: b,\n hex: hex, str: _rgbaOrHexString(r, g, b, color.a, hex) });\n}\n//# sourceMappingURL=updateSV.js.map"
},
{
"id": "PcVi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/DefaultPalette.js",
"name": "./node_modules/@fluentui/theme/lib/colors/DefaultPalette.js",
"index": 188,
"index2": 173,
"size": 1618,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"issuerId": "9Rke",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
},
{
"id": "9Rke",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"name": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "9Rke",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"module": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/theme/lib/colors/DefaultPalette",
"loc": "1:0-58"
},
{
"moduleId": "9Rke",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"module": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/DefaultPalette.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/colors/DefaultPalette",
"loc": "1:0-58"
},
{
"moduleId": "p6FT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"module": "./node_modules/@fluentui/theme/lib/colors/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/colors/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultPalette",
"loc": "2:0-50"
},
{
"moduleId": "p6FT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"module": "./node_modules/@fluentui/theme/lib/colors/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/colors/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultPalette",
"loc": "2:0-50"
}
],
"providedExports": [
"DefaultPalette"
],
"optimizationBailout": [],
"depth": 11,
"source": "// When adding or removing a color, make sure you keep this consistent with IColorClassNames\n// by adding the color variants.\nexport var DefaultPalette = {\n themeDarker: '#004578',\n themeDark: '#005a9e',\n themeDarkAlt: '#106ebe',\n themePrimary: '#0078d4',\n themeSecondary: '#2b88d8',\n themeTertiary: '#71afe5',\n themeLight: '#c7e0f4',\n themeLighter: '#deecf9',\n themeLighterAlt: '#eff6fc',\n black: '#000000',\n blackTranslucent40: 'rgba(0,0,0,.4)',\n neutralDark: '#201f1e',\n neutralPrimary: '#323130',\n neutralPrimaryAlt: '#3b3a39',\n neutralSecondary: '#605e5c',\n neutralSecondaryAlt: '#8a8886',\n neutralTertiary: '#a19f9d',\n neutralTertiaryAlt: '#c8c6c4',\n neutralQuaternary: '#d2d0ce',\n neutralQuaternaryAlt: '#e1dfdd',\n neutralLight: '#edebe9',\n neutralLighter: '#f3f2f1',\n neutralLighterAlt: '#faf9f8',\n accent: '#0078d4',\n white: '#ffffff',\n whiteTranslucent40: 'rgba(255,255,255,.4)',\n yellowDark: '#d29200',\n yellow: '#ffb900',\n yellowLight: '#fff100',\n orange: '#d83b01',\n orangeLight: '#ea4300',\n orangeLighter: '#ff8c00',\n redDark: '#a4262c',\n red: '#e81123',\n magentaDark: '#5c005c',\n magenta: '#b4009e',\n magentaLight: '#e3008c',\n purpleDark: '#32145a',\n purple: '#5c2d91',\n purpleLight: '#b4a0ff',\n blueDark: '#002050',\n blueMid: '#00188f',\n blue: '#0078d4',\n blueLight: '#00bcf2',\n tealDark: '#004b50',\n teal: '#008272',\n tealLight: '#00b294',\n greenDark: '#004b1c',\n green: '#107c10',\n greenLight: '#bad80a',\n};\n//# sourceMappingURL=DefaultPalette.js.map"
},
{
"id": "Pk8u",
"identifier": "external \"@microsoft/sp-lodash-subset\"",
"name": "external \"@microsoft/sp-lodash-subset\"",
"index": 165,
"index2": 160,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"issuerId": "yVpZ",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "yVpZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony side effect evaluation",
"userRequest": "@microsoft/sp-lodash-subset",
"loc": "2:0-49"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-lodash-subset",
"loc": "290:8-13"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-lodash-subset",
"loc": "300:11-16"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 5
},
{
"id": "PkS7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.scss.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.scss.js",
"index": 368,
"index2": 365,
"size": 405,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerId": "TPZ+",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "./PropertyFieldColorPickerHost.module.scss",
"loc": "18:0-64"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./PropertyFieldColorPickerHost.module.scss",
"loc": "38:56-62"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./PropertyFieldColorPickerHost.module.scss",
"loc": "38:108-114"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./PropertyFieldColorPickerHost.module.scss",
"loc": "41:58-64"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./PropertyFieldColorPickerHost.module.scss",
"loc": "50:67-73"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./PropertyFieldColorPickerHost.module.scss",
"loc": "58:77-83"
}
],
"providedExports": [
"default"
],
"optimizationBailout": [],
"depth": 4,
"source": "/* tslint:disable */\nrequire(\"./PropertyFieldColorPickerHost.module.css\");\nvar styles = {\n pfColorPicker: 'pfColorPicker_bd096fe1',\n cpInlineTable: 'cpInlineTable_bd096fe1',\n cpInlineRow: 'cpInlineRow_bd096fe1',\n disabledCP: 'disabledCP_bd096fe1',\n hidden: 'hidden_bd096fe1'\n};\nexport default styles;\n/* tslint:enable */ \n//# sourceMappingURL=PropertyFieldColorPickerHost.module.scss.js.map"
},
{
"id": "PoPR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"index": 178,
"index2": 205,
"size": 261,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"issuerId": "dKbT",
"issuerName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "dKbT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "dKbT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./AnimationClassNames",
"loc": "1:0-60"
},
{
"moduleId": "dKbT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"type": "harmony export imported specifier",
"userRequest": "./AnimationClassNames",
"loc": "1:0-60"
}
],
"providedExports": [
"AnimationClassNames"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { buildClassMap } from '../utilities/index';\nimport { AnimationStyles } from '../styles/index';\n/**\n * {@docCategory AnimationClassNames}\n */\nexport var AnimationClassNames = buildClassMap(AnimationStyles);\n//# sourceMappingURL=AnimationClassNames.js.map"
},
{
"id": "Pz+L",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"index": 241,
"index2": 229,
"size": 14507,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"issuerId": "tlDw",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js"
},
{
"id": "swiA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js"
},
{
"id": "tlDw",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "tlDw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"type": "harmony side effect evaluation",
"userRequest": "./TextField.styles",
"loc": "3:0-47"
},
{
"moduleId": "tlDw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"type": "harmony import specifier",
"userRequest": "./TextField.styles",
"loc": "4:45-54"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { __assign } from \"tslib\";\nimport { AnimationClassNames, getGlobalClassNames, getInputFocusStyle, HighContrastSelector, normalize, getPlaceholderStyles, IconFontSizes, getHighContrastNoAdjustStyle, } from '../../Styling';\nvar globalClassNames = {\n root: 'ms-TextField',\n description: 'ms-TextField-description',\n errorMessage: 'ms-TextField-errorMessage',\n field: 'ms-TextField-field',\n fieldGroup: 'ms-TextField-fieldGroup',\n prefix: 'ms-TextField-prefix',\n suffix: 'ms-TextField-suffix',\n wrapper: 'ms-TextField-wrapper',\n revealButton: 'ms-TextField-reveal',\n multiline: 'ms-TextField--multiline',\n borderless: 'ms-TextField--borderless',\n underlined: 'ms-TextField--underlined',\n unresizable: 'ms-TextField--unresizable',\n required: 'is-required',\n disabled: 'is-disabled',\n active: 'is-active',\n};\nfunction getLabelStyles(props) {\n var underlined = props.underlined, disabled = props.disabled, focused = props.focused, theme = props.theme;\n var palette = theme.palette, fonts = theme.fonts;\n return function () {\n var _a;\n return ({\n root: [\n underlined &&\n disabled && {\n color: palette.neutralTertiary,\n },\n underlined && {\n fontSize: fonts.medium.fontSize,\n marginRight: 8,\n paddingLeft: 12,\n paddingRight: 0,\n lineHeight: '22px',\n height: 32,\n },\n underlined &&\n focused && {\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n height: 31,\n },\n _a),\n },\n ],\n });\n };\n}\nexport function getStyles(props) {\n var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;\n var theme = props.theme, className = props.className, disabled = props.disabled, focused = props.focused, required = props.required, multiline = props.multiline, hasLabel = props.hasLabel, borderless = props.borderless, underlined = props.underlined, hasIcon = props.hasIcon, resizable = props.resizable, hasErrorMessage = props.hasErrorMessage, inputClassName = props.inputClassName, autoAdjustHeight = props.autoAdjustHeight, hasRevealButton = props.hasRevealButton;\n var semanticColors = theme.semanticColors, effects = theme.effects, fonts = theme.fonts;\n var classNames = getGlobalClassNames(globalClassNames, theme);\n var fieldPrefixSuffix = {\n // Suffix/Prefix are not editable so the disabled slot perfectly fits.\n background: semanticColors.disabledBackground,\n color: !disabled ? semanticColors.inputPlaceholderText : semanticColors.disabledText,\n display: 'flex',\n alignItems: 'center',\n padding: '0 10px',\n lineHeight: 1,\n whiteSpace: 'nowrap',\n flexShrink: 0,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n background: 'Window',\n color: disabled ? 'GrayText' : 'WindowText',\n },\n _a),\n };\n // placeholder style constants\n var placeholderStyles = [\n fonts.medium,\n {\n color: semanticColors.inputPlaceholderText,\n opacity: 1,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n color: 'GrayText',\n },\n _b),\n },\n ];\n var disabledPlaceholderStyles = {\n color: semanticColors.disabledText,\n selectors: (_c = {},\n _c[HighContrastSelector] = {\n color: 'GrayText',\n },\n _c),\n };\n return {\n root: [\n classNames.root,\n fonts.medium,\n required && classNames.required,\n disabled && classNames.disabled,\n focused && classNames.active,\n multiline && classNames.multiline,\n borderless && classNames.borderless,\n underlined && classNames.underlined,\n normalize,\n {\n position: 'relative',\n },\n className,\n ],\n wrapper: [\n classNames.wrapper,\n underlined && [\n {\n display: 'flex',\n borderBottom: \"1px solid \" + (!hasErrorMessage ? semanticColors.inputBorder : semanticColors.errorText),\n width: '100%',\n },\n disabled && {\n borderBottomColor: semanticColors.disabledBackground,\n selectors: (_d = {},\n _d[HighContrastSelector] = __assign({ borderColor: 'GrayText' }, getHighContrastNoAdjustStyle()),\n _d),\n },\n !disabled && {\n selectors: {\n ':hover': {\n borderBottomColor: !hasErrorMessage ? semanticColors.inputBorderHovered : semanticColors.errorText,\n selectors: (_e = {},\n _e[HighContrastSelector] = __assign({ borderBottomColor: 'Highlight' }, getHighContrastNoAdjustStyle()),\n _e),\n },\n },\n },\n focused && [\n {\n position: 'relative',\n },\n getInputFocusStyle(!hasErrorMessage ? semanticColors.inputFocusBorderAlt : semanticColors.errorText, 0, 'borderBottom'),\n ],\n ],\n ],\n fieldGroup: [\n classNames.fieldGroup,\n normalize,\n {\n border: \"1px solid \" + semanticColors.inputBorder,\n borderRadius: effects.roundedCorner2,\n background: semanticColors.inputBackground,\n cursor: 'text',\n height: 32,\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'stretch',\n position: 'relative',\n },\n multiline && {\n minHeight: '60px',\n height: 'auto',\n display: 'flex',\n },\n !focused &&\n !disabled && {\n selectors: {\n ':hover': {\n borderColor: semanticColors.inputBorderHovered,\n selectors: (_f = {},\n _f[HighContrastSelector] = __assign({ borderColor: 'Highlight' }, getHighContrastNoAdjustStyle()),\n _f),\n },\n },\n },\n focused &&\n !underlined &&\n getInputFocusStyle(!hasErrorMessage ? semanticColors.inputFocusBorderAlt : semanticColors.errorText, effects.roundedCorner2),\n disabled && {\n borderColor: semanticColors.disabledBackground,\n selectors: (_g = {},\n _g[HighContrastSelector] = __assign({ borderColor: 'GrayText' }, getHighContrastNoAdjustStyle()),\n _g),\n cursor: 'default',\n },\n borderless && {\n border: 'none',\n },\n borderless &&\n focused && {\n border: 'none',\n selectors: {\n ':after': {\n border: 'none',\n },\n },\n },\n underlined && {\n flex: '1 1 0px',\n border: 'none',\n textAlign: 'left',\n },\n underlined &&\n disabled && {\n backgroundColor: 'transparent',\n },\n hasErrorMessage &&\n !underlined && {\n borderColor: semanticColors.errorText,\n selectors: {\n '&:hover': {\n borderColor: semanticColors.errorText,\n },\n },\n },\n !hasLabel &&\n required && {\n selectors: (_h = {\n ':before': {\n content: \"'*'\",\n color: semanticColors.errorText,\n position: 'absolute',\n top: -5,\n right: -10,\n }\n },\n _h[HighContrastSelector] = {\n selectors: {\n ':before': {\n color: 'WindowText',\n right: -14,\n },\n },\n },\n _h),\n },\n ],\n field: [\n fonts.medium,\n classNames.field,\n normalize,\n {\n borderRadius: 0,\n border: 'none',\n background: 'none',\n backgroundColor: 'transparent',\n color: semanticColors.inputText,\n padding: '0 8px',\n width: '100%',\n minWidth: 0,\n textOverflow: 'ellipsis',\n outline: 0,\n selectors: (_j = {\n '&:active, &:focus, &:hover': { outline: 0 },\n '::-ms-clear': {\n display: 'none',\n }\n },\n _j[HighContrastSelector] = {\n background: 'Window',\n color: disabled ? 'GrayText' : 'WindowText',\n },\n _j),\n },\n getPlaceholderStyles(placeholderStyles),\n multiline &&\n !resizable && [\n classNames.unresizable,\n {\n resize: 'none',\n },\n ],\n multiline && {\n minHeight: 'inherit',\n lineHeight: 17,\n flexGrow: 1,\n paddingTop: 6,\n paddingBottom: 6,\n overflow: 'auto',\n width: '100%',\n },\n multiline &&\n autoAdjustHeight && {\n overflow: 'hidden',\n },\n hasIcon &&\n !hasRevealButton && {\n paddingRight: 24,\n },\n multiline &&\n hasIcon && {\n paddingRight: 40,\n },\n disabled && [\n {\n backgroundColor: semanticColors.disabledBackground,\n color: semanticColors.disabledText,\n borderColor: semanticColors.disabledBackground,\n },\n getPlaceholderStyles(disabledPlaceholderStyles),\n ],\n underlined && {\n textAlign: 'left',\n },\n focused &&\n !borderless && {\n selectors: (_k = {},\n _k[HighContrastSelector] = {\n paddingLeft: 11,\n paddingRight: 11,\n },\n _k),\n },\n focused &&\n multiline &&\n !borderless && {\n selectors: (_l = {},\n _l[HighContrastSelector] = {\n paddingTop: 4,\n },\n _l),\n },\n inputClassName,\n ],\n icon: [\n multiline && {\n paddingRight: 24,\n alignItems: 'flex-end',\n },\n {\n pointerEvents: 'none',\n position: 'absolute',\n bottom: 6,\n right: 8,\n top: 'auto',\n fontSize: IconFontSizes.medium,\n lineHeight: 18,\n },\n disabled && {\n color: semanticColors.disabledText,\n },\n ],\n description: [\n classNames.description,\n {\n color: semanticColors.bodySubtext,\n fontSize: fonts.xSmall.fontSize,\n },\n ],\n errorMessage: [\n classNames.errorMessage,\n AnimationClassNames.slideDownIn20,\n fonts.small,\n {\n color: semanticColors.errorText,\n margin: 0,\n paddingTop: 5,\n display: 'flex',\n alignItems: 'center',\n },\n ],\n prefix: [classNames.prefix, fieldPrefixSuffix],\n suffix: [classNames.suffix, fieldPrefixSuffix],\n revealButton: [\n classNames.revealButton,\n 'ms-Button',\n 'ms-Button--icon',\n {\n height: 30,\n width: 32,\n border: 'none',\n padding: '0px 4px',\n backgroundColor: 'transparent',\n color: semanticColors.link,\n selectors: {\n ':hover': {\n outline: 0,\n color: semanticColors.primaryButtonBackgroundHovered,\n backgroundColor: semanticColors.buttonBackgroundHovered,\n selectors: (_m = {},\n _m[HighContrastSelector] = {\n borderColor: 'Highlight',\n color: 'Highlight',\n },\n _m),\n },\n ':focus': { outline: 0 },\n },\n },\n hasIcon && {\n marginRight: 28,\n },\n ],\n revealSpan: {\n display: 'flex',\n height: '100%',\n alignItems: 'center',\n },\n revealIcon: {\n margin: '0px 4px',\n pointerEvents: 'none',\n bottom: 6,\n right: 8,\n top: 'auto',\n fontSize: IconFontSizes.medium,\n lineHeight: 18,\n },\n subComponentStyles: {\n label: getLabelStyles(props),\n },\n };\n}\n//# sourceMappingURL=TextField.styles.js.map"
},
{
"id": "Q4IW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"name": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"index": 55,
"index2": 42,
"size": 8708,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6/CH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/fontFace.js",
"module": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"type": "harmony side effect evaluation",
"userRequest": "./Stylesheet",
"loc": "2:0-42"
},
{
"moduleId": "6/CH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/fontFace.js",
"module": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"type": "harmony import specifier",
"userRequest": "./Stylesheet",
"loc": "9:4-14"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Stylesheet",
"loc": "7:0-29"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Stylesheet",
"loc": "7:0-29"
},
{
"moduleId": "KZYN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"module": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"type": "harmony side effect evaluation",
"userRequest": "./Stylesheet",
"loc": "2:0-42"
},
{
"moduleId": "KZYN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"module": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"type": "harmony import specifier",
"userRequest": "./Stylesheet",
"loc": "10:21-31"
},
{
"moduleId": "uGHJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"module": "./node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"type": "harmony side effect evaluation",
"userRequest": "./Stylesheet",
"loc": "1:0-42"
},
{
"moduleId": "uGHJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"module": "./node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"type": "harmony import specifier",
"userRequest": "./Stylesheet",
"loc": "13:21-31"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony side effect evaluation",
"userRequest": "./Stylesheet",
"loc": "2:0-42"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "./Stylesheet",
"loc": "86:21-31"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "./Stylesheet",
"loc": "205:25-35"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "./Stylesheet",
"loc": "232:21-31"
}
],
"providedExports": [
"InjectionMode",
"Stylesheet"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { __assign } from \"tslib\";\nexport var InjectionMode = {\n /**\n * Avoids style injection, use getRules() to read the styles.\n */\n none: 0,\n /**\n * Inserts rules using the insertRule api.\n */\n insertNode: 1,\n /**\n * Appends rules using appendChild.\n */\n appendChild: 2,\n};\nvar STYLESHEET_SETTING = '__stylesheet__';\n/**\n * MSIE 11 doesn't cascade styles based on DOM ordering, but rather on the order that each style node\n * is created. As such, to maintain consistent priority, IE11 should reuse a single style node.\n */\nvar REUSE_STYLE_NODE = typeof navigator !== 'undefined' && /rv:11.0/.test(navigator.userAgent);\nvar _global = {};\n// Grab window.\ntry {\n _global = window;\n}\ncatch (_a) {\n /* leave as blank object */\n}\nvar _stylesheet;\n/**\n * Represents the state of styles registered in the page. Abstracts\n * the surface for adding styles to the stylesheet, exposes helpers\n * for reading the styles registered in server rendered scenarios.\n *\n * @public\n */\nvar Stylesheet = /** @class */ (function () {\n function Stylesheet(config) {\n this._rules = [];\n this._preservedRules = [];\n this._rulesToInsert = [];\n this._counter = 0;\n this._keyToClassName = {};\n this._onResetCallbacks = [];\n this._classNameToArgs = {};\n this._config = __assign({ injectionMode: InjectionMode.insertNode, defaultPrefix: 'css', namespace: undefined, cspSettings: undefined }, config);\n this._keyToClassName = this._config.classNameCache || {};\n }\n /**\n * Gets the singleton instance.\n */\n Stylesheet.getInstance = function () {\n var _a;\n _stylesheet = _global[STYLESHEET_SETTING];\n if (!_stylesheet || (_stylesheet._lastStyleElement && _stylesheet._lastStyleElement.ownerDocument !== document)) {\n var fabricConfig = ((_a = _global) === null || _a === void 0 ? void 0 : _a.FabricConfig) || {};\n _stylesheet = _global[STYLESHEET_SETTING] = new Stylesheet(fabricConfig.mergeStyles);\n }\n return _stylesheet;\n };\n /**\n * Configures the stylesheet.\n */\n Stylesheet.prototype.setConfig = function (config) {\n this._config = __assign(__assign({}, this._config), config);\n };\n /**\n * Configures a reset callback.\n *\n * @param callback - A callback which will be called when the Stylesheet is reset.\n */\n Stylesheet.prototype.onReset = function (callback) {\n this._onResetCallbacks.push(callback);\n };\n /**\n * Generates a unique classname.\n *\n * @param displayName - Optional value to use as a prefix.\n */\n Stylesheet.prototype.getClassName = function (displayName) {\n var namespace = this._config.namespace;\n var prefix = displayName || this._config.defaultPrefix;\n return \"\" + (namespace ? namespace + '-' : '') + prefix + \"-\" + this._counter++;\n };\n /**\n * Used internally to cache information about a class which was\n * registered with the stylesheet.\n */\n Stylesheet.prototype.cacheClassName = function (className, key, args, rules) {\n this._keyToClassName[key] = className;\n this._classNameToArgs[className] = {\n args: args,\n rules: rules,\n };\n };\n /**\n * Gets the appropriate classname given a key which was previously\n * registered using cacheClassName.\n */\n Stylesheet.prototype.classNameFromKey = function (key) {\n return this._keyToClassName[key];\n };\n /**\n * Gets all classnames cache with the stylesheet.\n */\n Stylesheet.prototype.getClassNameCache = function () {\n return this._keyToClassName;\n };\n /**\n * Gets the arguments associated with a given classname which was\n * previously registered using cacheClassName.\n */\n Stylesheet.prototype.argsFromClassName = function (className) {\n var entry = this._classNameToArgs[className];\n return entry && entry.args;\n };\n /**\n * Gets the arguments associated with a given classname which was\n * previously registered using cacheClassName.\n */\n Stylesheet.prototype.insertedRulesFromClassName = function (className) {\n var entry = this._classNameToArgs[className];\n return entry && entry.rules;\n };\n /**\n * Inserts a css rule into the stylesheet.\n * @param preserve - Preserves the rule beyond a reset boundary.\n */\n Stylesheet.prototype.insertRule = function (rule, preserve) {\n var injectionMode = this._config.injectionMode;\n var element = injectionMode !== InjectionMode.none ? this._getStyleElement() : undefined;\n if (preserve) {\n this._preservedRules.push(rule);\n }\n if (element) {\n switch (this._config.injectionMode) {\n case InjectionMode.insertNode:\n var sheet = element.sheet;\n try {\n sheet.insertRule(rule, sheet.cssRules.length);\n }\n catch (e) {\n // The browser will throw exceptions on unsupported rules (such as a moz prefix in webkit.)\n // We need to swallow the exceptions for this scenario, otherwise we'd need to filter\n // which could be slower and bulkier.\n }\n break;\n case InjectionMode.appendChild:\n element.appendChild(document.createTextNode(rule));\n break;\n }\n }\n else {\n this._rules.push(rule);\n }\n if (this._config.onInsertRule) {\n this._config.onInsertRule(rule);\n }\n };\n /**\n * Gets all rules registered with the stylesheet; only valid when\n * using InsertionMode.none.\n */\n Stylesheet.prototype.getRules = function (includePreservedRules) {\n return ((includePreservedRules ? this._preservedRules.join('') : '') + this._rules.join('') + this._rulesToInsert.join(''));\n };\n /**\n * Resets the internal state of the stylesheet. Only used in server\n * rendered scenarios where we're using InsertionMode.none.\n */\n Stylesheet.prototype.reset = function () {\n this._rules = [];\n this._rulesToInsert = [];\n this._counter = 0;\n this._classNameToArgs = {};\n this._keyToClassName = {};\n this._onResetCallbacks.forEach(function (callback) { return callback(); });\n };\n // Forces the regeneration of incoming styles without totally resetting the stylesheet.\n Stylesheet.prototype.resetKeys = function () {\n this._keyToClassName = {};\n };\n Stylesheet.prototype._getStyleElement = function () {\n var _this = this;\n if (!this._styleElement && typeof document !== 'undefined') {\n this._styleElement = this._createStyleElement();\n if (!REUSE_STYLE_NODE) {\n // Reset the style element on the next frame.\n window.requestAnimationFrame(function () {\n _this._styleElement = undefined;\n });\n }\n }\n return this._styleElement;\n };\n Stylesheet.prototype._createStyleElement = function () {\n var head = document.head;\n var styleElement = document.createElement('style');\n styleElement.setAttribute('data-merge-styles', 'true');\n var cspSettings = this._config.cspSettings;\n if (cspSettings) {\n if (cspSettings.nonce) {\n styleElement.setAttribute('nonce', cspSettings.nonce);\n }\n }\n if (this._lastStyleElement) {\n // If the `nextElementSibling` is null, then the insertBefore will act as a regular append.\n // https://developer.mozilla.org/en-US/docs/Web/API/Node/insertBefore#Syntax\n head.insertBefore(styleElement, this._lastStyleElement.nextElementSibling);\n }\n else {\n var placeholderStyleTag = this._findPlaceholderStyleTag();\n if (placeholderStyleTag) {\n head.insertBefore(styleElement, placeholderStyleTag.nextElementSibling);\n }\n else {\n head.insertBefore(styleElement, head.childNodes[0]);\n }\n }\n this._lastStyleElement = styleElement;\n return styleElement;\n };\n Stylesheet.prototype._findPlaceholderStyleTag = function () {\n var head = document.head;\n if (head) {\n return head.querySelector('style[data-merge-styles]');\n }\n return null;\n };\n return Stylesheet;\n}());\nexport { Stylesheet };\n//# sourceMappingURL=Stylesheet.js.map"
},
{
"id": "Q9RI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"name": "./node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"index": 75,
"index2": 66,
"size": 1034,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"issuerId": "7Uas",
"issuerName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "7Uas",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"name": "./node_modules/@uifabric/utilities/lib/BaseComponent.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn/warnDeprecations",
"loc": "7:0-59"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony import specifier",
"userRequest": "./warn/warnDeprecations",
"loc": "164:8-24"
},
{
"moduleId": "PHYm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"module": "./node_modules/@uifabric/utilities/lib/warn.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn/warnDeprecations",
"loc": "4:0-40"
},
{
"moduleId": "PHYm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"module": "./node_modules/@uifabric/utilities/lib/warn.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn.js",
"type": "harmony export imported specifier",
"userRequest": "./warn/warnDeprecations",
"loc": "4:0-40"
}
],
"providedExports": [
"warnDeprecations"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { warn } from './warn';\n/**\n * Warns when a deprecated props are being used.\n *\n * @public\n * @param componentName - The name of the component being used.\n * @param props - The props passed into the component.\n * @param deprecationMap - The map of deprecations, where key is the prop name and the value is\n * either null or a replacement prop name.\n */\nexport function warnDeprecations(componentName, props, deprecationMap) {\n if (process.env.NODE_ENV !== 'production') {\n for (var propName in deprecationMap) {\n if (props && propName in props) {\n var deprecationMessage = componentName + \" property '\" + propName + \"' was used but has been deprecated.\";\n var replacementPropName = deprecationMap[propName];\n if (replacementPropName) {\n deprecationMessage += \" Use '\" + replacementPropName + \"' instead.\";\n }\n warn(deprecationMessage);\n }\n }\n }\n}\n//# sourceMappingURL=warnDeprecations.js.map"
},
{
"id": "QBoD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"index": 171,
"index2": 214,
"size": 88,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"issuerId": "AvzG",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "AvzG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AvzG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Label/index",
"loc": "1:0-41"
},
{
"moduleId": "AvzG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Label/index",
"loc": "1:0-41"
}
],
"providedExports": [
"LabelBase",
"Label"
],
"optimizationBailout": [],
"depth": 5,
"source": "export * from './Label.base';\nexport * from './Label';\n//# sourceMappingURL=index.js.map"
},
{
"id": "QUsa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"index": 246,
"index2": 236,
"size": 3025,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"issuerId": "Lde7",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "Lde7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Lde7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorRectangle.styles",
"loc": "3:0-52"
},
{
"moduleId": "Lde7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"type": "harmony import specifier",
"userRequest": "./ColorRectangle.styles",
"loc": "4:55-64"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\nimport { HighContrastSelector, getHighContrastNoAdjustStyle } from '../../../Styling';\nimport { IsFocusVisibleClassName } from '../../../Utilities';\nimport { hiddenContentStyle } from '@uifabric/styling';\nexport var getStyles = function (props) {\n var _a;\n var className = props.className, theme = props.theme, minSize = props.minSize;\n var palette = theme.palette, effects = theme.effects;\n return {\n root: [\n 'ms-ColorPicker-colorRect',\n {\n position: 'relative',\n marginBottom: 8,\n border: \"1px solid \" + palette.neutralLighter,\n borderRadius: effects.roundedCorner2,\n minWidth: minSize,\n minHeight: minSize,\n outline: 'none',\n selectors: (_a = {},\n _a[HighContrastSelector] = __assign({}, getHighContrastNoAdjustStyle()),\n _a[\".\" + IsFocusVisibleClassName + \" &:focus\"] = {\n outline: \"1px solid \" + palette.neutralSecondary,\n },\n _a),\n },\n className,\n ],\n light: [\n 'ms-ColorPicker-light',\n {\n position: 'absolute',\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n // Intentionally DO NOT flip the color picker in RTL: its orientation is not very meaningful,\n // and getting all the math and styles flipped correctly is tricky\n background: 'linear-gradient(to right, white 0%, transparent 100%) /*@noflip*/',\n },\n ],\n dark: [\n 'ms-ColorPicker-dark',\n {\n position: 'absolute',\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n background: 'linear-gradient(to bottom, transparent 0, #000 100%)',\n },\n ],\n thumb: [\n 'ms-ColorPicker-thumb',\n {\n position: 'absolute',\n width: 20,\n height: 20,\n background: 'white',\n border: \"1px solid \" + palette.neutralSecondaryAlt,\n borderRadius: '50%',\n boxShadow: effects.elevation8,\n transform: 'translate(-50%, -50%)',\n selectors: {\n ':before': {\n position: 'absolute',\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n border: \"2px solid \" + palette.white,\n borderRadius: '50%',\n boxSizing: 'border-box',\n content: '\"\"',\n },\n },\n },\n ],\n description: hiddenContentStyle,\n };\n};\n//# sourceMappingURL=ColorRectangle.styles.js.map"
},
{
"id": "QbAE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"name": "./node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"index": 157,
"index2": 149,
"size": 848,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getPropsWithDefaults",
"loc": "59:0-39"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getPropsWithDefaults",
"loc": "59:0-39"
}
],
"providedExports": [
"getPropsWithDefaults"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\n/**\n * Function to apply default values to a component props object. This function is intended for function components,\n * to maintain parity with the `defaultProps` feature of class components. It accounts for properties that are\n * specified, but undefined.\n * @param defaultProps- An object with default values for various properties\n * @param propsWithoutDefaults- The props object passed into the component\n */\nexport function getPropsWithDefaults(defaultProps, propsWithoutDefaults) {\n var props = __assign({}, propsWithoutDefaults);\n for (var _i = 0, _a = Object.keys(defaultProps); _i < _a.length; _i++) {\n var key = _a[_i];\n if (props[key] === undefined) {\n props[key] = defaultProps[key];\n }\n }\n return props;\n}\n//# sourceMappingURL=getPropsWithDefaults.js.map"
},
{
"id": "QbOg",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/version.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/version.js",
"index": 374,
"index2": 368,
"size": 65,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"issuerId": "TVYz",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "TVYz",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "TVYz",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "13:0-36"
},
{
"moduleId": "TVYz",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"type": "harmony import specifier",
"userRequest": "./version",
"loc": "19:60-67"
}
],
"providedExports": [
"version"
],
"optimizationBailout": [],
"depth": 5,
"source": "export var version = \"3.3.0\";\n//# sourceMappingURL=version.js.map"
},
{
"id": "QpUN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"index": 299,
"index2": 288,
"size": 545,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"issuerId": "z2r6",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./FocusTrapCallout",
"loc": "4:0-35"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony export imported specifier",
"userRequest": "./FocusTrapCallout",
"loc": "4:0-35"
}
],
"providedExports": [
"FocusTrapCallout"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { __assign } from \"tslib\";\nimport * as React from 'react';\nimport { Callout } from './Callout';\nimport { FocusTrapZone } from '../../FocusTrapZone';\n/**\n * A special Callout that uses FocusTrapZone to trap focus\n * @param props - Props for the component\n */\nexport var FocusTrapCallout = function (props) {\n return (React.createElement(Callout, __assign({}, props),\n React.createElement(FocusTrapZone, __assign({ disabled: props.hidden }, props.focusTrapProps), props.children)));\n};\n//# sourceMappingURL=FocusTrapCallout.js.map"
},
{
"id": "R1c3",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"index": 103,
"index2": 93,
"size": 112,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/findElementRecursive",
"loc": "3:0-43"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/findElementRecursive",
"loc": "3:0-43"
}
],
"providedExports": [
"findElementRecursive"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { findElementRecursive } from '@fluentui/dom-utilities';\n//# sourceMappingURL=findElementRecursive.js.map"
},
{
"id": "RgyG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/hoistStatics.js",
"name": "./node_modules/@uifabric/utilities/lib/hoistStatics.js",
"index": 123,
"index2": 114,
"size": 661,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony side effect evaluation",
"userRequest": "../hoistStatics",
"loc": "4:0-47"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "../hoistStatics",
"loc": "57:15-27"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hoistStatics",
"loc": "32:0-31"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hoistStatics",
"loc": "32:0-31"
}
],
"providedExports": [
"hoistStatics"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Allows you to hoist static functions in components.\n * Created for the purpose of fixing broken static functions in classes\n * that utilize decorators.\n *\n * @public\n * @param source - The object where the methods are hoisted from.\n * @param dest - The object to hoist the methods onto.\n * @returns The dest object with methods added\n */\nexport function hoistStatics(source, dest) {\n for (var name_1 in source) {\n if (source.hasOwnProperty(name_1)) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n dest[name_1] = source[name_1];\n }\n }\n return dest;\n}\n//# sourceMappingURL=hoistStatics.js.map"
},
{
"id": "RnIT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"index": 360,
"index2": 353,
"size": 1021,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "./IconButton/IconButton",
"loc": "8:0-53"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "./IconButton/IconButton",
"loc": "32:43-53"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./IconButton/IconButton",
"loc": "11:0-40"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./IconButton/IconButton",
"loc": "11:0-40"
}
],
"providedExports": [
"IconButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { BaseButton } from '../BaseButton';\nimport { customizable, nullRender } from '../../../Utilities';\nimport { getStyles } from './IconButton.styles';\n/**\n * {@docCategory Button}\n */\nvar IconButton = /** @class */ (function (_super) {\n __extends(IconButton, _super);\n function IconButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n IconButton.prototype.render = function () {\n var _a = this.props, styles = _a.styles, theme = _a.theme;\n return (React.createElement(BaseButton, __assign({}, this.props, { variantClassName: \"ms-Button--icon\", styles: getStyles(theme, styles), onRenderText: nullRender, onRenderDescription: nullRender })));\n };\n IconButton = __decorate([\n customizable('IconButton', ['theme', 'styles'], true)\n ], IconButton);\n return IconButton;\n}(React.Component));\nexport { IconButton };\n//# sourceMappingURL=IconButton.js.map"
},
{
"id": "Rosp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"index": 234,
"index2": 220,
"size": 252,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"issuerId": "nTT2",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
},
{
"id": "nTT2",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "../Image/Image",
"loc": "3:0-39"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "../Image/Image",
"loc": "21:28-33"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../Image/Image",
"loc": "4:0-39"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "../Image/Image",
"loc": "52:60-65"
}
],
"providedExports": [
"Image"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { styled } from '../../Utilities';\nimport { ImageBase } from './Image.base';\nimport { getStyles } from './Image.styles';\nexport var Image = styled(ImageBase, getStyles, undefined, {\n scope: 'Image',\n}, true);\n//# sourceMappingURL=Image.js.map"
},
{
"id": "S+pu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"index": 3,
"index2": 7,
"size": 155,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerId": "we3T",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony side effect evaluation",
"userRequest": "./SvgHeroWebPart.module.scss",
"loc": "16:0-50"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "./SvgHeroWebPart.module.scss",
"loc": "29:62-68"
}
],
"providedExports": [
"default"
],
"optimizationBailout": [],
"depth": 1,
"source": "/* tslint:disable */\nrequire(\"./SvgHeroWebPart.module.css\");\nvar styles = {\n svgHero: 'svgHero_e5bbaeed'\n};\nexport default styles;\n/* tslint:enable */ \n"
},
{
"id": "S/Ex",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/set-version/lib/index.js",
"name": "./node_modules/@uifabric/set-version/lib/index.js",
"index": 41,
"index2": 34,
"size": 145,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"issuerId": "e1Yi",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "e1Yi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "MULq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/version.js",
"module": "./node_modules/@uifabric/styling/lib/version.js",
"moduleName": "./node_modules/@uifabric/styling/lib/version.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/set-version",
"loc": "3:0-51"
},
{
"moduleId": "MULq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/version.js",
"module": "./node_modules/@uifabric/styling/lib/version.js",
"moduleName": "./node_modules/@uifabric/styling/lib/version.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/set-version",
"loc": "4:0-10"
},
{
"moduleId": "TL5K",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/version.js",
"module": "./node_modules/@uifabric/merge-styles/lib/version.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/version.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/set-version",
"loc": "3:0-51"
},
{
"moduleId": "TL5K",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/version.js",
"module": "./node_modules/@uifabric/merge-styles/lib/version.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/version.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/set-version",
"loc": "4:0-10"
},
{
"moduleId": "e1Yi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/set-version",
"loc": "3:0-51"
},
{
"moduleId": "e1Yi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/set-version",
"loc": "4:0-10"
},
{
"moduleId": "eRMf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/version.js",
"module": "./node_modules/@uifabric/utilities/lib/version.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/version.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/set-version",
"loc": "3:0-51"
},
{
"moduleId": "eRMf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/version.js",
"module": "./node_modules/@uifabric/utilities/lib/version.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/version.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/set-version",
"loc": "4:0-10"
},
{
"moduleId": "gx47",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/version.js",
"module": "./node_modules/@uifabric/react-hooks/lib/version.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/version.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/set-version",
"loc": "3:0-51"
},
{
"moduleId": "gx47",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/version.js",
"module": "./node_modules/@uifabric/react-hooks/lib/version.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/version.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/set-version",
"loc": "4:0-10"
},
{
"moduleId": "oRrG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/version.js",
"module": "./node_modules/@fluentui/react-focus/lib/version.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/version.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/set-version",
"loc": "3:0-51"
},
{
"moduleId": "oRrG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/version.js",
"module": "./node_modules/@fluentui/react-focus/lib/version.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/version.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/set-version",
"loc": "4:0-10"
}
],
"providedExports": [
"setVersion"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { setVersion } from './setVersion';\nexport { setVersion };\nsetVersion('@uifabric/set-version', '6.0.0');\n//# sourceMappingURL=index.js.map"
},
{
"id": "SADo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"index": 104,
"index2": 94,
"size": 94,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/getChildren",
"loc": "4:0-34"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/getChildren",
"loc": "4:0-34"
}
],
"providedExports": [
"getChildren"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { getChildren } from '@fluentui/dom-utilities';\n//# sourceMappingURL=getChildren.js.map"
},
{
"id": "SPjM",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/clamp.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/clamp.js",
"index": 21,
"index2": 14,
"size": 233,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./clamp",
"loc": "4:0-24"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./clamp",
"loc": "4:0-24"
},
{
"moduleId": "1yCa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./clamp",
"loc": "2:0-32"
},
{
"moduleId": "1yCa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "6:11-16"
},
{
"moduleId": "1yCa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "7:11-16"
},
{
"moduleId": "1yCa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHSV.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "8:11-16"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/clamp",
"loc": "10:0-52"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/clamp",
"loc": "57:46-51"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/color/clamp",
"loc": "4:0-55"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/clamp",
"loc": "43:35-40"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/clamp",
"loc": "59:27-32"
},
{
"moduleId": "B2Cu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"type": "harmony side effect evaluation",
"userRequest": "./clamp",
"loc": "2:0-32"
},
{
"moduleId": "B2Cu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "6:11-16"
},
{
"moduleId": "B2Cu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "7:11-16"
},
{
"moduleId": "B2Cu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "8:11-16"
},
{
"moduleId": "B2Cu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctRGB.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "9:41-46"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony side effect evaluation",
"userRequest": "./clamp",
"loc": "3:0-32"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "53:11-16"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "59:11-16"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "60:11-16"
},
{
"moduleId": "SYcA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"type": "harmony side effect evaluation",
"userRequest": "./clamp",
"loc": "2:0-32"
},
{
"moduleId": "SYcA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"type": "harmony import specifier",
"userRequest": "./clamp",
"loc": "9:10-15"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./clamp",
"loc": "6:0-24"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./clamp",
"loc": "6:0-24"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/color/clamp",
"loc": "7:0-55"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/clamp",
"loc": "50:51-56"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/clamp",
"loc": "50:83-88"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/clamp",
"loc": "143:31-36"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/clamp",
"loc": "143:108-113"
}
],
"providedExports": [
"clamp"
],
"optimizationBailout": [],
"depth": 5,
"source": "/** Clamp a value to ensure it falls within a given range. */\nexport function clamp(value, max, min) {\n if (min === void 0) { min = 0; }\n return value < min ? min : value > max ? max : value;\n}\n//# sourceMappingURL=clamp.js.map"
},
{
"id": "SYcA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/rgb2hex.js",
"index": 20,
"index2": 15,
"size": 526,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./rgb2hex",
"loc": "3:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./rgb2hex",
"loc": "3:0-26"
},
{
"moduleId": "BB33",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"type": "harmony side effect evaluation",
"userRequest": "./rgb2hex",
"loc": "3:0-36"
},
{
"moduleId": "BB33",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromRGBA.js",
"type": "harmony import specifier",
"userRequest": "./rgb2hex",
"loc": "9:14-21"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./rgb2hex",
"loc": "3:0-36"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony import specifier",
"userRequest": "./rgb2hex",
"loc": "13:14-21"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony side effect evaluation",
"userRequest": "./rgb2hex",
"loc": "3:0-36"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony import specifier",
"userRequest": "./rgb2hex",
"loc": "13:14-21"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./rgb2hex",
"loc": "5:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./rgb2hex",
"loc": "5:0-26"
},
{
"moduleId": "uqLm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"type": "harmony side effect evaluation",
"userRequest": "./rgb2hex",
"loc": "2:0-36"
},
{
"moduleId": "uqLm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"type": "harmony import specifier",
"userRequest": "./rgb2hex",
"loc": "6:11-18"
}
],
"providedExports": [
"rgb2hex"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_RGB } from './consts';\nimport { clamp } from './clamp';\n/** Converts RGB components to a hex color string (without # prefix). */\nexport function rgb2hex(r, g, b) {\n return [_rgbToPaddedHex(r), _rgbToPaddedHex(g), _rgbToPaddedHex(b)].join('');\n}\n/** Converts an RGB component to a 0-padded hex component of length 2. */\nfunction _rgbToPaddedHex(num) {\n num = clamp(num, MAX_COLOR_RGB);\n var hex = num.toString(16);\n return hex.length === 1 ? '0' + hex : hex;\n}\n//# sourceMappingURL=rgb2hex.js.map"
},
{
"id": "SjmI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/effects/index.js",
"name": "./node_modules/@fluentui/theme/lib/effects/index.js",
"index": 210,
"index2": 194,
"size": 125,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"issuerId": "6lVU",
"issuerName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony side effect evaluation",
"userRequest": "./effects/index",
"loc": "2:0-49"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./effects/index",
"loc": "18:17-31"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./effects/index",
"loc": "23:59-73"
}
],
"providedExports": [
"DefaultEffects",
"Depths"
],
"optimizationBailout": [],
"depth": 11,
"source": "export { DefaultEffects } from './DefaultEffects';\nexport { Depths } from './FluentDepths';\n//# sourceMappingURL=index.js.map"
},
{
"id": "SkZD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"index": 366,
"index2": 360,
"size": 1049,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./MessageBarButton/MessageBarButton",
"loc": "9:0-52"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./MessageBarButton/MessageBarButton",
"loc": "9:0-52"
}
],
"providedExports": [
"MessageBarButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { DefaultButton } from '../DefaultButton/DefaultButton';\nimport { customizable, nullRender } from '../../../Utilities';\nimport { getStyles } from './MessageBarButton.styles';\n/**\n * {@docCategory MessageBar}\n */\nvar MessageBarButton = /** @class */ (function (_super) {\n __extends(MessageBarButton, _super);\n function MessageBarButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n MessageBarButton.prototype.render = function () {\n var _a = this.props, styles = _a.styles, theme = _a.theme;\n return React.createElement(DefaultButton, __assign({}, this.props, { styles: getStyles(theme, styles), onRenderDescription: nullRender }));\n };\n MessageBarButton = __decorate([\n customizable('MessageBarButton', ['theme', 'styles'], true)\n ], MessageBarButton);\n return MessageBarButton;\n}(React.Component));\nexport { MessageBarButton };\n//# sourceMappingURL=MessageBarButton.js.map"
},
{
"id": "T90h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"name": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"index": 193,
"index2": 180,
"size": 4078,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"issuerId": "XZNu",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
},
{
"id": "XZNu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "XZNu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/theme/lib/fonts/DefaultFontStyles",
"loc": "1:0-60"
},
{
"moduleId": "XZNu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/DefaultFontStyles",
"loc": "1:0-60"
},
{
"moduleId": "qcM2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultFontStyles",
"loc": "3:0-82"
},
{
"moduleId": "qcM2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultFontStyles",
"loc": "3:0-82"
},
{
"moduleId": "qcM2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultFontStyles",
"loc": "3:0-82"
}
],
"providedExports": [
"DefaultFontStyles",
"registerDefaultFontFaces"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { fontFace } from '@uifabric/merge-styles';\nimport { FontWeights, LocalizedFontFamilies, LocalizedFontNames } from './FluentFonts';\nimport { createFontStyles } from './createFontStyles';\nimport { getLanguage, getWindow } from '@uifabric/utilities';\n// Default urls.\nvar DefaultBaseUrl = 'https://static2.sharepointonline.com/files/fabric/assets';\n// Standard font styling.\nexport var DefaultFontStyles = createFontStyles(getLanguage('sessionStorage'));\nfunction _registerFontFace(fontFamily, url, fontWeight, localFontName) {\n fontFamily = \"'\" + fontFamily + \"'\";\n var localFontSrc = localFontName !== undefined ? \"local('\" + localFontName + \"'),\" : '';\n fontFace({\n fontFamily: fontFamily,\n src: localFontSrc + (\"url('\" + url + \".woff2') format('woff2'),\") + (\"url('\" + url + \".woff') format('woff')\"),\n fontWeight: fontWeight,\n fontStyle: 'normal',\n fontDisplay: 'swap',\n });\n}\nfunction _registerFontFaceSet(baseUrl, fontFamily, cdnFolder, cdnFontName, localFontName) {\n if (cdnFontName === void 0) { cdnFontName = 'segoeui'; }\n var urlBase = baseUrl + \"/\" + cdnFolder + \"/\" + cdnFontName;\n _registerFontFace(fontFamily, urlBase + '-light', FontWeights.light, localFontName && localFontName + ' Light');\n _registerFontFace(fontFamily, urlBase + '-semilight', FontWeights.semilight, localFontName && localFontName + ' SemiLight');\n _registerFontFace(fontFamily, urlBase + '-regular', FontWeights.regular, localFontName);\n _registerFontFace(fontFamily, urlBase + '-semibold', FontWeights.semibold, localFontName && localFontName + ' SemiBold');\n _registerFontFace(fontFamily, urlBase + '-bold', FontWeights.bold, localFontName && localFontName + ' Bold');\n}\nexport function registerDefaultFontFaces(baseUrl) {\n if (baseUrl) {\n var fontUrl = baseUrl + \"/fonts\";\n // Produce @font-face definitions for all supported web fonts.\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Thai, 'leelawadeeui-thai', 'leelawadeeui');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Arabic, 'segoeui-arabic');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Cyrillic, 'segoeui-cyrillic');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.EastEuropean, 'segoeui-easteuropean');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Greek, 'segoeui-greek');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Hebrew, 'segoeui-hebrew');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Vietnamese, 'segoeui-vietnamese');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.WestEuropean, 'segoeui-westeuropean', 'segoeui', 'Segoe UI');\n _registerFontFaceSet(fontUrl, LocalizedFontFamilies.Selawik, 'selawik', 'selawik');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Armenian, 'segoeui-armenian');\n _registerFontFaceSet(fontUrl, LocalizedFontNames.Georgian, 'segoeui-georgian');\n // Leelawadee UI (Thai) does not have a 'light' weight, so we override\n // the font-face generated above to use the 'semilight' weight instead.\n _registerFontFace('Leelawadee UI Web', fontUrl + \"/leelawadeeui-thai/leelawadeeui-semilight\", FontWeights.light);\n // Leelawadee UI (Thai) does not have a 'semibold' weight, so we override\n // the font-face generated above to use the 'bold' weight instead.\n _registerFontFace('Leelawadee UI Web', fontUrl + \"/leelawadeeui-thai/leelawadeeui-bold\", FontWeights.semibold);\n }\n}\n/**\n * Reads the fontBaseUrl from window.FabricConfig.fontBaseUrl or falls back to a default.\n */\nfunction _getFontBaseUrl() {\n var _a, _b, _c;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var fabricConfig = (_a = getWindow()) === null || _a === void 0 ? void 0 : _a.FabricConfig;\n return _c = (_b = fabricConfig) === null || _b === void 0 ? void 0 : _b.fontBaseUrl, (_c !== null && _c !== void 0 ? _c : DefaultBaseUrl);\n}\n/**\n * Register the font faces.\n */\nregisterDefaultFontFaces(_getFontBaseUrl());\n//# sourceMappingURL=DefaultFontStyles.js.map"
},
{
"id": "TL5K",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/version.js",
"name": "./node_modules/@uifabric/merge-styles/lib/version.js",
"index": 68,
"index2": 57,
"size": 272,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "9:0-19"
}
],
"providedExports": [],
"optimizationBailout": [],
"depth": 10,
"source": "// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@uifabric/merge-styles', '7.19.1');\n//# sourceMappingURL=version.js.map"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"index": 169,
"index2": 370,
"size": 4506,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerId": "OU8Q",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "./PropertyFieldColorPickerHost",
"loc": "8:0-74"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "./PropertyFieldColorPickerHost",
"loc": "53:42-70"
},
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./PropertyFieldColorPickerHost",
"loc": "3:0-47"
},
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony export imported specifier",
"userRequest": "./PropertyFieldColorPickerHost",
"loc": "3:0-47"
}
],
"providedExports": [
"default"
],
"optimizationBailout": [],
"depth": 3,
"source": "var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { Label } from 'office-ui-fabric-react/lib/Label';\nimport { ColorPicker } from 'office-ui-fabric-react/lib/ColorPicker';\nimport { IconButton } from 'office-ui-fabric-react/lib/Button';\nimport styles from './PropertyFieldColorPickerHost.module.scss';\nimport * as strings from 'PropertyControlStrings';\nimport { PropertyFieldColorPickerStyle } from './IPropertyFieldColorPicker';\nimport * as telemetry from '../../common/telemetry';\nvar PropertyFieldColorPickerHost = /** @class */ (function (_super) {\n __extends(PropertyFieldColorPickerHost, _super);\n function PropertyFieldColorPickerHost(props, state) {\n var _this = _super.call(this, props) || this;\n telemetry.track('PropertyFieldColorPicker', {\n disabled: props.disabled\n });\n _this.state = {\n errorMessage: undefined,\n inlinePickerShowing: false\n };\n _this.onTogglePicker = _this.onTogglePicker.bind(_this);\n return _this;\n }\n PropertyFieldColorPickerHost.prototype.render = function () {\n var _this = this;\n return (React.createElement(\"div\", { className: styles.pfColorPicker + \" \" + (this.props.isHidden ? styles.hidden : \"\") },\n this.props.label && React.createElement(Label, null, this.props.label),\n this.props.style === PropertyFieldColorPickerStyle.Inline &&\n React.createElement(\"table\", { className: styles.cpInlineTable },\n React.createElement(\"tbody\", null,\n React.createElement(\"tr\", null,\n React.createElement(\"td\", { style: { width: \"100%\" } },\n this.state.inlinePickerShowing &&\n React.createElement(\"div\", { className: \"ms-slideDownIn20\" },\n React.createElement(ColorPicker, { color: this.props.selectedColor, onChange: function (e, color) { return _this.props.onColorChanged(color.str); }, alphaSliderHidden: this.props.alphaSliderHidden })),\n !this.state.inlinePickerShowing &&\n React.createElement(\"div\", { className: \"ms-slideUpIn20 ms-borderColor-neutralDark\", style: { backgroundColor: this.props.selectedColor, border: \"1px solid\" } }, \"\\u00A0\")),\n React.createElement(\"td\", { className: styles.cpInlineRow },\n React.createElement(IconButton, { title: strings.ColorPickerButtonTitle, disabled: this.props.disabled, iconProps: { iconName: this.props.iconName, ariaLabel: strings.ColorPickerButtonTitle }, onClick: this.onTogglePicker }))))),\n this.props.style === PropertyFieldColorPickerStyle.Full && !this.props.disabled &&\n React.createElement(\"div\", null,\n React.createElement(\"div\", { style: { width: 0, height: 0, overflow: 'hidden' } },\n React.createElement(\"input\", null)),\n React.createElement(ColorPicker, { color: this.props.selectedColor, onChange: function (e, color) { return _this.props.onColorChanged(color.str); }, alphaSliderHidden: this.props.alphaSliderHidden })),\n this.props.style === PropertyFieldColorPickerStyle.Full && this.props.disabled &&\n React.createElement(\"fieldset\", { disabled: true, className: styles.disabledCP },\n React.createElement(ColorPicker, { color: this.props.selectedColor, alphaSliderHidden: this.props.alphaSliderHidden }))));\n };\n PropertyFieldColorPickerHost.prototype.onTogglePicker = function () {\n this.setState({\n inlinePickerShowing: !this.state.inlinePickerShowing\n });\n };\n return PropertyFieldColorPickerHost;\n}(React.Component));\nexport default PropertyFieldColorPickerHost;\n//# sourceMappingURL=PropertyFieldColorPickerHost.js.map"
},
{
"id": "TVYz",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"index": 371,
"index2": 369,
"size": 951,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerId": "TPZ+",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/telemetry",
"loc": "17:0-52"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony import specifier",
"userRequest": "../../common/telemetry",
"loc": "22:8-23"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/telemetry",
"loc": "21:0-52"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "../../common/telemetry",
"loc": "26:8-23"
}
],
"providedExports": [
"track"
],
"optimizationBailout": [],
"depth": 4,
"source": "var __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nimport PnPTelemetry from \"@pnp/telemetry-js\";\nimport { version } from './version';\nimport { Environment, EnvironmentType } from \"@microsoft/sp-core-library\";\nvar CONTROL_TYPE = \"property\";\nexport function track(componentName, properties) {\n if (properties === void 0) { properties = {}; }\n var telemetry = PnPTelemetry.getInstance();\n telemetry.trackEvent(componentName, __assign({ version: version, controlType: CONTROL_TYPE, debug: DEBUG ? \"true\" : \"false\", environment: EnvironmentType[Environment.type] }, properties));\n}\n//# sourceMappingURL=index.js.map"
},
{
"id": "U019",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"index": 314,
"index2": 302,
"size": 204,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"issuerId": "bJL8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/keytips/index",
"loc": "5:0-113"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "13:33-46"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "54:71-89"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "57:23-37"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "59:19-32"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/keytips/index",
"loc": "2:0-108"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "14:61-75"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "15:62-84"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "16:59-78"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "17:36-50"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "18:37-59"
},
{
"moduleId": "bJL8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/keytips/index",
"loc": "2:0-87"
},
{
"moduleId": "bJL8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "13:11-25"
},
{
"moduleId": "bJL8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/index",
"loc": "14:11-33"
}
],
"providedExports": [
"transitionKeysAreEqual",
"transitionKeysContain",
"buildKeytipConfigMap",
"constructKeytip",
"KTP_PREFIX",
"KTP_SEPARATOR",
"KTP_FULL_PREFIX",
"DATAKTP_TARGET",
"DATAKTP_EXECUTE_TARGET",
"DATAKTP_ARIA_TARGET",
"KTP_LAYER_ID",
"KTP_ARIA_SEPARATOR",
"KeytipEvents",
"KeytipManager",
"sequencesToID",
"mergeOverflows",
"ktpTargetFromSequences",
"ktpTargetFromId",
"getAriaDescribedBy"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from './IKeytipTransitionKey';\nexport * from './KeytipConfig';\nexport * from './KeytipConstants';\nexport * from './KeytipManager';\nexport * from './KeytipUtils';\n//# sourceMappingURL=index.js.map"
},
{
"id": "UA/s",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"index": 333,
"index2": 314,
"size": 1755,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useRefEffect",
"loc": "12:0-31"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useRefEffect",
"loc": "12:0-31"
}
],
"providedExports": [
"useRefEffect"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\n/**\n * Creates a ref, and calls a callback whenever the ref changes to a non-null value. The callback can optionally return\n * a cleanup function that'll be called before the value changes, and when the ref is unmounted.\n *\n * This can be used to work around a limitation that useEffect cannot depend on `ref.current` (see\n * https://github.com/facebook/react/issues/14387#issuecomment-503616820).\n *\n * Usage example:\n * ```ts\n * const myRef = useRefEffect(element => {\n * ...\n * return () => { ... cleanup ... };\n * });\n * ```\n * ```jsx\n * \n * ```\n *\n * @param callback - Called whenever the ref's value changes to non-null. Can optionally return a cleanup function.\n * @param initial - (Optional) The initial value for the ref.\n *\n * @returns A function that should be called to set the ref's value. The object also has a `.current` member that can be\n * used to access the ref's value (like a normal RefObject). It can be hooked up to an element's `ref` property.\n */\nexport function useRefEffect(callback, initial) {\n if (initial === void 0) { initial = null; }\n var data = React.useRef({\n ref: Object.assign(function (value) {\n if (data.ref.current !== value) {\n if (data.cleanup) {\n data.cleanup();\n data.cleanup = undefined;\n }\n data.ref.current = value;\n if (value !== null) {\n data.cleanup = data.callback(value);\n }\n }\n }, {\n current: initial,\n }),\n callback: callback,\n }).current;\n data.callback = callback;\n return data.ref;\n}\n//# sourceMappingURL=useRefEffect.js.map"
},
{
"id": "UDac",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"index": 301,
"index2": 286,
"size": 66,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"issuerId": "Glho",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "QpUN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js"
},
{
"id": "Glho",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Glho",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/FocusTrapZone/index",
"loc": "1:0-49"
},
{
"moduleId": "Glho",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"type": "harmony export imported specifier",
"userRequest": "./components/FocusTrapZone/index",
"loc": "1:0-49"
}
],
"providedExports": [
"FocusTrapZone"
],
"optimizationBailout": [],
"depth": 14,
"source": "export * from './FocusTrapZone';\n//# sourceMappingURL=index.js.map"
},
{
"id": "UV9c",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"index": 338,
"index2": 322,
"size": 1867,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"issuerId": "IMrf",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IMrf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useKeytipRef",
"loc": "2:0-46"
},
{
"moduleId": "IMrf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useKeytipRef",
"loc": "2:0-46"
}
],
"providedExports": [
"useKeytipRef",
"setAttribute"
],
"optimizationBailout": [],
"depth": 9,
"source": "import * as React from 'react';\nimport { DATAKTP_TARGET, DATAKTP_EXECUTE_TARGET, DATAKTP_ARIA_TARGET } from '../../utilities/keytips/index';\nimport { useKeytipData } from './useKeytipData';\n/**\n * Hook that creates a ref which is used for passing to Keytip target element.\n * The ref will handle setting the attributes needed for Keytip to work.\n */\nexport function useKeytipRef(options) {\n var _a = useKeytipData(options), keytipId = _a.keytipId, ariaDescribedBy = _a.ariaDescribedBy;\n var contentRef = React.useCallback(function (contentElement) {\n if (!contentElement) {\n return;\n }\n var targetElement = findFirstElement(contentElement, DATAKTP_TARGET) || contentElement;\n var executeElement = findFirstElement(contentElement, DATAKTP_EXECUTE_TARGET) || targetElement;\n var ariaElement = findFirstElement(contentElement, DATAKTP_ARIA_TARGET) || executeElement;\n setAttribute(targetElement, DATAKTP_TARGET, keytipId);\n setAttribute(executeElement, DATAKTP_EXECUTE_TARGET, keytipId);\n setAttribute(ariaElement, 'aria-describedby', ariaDescribedBy, true);\n }, [keytipId, ariaDescribedBy]);\n return contentRef;\n}\nexport function setAttribute(element, attributeName, attributeValue, append) {\n if (append === void 0) { append = false; }\n if (element && attributeValue) {\n var value = attributeValue;\n if (append) {\n var currentValue = element.getAttribute(attributeName);\n if (currentValue && currentValue.indexOf(attributeValue) === -1) {\n value = currentValue + \" \" + attributeValue;\n }\n }\n element.setAttribute(attributeName, value);\n }\n}\nfunction findFirstElement(rootElement, dataAttribute) {\n return rootElement.querySelector(\"[\" + dataAttribute + \"]\");\n}\n//# sourceMappingURL=useKeytipRef.js.map"
},
{
"id": "UWqr",
"identifier": "external \"@microsoft/sp-core-library\"",
"name": "external \"@microsoft/sp-core-library\"",
"index": 1,
"index2": 0,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerId": "we3T",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "TVYz",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"type": "harmony side effect evaluation",
"userRequest": "@microsoft/sp-core-library",
"loc": "14:0-74"
},
{
"moduleId": "TVYz",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-core-library",
"loc": "19:142-157"
},
{
"moduleId": "TVYz",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-core-library",
"loc": "19:158-169"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony side effect evaluation",
"userRequest": "@microsoft/sp-core-library",
"loc": "14:0-53"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-core-library",
"loc": "45:19-26"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 1
},
{
"id": "UcWH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/mergeThemes.js",
"name": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"index": 211,
"index2": 196,
"size": 1465,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"issuerId": "6lVU",
"issuerName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony side effect evaluation",
"userRequest": "./mergeThemes",
"loc": "4:0-44"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./mergeThemes",
"loc": "26:11-22"
}
],
"providedExports": [
"mergeThemes"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { merge } from '@uifabric/utilities';\nimport { getSemanticColors } from './utilities/makeSemanticColors';\n/**\n * Merge a partial/full theme into a full theme and returns a merged full theme.\n */\nexport function mergeThemes(theme, partialTheme) {\n if (partialTheme === void 0) { partialTheme = {}; }\n var _a, _b, _c, _d;\n var mergedTheme = merge({}, theme, partialTheme, {\n semanticColors: getSemanticColors(partialTheme.palette, partialTheme.effects, partialTheme.semanticColors, partialTheme.isInverted === undefined ? theme.isInverted : partialTheme.isInverted),\n });\n if (((_a = partialTheme.palette) === null || _a === void 0 ? void 0 : _a.themePrimary) && !((_b = partialTheme.palette) === null || _b === void 0 ? void 0 : _b.accent)) {\n mergedTheme.palette.accent = partialTheme.palette.themePrimary;\n }\n if (partialTheme.defaultFontStyle) {\n for (var _i = 0, _e = Object.keys(mergedTheme.fonts); _i < _e.length; _i++) {\n var fontStyle = _e[_i];\n mergedTheme.fonts[fontStyle] = merge(mergedTheme.fonts[fontStyle], partialTheme.defaultFontStyle, (_d = (_c = partialTheme) === null || _c === void 0 ? void 0 : _c.fonts) === null || _d === void 0 ? void 0 : _d[fontStyle]);\n }\n }\n if (partialTheme.stylesheets) {\n mergedTheme.stylesheets = (theme.stylesheets || []).concat(partialTheme.stylesheets);\n }\n return mergedTheme;\n}\n//# sourceMappingURL=mergeThemes.js.map"
},
{
"id": "UhdI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"index": 362,
"index2": 354,
"size": 874,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "./PrimaryButton/PrimaryButton",
"loc": "9:0-62"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "./PrimaryButton/PrimaryButton",
"loc": "34:43-56"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./PrimaryButton/PrimaryButton",
"loc": "10:0-46"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./PrimaryButton/PrimaryButton",
"loc": "10:0-46"
}
],
"providedExports": [
"PrimaryButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { customizable, nullRender } from '../../../Utilities';\nimport { DefaultButton } from '../DefaultButton/DefaultButton';\n/**\n * {@docCategory Button}\n */\nvar PrimaryButton = /** @class */ (function (_super) {\n __extends(PrimaryButton, _super);\n function PrimaryButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PrimaryButton.prototype.render = function () {\n return React.createElement(DefaultButton, __assign({}, this.props, { primary: true, onRenderDescription: nullRender }));\n };\n PrimaryButton = __decorate([\n customizable('PrimaryButton', ['theme', 'styles'], true)\n ], PrimaryButton);\n return PrimaryButton;\n}(React.Component));\nexport { PrimaryButton };\n//# sourceMappingURL=PrimaryButton.js.map"
},
{
"id": "VCDA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/GlobalSettings.js",
"name": "./node_modules/@uifabric/utilities/lib/GlobalSettings.js",
"index": 78,
"index2": 70,
"size": 3139,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony side effect evaluation",
"userRequest": "../GlobalSettings",
"loc": "2:0-51"
},
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony import specifier",
"userRequest": "../GlobalSettings",
"loc": "5:19-33"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./GlobalSettings",
"loc": "7:0-33"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./GlobalSettings",
"loc": "7:0-33"
}
],
"providedExports": [
"GlobalSettings"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\n/**\n * Storing global state in local module variables has issues when more than one copy\n * if the module gets loaded on the page (due to a bundling error or simply by consuming\n * a prebundled script.)\n *\n * This file contains helpers to deal with the getting and setting local state, and allows\n * callers to get called back when it mutates.\n */\nvar GLOBAL_SETTINGS_PROP_NAME = '__globalSettings__';\nvar CALLBACK_STATE_PROP_NAME = '__callbacks__';\nvar _counter = 0;\n/**\n * Global settings helper, which stores settings in the global (window) namespace.\n * If window is not provided, it will store settings in module scope. Provides a\n * way to observe changes as well when their values change.\n *\n * @public\n * {@docCategory GlobalSettings}\n */\nvar GlobalSettings = /** @class */ (function () {\n function GlobalSettings() {\n }\n GlobalSettings.getValue = function (key, defaultValue) {\n var globalSettings = _getGlobalSettings();\n if (globalSettings[key] === undefined) {\n globalSettings[key] = typeof defaultValue === 'function' ? defaultValue() : defaultValue;\n }\n return globalSettings[key];\n };\n GlobalSettings.setValue = function (key, value) {\n var globalSettings = _getGlobalSettings();\n var callbacks = globalSettings[CALLBACK_STATE_PROP_NAME];\n var oldValue = globalSettings[key];\n if (value !== oldValue) {\n globalSettings[key] = value;\n var changeDescription = {\n oldValue: oldValue,\n value: value,\n key: key,\n };\n for (var id in callbacks) {\n if (callbacks.hasOwnProperty(id)) {\n callbacks[id](changeDescription);\n }\n }\n }\n return value;\n };\n GlobalSettings.addChangeListener = function (cb) {\n // Note: we use generated ids on the callbacks to create a map of the callbacks, which optimizes removal.\n // (It's faster to delete a key than it is to look up the index of an object and splice an array.)\n var id = cb.__id__;\n var callbacks = _getCallbacks();\n if (!id) {\n id = cb.__id__ = String(_counter++);\n }\n callbacks[id] = cb;\n };\n GlobalSettings.removeChangeListener = function (cb) {\n var callbacks = _getCallbacks();\n delete callbacks[cb.__id__];\n };\n return GlobalSettings;\n}());\nexport { GlobalSettings };\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction _getGlobalSettings() {\n var _a;\n var win = getWindow();\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var globalObj = win || {};\n if (!globalObj[GLOBAL_SETTINGS_PROP_NAME]) {\n globalObj[GLOBAL_SETTINGS_PROP_NAME] = (_a = {},\n _a[CALLBACK_STATE_PROP_NAME] = {},\n _a);\n }\n return globalObj[GLOBAL_SETTINGS_PROP_NAME];\n}\nfunction _getCallbacks() {\n var globalSettings = _getGlobalSettings();\n return globalSettings[CALLBACK_STATE_PROP_NAME];\n}\n//# sourceMappingURL=GlobalSettings.js.map"
},
{
"id": "VK3g",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"index": 279,
"index2": 265,
"size": 76,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"issuerId": "48QA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony side effect evaluation",
"userRequest": "office-ui-fabric-react/lib/utilities/positioning",
"loc": "16:0-76"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/utilities/positioning",
"loc": "32:86-94"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/positioning",
"loc": "7:0-55"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "284:30-38"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "300:30-38"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "339:23-31"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/positioning",
"loc": "3:0-55"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "5:52-60"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "39:13-21"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "41:13-21"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "43:13-21"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "45:13-21"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "54:13-21"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "55:13-21"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/positioning",
"loc": "6:0-133"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "11:7-20"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "12:7-20"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "13:7-20"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "14:7-20"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "286:18-30"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "287:18-33"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "313:32-57"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/positioning",
"loc": "340:43-55"
}
],
"providedExports": [
"getBoundsFromTargetWindow",
"getMaxHeight",
"getOppositeEdge",
"positionCallout",
"positionCard",
"positionElement",
"RectangleEdge",
"Position"
],
"optimizationBailout": [],
"depth": 4,
"source": "export * from './positioning/index';\n//# sourceMappingURL=positioning.js.map"
},
{
"id": "W/x7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"index": 173,
"index2": 213,
"size": 246,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"issuerId": "QBoD",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "AvzG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js"
},
{
"id": "QBoD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "QBoD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Label",
"loc": "2:0-24"
},
{
"moduleId": "QBoD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Label",
"loc": "2:0-24"
}
],
"providedExports": [
"Label"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { styled } from '../../Utilities';\nimport { LabelBase } from './Label.base';\nimport { getStyles } from './Label.styles';\nexport var Label = styled(LabelBase, getStyles, undefined, {\n scope: 'Label',\n});\n//# sourceMappingURL=Label.js.map"
},
{
"id": "W0Zu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"index": 351,
"index2": 347,
"size": 1128,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultButton/DefaultButton",
"loc": "5:0-62"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "./DefaultButton/DefaultButton",
"loc": "36:43-56"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../DefaultButton/DefaultButton",
"loc": "3:0-63"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "../DefaultButton/DefaultButton",
"loc": "16:35-48"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../DefaultButton/DefaultButton",
"loc": "4:0-63"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "../DefaultButton/DefaultButton",
"loc": "14:35-48"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultButton/DefaultButton",
"loc": "8:0-46"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultButton/DefaultButton",
"loc": "8:0-46"
}
],
"providedExports": [
"DefaultButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { BaseButton } from '../BaseButton';\nimport { customizable, nullRender } from '../../../Utilities';\nimport { getStyles } from './DefaultButton.styles';\n/**\n * {@docCategory Button}\n */\nvar DefaultButton = /** @class */ (function (_super) {\n __extends(DefaultButton, _super);\n function DefaultButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DefaultButton.prototype.render = function () {\n var _a = this.props, _b = _a.primary, primary = _b === void 0 ? false : _b, styles = _a.styles, theme = _a.theme;\n return (React.createElement(BaseButton, __assign({}, this.props, { variantClassName: primary ? 'ms-Button--primary' : 'ms-Button--default', styles: getStyles(theme, styles, primary), onRenderDescription: nullRender })));\n };\n DefaultButton = __decorate([\n customizable('DefaultButton', ['theme', 'styles'], true)\n ], DefaultButton);\n return DefaultButton;\n}(React.Component));\nexport { DefaultButton };\n//# sourceMappingURL=DefaultButton.js.map"
},
{
"id": "W5vx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"index": 384,
"index2": 376,
"size": 2499,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"issuerId": "JOxA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "wnL7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js"
},
{
"id": "Xf4s",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js"
},
{
"id": "JOxA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./SpinButton.classNames",
"loc": "9:0-56"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "./SpinButton.classNames",
"loc": "277:14-27"
}
],
"providedExports": [
"getClassNames"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { memoizeFunction } from '../../Utilities';\nimport { mergeStyles } from '../../Styling';\nimport { Position } from '../../utilities/positioning';\nexport var getClassNames = memoizeFunction(function (styles, disabled, isFocused, keyboardSpinDirection, labelPosition, className) {\n if (labelPosition === void 0) { labelPosition = Position.start; }\n if (className === void 0) { className = undefined; }\n return {\n root: mergeStyles(styles.root, className),\n labelWrapper: mergeStyles(styles.labelWrapper, _getStyleForLabelBasedOnPosition(labelPosition, styles)),\n icon: mergeStyles(styles.icon, disabled && styles.iconDisabled),\n label: mergeStyles(styles.label),\n spinButtonWrapper: mergeStyles(styles.spinButtonWrapper, _getStyleForRootBasedOnPosition(labelPosition, styles), !disabled && [\n {\n selectors: {\n ':hover': styles.spinButtonWrapperHovered,\n },\n },\n isFocused && {\n // This is to increase the specificity of the focus styles\n // and make it equal to that of the hover styles.\n selectors: {\n '&&': styles.spinButtonWrapperFocused,\n },\n },\n ], disabled && styles.spinButtonWrapperDisabled),\n input: mergeStyles('ms-spinButton-input', styles.input, !disabled && {\n selectors: {\n '::selection': styles.inputTextSelected,\n },\n }, disabled && styles.inputDisabled),\n arrowBox: mergeStyles(styles.arrowButtonsContainer, disabled && styles.arrowButtonsContainerDisabled),\n };\n});\n/**\n * Returns the Style corresponding to the label position\n */\nfunction _getStyleForLabelBasedOnPosition(labelPosition, styles) {\n switch (labelPosition) {\n case Position.start:\n return styles.labelWrapperStart;\n case Position.end:\n return styles.labelWrapperEnd;\n case Position.top:\n return styles.labelWrapperTop;\n case Position.bottom:\n return styles.labelWrapperBottom;\n }\n}\n/**\n * Returns the Style corresponding to the label position\n */\nfunction _getStyleForRootBasedOnPosition(labelPosition, styles) {\n switch (labelPosition) {\n case Position.top:\n case Position.bottom:\n return styles.spinButtonWrapperTopBottom;\n default:\n return {};\n }\n}\n//# sourceMappingURL=SpinButton.classNames.js.map"
},
{
"id": "WGa6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.styles.js",
"index": 346,
"index2": 335,
"size": 2530,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"issuerId": "3VRL",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "3VRL",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenu.styles",
"loc": "5:0-52"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenu.styles",
"loc": "10:53-62"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { getGlobalClassNames, FontWeights } from '../../Styling';\nimport { CONTEXTUAL_MENU_ITEM_HEIGHT } from './ContextualMenu.cnstyles';\nvar GlobalClassNames = {\n root: 'ms-ContextualMenu',\n container: 'ms-ContextualMenu-container',\n list: 'ms-ContextualMenu-list',\n header: 'ms-ContextualMenu-header',\n title: 'ms-ContextualMenu-title',\n isopen: 'is-open',\n};\nexport var getStyles = function (props) {\n var className = props.className, theme = props.theme;\n var classNames = getGlobalClassNames(GlobalClassNames, theme);\n var fonts = theme.fonts, semanticColors = theme.semanticColors, effects = theme.effects;\n return {\n root: [\n theme.fonts.medium,\n classNames.root,\n classNames.isopen,\n {\n backgroundColor: semanticColors.menuBackground,\n minWidth: '180px',\n },\n className,\n ],\n container: [\n classNames.container,\n {\n selectors: {\n ':focus': { outline: 0 },\n },\n },\n ],\n list: [\n classNames.list,\n classNames.isopen,\n {\n listStyleType: 'none',\n margin: '0',\n padding: '0',\n },\n ],\n header: [\n classNames.header,\n fonts.small,\n {\n fontWeight: FontWeights.semibold,\n color: semanticColors.menuHeader,\n background: 'none',\n backgroundColor: 'transparent',\n border: 'none',\n height: CONTEXTUAL_MENU_ITEM_HEIGHT,\n lineHeight: CONTEXTUAL_MENU_ITEM_HEIGHT,\n cursor: 'default',\n padding: '0px 6px',\n userSelect: 'none',\n textAlign: 'left',\n },\n ],\n title: [\n classNames.title,\n {\n fontSize: fonts.mediumPlus.fontSize,\n paddingRight: '14px',\n paddingLeft: '14px',\n paddingBottom: '5px',\n paddingTop: '5px',\n backgroundColor: semanticColors.menuItemBackgroundPressed,\n },\n ],\n subComponentStyles: {\n callout: {\n root: {\n boxShadow: effects.elevation8,\n },\n },\n menuItem: {},\n },\n };\n};\n//# sourceMappingURL=ContextualMenu.styles.js.map"
},
{
"id": "WJ1O",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"name": "./node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"index": 131,
"index2": 123,
"size": 1242,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./initializeComponentRef",
"loc": "33:0-41"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./initializeComponentRef",
"loc": "33:0-41"
}
],
"providedExports": [
"initializeComponentRef"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { extendComponent } from './extendComponent';\n/**\n * Helper to manage componentRef resolution. Internally appends logic to\n * lifetime methods to resolve componentRef to the passed in object.\n *\n * Usage: call initializeComponentRef(this) in the constructor,\n */\nexport function initializeComponentRef(obj) {\n extendComponent(obj, {\n componentDidMount: _onMount,\n componentDidUpdate: _onUpdate,\n componentWillUnmount: _onUnmount,\n });\n}\nfunction _onMount() {\n _setComponentRef(this.props.componentRef, this);\n}\nfunction _onUpdate(prevProps) {\n if (prevProps.componentRef !== this.props.componentRef) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _setComponentRef(prevProps.componentRef, null);\n _setComponentRef(this.props.componentRef, this);\n }\n}\nfunction _onUnmount() {\n _setComponentRef(this.props.componentRef, null);\n}\nfunction _setComponentRef(componentRef, value) {\n if (componentRef) {\n if (typeof componentRef === 'object') {\n componentRef.current = value;\n }\n else if (typeof componentRef === 'function') {\n componentRef(value);\n }\n }\n}\n//# sourceMappingURL=initializeComponentRef.js.map"
},
{
"id": "WOvX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"name": "./node_modules/@uifabric/utilities/lib/styled.js",
"index": 153,
"index2": 145,
"size": 2720,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./styled",
"loc": "56:0-25"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./styled",
"loc": "56:0-25"
}
],
"providedExports": [
"styled"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport { concatStyleSetsWithProps } from '@uifabric/merge-styles';\nimport { useCustomizationSettings } from './customizations/useCustomizationSettings';\nvar DefaultFields = ['theme', 'styles'];\nexport function styled(Component, baseStyles, getProps, customizable, pure) {\n customizable = customizable || { scope: '', fields: undefined };\n var scope = customizable.scope, _a = customizable.fields, fields = _a === void 0 ? DefaultFields : _a;\n var Wrapped = React.forwardRef(function (props, forwardedRef) {\n var styles = React.useRef();\n var settings = useCustomizationSettings(fields, scope);\n var customizedStyles = settings.styles, dir = settings.dir, rest = __rest(settings, [\"styles\", \"dir\"]);\n var additionalProps = getProps ? getProps(props) : undefined;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var cache = (styles.current && styles.current.__cachedInputs__) || [];\n if (!styles.current || customizedStyles !== cache[1] || props.styles !== cache[2]) {\n // Using styled components as the Component arg will result in nested styling arrays.\n var concatenatedStyles = function (styleProps) {\n return concatStyleSetsWithProps(styleProps, baseStyles, customizedStyles, props.styles);\n };\n // The __cachedInputs__ array is attached to the function and consumed by the\n // classNamesFunction as a list of keys to include for memoizing classnames.\n concatenatedStyles.__cachedInputs__ = [\n baseStyles,\n customizedStyles,\n props.styles,\n ];\n concatenatedStyles.__noStyleOverride__ =\n !customizedStyles && !props.styles;\n styles.current = concatenatedStyles;\n }\n return React.createElement(Component, __assign({ ref: forwardedRef }, rest, additionalProps, props, { styles: styles.current }));\n });\n // Function.prototype.name is an ES6 feature, so the cast to any is required until we're\n // able to drop IE 11 support and compile with ES6 libs\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Wrapped.displayName = \"Styled\" + (Component.displayName || Component.name);\n // This preserves backwards compatibility.\n var pureComponent = pure ? React.memo(Wrapped) : Wrapped;\n // Check if the wrapper has a displayName after it has been memoized. Then assign it to the pure component.\n if (Wrapped.displayName) {\n pureComponent.displayName = Wrapped.displayName;\n }\n return pureComponent;\n}\n//# sourceMappingURL=styled.js.map"
},
{
"id": "WRwi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"index": 309,
"index2": 325,
"size": 4897,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerId": "rJVp",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuAnchor",
"loc": "1:0-39"
},
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenuAnchor",
"loc": "1:0-39"
}
],
"providedExports": [
"ContextualMenuAnchor"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { anchorProperties, getNativeProps, memoizeFunction, getId, mergeAriaAttributeValues } from '../../../Utilities';\nimport { ContextualMenuItemWrapper } from './ContextualMenuItemWrapper';\nimport { KeytipData } from '../../../KeytipData';\nimport { isItemDisabled, hasSubmenu } from '../../../utilities/contextualMenu/index';\nimport { ContextualMenuItem } from '../ContextualMenuItem';\nvar ContextualMenuAnchor = /** @class */ (function (_super) {\n __extends(ContextualMenuAnchor, _super);\n function ContextualMenuAnchor() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this._anchor = React.createRef();\n _this._getMemoizedMenuButtonKeytipProps = memoizeFunction(function (keytipProps) {\n return __assign(__assign({}, keytipProps), { hasMenu: true });\n });\n _this._getSubmenuTarget = function () {\n return _this._anchor.current ? _this._anchor.current : undefined;\n };\n _this._onItemClick = function (ev) {\n var _a = _this.props, item = _a.item, onItemClick = _a.onItemClick;\n if (onItemClick) {\n onItemClick(item, ev);\n }\n };\n _this._renderAriaDescription = function (ariaDescription, className) {\n // If ariaDescription is given, descriptionId will be assigned to ariaDescriptionSpan\n return ariaDescription ? (React.createElement(\"span\", { id: _this._ariaDescriptionId, className: className }, ariaDescription)) : null;\n };\n return _this;\n }\n ContextualMenuAnchor.prototype.render = function () {\n var _this = this;\n var _a = this.props, item = _a.item, classNames = _a.classNames, index = _a.index, focusableElementIndex = _a.focusableElementIndex, totalItemCount = _a.totalItemCount, hasCheckmarks = _a.hasCheckmarks, hasIcons = _a.hasIcons, _b = _a.contextualMenuItemAs, ChildrenRenderer = _b === void 0 ? ContextualMenuItem : _b, expandedMenuItemKey = _a.expandedMenuItemKey, onItemClick = _a.onItemClick, openSubMenu = _a.openSubMenu, dismissSubMenu = _a.dismissSubMenu, dismissMenu = _a.dismissMenu;\n var anchorRel = item.rel;\n if (item.target && item.target.toLowerCase() === '_blank') {\n anchorRel = anchorRel ? anchorRel : 'nofollow noopener noreferrer'; // Safe default to prevent tabjacking\n }\n var itemHasSubmenu = hasSubmenu(item);\n var nativeProps = getNativeProps(item, anchorProperties);\n var disabled = isItemDisabled(item);\n var itemProps = item.itemProps, ariaDescription = item.ariaDescription;\n var keytipProps = item.keytipProps;\n if (keytipProps && itemHasSubmenu) {\n keytipProps = this._getMemoizedMenuButtonKeytipProps(keytipProps);\n }\n // Check for ariaDescription to set the _ariaDescriptionId and render a hidden span with\n // the description in it to be added to ariaDescribedBy\n if (ariaDescription) {\n this._ariaDescriptionId = getId();\n }\n return (React.createElement(\"div\", null,\n React.createElement(KeytipData, { keytipProps: item.keytipProps, ariaDescribedBy: nativeProps['aria-describedby'], disabled: disabled }, function (keytipAttributes) { return (React.createElement(\"a\", __assign({}, nativeProps, keytipAttributes, { ref: _this._anchor, href: item.href, target: item.target, rel: anchorRel, className: classNames.root, role: \"menuitem\", \"aria-haspopup\": itemHasSubmenu || undefined, \"aria-expanded\": itemHasSubmenu ? item.key === expandedMenuItemKey : undefined, \"aria-posinset\": focusableElementIndex + 1, \"aria-setsize\": totalItemCount, \"aria-disabled\": isItemDisabled(item), \"aria-describedby\": mergeAriaAttributeValues(ariaDescription ? _this._ariaDescriptionId : undefined, keytipAttributes ? keytipAttributes['aria-describedby'] : undefined), \n // eslint-disable-next-line deprecation/deprecation\n style: item.style, onClick: _this._onItemClick, onMouseEnter: _this._onItemMouseEnter, onMouseLeave: _this._onItemMouseLeave, onMouseMove: _this._onItemMouseMove, onKeyDown: itemHasSubmenu ? _this._onItemKeyDown : undefined }),\n React.createElement(ChildrenRenderer, __assign({ componentRef: item.componentRef, item: item, classNames: classNames, index: index, onCheckmarkClick: hasCheckmarks && onItemClick ? onItemClick : undefined, hasIcons: hasIcons, openSubMenu: openSubMenu, dismissSubMenu: dismissSubMenu, dismissMenu: dismissMenu, getSubmenuTarget: _this._getSubmenuTarget }, itemProps)),\n _this._renderAriaDescription(ariaDescription, classNames.screenReaderText))); })));\n };\n return ContextualMenuAnchor;\n}(ContextualMenuItemWrapper));\nexport { ContextualMenuAnchor };\n//# sourceMappingURL=ContextualMenuAnchor.js.map"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js",
"index": 126,
"index2": 118,
"size": 14946,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./focus",
"loc": "28:0-24"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./focus",
"loc": "28:0-24"
}
],
"providedExports": [
"getFirstFocusable",
"getLastFocusable",
"getFirstTabbable",
"getLastTabbable",
"focusFirstChild",
"getPreviousElement",
"getNextElement",
"isElementVisible",
"isElementTabbable",
"isElementFocusZone",
"isElementFocusSubZone",
"doesElementContainFocus",
"shouldWrapFocus",
"focusAsync",
"getFocusableByIndexPath",
"getElementIndexPath"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { elementContainsAttribute } from './dom/elementContainsAttribute';\nimport { elementContains } from './dom/elementContains';\nimport { getParent } from './dom/getParent';\nimport { getWindow } from './dom/getWindow';\nimport { getDocument } from './dom/getDocument';\nvar IS_FOCUSABLE_ATTRIBUTE = 'data-is-focusable';\nvar IS_VISIBLE_ATTRIBUTE = 'data-is-visible';\nvar FOCUSZONE_ID_ATTRIBUTE = 'data-focuszone-id';\nvar FOCUSZONE_SUB_ATTRIBUTE = 'data-is-sub-focuszone';\n/**\n * Gets the first focusable element.\n *\n * @public\n */\nexport function getFirstFocusable(rootElement, currentElement, includeElementsInFocusZones) {\n return getNextElement(rootElement, currentElement, true /*checkNode*/, false /*suppressParentTraversal*/, false /*suppressChildTraversal*/, includeElementsInFocusZones);\n}\n/**\n * Gets the last focusable element.\n *\n * @public\n */\nexport function getLastFocusable(rootElement, currentElement, includeElementsInFocusZones) {\n return getPreviousElement(rootElement, currentElement, true /*checkNode*/, false /*suppressParentTraversal*/, true /*traverseChildren*/, includeElementsInFocusZones);\n}\n/**\n * Gets the first tabbable element. (The difference between focusable and tabbable is that tabbable elements are\n * focusable elements that also have tabIndex != -1.)\n * @param rootElement - The parent element to search beneath.\n * @param currentElement - The descendant of rootElement to start the search at. This element is the first one checked,\n * and iteration continues forward. Typical use passes rootElement.firstChild.\n * @param includeElementsInFocusZones - true if traversal should go into FocusZone descendants.\n * @param checkNode - Include currentElement in search when true. Defaults to true.\n * @public\n */\nexport function getFirstTabbable(rootElement, currentElement, includeElementsInFocusZones, checkNode) {\n if (checkNode === void 0) { checkNode = true; }\n return getNextElement(rootElement, currentElement, checkNode, false /*suppressParentTraversal*/, false /*suppressChildTraversal*/, includeElementsInFocusZones, false /*allowFocusRoot*/, true /*tabbable*/);\n}\n/**\n * Gets the last tabbable element. (The difference between focusable and tabbable is that tabbable elements are\n * focusable elements that also have tabIndex != -1.)\n * @param rootElement - The parent element to search beneath.\n * @param currentElement - The descendant of rootElement to start the search at. This element is the first one checked,\n * and iteration continues in reverse. Typical use passes rootElement.lastChild.\n * @param includeElementsInFocusZones - true if traversal should go into FocusZone descendants.\n * @param checkNode - Include currentElement in search when true. Defaults to true.\n * @public\n */\nexport function getLastTabbable(rootElement, currentElement, includeElementsInFocusZones, checkNode) {\n if (checkNode === void 0) { checkNode = true; }\n return getPreviousElement(rootElement, currentElement, checkNode, false /*suppressParentTraversal*/, true /*traverseChildren*/, includeElementsInFocusZones, false /*allowFocusRoot*/, true /*tabbable*/);\n}\n/**\n * Attempts to focus the first focusable element that is a child or child's child of the rootElement.\n *\n * @public\n * @param rootElement - Element to start the search for a focusable child.\n * @returns True if focus was set, false if it was not.\n */\nexport function focusFirstChild(rootElement) {\n var element = getNextElement(rootElement, rootElement, true, false, false, true);\n if (element) {\n focusAsync(element);\n return true;\n }\n return false;\n}\n/**\n * Traverse to find the previous element.\n * If tabbable is true, the element must have tabIndex != -1.\n *\n * @public\n */\nexport function getPreviousElement(rootElement, currentElement, checkNode, suppressParentTraversal, traverseChildren, includeElementsInFocusZones, allowFocusRoot, tabbable) {\n if (!currentElement || (!allowFocusRoot && currentElement === rootElement)) {\n return null;\n }\n var isCurrentElementVisible = isElementVisible(currentElement);\n // Check its children.\n if (traverseChildren &&\n isCurrentElementVisible &&\n (includeElementsInFocusZones || !(isElementFocusZone(currentElement) || isElementFocusSubZone(currentElement)))) {\n var childMatch = getPreviousElement(rootElement, currentElement.lastElementChild, true, true, true, includeElementsInFocusZones, allowFocusRoot, tabbable);\n if (childMatch) {\n if ((tabbable && isElementTabbable(childMatch, true)) || !tabbable) {\n return childMatch;\n }\n var childMatchSiblingMatch = getPreviousElement(rootElement, childMatch.previousElementSibling, true, true, true, includeElementsInFocusZones, allowFocusRoot, tabbable);\n if (childMatchSiblingMatch) {\n return childMatchSiblingMatch;\n }\n var childMatchParent = childMatch.parentElement;\n // At this point if we have not found any potential matches\n // start looking at the rest of the subtree under the currentParent.\n // NOTE: We do not want to recurse here because doing so could\n // cause elements to get skipped.\n while (childMatchParent && childMatchParent !== currentElement) {\n var childMatchParentMatch = getPreviousElement(rootElement, childMatchParent.previousElementSibling, true, true, true, includeElementsInFocusZones, allowFocusRoot, tabbable);\n if (childMatchParentMatch) {\n return childMatchParentMatch;\n }\n childMatchParent = childMatchParent.parentElement;\n }\n }\n }\n // Check the current node, if it's not the first traversal.\n if (checkNode && isCurrentElementVisible && isElementTabbable(currentElement, tabbable)) {\n return currentElement;\n }\n // Check its previous sibling.\n var siblingMatch = getPreviousElement(rootElement, currentElement.previousElementSibling, true, true, true, includeElementsInFocusZones, allowFocusRoot, tabbable);\n if (siblingMatch) {\n return siblingMatch;\n }\n // Check its parent.\n if (!suppressParentTraversal) {\n return getPreviousElement(rootElement, currentElement.parentElement, true, false, false, includeElementsInFocusZones, allowFocusRoot, tabbable);\n }\n return null;\n}\n/**\n * Traverse to find the next focusable element.\n * If tabbable is true, the element must have tabIndex != -1.\n *\n * @public\n * @param checkNode - Include currentElement in search when true.\n */\nexport function getNextElement(rootElement, currentElement, checkNode, suppressParentTraversal, suppressChildTraversal, includeElementsInFocusZones, allowFocusRoot, tabbable) {\n if (!currentElement || (currentElement === rootElement && suppressChildTraversal && !allowFocusRoot)) {\n return null;\n }\n var isCurrentElementVisible = isElementVisible(currentElement);\n // Check the current node, if it's not the first traversal.\n if (checkNode && isCurrentElementVisible && isElementTabbable(currentElement, tabbable)) {\n return currentElement;\n }\n // Check its children.\n if (!suppressChildTraversal &&\n isCurrentElementVisible &&\n (includeElementsInFocusZones || !(isElementFocusZone(currentElement) || isElementFocusSubZone(currentElement)))) {\n var childMatch = getNextElement(rootElement, currentElement.firstElementChild, true, true, false, includeElementsInFocusZones, allowFocusRoot, tabbable);\n if (childMatch) {\n return childMatch;\n }\n }\n if (currentElement === rootElement) {\n return null;\n }\n // Check its sibling.\n var siblingMatch = getNextElement(rootElement, currentElement.nextElementSibling, true, true, false, includeElementsInFocusZones, allowFocusRoot, tabbable);\n if (siblingMatch) {\n return siblingMatch;\n }\n if (!suppressParentTraversal) {\n return getNextElement(rootElement, currentElement.parentElement, false, false, true, includeElementsInFocusZones, allowFocusRoot, tabbable);\n }\n return null;\n}\n/**\n * Determines if an element is visible.\n *\n * @public\n */\nexport function isElementVisible(element) {\n // If the element is not valid, return false.\n if (!element || !element.getAttribute) {\n return false;\n }\n var visibilityAttribute = element.getAttribute(IS_VISIBLE_ATTRIBUTE);\n // If the element is explicitly marked with the visibility attribute, return that value as boolean.\n if (visibilityAttribute !== null && visibilityAttribute !== undefined) {\n return visibilityAttribute === 'true';\n }\n // Fallback to other methods of determining actual visibility.\n return (element.offsetHeight !== 0 ||\n element.offsetParent !== null ||\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n element.isVisible === true); // used as a workaround for testing.\n}\n/**\n * Determines if an element can receive focus programmatically or via a mouse click.\n * If checkTabIndex is true, additionally checks to ensure the element can be focused with the tab key,\n * meaning tabIndex != -1.\n *\n * @public\n */\nexport function isElementTabbable(element, checkTabIndex) {\n // If this element is null or is disabled, it is not considered tabbable.\n if (!element || element.disabled) {\n return false;\n }\n var tabIndex = 0;\n var tabIndexAttributeValue = null;\n if (element && element.getAttribute) {\n tabIndexAttributeValue = element.getAttribute('tabIndex');\n if (tabIndexAttributeValue) {\n tabIndex = parseInt(tabIndexAttributeValue, 10);\n }\n }\n var isFocusableAttribute = element.getAttribute ? element.getAttribute(IS_FOCUSABLE_ATTRIBUTE) : null;\n var isTabIndexSet = tabIndexAttributeValue !== null && tabIndex >= 0;\n var result = !!element &&\n isFocusableAttribute !== 'false' &&\n (element.tagName === 'A' ||\n element.tagName === 'BUTTON' ||\n element.tagName === 'INPUT' ||\n element.tagName === 'TEXTAREA' ||\n element.tagName === 'SELECT' ||\n isFocusableAttribute === 'true' ||\n isTabIndexSet);\n return checkTabIndex ? tabIndex !== -1 && result : result;\n}\n/**\n * Determines if a given element is a focus zone.\n *\n * @public\n */\nexport function isElementFocusZone(element) {\n return !!(element && element.getAttribute && !!element.getAttribute(FOCUSZONE_ID_ATTRIBUTE));\n}\n/**\n * Determines if a given element is a focus sub zone.\n *\n * @public\n */\nexport function isElementFocusSubZone(element) {\n return !!(element && element.getAttribute && element.getAttribute(FOCUSZONE_SUB_ATTRIBUTE) === 'true');\n}\n/**\n * Determines if an element, or any of its children, contain focus.\n *\n * @public\n */\nexport function doesElementContainFocus(element) {\n var document = getDocument(element);\n var currentActiveElement = document && document.activeElement;\n if (currentActiveElement && elementContains(element, currentActiveElement)) {\n return true;\n }\n return false;\n}\n/**\n * Determines if an, or any of its ancestors, sepcificies that it doesn't want focus to wrap\n * @param element - element to start searching from\n * @param noWrapDataAttribute - the no wrap data attribute to match (either)\n * @returns true if focus should wrap, false otherwise\n */\nexport function shouldWrapFocus(element, noWrapDataAttribute) {\n return elementContainsAttribute(element, noWrapDataAttribute) === 'true' ? false : true;\n}\nvar targetToFocusOnNextRepaint = undefined;\n/**\n * Sets focus to an element asynchronously. The focus will be set at the next browser repaint,\n * meaning it won't cause any extra recalculations. If more than one focusAsync is called during one frame,\n * only the latest called focusAsync element will actually be focused\n * @param element - The element to focus\n */\nexport function focusAsync(element) {\n if (element) {\n // An element was already queued to be focused, so replace that one with the new element\n if (targetToFocusOnNextRepaint) {\n targetToFocusOnNextRepaint = element;\n return;\n }\n targetToFocusOnNextRepaint = element;\n var win = getWindow(element);\n if (win) {\n // element.focus() is a no-op if the element is no longer in the DOM, meaning this is always safe\n win.requestAnimationFrame(function () {\n var focusableElement = targetToFocusOnNextRepaint;\n // We are done focusing for this frame, so reset the queued focus element\n targetToFocusOnNextRepaint = undefined;\n if (focusableElement) {\n if (focusableElement.getAttribute && focusableElement.getAttribute(IS_FOCUSABLE_ATTRIBUTE) === 'true') {\n // Normally, a FocusZone would be responsible for setting the tabindex values on all its descendants.\n // However, even this animation frame callback can pre-empt the rendering of a FocusZone's child elements,\n // so it may be necessary to set the tabindex directly here.\n if (!focusableElement.getAttribute('tabindex')) {\n focusableElement.setAttribute('tabindex', '0');\n }\n }\n focusableElement.focus();\n }\n });\n }\n }\n}\n/**\n * Finds the closest focusable element via an index path from a parent. See\n * `getElementIndexPath` for getting an index path from an element to a child.\n */\nexport function getFocusableByIndexPath(parent, path) {\n var element = parent;\n for (var _i = 0, path_1 = path; _i < path_1.length; _i++) {\n var index = path_1[_i];\n var nextChild = element.children[Math.min(index, element.children.length - 1)];\n if (!nextChild) {\n break;\n }\n element = nextChild;\n }\n element =\n isElementTabbable(element) && isElementVisible(element)\n ? element\n : getNextElement(parent, element, true) || getPreviousElement(parent, element);\n return element;\n}\n/**\n * Finds the element index path from a parent element to a child element.\n *\n * If you had this node structure: \"A has children [B, C] and C has child D\",\n * the index path from A to D would be [1, 0], or `parent.chidren[1].children[0]`.\n */\nexport function getElementIndexPath(fromElement, toElement) {\n var path = [];\n while (toElement && fromElement && toElement !== fromElement) {\n var parent_1 = getParent(toElement, true);\n if (parent_1 === null) {\n return [];\n }\n path.unshift(Array.prototype.indexOf.call(parent_1.children, toElement));\n toElement = parent_1;\n }\n return path;\n}\n//# sourceMappingURL=focus.js.map"
},
{
"id": "X6uu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/common/DirectionalHint.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/common/DirectionalHint.js",
"index": 254,
"index2": 246,
"size": 2085,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"issuerId": "o4q4",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "VK3g",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js"
},
{
"id": "k9Zi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js"
},
{
"id": "o4q4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ApDL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/DirectionalHint",
"loc": "1:0-63"
},
{
"moduleId": "ApDL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.types.js",
"type": "harmony export imported specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "1:0-63"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/DirectionalHint",
"loc": "4:0-63"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "802:60-75"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "802:90-105"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "876:25-40"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/DirectionalHint",
"loc": "4:0-63"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "448:25-40"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/DirectionalHint",
"loc": "3:0-63"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "16:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "17:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "18:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "19:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "20:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "21:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "22:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "23:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "24:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "25:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "26:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "27:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "28:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "29:7-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "352:56-71"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/DirectionalHint",
"loc": "5:0-45"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony export imported specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "5:0-45"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../common/DirectionalHint",
"loc": "5:0-63"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../common/DirectionalHint",
"loc": "105:108-123"
}
],
"providedExports": [
"DirectionalHint"
],
"optimizationBailout": [],
"depth": 7,
"source": "export var DirectionalHint = {\n /**\n * Appear above the target element, with the left edges of the callout and target aligning.\n */\n topLeftEdge: 0,\n /**\n * Appear above the target element, with the centers of the callout and target aligning.\n */\n topCenter: 1,\n /**\n * Appear above the target element, with the right edges of the callout and target aligning.\n */\n topRightEdge: 2,\n /**\n * Appear above the target element, aligning with the target element such that the callout tends toward\n * the center of the screen.\n */\n topAutoEdge: 3,\n /**\n * Appear below the target element, with the left edges of the callout and target aligning.\n */\n bottomLeftEdge: 4,\n /**\n * Appear below the target element, with the centers of the callout and target aligning.\n */\n bottomCenter: 5,\n /**\n * Appear below the target element, with the right edges of the callout and target aligning.\n */\n bottomRightEdge: 6,\n /**\n * Appear below the target element, aligning with the target element such that the callout tends toward\n * the center of the screen.\n */\n bottomAutoEdge: 7,\n /**\n * Appear to the left of the target element, with the top edges of the callout and target aligning.\n */\n leftTopEdge: 8,\n /**\n * Appear to the left of the target element, with the centers of the callout and target aligning.\n */\n leftCenter: 9,\n /**\n * Appear to the left of the target element, with the bottom edges of the callout and target aligning.\n */\n leftBottomEdge: 10,\n /**\n * Appear to the right of the target element, with the top edges of the callout and target aligning.\n */\n rightTopEdge: 11,\n /**\n * Appear to the right of the target element, with the centers of the callout and target aligning.\n */\n rightCenter: 12,\n /**\n * Appear to the right of the target element, with the bottom edges of the callout and target aligning.\n */\n rightBottomEdge: 13,\n};\n//# sourceMappingURL=DirectionalHint.js.map"
},
{
"id": "X8m0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"name": "./node_modules/@uifabric/styling/lib/styles/DefaultEffects.js",
"index": 189,
"index2": 177,
"size": 102,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultEffects",
"loc": "3:0-50"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultEffects",
"loc": "3:0-50"
}
],
"providedExports": [
"DefaultEffects"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from '@fluentui/theme/lib/effects/DefaultEffects';\n//# sourceMappingURL=DefaultEffects.js.map"
},
{
"id": "XHtT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.styles.js",
"index": 286,
"index2": 270,
"size": 3228,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"issuerId": "+aGg",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "+aGg",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+aGg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"type": "harmony side effect evaluation",
"userRequest": "./CalloutContent.styles",
"loc": "3:0-52"
},
{
"moduleId": "+aGg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"type": "harmony import specifier",
"userRequest": "./CalloutContent.styles",
"loc": "4:55-64"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 13,
"source": "import { HighContrastSelector, focusClear, getGlobalClassNames } from '../../Styling';\nfunction getBeakStyle(beakWidth) {\n return {\n height: beakWidth,\n width: beakWidth,\n };\n}\nvar GlobalClassNames = {\n container: 'ms-Callout-container',\n root: 'ms-Callout',\n beak: 'ms-Callout-beak',\n beakCurtain: 'ms-Callout-beakCurtain',\n calloutMain: 'ms-Callout-main',\n};\nexport var getStyles = function (props) {\n var _a;\n var theme = props.theme, className = props.className, overflowYHidden = props.overflowYHidden, calloutWidth = props.calloutWidth, beakWidth = props.beakWidth, backgroundColor = props.backgroundColor, calloutMaxWidth = props.calloutMaxWidth, calloutMinWidth = props.calloutMinWidth;\n var classNames = getGlobalClassNames(GlobalClassNames, theme);\n var semanticColors = theme.semanticColors, effects = theme.effects;\n return {\n container: [\n classNames.container,\n {\n position: 'relative',\n },\n ],\n root: [\n classNames.root,\n theme.fonts.medium,\n {\n position: 'absolute',\n boxSizing: 'border-box',\n borderRadius: effects.roundedCorner2,\n boxShadow: effects.elevation16,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n borderWidth: 1,\n borderStyle: 'solid',\n borderColor: 'WindowText',\n },\n _a),\n },\n focusClear(),\n className,\n !!calloutWidth && { width: calloutWidth },\n !!calloutMaxWidth && { maxWidth: calloutMaxWidth },\n !!calloutMinWidth && { minWidth: calloutMinWidth },\n ],\n beak: [\n classNames.beak,\n {\n position: 'absolute',\n backgroundColor: semanticColors.menuBackground,\n boxShadow: 'inherit',\n border: 'inherit',\n boxSizing: 'border-box',\n transform: 'rotate(45deg)',\n },\n getBeakStyle(beakWidth),\n backgroundColor && {\n backgroundColor: backgroundColor,\n },\n ],\n beakCurtain: [\n classNames.beakCurtain,\n {\n position: 'absolute',\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n backgroundColor: semanticColors.menuBackground,\n borderRadius: effects.roundedCorner2,\n },\n ],\n calloutMain: [\n classNames.calloutMain,\n {\n backgroundColor: semanticColors.menuBackground,\n overflowX: 'hidden',\n overflowY: 'auto',\n position: 'relative',\n borderRadius: effects.roundedCorner2,\n },\n overflowYHidden && {\n overflowY: 'hidden',\n },\n backgroundColor && {\n backgroundColor: backgroundColor,\n },\n ],\n };\n};\n//# sourceMappingURL=CalloutContent.styles.js.map"
},
{
"id": "XZNu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/DefaultFontStyles.js",
"index": 192,
"index2": 181,
"size": 106,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "aMN6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../styles/DefaultFontStyles",
"loc": "2:0-64"
},
{
"moduleId": "aMN6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"type": "harmony import specifier",
"userRequest": "../styles/DefaultFontStyles",
"loc": "6:42-59"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultFontStyles",
"loc": "4:0-82"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultFontStyles",
"loc": "4:0-82"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./DefaultFontStyles",
"loc": "4:0-82"
}
],
"providedExports": [
"DefaultFontStyles",
"registerDefaultFontFaces"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from '@fluentui/theme/lib/fonts/DefaultFontStyles';\n//# sourceMappingURL=DefaultFontStyles.js.map"
},
{
"id": "XZgV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"index": 278,
"index2": 269,
"size": 24522,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"issuerId": "z2r6",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+aGg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"type": "harmony side effect evaluation",
"userRequest": "./CalloutContent.base",
"loc": "2:0-59"
},
{
"moduleId": "+aGg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"type": "harmony import specifier",
"userRequest": "./CalloutContent.base",
"loc": "4:35-53"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./CalloutContent.base",
"loc": "3:0-38"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony export imported specifier",
"userRequest": "./CalloutContent.base",
"loc": "3:0-38"
}
],
"providedExports": [
"CalloutContentBase"
],
"optimizationBailout": [],
"depth": 12,
"source": "var _a;\nimport { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { DirectionalHint } from '../../common/DirectionalHint';\nimport { Async, css, divProperties, elementContains, focusFirstChild, getDocument, getNativeProps, getWindow, on, shallowCompare, } from '../../Utilities';\nimport { positionCallout, getMaxHeight, RectangleEdge, positionCard, getBoundsFromTargetWindow, } from '../../utilities/positioning';\nimport { Popup } from '../../Popup';\nimport { classNamesFunction } from '../../Utilities';\nimport { AnimationClassNames } from '../../Styling';\nvar ANIMATIONS = (_a = {},\n _a[RectangleEdge.top] = AnimationClassNames.slideUpIn10,\n _a[RectangleEdge.bottom] = AnimationClassNames.slideDownIn10,\n _a[RectangleEdge.left] = AnimationClassNames.slideLeftIn10,\n _a[RectangleEdge.right] = AnimationClassNames.slideRightIn10,\n _a);\nvar getClassNames = classNamesFunction({\n disableCaching: true,\n});\nvar BEAK_ORIGIN_POSITION = { top: 0, left: 0 };\n// Microsoft Edge will overwrite inline styles if there is an animation pertaining to that style.\n// To help ensure that edge will respect the offscreen style opacity\n// filter needs to be added as an additional way to set opacity.\n// Also set pointer-events: none so that the callout will not occlude the element it is\n// going to be positioned against\nvar OFF_SCREEN_STYLE = { opacity: 0, filter: 'opacity(0)', pointerEvents: 'none' };\n// role and role description go hand-in-hand. Both would be included by spreading getNativeProps for a basic element\n// This constant array can be used to filter these out of native props spread on callout root and apply them together on\n// calloutMain (the Popup component within the callout)\nvar ARIA_ROLE_ATTRIBUTES = ['role', 'aria-roledescription'];\nvar CalloutContentBase = /** @class */ (function (_super) {\n __extends(CalloutContentBase, _super);\n function CalloutContentBase(props) {\n var _this = _super.call(this, props) || this;\n _this._hostElement = React.createRef();\n _this._calloutElement = React.createRef();\n _this._hasListeners = false;\n _this._disposables = [];\n _this.dismiss = function (ev) {\n var onDismiss = _this.props.onDismiss;\n if (onDismiss) {\n onDismiss(ev);\n }\n };\n _this._dismissOnScroll = function (ev) {\n // eslint-disable-next-line deprecation/deprecation\n var _a = _this.props, preventDismissOnEvent = _a.preventDismissOnEvent, preventDismissOnScroll = _a.preventDismissOnScroll;\n if (_this.state.positions &&\n ((preventDismissOnEvent && !preventDismissOnEvent(ev)) || (!preventDismissOnEvent && !preventDismissOnScroll))) {\n _this._dismissOnClickOrScroll(ev);\n }\n };\n _this._dismissOnResize = function (ev) {\n // eslint-disable-next-line deprecation/deprecation\n var _a = _this.props, preventDismissOnEvent = _a.preventDismissOnEvent, preventDismissOnResize = _a.preventDismissOnResize;\n if ((preventDismissOnEvent && !preventDismissOnEvent(ev)) || (!preventDismissOnEvent && !preventDismissOnResize)) {\n _this.dismiss(ev);\n }\n };\n _this._dismissOnLostFocus = function (ev) {\n // eslint-disable-next-line deprecation/deprecation\n var _a = _this.props, preventDismissOnEvent = _a.preventDismissOnEvent, preventDismissOnLostFocus = _a.preventDismissOnLostFocus;\n if ((preventDismissOnEvent && !preventDismissOnEvent(ev)) ||\n (!preventDismissOnEvent && !preventDismissOnLostFocus)) {\n _this._dismissOnClickOrScroll(ev);\n }\n };\n _this._setInitialFocus = function () {\n if (_this.props.setInitialFocus &&\n !_this._didSetInitialFocus &&\n _this.state.positions &&\n _this._calloutElement.current) {\n _this._didSetInitialFocus = true;\n _this._async.requestAnimationFrame(function () { return focusFirstChild(_this._calloutElement.current); }, _this._calloutElement.current);\n }\n };\n _this._onComponentDidMount = function () {\n _this._addListeners();\n if (_this.props.onLayerMounted) {\n _this.props.onLayerMounted();\n }\n _this._updateAsyncPosition();\n _this._setHeightOffsetEveryFrame();\n };\n _this._dismissOnTargetWindowBlur = function (ev) {\n // eslint-disable-next-line deprecation/deprecation\n var _a = _this.props, preventDismissOnEvent = _a.preventDismissOnEvent, preventDismissOnLostFocus = _a.preventDismissOnLostFocus, shouldDismissOnWindowFocus = _a.shouldDismissOnWindowFocus;\n // Do nothing\n if (!shouldDismissOnWindowFocus) {\n return;\n }\n if (((preventDismissOnEvent && !preventDismissOnEvent(ev)) ||\n (!preventDismissOnEvent && !preventDismissOnLostFocus)) &&\n !_this._targetWindow.document.hasFocus() &&\n ev.relatedTarget === null) {\n _this.dismiss(ev);\n }\n };\n _this._mouseDownOnPopup = function () {\n _this._isMouseDownOnPopup = true;\n };\n _this._mouseUpOnPopup = function () {\n _this._isMouseDownOnPopup = false;\n };\n _this._async = new Async(_this);\n _this._didSetInitialFocus = false;\n _this.state = {\n positions: undefined,\n slideDirectionalClassName: undefined,\n // @TODO it looks like this is not even being used anymore.\n calloutElementRect: undefined,\n heightOffset: 0,\n };\n _this._positionAttempts = 0;\n return _this;\n }\n CalloutContentBase.prototype.componentDidUpdate = function () {\n if (!this.props.hidden) {\n this._setInitialFocus();\n if (!this._hasListeners) {\n this._addListeners();\n }\n this._updateAsyncPosition();\n }\n else {\n if (this._hasListeners) {\n this._removeListeners();\n }\n }\n };\n CalloutContentBase.prototype.shouldComponentUpdate = function (newProps, newState) {\n if (!newProps.shouldUpdateWhenHidden && this.props.hidden && newProps.hidden) {\n // Do not update when hidden.\n return false;\n }\n return !shallowCompare(this.props, newProps) || !shallowCompare(this.state, newState);\n };\n CalloutContentBase.prototype.UNSAFE_componentWillMount = function () {\n this._setTargetWindowAndElement(this._getTarget());\n };\n CalloutContentBase.prototype.componentWillUnmount = function () {\n this._async.dispose();\n this._disposables.forEach(function (dispose) { return dispose(); });\n };\n CalloutContentBase.prototype.UNSAFE_componentWillUpdate = function (newProps) {\n // If the target element changed, find the new one. If we are tracking target with class name, always find element\n // because we do not know if fabric has rendered a new element and disposed the old element.\n var newTarget = this._getTarget(newProps);\n var oldTarget = this._getTarget();\n if ((newTarget !== oldTarget || typeof newTarget === 'string' || newTarget instanceof String) &&\n !this._blockResetHeight) {\n this._maxHeight = undefined;\n this._setTargetWindowAndElement(newTarget);\n }\n if (newProps.gapSpace !== this.props.gapSpace || this.props.beakWidth !== newProps.beakWidth) {\n this._maxHeight = undefined;\n }\n if (newProps.finalHeight !== this.props.finalHeight) {\n this._setHeightOffsetEveryFrame();\n }\n // Ensure positioning is recalculated when we are about to show a persisted menu.\n if (this._didPositionPropsChange(newProps, this.props)) {\n this._maxHeight = undefined;\n // Target might have been updated while hidden.\n this._setTargetWindowAndElement(newTarget);\n this.setState({\n positions: undefined,\n });\n this._didSetInitialFocus = false;\n this._bounds = undefined;\n }\n this._blockResetHeight = false;\n };\n CalloutContentBase.prototype.componentDidMount = function () {\n if (!this.props.hidden) {\n this._onComponentDidMount();\n }\n };\n CalloutContentBase.prototype.render = function () {\n // If there is no target window then we are likely in server side rendering and we should not render anything.\n if (!this._targetWindow) {\n return null;\n }\n var target = this.props.target;\n var _a = this.props, styles = _a.styles, style = _a.style, ariaLabel = _a.ariaLabel, ariaDescribedBy = _a.ariaDescribedBy, ariaLabelledBy = _a.ariaLabelledBy, className = _a.className, isBeakVisible = _a.isBeakVisible, children = _a.children, beakWidth = _a.beakWidth, calloutWidth = _a.calloutWidth, calloutMaxWidth = _a.calloutMaxWidth, calloutMinWidth = _a.calloutMinWidth, finalHeight = _a.finalHeight, _b = _a.hideOverflow, hideOverflow = _b === void 0 ? !!finalHeight : _b, backgroundColor = _a.backgroundColor, calloutMaxHeight = _a.calloutMaxHeight, onScroll = _a.onScroll, \n // eslint-disable-next-line deprecation/deprecation\n _c = _a.shouldRestoreFocus, \n // eslint-disable-next-line deprecation/deprecation\n shouldRestoreFocus = _c === void 0 ? true : _c;\n target = this._getTarget();\n var positions = this.state.positions;\n var getContentMaxHeight = this._getMaxHeight()\n ? this._getMaxHeight() + this.state.heightOffset\n : undefined;\n var contentMaxHeight = calloutMaxHeight && getContentMaxHeight && calloutMaxHeight < getContentMaxHeight\n ? calloutMaxHeight\n : getContentMaxHeight;\n var overflowYHidden = hideOverflow;\n var beakVisible = isBeakVisible && !!target;\n this._classNames = getClassNames(styles, {\n theme: this.props.theme,\n className: className,\n overflowYHidden: overflowYHidden,\n calloutWidth: calloutWidth,\n positions: positions,\n beakWidth: beakWidth,\n backgroundColor: backgroundColor,\n calloutMinWidth: calloutMinWidth,\n calloutMaxWidth: calloutMaxWidth,\n });\n var overflowStyle = __assign(__assign(__assign({}, style), { maxHeight: contentMaxHeight }), (overflowYHidden && { overflowY: 'hidden' }));\n var visibilityStyle = this.props.hidden ? { visibility: 'hidden' } : undefined;\n // React.CSSProperties does not understand IRawStyle, so the inline animations will need to be cast as any for now.\n var content = (React.createElement(\"div\", { ref: this._hostElement, className: this._classNames.container, style: visibilityStyle },\n React.createElement(\"div\", __assign({}, getNativeProps(this.props, divProperties, ARIA_ROLE_ATTRIBUTES), { className: css(this._classNames.root, positions && positions.targetEdge && ANIMATIONS[positions.targetEdge]), style: positions ? positions.elementPosition : OFF_SCREEN_STYLE, \n // Safari and Firefox on Mac OS requires this to back-stop click events so focus remains in the Callout.\n // See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Clicking_and_focus\n tabIndex: -1, ref: this._calloutElement }),\n beakVisible && React.createElement(\"div\", { className: this._classNames.beak, style: this._getBeakPosition() }),\n beakVisible && React.createElement(\"div\", { className: this._classNames.beakCurtain }),\n React.createElement(Popup, __assign({}, getNativeProps(this.props, ARIA_ROLE_ATTRIBUTES), { ariaLabel: ariaLabel, onRestoreFocus: this.props.onRestoreFocus, ariaDescribedBy: ariaDescribedBy, ariaLabelledBy: ariaLabelledBy, className: this._classNames.calloutMain, onDismiss: this.dismiss, onScroll: onScroll, shouldRestoreFocus: shouldRestoreFocus, style: overflowStyle, onMouseDown: this._mouseDownOnPopup, onMouseUp: this._mouseUpOnPopup }), children))));\n return content;\n };\n CalloutContentBase.prototype._dismissOnClickOrScroll = function (ev) {\n var target = ev.target;\n var isEventTargetOutsideCallout = this._hostElement.current && !elementContains(this._hostElement.current, target);\n // If mouse is pressed down on callout but moved outside then released, don't dismiss the callout.\n if (isEventTargetOutsideCallout && this._isMouseDownOnPopup) {\n this._isMouseDownOnPopup = false;\n return;\n }\n if ((!this._target && isEventTargetOutsideCallout) ||\n (ev.target !== this._targetWindow &&\n isEventTargetOutsideCallout &&\n (this._target.stopPropagation ||\n !this._target ||\n this.props.dismissOnTargetClick ||\n (target !== this._target && !elementContains(this._target, target))))) {\n this.dismiss(ev);\n }\n };\n CalloutContentBase.prototype._addListeners = function () {\n var _this = this;\n // This is added so the callout will dismiss when the window is scrolled\n // but not when something inside the callout is scrolled. The delay seems\n // to be required to avoid React firing an async focus event in IE from\n // the target changing focus quickly prior to rendering the callout.\n this._async.setTimeout(function () {\n _this._disposables.push(on(_this._targetWindow, 'scroll', _this._dismissOnScroll, true), on(_this._targetWindow, 'resize', _this._dismissOnResize, true), on(_this._targetWindow.document.documentElement, 'focus', _this._dismissOnLostFocus, true), on(_this._targetWindow.document.documentElement, 'click', _this._dismissOnLostFocus, true), on(_this._targetWindow, 'blur', _this._dismissOnTargetWindowBlur, true));\n _this._hasListeners = true;\n }, 0);\n };\n CalloutContentBase.prototype._removeListeners = function () {\n this._disposables.forEach(function (dispose) { return dispose(); });\n this._disposables = [];\n this._hasListeners = false;\n };\n CalloutContentBase.prototype._updateAsyncPosition = function () {\n var _this = this;\n this._async.requestAnimationFrame(function () { return _this._updatePosition(); }, this._calloutElement.current);\n };\n CalloutContentBase.prototype._getBeakPosition = function () {\n var positions = this.state.positions;\n var beakPostionStyle = __assign({}, (positions && positions.beakPosition ? positions.beakPosition.elementPosition : null));\n if (!beakPostionStyle.top && !beakPostionStyle.bottom && !beakPostionStyle.left && !beakPostionStyle.right) {\n beakPostionStyle.left = BEAK_ORIGIN_POSITION.left;\n beakPostionStyle.top = BEAK_ORIGIN_POSITION.top;\n }\n return beakPostionStyle;\n };\n CalloutContentBase.prototype._updatePosition = function () {\n // Try to update the target, page might have changed\n this._setTargetWindowAndElement(this._getTarget());\n var positions = this.state.positions;\n var hostElement = this._hostElement.current;\n var calloutElement = this._calloutElement.current;\n // If we expect a target element to position against, we need to wait until `this._target` is resolved. Otherwise\n // we can try to position.\n var expectsTarget = !!this.props.target;\n if (hostElement && calloutElement && (!expectsTarget || this._target)) {\n var currentProps = __assign({}, this.props);\n currentProps.bounds = this._getBounds();\n currentProps.target = this._target;\n // If there is a finalHeight given then we assume that the user knows and will handle\n // additional positioning adjustments so we should call positionCard\n var newPositions = this.props.finalHeight\n ? positionCard(currentProps, hostElement, calloutElement, positions)\n : positionCallout(currentProps, hostElement, calloutElement, positions);\n // Set the new position only when the positions are not exists or one of the new callout positions are different.\n // The position should not change if the position is within 2 decimal places.\n if ((!positions && newPositions) ||\n (positions && newPositions && !this._arePositionsEqual(positions, newPositions) && this._positionAttempts < 5)) {\n // We should not reposition the callout more than a few times, if it is then the content is likely resizing\n // and we should stop trying to reposition to prevent a stack overflow.\n this._positionAttempts++;\n this.setState({\n positions: newPositions,\n });\n }\n else if (this._positionAttempts > 0) {\n // Only call the onPositioned callback if the callout has been re-positioned at least once.\n this._positionAttempts = 0;\n if (this.props.onPositioned) {\n this.props.onPositioned(this.state.positions);\n }\n }\n }\n };\n CalloutContentBase.prototype._getBounds = function () {\n if (!this._bounds) {\n var bounds = this.props.bounds;\n var currentBounds = typeof bounds === 'function' ? bounds(this.props.target, this._targetWindow) : bounds;\n if (!currentBounds) {\n currentBounds = getBoundsFromTargetWindow(this._target, this._targetWindow);\n currentBounds = {\n top: currentBounds.top + this.props.minPagePadding,\n left: currentBounds.left + this.props.minPagePadding,\n right: currentBounds.right - this.props.minPagePadding,\n bottom: currentBounds.bottom - this.props.minPagePadding,\n width: currentBounds.width - this.props.minPagePadding * 2,\n height: currentBounds.height - this.props.minPagePadding * 2,\n };\n }\n this._bounds = currentBounds;\n }\n return this._bounds;\n };\n // Max height should remain as synchronous as possible, which is why it is not done using set state.\n // It needs to be synchronous since it will impact the ultimate position of the callout.\n CalloutContentBase.prototype._getMaxHeight = function () {\n var _this = this;\n if (!this._maxHeight) {\n if (this.props.directionalHintFixed && this._target) {\n var beakWidth = this.props.isBeakVisible ? this.props.beakWidth : 0;\n var gapSpace = this.props.gapSpace ? this.props.gapSpace : 0;\n // Since the callout cannot measure it's border size it must be taken into account here. Otherwise it will\n // overlap with the target.\n var totalGap_1 = gapSpace + beakWidth;\n this._async.requestAnimationFrame(function () {\n if (_this._target) {\n _this._maxHeight = getMaxHeight(_this._target, _this.props.directionalHint, totalGap_1, _this._getBounds(), _this.props.coverTarget);\n _this._blockResetHeight = true;\n _this.forceUpdate();\n }\n }, this._target);\n }\n else {\n this._maxHeight = this._getBounds().height;\n }\n }\n return this._maxHeight;\n };\n CalloutContentBase.prototype._arePositionsEqual = function (positions, newPosition) {\n return (this._comparePositions(positions.elementPosition, newPosition.elementPosition) &&\n this._comparePositions(positions.beakPosition.elementPosition, newPosition.beakPosition.elementPosition));\n };\n CalloutContentBase.prototype._comparePositions = function (oldPositions, newPositions) {\n for (var key in newPositions) {\n if (newPositions.hasOwnProperty(key)) {\n var oldPositionEdge = oldPositions[key];\n var newPositionEdge = newPositions[key];\n if (oldPositionEdge !== undefined && newPositionEdge !== undefined) {\n if (oldPositionEdge.toFixed(2) !== newPositionEdge.toFixed(2)) {\n return false;\n }\n }\n else {\n return false;\n }\n }\n }\n return true;\n };\n CalloutContentBase.prototype._setTargetWindowAndElement = function (target) {\n var currentElement = this._calloutElement.current;\n if (target) {\n if (typeof target === 'string') {\n var currentDoc = getDocument(currentElement);\n this._target = currentDoc ? currentDoc.querySelector(target) : null;\n this._targetWindow = getWindow(currentElement);\n // Cast to any prevents error about stopPropagation always existing\n }\n else if (target.stopPropagation) {\n this._targetWindow = getWindow(target.target);\n this._target = target;\n // Same reason here\n }\n else if (target.getBoundingClientRect) {\n var targetElement = target;\n this._targetWindow = getWindow(targetElement);\n this._target = targetElement;\n }\n else if (target.current !== undefined) {\n this._target = target.current;\n this._targetWindow = getWindow(this._target);\n // HTMLImgElements can have x and y values. The check for it being a point must go last.\n }\n else {\n this._targetWindow = getWindow(currentElement);\n this._target = target;\n }\n }\n else {\n this._targetWindow = getWindow(currentElement);\n }\n };\n CalloutContentBase.prototype._setHeightOffsetEveryFrame = function () {\n var _this = this;\n if (this._calloutElement.current && this.props.finalHeight) {\n this._setHeightOffsetTimer = this._async.requestAnimationFrame(function () {\n var calloutMainElem = _this._calloutElement.current && _this._calloutElement.current.lastChild;\n if (!calloutMainElem) {\n return;\n }\n var cardScrollHeight = calloutMainElem.scrollHeight;\n var cardCurrHeight = calloutMainElem.offsetHeight;\n var scrollDiff = cardScrollHeight - cardCurrHeight;\n _this.setState({\n heightOffset: _this.state.heightOffset + scrollDiff,\n });\n if (calloutMainElem.offsetHeight < _this.props.finalHeight) {\n _this._setHeightOffsetEveryFrame();\n }\n else {\n _this._async.cancelAnimationFrame(_this._setHeightOffsetTimer, _this._calloutElement.current);\n }\n }, this._calloutElement.current);\n }\n };\n // Whether or not the current positions should be reset\n CalloutContentBase.prototype._didPositionPropsChange = function (newProps, oldProps) {\n return ((!newProps.hidden && newProps.hidden !== oldProps.hidden) ||\n newProps.directionalHint !== oldProps.directionalHint ||\n newProps.target !== oldProps.target);\n };\n CalloutContentBase.prototype._getTarget = function (props) {\n if (props === void 0) { props = this.props; }\n var target = props.target;\n return target;\n };\n CalloutContentBase.defaultProps = {\n preventDismissOnLostFocus: false,\n preventDismissOnScroll: false,\n preventDismissOnResize: false,\n isBeakVisible: true,\n beakWidth: 16,\n gapSpace: 0,\n minPagePadding: 8,\n directionalHint: DirectionalHint.bottomAutoEdge,\n };\n return CalloutContentBase;\n}(React.Component));\nexport { CalloutContentBase };\n//# sourceMappingURL=CalloutContent.base.js.map"
},
{
"id": "Xf4s",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/index.js",
"index": 381,
"index2": 378,
"size": 63,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"issuerId": "wnL7",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "wnL7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "wnL7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/SpinButton/index",
"loc": "1:0-46"
},
{
"moduleId": "wnL7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"type": "harmony export imported specifier",
"userRequest": "./components/SpinButton/index",
"loc": "1:0-46"
}
],
"providedExports": [
"KeyboardSpinDirection",
"SpinButton"
],
"optimizationBailout": [],
"depth": 5,
"source": "export * from './SpinButton';\n//# sourceMappingURL=index.js.map"
},
{
"id": "XnjA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.types.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.types.js",
"index": 233,
"index2": 216,
"size": 906,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerId": "Bxs9",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Icon.types",
"loc": "3:0-29"
},
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Icon.types",
"loc": "3:0-29"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./Icon.types",
"loc": "3:0-40"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "./Icon.types",
"loc": "36:59-67"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "./Icon.types",
"loc": "36:101-109"
}
],
"providedExports": [
"IconType"
],
"optimizationBailout": [],
"depth": 9,
"source": "/**\n * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps`\n * {@docCategory Icon}\n */\nexport var IconType;\n(function (IconType) {\n /**\n * Render using the fabric icon font.\n * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps`\n */\n IconType[IconType[\"default\"] = 0] = \"default\";\n /**\n * Render using an image, where imageProps would be used.\n * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps`\n */\n IconType[IconType[\"image\"] = 1] = \"image\";\n /**\n * Deprecated, use `default`.\n * @deprecated Use `default`.\n */\n IconType[IconType[\"Default\"] = 100000] = \"Default\";\n /**\n * Deprecated, use `image`.\n * @deprecated Use `image`.\n */\n IconType[IconType[\"Image\"] = 100001] = \"Image\";\n})(IconType || (IconType = {}));\n//# sourceMappingURL=Icon.types.js.map"
},
{
"id": "XxKQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/getChildren.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/getChildren.js",
"index": 98,
"index2": 86,
"size": 904,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getChildren",
"loc": "4:0-30"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getChildren",
"loc": "4:0-30"
}
],
"providedExports": [
"getChildren"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { isVirtualElement } from './isVirtualElement';\n/**\n * Gets the elements which are child elements of the given element.\n * If `allowVirtualChildren` is `true`, this method enumerates virtual child elements\n * after the original children.\n * @param parent - The element to get the children of.\n * @param allowVirtualChildren - true if the method should enumerate virtual child elements.\n */\nexport function getChildren(parent, allowVirtualChildren) {\n if (allowVirtualChildren === void 0) { allowVirtualChildren = true; }\n var children = [];\n if (parent) {\n for (var i = 0; i < parent.children.length; i++) {\n children.push(parent.children.item(i));\n }\n if (allowVirtualChildren && isVirtualElement(parent)) {\n children.push.apply(children, parent._virtual.children);\n }\n }\n return children;\n}\n//# sourceMappingURL=getChildren.js.map"
},
{
"id": "YDzY",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"index": 53,
"index2": 51,
"size": 1006,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"issuerId": "65oB",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./mergeStyles",
"loc": "1:0-54"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./mergeStyles",
"loc": "1:0-54"
},
{
"moduleId": "65oB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"module": "./node_modules/@uifabric/merge-styles/lib/index.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./mergeStyles",
"loc": "1:0-54"
}
],
"providedExports": [
"mergeStyles",
"mergeCss"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { extractStyleParts } from './extractStyleParts';\nimport { getStyleOptions } from './StyleOptionsState';\nimport { styleToClassName } from './styleToClassName';\n/**\n * Concatenation helper, which can merge class names together. Skips over falsey values.\n *\n * @public\n */\nexport function mergeStyles() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return mergeCss(args, getStyleOptions());\n}\n/**\n * Concatenation helper, which can merge class names together. Skips over falsey values.\n * Accepts a set of options that will be used when calculating styles.\n *\n * @public\n */\nexport function mergeCss(args, options) {\n var styleArgs = args instanceof Array ? args : [args];\n var _a = extractStyleParts(styleArgs), classes = _a.classes, objects = _a.objects;\n if (objects.length) {\n classes.push(styleToClassName(options || {}, objects));\n }\n return classes.join(' ');\n}\n//# sourceMappingURL=mergeStyles.js.map"
},
{
"id": "YYC1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"index": 352,
"index2": 346,
"size": 1051,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"issuerId": "W0Zu",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "W0Zu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./DefaultButton.styles",
"loc": "5:0-51"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "./DefaultButton.styles",
"loc": "16:156-165"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { concatStyleSets, FontWeights } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nimport { getStyles as getBaseButtonStyles } from '../BaseButton.styles';\nimport { getStyles as getSplitButtonStyles } from '../SplitButton/SplitButton.styles';\nimport { primaryStyles, standardStyles } from '../ButtonThemes';\nvar DEFAULT_BUTTON_HEIGHT = '32px';\nvar DEFAULT_BUTTON_MIN_WIDTH = '80px';\nexport var getStyles = memoizeFunction(function (theme, customStyles, primary) {\n var baseButtonStyles = getBaseButtonStyles(theme);\n var splitButtonStyles = getSplitButtonStyles(theme);\n var defaultButtonStyles = {\n root: {\n minWidth: DEFAULT_BUTTON_MIN_WIDTH,\n height: DEFAULT_BUTTON_HEIGHT,\n },\n label: {\n fontWeight: FontWeights.semibold,\n },\n };\n return concatStyleSets(baseButtonStyles, defaultButtonStyles, primary ? primaryStyles(theme) : standardStyles(theme), splitButtonStyles, customStyles);\n});\n//# sourceMappingURL=DefaultButton.styles.js.map"
},
{
"id": "Yql+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"index": 32,
"index2": 26,
"size": 715,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateH",
"loc": "16:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./updateH",
"loc": "16:0-26"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/updateH",
"loc": "13:0-56"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/updateH",
"loc": "30:35-42"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateH",
"loc": "18:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./updateH",
"loc": "18:0-26"
}
],
"providedExports": [
"updateH"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { __assign } from \"tslib\";\nimport { hsv2rgb } from './hsv2rgb';\nimport { rgb2hex } from './rgb2hex';\nimport { _rgbaOrHexString } from './_rgbaOrHexString';\n/**\n * Gets a color with the same saturation and value as `color` and the other components updated\n * to match the given hue.\n *\n * Does not modify the original `color` and does not supply a default alpha value.\n */\nexport function updateH(color, h) {\n var _a = hsv2rgb(h, color.s, color.v), r = _a.r, g = _a.g, b = _a.b;\n var hex = rgb2hex(r, g, b);\n return __assign(__assign({}, color), { h: h,\n r: r,\n g: g,\n b: b,\n hex: hex, str: _rgbaOrHexString(r, g, b, color.a, hex) });\n}\n//# sourceMappingURL=updateH.js.map"
},
{
"id": "Z4jB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"name": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"index": 122,
"index2": 115,
"size": 3674,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/customizable",
"loc": "22:0-46"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./customizations/customizable",
"loc": "22:0-46"
}
],
"providedExports": [
"customizable"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { Customizations } from './Customizations';\nimport { hoistStatics } from '../hoistStatics';\nimport { CustomizerContext } from './CustomizerContext';\nimport { concatStyleSets } from '@uifabric/merge-styles';\nexport function customizable(scope, fields, concatStyles) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return function customizableFactory(ComposedComponent) {\n var _a;\n var resultClass = (_a = /** @class */ (function (_super) {\n __extends(ComponentWithInjectedProps, _super);\n function ComponentWithInjectedProps(props) {\n var _this = _super.call(this, props) || this;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _this._styleCache = {};\n _this._onSettingChanged = _this._onSettingChanged.bind(_this);\n return _this;\n }\n ComponentWithInjectedProps.prototype.componentDidMount = function () {\n Customizations.observe(this._onSettingChanged);\n };\n ComponentWithInjectedProps.prototype.componentWillUnmount = function () {\n Customizations.unobserve(this._onSettingChanged);\n };\n ComponentWithInjectedProps.prototype.render = function () {\n var _this = this;\n return (React.createElement(CustomizerContext.Consumer, null, function (context) {\n var defaultProps = Customizations.getSettings(fields, scope, context.customizations);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var componentProps = _this.props;\n // If defaultProps.styles is a function, evaluate it before calling concatStyleSets\n if (defaultProps.styles && typeof defaultProps.styles === 'function') {\n defaultProps.styles = defaultProps.styles(__assign(__assign({}, defaultProps), componentProps));\n }\n // If concatStyles is true and custom styles have been defined compute those styles\n if (concatStyles && defaultProps.styles) {\n if (_this._styleCache.default !== defaultProps.styles ||\n _this._styleCache.component !== componentProps.styles) {\n var mergedStyles = concatStyleSets(defaultProps.styles, componentProps.styles);\n _this._styleCache.default = defaultProps.styles;\n _this._styleCache.component = componentProps.styles;\n _this._styleCache.merged = mergedStyles;\n }\n return React.createElement(ComposedComponent, __assign({}, defaultProps, componentProps, { styles: _this._styleCache.merged }));\n }\n return React.createElement(ComposedComponent, __assign({}, defaultProps, componentProps));\n }));\n };\n ComponentWithInjectedProps.prototype._onSettingChanged = function () {\n this.forceUpdate();\n };\n return ComponentWithInjectedProps;\n }(React.Component)),\n _a.displayName = 'Customized' + scope,\n _a);\n return hoistStatics(ComposedComponent, resultClass);\n };\n}\n//# sourceMappingURL=customizable.js.map"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js",
"index": 43,
"index2": 152,
"size": 2267,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"issuerId": "iRzo",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "1:0-50"
},
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "27:33-44"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "5:0-436"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "39:27-42"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "58:24-41"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "62:36-45"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "71:43-60"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "125:25-34"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "129:30-47"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "132:20-38"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "172:25-46"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "173:44-58"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "187:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "192:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "200:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "208:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "216:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "224:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "229:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "234:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "248:55-61"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "260:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "269:47-61"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "273:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "281:47-65"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "285:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "322:8-30"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "324:12-28"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "332:20-25"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "351:25-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "359:34-43"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "360:32-41"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "362:20-38"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "366:32-41"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "399:33-56"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "431:23-37"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "431:50-71"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "445:23-26"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "472:16-31"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "473:16-33"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "479:41-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "491:37-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "534:41-56"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "535:59-78"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "571:16-34"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "603:16-26"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "606:21-30"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "618:12-30"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "623:16-34"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "652:18-32"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "653:18-36"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "683:41-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "686:41-59"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "765:28-34"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "768:16-22"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "796:29-35"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "799:16-22"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "835:31-51"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "847:18-32"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "848:18-36"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "890:41-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "892:37-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "917:28-37"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "919:16-34"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "922:28-37"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "935:40-55"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "941:36-53"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "947:17-35"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "952:20-37"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "1027:43-58"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "1033:50-71"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "1036:15-26"
},
{
"moduleId": "EP45",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "2:0-62"
},
{
"moduleId": "EP45",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "37:21-44"
},
{
"moduleId": "EP45",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getFocusStyle.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "86:28-51"
},
{
"moduleId": "IBIL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/scheme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "1:0-68"
},
{
"moduleId": "IBIL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/scheme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "21:32-46"
},
{
"moduleId": "IBIL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/scheme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/scheme.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "35:26-39"
},
{
"moduleId": "KwlQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useAsync.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "1:0-44"
},
{
"moduleId": "KwlQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useAsync.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "8:50-55"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "2:0-59"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "5:20-34"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "72:16-20"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "130:16-20"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "154:16-20"
},
{
"moduleId": "T90h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "4:0-61"
},
{
"moduleId": "T90h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "8:48-59"
},
{
"moduleId": "T90h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "58:29-38"
},
{
"moduleId": "UcWH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/mergeThemes.js",
"module": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"moduleName": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "1:0-44"
},
{
"moduleId": "UcWH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/mergeThemes.js",
"module": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"moduleName": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "9:22-27"
},
{
"moduleId": "UcWH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/mergeThemes.js",
"module": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"moduleName": "./node_modules/@fluentui/theme/lib/mergeThemes.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "18:43-48"
},
{
"moduleId": "iRzo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "2:0-36"
},
{
"moduleId": "iRzo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"type": "harmony export imported specifier",
"userRequest": "@uifabric/utilities",
"loc": "2:0-36"
},
{
"moduleId": "qUOX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "2:0-54"
},
{
"moduleId": "qUOX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "7:27-42"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "3:0-47"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "110:31-39"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "130:35-43"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "2:0-64"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "13:14-23"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "18:14-28"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "23:8-22"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "70:4-18"
},
{
"moduleId": "xjL4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities",
"loc": "1:0-41"
},
{
"moduleId": "xjL4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities",
"loc": "19:22-24"
}
],
"providedExports": [
"Async",
"AutoScroll",
"BaseComponent",
"nullRender",
"DelayedRender",
"EventGroup",
"FabricPerformance",
"GlobalSettings",
"KeyCodes",
"Rectangle",
"appendFunction",
"mergeAriaAttributeValues",
"findIndex",
"find",
"createArray",
"toMatrix",
"removeIndex",
"replaceElement",
"addElementAtIndex",
"flatten",
"arraysEqual",
"asAsync",
"assertNever",
"classNamesFunction",
"composeComponentAs",
"isControlled",
"css",
"Customizations",
"Customizer",
"CustomizerContext",
"customizable",
"useCustomizationSettings",
"mergeCustomizations",
"mergeSettings",
"mergeScopedSettings",
"elementContains",
"elementContainsAttribute",
"findElementRecursive",
"getChildren",
"getDocument",
"getParent",
"getRect",
"getVirtualParent",
"getWindow",
"isVirtualElement",
"on",
"portalContainsElement",
"raiseClick",
"DATA_PORTAL_ATTRIBUTE",
"setPortalAttribute",
"setVirtualParent",
"extendComponent",
"getFirstFocusable",
"getLastFocusable",
"getFirstTabbable",
"getLastTabbable",
"focusFirstChild",
"getPreviousElement",
"getNextElement",
"isElementVisible",
"isElementTabbable",
"isElementFocusZone",
"isElementFocusSubZone",
"doesElementContainFocus",
"shouldWrapFocus",
"focusAsync",
"getFocusableByIndexPath",
"getElementIndexPath",
"getId",
"resetIds",
"getNativeElementProps",
"hoistMethods",
"unhoistMethods",
"hoistStatics",
"initializeComponentRef",
"initializeFocusRects",
"useFocusRects",
"FocusRects",
"getInitials",
"isDirectionalKeyCode",
"addDirectionalKeyCode",
"getLanguage",
"setLanguage",
"getDistanceBetweenPoints",
"fitContentToBounds",
"calculatePrecision",
"precisionRound",
"setMemoizeWeakMap",
"resetMemoizations",
"memoize",
"memoizeFunction",
"createMemoizer",
"merge",
"isIOS",
"modalize",
"assign",
"filteredAssign",
"mapEnumByName",
"shallowCompare",
"values",
"omit",
"isMac",
"hasHorizontalOverflow",
"hasVerticalOverflow",
"hasOverflow",
"baseElementEvents",
"baseElementProperties",
"htmlElementProperties",
"labelProperties",
"audioProperties",
"videoProperties",
"olProperties",
"liProperties",
"anchorProperties",
"buttonProperties",
"inputProperties",
"textAreaProperties",
"selectProperties",
"optionProperties",
"tableProperties",
"trProperties",
"thProperties",
"tdProperties",
"colGroupProperties",
"colProperties",
"formProperties",
"iframeProperties",
"imgProperties",
"imageProperties",
"divProperties",
"getNativeProps",
"composeRenderFunction",
"getResourceUrl",
"setBaseUrl",
"getRTL",
"setRTL",
"getRTLSafeKeyCode",
"safeRequestAnimationFrame",
"safeSetTimeout",
"DATA_IS_SCROLLABLE_ATTRIBUTE",
"allowScrollOnElement",
"allowOverscrollOnElement",
"disableBodyScroll",
"enableBodyScroll",
"getScrollbarWidth",
"findScrollableParent",
"SELECTION_CHANGE",
"SelectionMode",
"SelectionDirection",
"Selection",
"format",
"styled",
"warn",
"setWarningCallback",
"warnConditionallyRequiredProps",
"resetControlledWarnings",
"warnControlledUsage",
"warnDeprecations",
"warnMutuallyExclusive",
"isIE11",
"getPropsWithDefaults",
"setFocusVisibility",
"IsFocusVisibleClassName",
"setSSR",
"createMergedRef"
],
"optimizationBailout": [],
"depth": 7,
"source": "export * from './Async';\nexport * from './AutoScroll';\nexport * from './BaseComponent';\nexport * from './DelayedRender';\nexport * from './EventGroup';\nexport * from './FabricPerformance';\nexport * from './GlobalSettings';\nexport * from './KeyCodes';\nexport * from './Rectangle';\nexport * from './appendFunction';\nexport * from './aria';\nexport * from './array';\nexport * from './asAsync';\nexport * from './assertNever';\nexport * from './classNamesFunction';\nexport * from './componentAs/composeComponentAs';\nexport * from './controlled';\nexport * from './css';\nexport * from './customizations/Customizations';\nexport * from './customizations/Customizer';\nexport * from './customizations/CustomizerContext';\nexport * from './customizations/customizable';\nexport * from './customizations/useCustomizationSettings';\nexport * from './customizations/mergeCustomizations';\nexport * from './customizations/mergeSettings';\nexport * from './dom';\nexport * from './extendComponent';\nexport * from './focus';\nexport * from './getId';\nexport * from './getNativeElementProps';\nexport * from './hoist';\nexport * from './hoistStatics';\nexport * from './initializeComponentRef';\nexport * from './initializeFocusRects';\nexport * from './useFocusRects';\nexport * from './initials';\nexport * from './keyboard';\nexport * from './language';\nexport * from './math';\nexport * from './memoize';\nexport * from './merge';\nexport * from './mobileDetector';\nexport * from './modalize';\nexport { assign, filteredAssign, mapEnumByName, shallowCompare, values, omit } from './object';\nexport * from './osDetector';\nexport * from './overflow';\nexport * from './properties';\nexport * from './renderFunction/composeRenderFunction';\nexport * from './resources';\nexport * from './rtl';\nexport * from './safeRequestAnimationFrame';\nexport * from './safeSetTimeout';\nexport * from './scroll';\nexport * from './selection/index';\nexport * from './string';\nexport * from './styled';\nexport * from './warn';\nexport * from './ie11Detector';\nexport * from './getPropsWithDefaults';\nexport { setFocusVisibility, IsFocusVisibleClassName } from './setFocusVisibility';\nexport { setSSR } from './dom/setSSR';\nexport { createMergedRef } from './createMergedRef';\nimport './version';\n//# sourceMappingURL=index.js.map"
},
{
"id": "ZdmW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/index.js",
"index": 264,
"index2": 251,
"size": 97,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"issuerId": "F/nV",
"issuerName": "./node_modules/@fluentui/react-focus/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "5U38",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js"
},
{
"id": "1sZu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js"
},
{
"id": "F/nV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "F/nV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/FocusZone/index",
"loc": "2:0-45"
},
{
"moduleId": "F/nV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./components/FocusZone/index",
"loc": "2:0-45"
}
],
"providedExports": [
"FocusZone",
"FocusZoneTabbableElements",
"FocusZoneDirection"
],
"optimizationBailout": [],
"depth": 13,
"source": "export * from './FocusZone';\nexport * from './FocusZone.types';\n//# sourceMappingURL=index.js.map"
},
{
"id": "Zpaa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/aria.js",
"name": "./node_modules/@uifabric/utilities/lib/aria.js",
"index": 82,
"index2": 74,
"size": 615,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./aria",
"loc": "11:0-23"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./aria",
"loc": "11:0-23"
}
],
"providedExports": [
"mergeAriaAttributeValues"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * ARIA helper to concatenate attributes, returning undefined if all attributes\n * are undefined. (Empty strings are not a valid ARIA attribute value.)\n *\n * @param ariaAttributes - ARIA attributes to merge\n */\nexport function mergeAriaAttributeValues() {\n var ariaAttributes = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n ariaAttributes[_i] = arguments[_i];\n }\n var mergedAttribute = ariaAttributes\n .filter(function (arg) { return arg; })\n .join(' ')\n .trim();\n return mergedAttribute === '' ? undefined : mergedAttribute;\n}\n//# sourceMappingURL=aria.js.map"
},
{
"id": "aMN6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"index": 218,
"index2": 206,
"size": 270,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"issuerId": "dKbT",
"issuerName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "dKbT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "dKbT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./FontClassNames",
"loc": "2:0-50"
},
{
"moduleId": "dKbT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"type": "harmony export imported specifier",
"userRequest": "./FontClassNames",
"loc": "2:0-50"
}
],
"providedExports": [
"FontClassNames"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { buildClassMap } from '../utilities/buildClassMap';\nimport { DefaultFontStyles } from '../styles/DefaultFontStyles';\n/**\n * {@docCategory FontClassNames}\n */\nexport var FontClassNames = buildClassMap(DefaultFontStyles);\n//# sourceMappingURL=FontClassNames.js.map"
},
{
"id": "aWrN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"index": 354,
"index2": 344,
"size": 7235,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"issuerId": "CZVv",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "94wZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js"
},
{
"id": "CZVv",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "5:0-86"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "10:32-52"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "4:0-86"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "8:28-48"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "4:0-86"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "10:28-48"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "5:0-86"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../SplitButton/SplitButton.styles",
"loc": "11:28-48"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\nimport { HighContrastSelector, concatStyleSets, getFocusStyle, getHighContrastNoAdjustStyle, } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nexport var getStyles = memoizeFunction(function (theme, customStyles) {\n var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;\n var effects = theme.effects, palette = theme.palette, semanticColors = theme.semanticColors;\n var buttonHighContrastFocus = {\n left: -2,\n top: -2,\n bottom: -2,\n right: -2,\n border: 'none',\n };\n var splitButtonDividerBaseStyles = {\n position: 'absolute',\n width: 1,\n right: 31,\n top: 8,\n bottom: 8,\n };\n var splitButtonStyles = {\n splitButtonContainer: [\n getFocusStyle(theme, { highContrastStyle: buttonHighContrastFocus, inset: 2 }),\n {\n display: 'inline-flex',\n selectors: {\n '.ms-Button--default': {\n borderTopRightRadius: '0',\n borderBottomRightRadius: '0',\n borderRight: 'none',\n },\n '.ms-Button--primary': {\n borderTopRightRadius: '0',\n borderBottomRightRadius: '0',\n border: 'none',\n selectors: (_a = {},\n _a[HighContrastSelector] = __assign({ color: 'WindowText', backgroundColor: 'Window', border: '1px solid WindowText', borderRightWidth: '0' }, getHighContrastNoAdjustStyle()),\n _a),\n },\n '.ms-Button--primary + .ms-Button': {\n border: 'none',\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n border: '1px solid WindowText',\n borderLeftWidth: '0',\n },\n _b),\n },\n },\n },\n ],\n splitButtonContainerHovered: {\n selectors: {\n '.ms-Button--primary': {\n selectors: (_c = {},\n _c[HighContrastSelector] = {\n color: 'Window',\n backgroundColor: 'Highlight',\n },\n _c),\n },\n '.ms-Button.is-disabled': {\n color: semanticColors.buttonTextDisabled,\n selectors: (_d = {},\n _d[HighContrastSelector] = {\n color: 'GrayText',\n borderColor: 'GrayText',\n backgroundColor: 'Window',\n },\n _d),\n },\n },\n },\n splitButtonContainerChecked: {\n selectors: {\n '.ms-Button--primary': {\n selectors: (_e = {},\n _e[HighContrastSelector] = __assign({ color: 'Window', backgroundColor: 'WindowText' }, getHighContrastNoAdjustStyle()),\n _e),\n },\n },\n },\n splitButtonContainerCheckedHovered: {\n selectors: {\n '.ms-Button--primary': {\n selectors: (_f = {},\n _f[HighContrastSelector] = __assign({ color: 'Window', backgroundColor: 'WindowText' }, getHighContrastNoAdjustStyle()),\n _f),\n },\n },\n },\n splitButtonContainerFocused: {\n outline: 'none!important',\n },\n splitButtonMenuButton: (_g = {\n padding: 6,\n height: 'auto',\n boxSizing: 'border-box',\n borderRadius: 0,\n borderTopRightRadius: effects.roundedCorner2,\n borderBottomRightRadius: effects.roundedCorner2,\n border: \"1px solid \" + palette.neutralSecondaryAlt,\n borderLeft: 'none',\n outline: 'transparent',\n userSelect: 'none',\n display: 'inline-block',\n textDecoration: 'none',\n textAlign: 'center',\n cursor: 'pointer',\n verticalAlign: 'top',\n width: 32,\n marginLeft: -1,\n marginTop: 0,\n marginRight: 0,\n marginBottom: 0\n },\n _g[HighContrastSelector] = {\n '.ms-Button-menuIcon': {\n color: 'WindowText',\n },\n },\n _g),\n splitButtonDivider: __assign(__assign({}, splitButtonDividerBaseStyles), { selectors: (_h = {},\n _h[HighContrastSelector] = {\n backgroundColor: 'WindowText',\n },\n _h) }),\n splitButtonDividerDisabled: __assign(__assign({}, splitButtonDividerBaseStyles), { selectors: (_j = {},\n _j[HighContrastSelector] = {\n backgroundColor: 'GrayText',\n },\n _j) }),\n splitButtonMenuButtonDisabled: {\n pointerEvents: 'none',\n border: 'none',\n selectors: (_k = {\n ':hover': {\n cursor: 'default',\n },\n '.ms-Button--primary': {\n selectors: (_l = {},\n _l[HighContrastSelector] = {\n color: 'GrayText',\n borderColor: 'GrayText',\n backgroundColor: 'Window',\n },\n _l),\n },\n '.ms-Button-menuIcon': {\n selectors: (_m = {},\n _m[HighContrastSelector] = {\n color: 'GrayText',\n },\n _m),\n }\n },\n _k[HighContrastSelector] = {\n color: 'GrayText',\n border: '1px solid GrayText',\n backgroundColor: 'Window',\n },\n _k),\n },\n splitButtonFlexContainer: {\n display: 'flex',\n height: '100%',\n flexWrap: 'nowrap',\n justifyContent: 'center',\n alignItems: 'center',\n },\n splitButtonContainerDisabled: {\n outline: 'none',\n border: 'none',\n selectors: (_o = {},\n _o[HighContrastSelector] = __assign({ color: 'GrayText', borderColor: 'GrayText', backgroundColor: 'Window' }, getHighContrastNoAdjustStyle()),\n _o),\n },\n splitButtonMenuFocused: __assign({}, getFocusStyle(theme, { highContrastStyle: buttonHighContrastFocus, inset: 2 })),\n };\n return concatStyleSets(splitButtonStyles, customStyles);\n});\n//# sourceMappingURL=SplitButton.styles.js.map"
},
{
"id": "ahHo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"name": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"index": 128,
"index2": 121,
"size": 1571,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getNativeElementProps",
"loc": "30:0-40"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getNativeElementProps",
"loc": "30:0-40"
}
],
"providedExports": [
"getNativeElementProps"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { labelProperties, audioProperties, videoProperties, olProperties, liProperties, anchorProperties, buttonProperties, inputProperties, textAreaProperties, selectProperties, optionProperties, tableProperties, trProperties, thProperties, tdProperties, colGroupProperties, colProperties, formProperties, iframeProperties, imgProperties, htmlElementProperties, getNativeProps, } from './properties';\nvar nativeElementMap = {\n label: labelProperties,\n audio: audioProperties,\n video: videoProperties,\n ol: olProperties,\n li: liProperties,\n a: anchorProperties,\n button: buttonProperties,\n input: inputProperties,\n textarea: textAreaProperties,\n select: selectProperties,\n option: optionProperties,\n table: tableProperties,\n tr: trProperties,\n th: thProperties,\n td: tdProperties,\n colGroup: colGroupProperties,\n col: colProperties,\n form: formProperties,\n iframe: iframeProperties,\n img: imgProperties,\n};\n/**\n * Given an element tagname and user props, filters the props to only allowed props for the given\n * element type.\n * @param tagName - Tag name (e.g. \"div\")\n * @param props - Props object\n * @param excludedPropNames - List of props to disallow\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function getNativeElementProps(tagName, props, excludedPropNames) {\n var allowedPropNames = (tagName && nativeElementMap[tagName]) || htmlElementProperties;\n return getNativeProps(props, allowedPropNames, excludedPropNames);\n}\n//# sourceMappingURL=getNativeElementProps.js.map"
},
{
"id": "aoeH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"index": 109,
"index2": 99,
"size": 114,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/portalContainsElement",
"loc": "12:0-44"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/portalContainsElement",
"loc": "12:0-44"
}
],
"providedExports": [
"portalContainsElement"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { portalContainsElement } from '@fluentui/dom-utilities';\n//# sourceMappingURL=portalContainsElement.js.map"
},
{
"id": "avHa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/IPropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/IPropertyFieldColorPicker.js",
"index": 168,
"index2": 164,
"size": 455,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerId": "OU8Q",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "7:0-77"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "60:44-73"
},
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "2:0-44"
},
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony export imported specifier",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "2:0-44"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "20:0-76"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "40:33-62"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "52:33-62"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "./IPropertyFieldColorPicker",
"loc": "57:33-62"
}
],
"providedExports": [
"PropertyFieldColorPickerStyle"
],
"optimizationBailout": [],
"depth": 3,
"source": "/**\n * Enum for specifying how the control should be shown\n */\nexport var PropertyFieldColorPickerStyle;\n(function (PropertyFieldColorPickerStyle) {\n PropertyFieldColorPickerStyle[PropertyFieldColorPickerStyle[\"Full\"] = 1] = \"Full\";\n PropertyFieldColorPickerStyle[PropertyFieldColorPickerStyle[\"Inline\"] = 2] = \"Inline\";\n})(PropertyFieldColorPickerStyle || (PropertyFieldColorPickerStyle = {}));\n//# sourceMappingURL=IPropertyFieldColorPicker.js.map"
},
{
"id": "bAjc",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"index": 359,
"index2": 350,
"size": 3611,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"issuerId": "A9FN",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "A9FN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./CompoundButton.styles",
"loc": "5:0-52"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "./CompoundButton.styles",
"loc": "16:165-174"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { __assign } from \"tslib\";\nimport { concatStyleSets, FontWeights, HighContrastSelector, getHighContrastNoAdjustStyle, } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nimport { getStyles as getBaseButtonStyles } from '../BaseButton.styles';\nimport { getStyles as getSplitButtonStyles } from '../SplitButton/SplitButton.styles';\nimport { primaryStyles, standardStyles } from '../ButtonThemes';\nexport var getStyles = memoizeFunction(function (theme, customStyles, primary) {\n var _a, _b, _c, _d, _e;\n var fonts = theme.fonts, palette = theme.palette;\n var baseButtonStyles = getBaseButtonStyles(theme);\n var splitButtonStyles = getSplitButtonStyles(theme);\n var compoundButtonStyles = {\n root: {\n maxWidth: '280px',\n minHeight: '72px',\n height: 'auto',\n padding: '16px 12px',\n },\n flexContainer: {\n flexDirection: 'row',\n alignItems: 'flex-start',\n minWidth: '100%',\n margin: '',\n },\n textContainer: {\n textAlign: 'left',\n },\n icon: {\n fontSize: '2em',\n lineHeight: '1em',\n height: '1em',\n margin: '0px 8px 0px 0px',\n flexBasis: '1em',\n flexShrink: '0',\n },\n label: {\n margin: '0 0 5px',\n lineHeight: '100%',\n fontWeight: FontWeights.semibold,\n },\n description: [\n fonts.small,\n {\n lineHeight: '100%',\n },\n ],\n };\n var standardCompoundTheme = {\n description: {\n color: palette.neutralSecondary,\n },\n descriptionHovered: {\n color: palette.neutralDark,\n },\n descriptionPressed: {\n color: 'inherit',\n },\n descriptionChecked: {\n color: 'inherit',\n },\n descriptionDisabled: {\n color: 'inherit',\n },\n };\n var primaryCompoundTheme = {\n description: {\n color: palette.white,\n selectors: (_a = {},\n _a[HighContrastSelector] = __assign({ backgroundColor: 'WindowText', color: 'Window' }, getHighContrastNoAdjustStyle()),\n _a),\n },\n descriptionHovered: {\n color: palette.white,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n backgroundColor: 'Highlight',\n color: 'Window',\n },\n _b),\n },\n descriptionPressed: {\n color: 'inherit',\n selectors: (_c = {},\n _c[HighContrastSelector] = __assign({ color: 'Window', backgroundColor: 'WindowText' }, getHighContrastNoAdjustStyle()),\n _c),\n },\n descriptionChecked: {\n color: 'inherit',\n selectors: (_d = {},\n _d[HighContrastSelector] = __assign({ color: 'Window', backgroundColor: 'WindowText' }, getHighContrastNoAdjustStyle()),\n _d),\n },\n descriptionDisabled: {\n color: 'inherit',\n selectors: (_e = {},\n _e[HighContrastSelector] = {\n color: 'inherit',\n },\n _e),\n },\n };\n return concatStyleSets(baseButtonStyles, compoundButtonStyles, primary ? primaryStyles(theme) : standardStyles(theme), primary ? primaryCompoundTheme : standardCompoundTheme, splitButtonStyles, customStyles);\n});\n//# sourceMappingURL=CompoundButton.styles.js.map"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"index": 313,
"index2": 321,
"size": 771,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"issuerId": "IMrf",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IMrf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./KeytipData",
"loc": "1:0-29"
},
{
"moduleId": "IMrf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"type": "harmony export imported specifier",
"userRequest": "./KeytipData",
"loc": "1:0-29"
}
],
"providedExports": [
"KeytipData"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __rest } from \"tslib\";\nimport { DATAKTP_TARGET, DATAKTP_EXECUTE_TARGET } from '../../utilities/keytips/index';\nimport { useKeytipData } from './useKeytipData';\n/**\n * A small element to help the target component correctly read out its aria-describedby for its Keytip\n * {@docCategory Keytips}\n */\nexport var KeytipData = function (props) {\n var _a;\n var children = props.children, keytipDataProps = __rest(props, [\"children\"]);\n var _b = useKeytipData(keytipDataProps), keytipId = _b.keytipId, ariaDescribedBy = _b.ariaDescribedBy;\n return children((_a = {},\n _a[DATAKTP_TARGET] = keytipId,\n _a[DATAKTP_EXECUTE_TARGET] = keytipId,\n _a['aria-describedby'] = ariaDescribedBy,\n _a));\n};\n//# sourceMappingURL=KeytipData.js.map"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"index": 13,
"index2": 156,
"size": 736,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerId": "AQiI",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "office-ui-fabric-react/lib/utilities/color",
"loc": "2:0-80"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/utilities/color",
"loc": "69:51-69"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/utilities/color",
"loc": "70:51-69"
}
],
"providedExports": [
"MAX_COLOR_SATURATION",
"MAX_COLOR_HUE",
"MAX_COLOR_VALUE",
"MAX_COLOR_RGB",
"MAX_COLOR_RGBA",
"MAX_COLOR_ALPHA",
"MIN_HEX_LENGTH",
"MAX_HEX_LENGTH",
"MIN_RGBA_LENGTH",
"MAX_RGBA_LENGTH",
"HEX_REGEX",
"RGBA_REGEX",
"cssColor",
"rgb2hex",
"clamp",
"hsl2rgb",
"hsl2hsv",
"hsv2rgb",
"hsv2hex",
"rgb2hsv",
"hsv2hsl",
"getColorFromString",
"getColorFromRGBA",
"getColorFromHSV",
"getFullColorString",
"updateSV",
"updateH",
"updateRGB",
"updateA",
"correctRGB",
"correctHSV",
"correctHex",
"Shade",
"isValidShade",
"isDark",
"getShade",
"getBackgroundShade",
"getContrastRatio",
"updateT"
],
"optimizationBailout": [],
"depth": 4,
"source": "export * from './colors';\nexport * from './shades';\nexport * from './consts';\nexport * from './cssColor';\nexport * from './rgb2hex';\nexport * from './clamp';\nexport * from './hsl2rgb';\nexport * from './hsl2hsv';\nexport * from './hsv2rgb';\nexport * from './hsv2hex';\nexport * from './rgb2hsv';\nexport * from './hsv2hsl';\nexport * from './getColorFromString';\nexport * from './getColorFromRGBA';\nexport * from './getColorFromHSV';\nexport * from './getFullColorString';\nexport * from './updateSV';\nexport * from './updateH';\nexport * from './updateRGB';\nexport * from './getColorFromString';\nexport * from './updateA';\nexport * from './updateT';\nexport * from './correctRGB';\nexport * from './correctHSV';\n//# sourceMappingURL=index.js.map"
},
{
"id": "bQtI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"index": 160,
"index2": 155,
"size": 508,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/updateT",
"loc": "12:0-56"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/updateT",
"loc": "34:69-76"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/updateT",
"loc": "56:54-61"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/updateT",
"loc": "241:22-29"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateT",
"loc": "22:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./updateT",
"loc": "22:0-26"
}
],
"providedExports": [
"updateT"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { __assign } from \"tslib\";\nimport { _rgbaOrHexString } from './_rgbaOrHexString';\nimport { MAX_COLOR_ALPHA } from './consts';\n/**\n * Gets a color with the given transparency value and the same other components as `color`.\n * Does not modify the original color.\n */\nexport function updateT(color, t) {\n var a = MAX_COLOR_ALPHA - t;\n return __assign(__assign({}, color), { t: t,\n a: a, str: _rgbaOrHexString(color.r, color.g, color.b, a, color.hex) });\n}\n//# sourceMappingURL=updateT.js.map"
},
{
"id": "bakf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/extendComponent.js",
"name": "./node_modules/@uifabric/utilities/lib/extendComponent.js",
"index": 125,
"index2": 117,
"size": 517,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+G3N",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/safeSetTimeout.js",
"module": "./node_modules/@uifabric/utilities/lib/safeSetTimeout.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/safeSetTimeout.js",
"type": "harmony side effect evaluation",
"userRequest": "./extendComponent",
"loc": "1:0-52"
},
{
"moduleId": "+G3N",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/safeSetTimeout.js",
"module": "./node_modules/@uifabric/utilities/lib/safeSetTimeout.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/safeSetTimeout.js",
"type": "harmony import specifier",
"userRequest": "./extendComponent",
"loc": "13:12-27"
},
{
"moduleId": "1q2t",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/safeRequestAnimationFrame.js",
"module": "./node_modules/@uifabric/utilities/lib/safeRequestAnimationFrame.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/safeRequestAnimationFrame.js",
"type": "harmony side effect evaluation",
"userRequest": "./extendComponent",
"loc": "1:0-52"
},
{
"moduleId": "1q2t",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/safeRequestAnimationFrame.js",
"module": "./node_modules/@uifabric/utilities/lib/safeRequestAnimationFrame.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/safeRequestAnimationFrame.js",
"type": "harmony import specifier",
"userRequest": "./extendComponent",
"loc": "13:12-27"
},
{
"moduleId": "WJ1O",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"type": "harmony side effect evaluation",
"userRequest": "./extendComponent",
"loc": "1:0-52"
},
{
"moduleId": "WJ1O",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeComponentRef.js",
"type": "harmony import specifier",
"userRequest": "./extendComponent",
"loc": "9:4-19"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./extendComponent",
"loc": "27:0-34"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./extendComponent",
"loc": "27:0-34"
}
],
"providedExports": [
"extendComponent"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { appendFunction } from './appendFunction';\n/**\n * Extends a component's lifetime methods by appending new functions to the existing lifetime functions.\n */\nexport function extendComponent(parent, methods) {\n for (var name_1 in methods) {\n if (methods.hasOwnProperty(name_1)) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n parent[name_1] = appendFunction(parent, parent[name_1], methods[name_1]);\n }\n }\n}\n//# sourceMappingURL=extendComponent.js.map"
},
{
"id": "br4S",
"identifier": "external \"@microsoft/sp-webpart-base\"",
"name": "external \"@microsoft/sp-webpart-base\"",
"index": 2,
"index2": 1,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerId": "we3T",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "1:0-67"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "12:20-41"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "3:0-67"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "9:20-41"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony side effect evaluation",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "15:0-111"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "148:32-50"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "150:48-70"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@microsoft/sp-webpart-base",
"loc": "162:2-23"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 1
},
{
"id": "btAd",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"index": 112,
"index2": 102,
"size": 104,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/setVirtualParent",
"loc": "15:0-39"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/setVirtualParent",
"loc": "15:0-39"
}
],
"providedExports": [
"setVirtualParent"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { setVirtualParent } from '@fluentui/dom-utilities';\n//# sourceMappingURL=setVirtualParent.js.map"
},
{
"id": "cDcd",
"identifier": "external \"react\"",
"name": "external \"react\"",
"index": 71,
"index2": 62,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerId": "AQiI",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/HB8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"module": "./node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-42"
},
{
"moduleId": "/HB8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"module": "./node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "8:14-20"
},
{
"moduleId": "/HB8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"module": "./node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/usePrevious.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "9:4-13"
},
{
"moduleId": "/sqS",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "/sqS",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "14:25-42"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "28:23-42"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "30:23-42"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "32:23-42"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "34:23-42"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "36:23-42"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "40:2-17"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:22-37"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "83:16-35"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "123:2-17"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "7:11-30"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "14:0-31"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "31:16-35"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "32:12-31"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "35:2-17"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "150:16-35"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "151:12-31"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "152:16-35"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "153:16-35"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "154:20-39"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "155:24-43"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "158:47-66"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "159:42-61"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "160:24-43"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "163:16-35"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "164:20-39"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "165:24-43"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "166:28-47"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "167:28-47"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "168:28-47"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "169:28-47"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "170:50-69"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "171:20-39"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "172:24-43"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "176:36-55"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "177:32-51"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "287:2-17"
},
{
"moduleId": "57t7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/CustomizerContext.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/CustomizerContext.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/CustomizerContext.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "57t7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/CustomizerContext.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/CustomizerContext.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/CustomizerContext.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "2:31-50"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:19-31"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:4-25"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "24:4-25"
},
{
"moduleId": "5fkN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/DelayedRender.js",
"module": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "5fkN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/DelayedRender.js",
"module": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "35:39-53"
},
{
"moduleId": "5fkN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/DelayedRender.js",
"module": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "41:2-17"
},
{
"moduleId": "6Evp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useSetInterval.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useSetInterval.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useSetInterval.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "6Evp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useSetInterval.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useSetInterval.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useSetInterval.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "8:4-19"
},
{
"moduleId": "6SDC",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useConst.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useConst.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useConst.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "6SDC",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useConst.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useConst.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useConst.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "17:14-26"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "196:2-17"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "20:15-34"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "23:2-17"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "36:12-31"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "16:0-31"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "47:32-51"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "47:134-153"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "69:6-21"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "70:11-27"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "70:59-78"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:16-35"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:2-17"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "15:22-37"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "113:16-35"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "114:49-68"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "123:12-31"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "160:2-17"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:16-35"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:2-17"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "3:0-31"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "53:22-41"
},
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "13:29-41"
},
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "14:20-32"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "38:22-37"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "441:16-35"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "1044:2-17"
},
{
"moduleId": "CDio",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "CDio",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "8:12-31"
},
{
"moduleId": "CDio",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "9:8-27"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "25:29-44"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "34:30-49"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "36:31-50"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "38:16-35"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "38:36-50"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "40:12-31"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "72:2-17"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "15:29-44"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "43:24-43"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "49:23-42"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "197:16-35"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "198:12-31"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "200:16-35"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "201:76-95"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "203:33-52"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "206:20-39"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "207:24-43"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "208:28-47"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "209:76-95"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "210:45-64"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "212:33-52"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "213:20-39"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "214:24-43"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "215:28-47"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "322:15-34"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "326:15-34"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "357:16-35"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "367:16-35"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "416:2-17"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "27:2-17"
},
{
"moduleId": "FLjh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "FLjh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useSetTimeout.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "9:4-19"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:27-42"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "210:16-35"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "287:2-17"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "39:22-41"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:25-41"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "12:4-19"
},
{
"moduleId": "IIvt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/useCustomizationSettings.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "26:13-27"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "74:20-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "146:19-38"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "146:39-53"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "558:20-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "559:16-35"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "560:29-48"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "564:45-64"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "671:20-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "672:16-35"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "673:20-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "685:16-35"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "690:20-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "715:8-27"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "716:12-31"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "723:16-35"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "730:16-35"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "737:16-35"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "883:2-17"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "21:23-38"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "283:16-35"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "284:74-93"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "285:29-48"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "286:26-45"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "287:12-31"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "287:132-151"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "288:16-35"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "297:16-35"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "298:20-39"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "299:20-39"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "300:74-93"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "301:29-48"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "302:26-45"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "348:2-17"
},
{
"moduleId": "KB00",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "KB00",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useForceUpdate.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "7:13-27"
},
{
"moduleId": "KVSy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "KVSy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "4:13-27"
},
{
"moduleId": "KVSy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "9:19-31"
},
{
"moduleId": "KVSy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:22-34"
},
{
"moduleId": "KVSy",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useControllableValue.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:4-19"
},
{
"moduleId": "KwlQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useAsync.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "KwlQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useAsync.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useAsync.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:4-19"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "13:23-42"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "19:19-38"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "12:25-40"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "61:16-35"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "62:34-53"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "123:2-17"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "20:12-31"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "21:8-27"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:12-31"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:8-27"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:16-35"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:2-17"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:15-34"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:2-17"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "14:0-31"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "38:16-35"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "39:32-51"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "41:16-35"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "42:20-39"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "43:24-43"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "44:28-47"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "46:36-55"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "47:40-59"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "49:36-55"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "50:28-47"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "51:32-51"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "53:16-35"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "54:20-39"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "55:24-43"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "56:20-39"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "58:16-35"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "59:20-39"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "67:2-17"
},
{
"moduleId": "UA/s",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "UA/s",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useRefEffect.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "28:15-27"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "UV9c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipRef.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:21-38"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "14:15-34"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "20:2-17"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:16-35"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:2-17"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "9:18-34"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:21-33"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "32:15-34"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "39:31-41"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "12:24-39"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "27:38-57"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "51:16-35"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "52:12-31"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "52:187-206"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "55:16-35"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "3:0-31"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "34:29-44"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "35:32-47"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "213:23-42"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "214:12-31"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "218:31-50"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "219:31-50"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "220:16-35"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "451:2-17"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "28:28-47"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "45:35-54"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "47:31-50"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "54:14-29"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "17:22-37"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "106:16-35"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "107:12-31"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "108:12-31"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "109:12-31"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "110:12-31"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "133:2-17"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "15:11-30"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "23:16-35"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "33:15-34"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "41:15-34"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "48:16-35"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "83:16-35"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "92:16-35"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "92:36-50"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "100:2-17"
},
{
"moduleId": "fGTi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useId.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "fGTi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useId.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "14:14-26"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "15:30-45"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:30-45"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "87:16-35"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "88:12-31"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "148:2-17"
},
{
"moduleId": "jEFs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "jEFs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:13-27"
},
{
"moduleId": "jEFs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "14:19-31"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "20:38-57"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "117:16-35"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "117:148-167"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "145:16-35"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "146:12-31"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "150:15-34"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "176:16-35"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "177:12-31"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "12:21-36"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "18:38-57"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "72:16-35"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "72:209-228"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "73:12-31"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "24:16-35"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "27:2-17"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "62:16-35"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "62:159-178"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "65:2-17"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "48:2-17"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "76:75-94"
},
{
"moduleId": "qKK/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "qKK/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "5:27-46"
},
{
"moduleId": "qKK/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:44-60"
},
{
"moduleId": "qKK/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "15:60-76"
},
{
"moduleId": "qKK/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:11-30"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:27-39"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "36:16-35"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "41:19-38"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "45:2-17"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "9:22-37"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "10:29-44"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "11:28-43"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "177:16-35"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "178:12-31"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "180:12-31"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "273:2-17"
},
{
"moduleId": "v8ot",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "v8ot",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "8:14-26"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:16-35"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "22:2-17"
},
{
"moduleId": "xjL4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "xjL4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "12:22-34"
},
{
"moduleId": "xjL4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "14:4-19"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "1:0-31"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "38:4-19"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "19:31-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "20:38-53"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "33:27-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "36:27-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "39:27-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "51:24-43"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "65:24-43"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "83:36-55"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "89:38-57"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "93:19-38"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "105:20-39"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "454:59-78"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "455:12-31"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "469:8-27"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "471:20-39"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "475:16-35"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "475:36-50"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "477:12-31"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "529:64-83"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "530:12-31"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "534:30-49"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "541:19-38"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "556:16-35"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "608:2-17"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony side effect evaluation",
"userRequest": "react",
"loc": "2:0-31"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "12:22-41"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "13:49-68"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "react",
"loc": "16:2-17"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 4
},
{
"id": "cLFc",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"index": 245,
"index2": 235,
"size": 7022,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerId": "53eK",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorRectangle/ColorRectangle.base",
"loc": "16:0-74"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "./ColorRectangle/ColorRectangle.base",
"loc": "281:25-43"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "./ColorRectangle/ColorRectangle.base",
"loc": "282:31-49"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "./ColorRectangle/ColorRectangle.base",
"loc": "283:31-49"
},
{
"moduleId": "Lde7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorRectangle.base",
"loc": "2:0-59"
},
{
"moduleId": "Lde7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"type": "harmony import specifier",
"userRequest": "./ColorRectangle.base",
"loc": "4:35-53"
}
],
"providedExports": [
"ColorRectangleBase",
"_getNewColor"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { __extends } from \"tslib\";\nimport * as React from 'react';\nimport { classNamesFunction, on, initializeComponentRef, KeyCodes, getId } from '../../../Utilities';\nimport { MAX_COLOR_SATURATION, MAX_COLOR_VALUE } from '../../../utilities/color/consts';\nimport { getFullColorString } from '../../../utilities/color/getFullColorString';\nimport { updateSV } from '../../../utilities/color/updateSV';\nimport { clamp } from '../../../utilities/color/clamp';\nvar getClassNames = classNamesFunction();\n/**\n * {@docCategory ColorPicker}\n */\nvar ColorRectangleBase = /** @class */ (function (_super) {\n __extends(ColorRectangleBase, _super);\n function ColorRectangleBase(props) {\n var _this = _super.call(this, props) || this;\n _this._disposables = [];\n _this._root = React.createRef();\n _this._isAdjustingSaturation = true;\n _this._descriptionId = getId('ColorRectangle-description');\n _this._onKeyDown = function (ev) {\n var color = _this.state.color;\n var s = color.s, v = color.v;\n var increment = ev.shiftKey ? 10 : 1;\n // Intentionally DO NOT flip the color picker in RTL: its orientation is not very meaningful,\n // and getting all the math and styles flipped correctly is tricky\n switch (ev.which) {\n case KeyCodes.up: {\n _this._isAdjustingSaturation = false;\n v += increment; // V = 100 (lightest) is at the top\n break;\n }\n case KeyCodes.down: {\n _this._isAdjustingSaturation = false;\n v -= increment; // V = 0 (darkest) is at the bottom\n break;\n }\n case KeyCodes.left: {\n _this._isAdjustingSaturation = true;\n s -= increment;\n break;\n }\n case KeyCodes.right: {\n _this._isAdjustingSaturation = true;\n s += increment;\n break;\n }\n default:\n return;\n }\n _this._updateColor(ev, updateSV(color, clamp(s, MAX_COLOR_SATURATION), clamp(v, MAX_COLOR_VALUE)));\n };\n _this._onMouseDown = function (ev) {\n _this._disposables.push(on(window, 'mousemove', _this._onMouseMove, true), on(window, 'mouseup', _this._disposeListeners, true));\n _this._onMouseMove(ev);\n };\n _this._onMouseMove = function (ev) {\n if (!_this._root.current) {\n return;\n }\n // Leaving the following commented code which is sometimes necessary for debugging:\n // If the primary button (1) isn't pressed, the user is no longer dragging, so turn off\n // the event handlers and exit.\n // if (!(ev.buttons & 1)) {\n // this._disposeListeners();\n // return;\n // }\n var newColor = _getNewColor(ev, _this.state.color, _this._root.current);\n if (newColor) {\n _this._updateColor(ev, newColor);\n }\n };\n _this._disposeListeners = function () {\n _this._disposables.forEach(function (dispose) { return dispose(); });\n _this._disposables = [];\n };\n initializeComponentRef(_this);\n _this.state = { color: props.color };\n return _this;\n }\n Object.defineProperty(ColorRectangleBase.prototype, \"color\", {\n get: function () {\n return this.state.color;\n },\n enumerable: true,\n configurable: true\n });\n ColorRectangleBase.prototype.componentDidUpdate = function (prevProps, prevState) {\n // if props changed (as opposed to a state update), set the value\n // TODO: switch to strict controlled pattern instead\n if (prevProps !== this.props && this.props.color) {\n this.setState({ color: this.props.color });\n }\n };\n ColorRectangleBase.prototype.componentWillUnmount = function () {\n this._disposeListeners();\n };\n ColorRectangleBase.prototype.render = function () {\n var _a = this.props, minSize = _a.minSize, theme = _a.theme, className = _a.className, styles = _a.styles, ariaValueFormat = _a.ariaValueFormat, ariaLabel = _a.ariaLabel, ariaDescription = _a.ariaDescription;\n var color = this.state.color;\n var classNames = getClassNames(styles, {\n theme: theme,\n className: className,\n minSize: minSize,\n });\n var valueText = ariaValueFormat.replace('{0}', String(color.s)).replace('{1}', String(color.v));\n return (React.createElement(\"div\", { ref: this._root, tabIndex: 0, className: classNames.root, style: { backgroundColor: getFullColorString(color) }, onMouseDown: this._onMouseDown, onKeyDown: this._onKeyDown, role: \"slider\", \"aria-valuetext\": valueText, \"aria-valuenow\": this._isAdjustingSaturation ? color.s : color.v, \"aria-valuemin\": 0, \"aria-valuemax\": MAX_COLOR_VALUE, \"aria-label\": ariaLabel, \"aria-describedby\": this._descriptionId, \"data-is-focusable\": true },\n React.createElement(\"div\", { className: classNames.description, id: this._descriptionId }, ariaDescription),\n React.createElement(\"div\", { className: classNames.light }),\n React.createElement(\"div\", { className: classNames.dark }),\n React.createElement(\"div\", { className: classNames.thumb, style: { left: color.s + '%', top: MAX_COLOR_VALUE - color.v + '%', backgroundColor: color.str } })));\n };\n ColorRectangleBase.prototype._updateColor = function (ev, color) {\n var onChange = this.props.onChange;\n var oldColor = this.state.color;\n if (color.s === oldColor.s && color.v === oldColor.v) {\n return; // no change\n }\n if (onChange) {\n onChange(ev, color);\n }\n if (!ev.defaultPrevented) {\n this.setState({ color: color });\n ev.preventDefault();\n }\n };\n ColorRectangleBase.defaultProps = {\n minSize: 220,\n ariaLabel: 'Saturation and brightness',\n ariaValueFormat: 'Saturation {0} brightness {1}',\n ariaDescription: 'Use left and right arrow keys to set saturation. Use up and down arrow keys to set brightness.',\n };\n return ColorRectangleBase;\n}(React.Component));\nexport { ColorRectangleBase };\n/**\n * Exported for testing only.\n * @internal\n */\nexport function _getNewColor(ev, prevColor, root) {\n var rectSize = root.getBoundingClientRect();\n var sPercentage = (ev.clientX - rectSize.left) / rectSize.width;\n var vPercentage = (ev.clientY - rectSize.top) / rectSize.height;\n return updateSV(prevColor, clamp(Math.round(sPercentage * MAX_COLOR_SATURATION), MAX_COLOR_SATURATION), clamp(Math.round(MAX_COLOR_VALUE - vPercentage * MAX_COLOR_VALUE), MAX_COLOR_VALUE));\n}\n//# sourceMappingURL=ColorRectangle.base.js.map"
},
{
"id": "cPD0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"index": 185,
"index2": 172,
"size": 103,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./AnimationStyles",
"loc": "1:0-72"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./AnimationStyles",
"loc": "1:0-72"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./AnimationStyles",
"loc": "1:0-72"
}
],
"providedExports": [
"AnimationVariables",
"AnimationStyles"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from '@fluentui/theme/lib/motion/AnimationStyles';\n//# sourceMappingURL=AnimationStyles.js.map"
},
{
"id": "cRpF",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/contextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/contextualMenu/index.js",
"index": 267,
"index2": 256,
"size": 74,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"issuerId": "dvb8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "dvb8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "7:0-96"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "103:70-84"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "103:140-152"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "108:30-44"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "110:31-43"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "322:17-27"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "702:26-36"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "770:12-22"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "6:0-85"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "38:29-39"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "40:23-37"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "52:597-611"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "3:0-80"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "19:24-36"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "47:8-18"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "60:20-30"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/contextualMenu/index",
"loc": "67:16-26"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "7:0-106"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "106:29-39"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "117:86-100"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "117:315-334"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "117:427-441"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "129:22-36"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "157:22-36"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "6:0-120"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "28:24-36"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "30:26-45"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "31:29-39"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "61:29-43"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/contextualMenu/index",
"loc": "72:147-161"
}
],
"providedExports": [
"getIsChecked",
"hasSubmenu",
"isItemDisabled",
"getMenuItemAriaRole"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from './contextualMenuUtility';\n//# sourceMappingURL=index.js.map"
},
{
"id": "cwxN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/EventGroup.js",
"name": "./node_modules/@uifabric/utilities/lib/EventGroup.js",
"index": 48,
"index2": 40,
"size": 10817,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "./EventGroup",
"loc": "4:0-42"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony import specifier",
"userRequest": "./EventGroup",
"loc": "118:36-46"
},
{
"moduleId": "AyH7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/Selection.js",
"module": "./node_modules/@uifabric/utilities/lib/selection/Selection.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/selection/Selection.js",
"type": "harmony side effect evaluation",
"userRequest": "../EventGroup",
"loc": "2:0-43"
},
{
"moduleId": "AyH7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/Selection.js",
"module": "./node_modules/@uifabric/utilities/lib/selection/Selection.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/selection/Selection.js",
"type": "harmony import specifier",
"userRequest": "../EventGroup",
"loc": "337:12-22"
},
{
"moduleId": "O2QR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"module": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"type": "harmony side effect evaluation",
"userRequest": "./EventGroup",
"loc": "1:0-42"
},
{
"moduleId": "O2QR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"module": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"type": "harmony import specifier",
"userRequest": "./EventGroup",
"loc": "18:27-37"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./EventGroup",
"loc": "5:0-29"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./EventGroup",
"loc": "5:0-29"
}
],
"providedExports": [
"EventGroup"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { assign } from './object';\n/** An instance of EventGroup allows anything with a handle to it to trigger events on it.\n * If the target is an HTMLElement, the event will be attached to the element and can be\n * triggered as usual (like clicking for onClick).\n * The event can be triggered by calling EventGroup.raise() here. If the target is an\n * HTMLElement, the event gets raised and is handled by the browser. Otherwise, it gets\n * handled here in EventGroup, and the handler is called in the context of the parent\n * (which is passed in in the constructor).\n *\n * @public\n * {@docCategory EventGroup}\n */\nvar EventGroup = /** @class */ (function () {\n /** parent: the context in which events attached to non-HTMLElements are called */\n function EventGroup(parent) {\n this._id = EventGroup._uniqueId++;\n this._parent = parent;\n this._eventRecords = [];\n }\n /** For IE8, bubbleEvent is ignored here and must be dealt with by the handler.\n * Events raised here by default have bubbling set to false and cancelable set to true.\n * This applies also to built-in events being raised manually here on HTMLElements,\n * which may lead to unexpected behavior if it differs from the defaults.\n *\n */\n EventGroup.raise = function (target, eventName, eventArgs, bubbleEvent) {\n var retVal;\n if (EventGroup._isElement(target)) {\n if (typeof document !== 'undefined' && document.createEvent) {\n var ev = document.createEvent('HTMLEvents');\n ev.initEvent(eventName, bubbleEvent || false, true);\n assign(ev, eventArgs);\n retVal = target.dispatchEvent(ev);\n }\n else if (typeof document !== 'undefined' && document.createEventObject) {\n // IE8\n var evObj = document.createEventObject(eventArgs);\n // cannot set cancelBubble on evObj, fireEvent will overwrite it\n target.fireEvent('on' + eventName, evObj);\n }\n }\n else {\n while (target && retVal !== false) {\n var events = target.__events__;\n var eventRecords = events ? events[eventName] : null;\n if (eventRecords) {\n for (var id in eventRecords) {\n if (eventRecords.hasOwnProperty(id)) {\n var eventRecordList = eventRecords[id];\n for (var listIndex = 0; retVal !== false && listIndex < eventRecordList.length; listIndex++) {\n var record = eventRecordList[listIndex];\n if (record.objectCallback) {\n retVal = record.objectCallback.call(record.parent, eventArgs);\n }\n }\n }\n }\n }\n // If the target has a parent, bubble the event up.\n target = bubbleEvent ? target.parent : null;\n }\n }\n return retVal;\n };\n EventGroup.isObserved = function (target, eventName) {\n var events = target && target.__events__;\n return !!events && !!events[eventName];\n };\n /** Check to see if the target has declared support of the given event. */\n EventGroup.isDeclared = function (target, eventName) {\n var declaredEvents = target && target.__declaredEvents;\n return !!declaredEvents && !!declaredEvents[eventName];\n };\n EventGroup.stopPropagation = function (event) {\n if (event.stopPropagation) {\n event.stopPropagation();\n }\n else {\n // IE8\n event.cancelBubble = true;\n }\n };\n EventGroup._isElement = function (target) {\n return (!!target && (!!target.addEventListener || (typeof HTMLElement !== 'undefined' && target instanceof HTMLElement)));\n };\n EventGroup.prototype.dispose = function () {\n if (!this._isDisposed) {\n this._isDisposed = true;\n this.off();\n this._parent = null;\n }\n };\n /** On the target, attach a set of events, where the events object is a name to function mapping. */\n EventGroup.prototype.onAll = function (target, events, useCapture) {\n for (var eventName in events) {\n if (events.hasOwnProperty(eventName)) {\n this.on(target, eventName, events[eventName], useCapture);\n }\n }\n };\n /**\n * On the target, attach an event whose handler will be called in the context of the parent\n * of this instance of EventGroup.\n */\n EventGroup.prototype.on = function (target, eventName, callback, options) {\n var _this = this;\n if (eventName.indexOf(',') > -1) {\n var events = eventName.split(/[ ,]+/);\n for (var i = 0; i < events.length; i++) {\n this.on(target, events[i], callback, options);\n }\n }\n else {\n var parent_1 = this._parent;\n var eventRecord = {\n target: target,\n eventName: eventName,\n parent: parent_1,\n callback: callback,\n options: options,\n };\n // Initialize and wire up the record on the target, so that it can call the callback if the event fires.\n var events = (target.__events__ = target.__events__ || {});\n events[eventName] =\n events[eventName] ||\n {\n count: 0,\n };\n events[eventName][this._id] = events[eventName][this._id] || [];\n events[eventName][this._id].push(eventRecord);\n events[eventName].count++;\n if (EventGroup._isElement(target)) {\n var processElementEvent = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n if (_this._isDisposed) {\n return;\n }\n var result;\n try {\n result = callback.apply(parent_1, args);\n if (result === false && args[0]) {\n var e = args[0];\n if (e.preventDefault) {\n e.preventDefault();\n }\n if (e.stopPropagation) {\n e.stopPropagation();\n }\n e.cancelBubble = true;\n }\n }\n catch (e) {\n // ignore\n }\n return result;\n };\n eventRecord.elementCallback = processElementEvent;\n if (target.addEventListener) {\n target.addEventListener(eventName, processElementEvent, options);\n }\n else if (target.attachEvent) {\n // IE8\n target.attachEvent('on' + eventName, processElementEvent);\n }\n }\n else {\n var processObjectEvent = function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n if (_this._isDisposed) {\n return;\n }\n return callback.apply(parent_1, args);\n };\n eventRecord.objectCallback = processObjectEvent;\n }\n // Remember the record locally, so that it can be removed.\n this._eventRecords.push(eventRecord);\n }\n };\n EventGroup.prototype.off = function (target, eventName, callback, options) {\n for (var i = 0; i < this._eventRecords.length; i++) {\n var eventRecord = this._eventRecords[i];\n if ((!target || target === eventRecord.target) &&\n (!eventName || eventName === eventRecord.eventName) &&\n (!callback || callback === eventRecord.callback) &&\n (typeof options !== 'boolean' || options === eventRecord.options)) {\n var events = eventRecord.target.__events__;\n var targetArrayLookup = events[eventRecord.eventName];\n var targetArray = targetArrayLookup ? targetArrayLookup[this._id] : null;\n // We may have already target's entries, so check for null.\n if (targetArray) {\n if (targetArray.length === 1 || !callback) {\n targetArrayLookup.count -= targetArray.length;\n delete events[eventRecord.eventName][this._id];\n }\n else {\n targetArrayLookup.count--;\n targetArray.splice(targetArray.indexOf(eventRecord), 1);\n }\n if (!targetArrayLookup.count) {\n delete events[eventRecord.eventName];\n }\n }\n if (eventRecord.elementCallback) {\n if (eventRecord.target.removeEventListener) {\n eventRecord.target.removeEventListener(eventRecord.eventName, eventRecord.elementCallback, eventRecord.options);\n }\n else if (eventRecord.target.detachEvent) {\n // IE8\n eventRecord.target.detachEvent('on' + eventRecord.eventName, eventRecord.elementCallback);\n }\n }\n this._eventRecords.splice(i--, 1);\n }\n }\n };\n /** Trigger the given event in the context of this instance of EventGroup. */\n EventGroup.prototype.raise = function (eventName, eventArgs, bubbleEvent) {\n return EventGroup.raise(this._parent, eventName, eventArgs, bubbleEvent);\n };\n /** Declare an event as being supported by this instance of EventGroup. */\n EventGroup.prototype.declare = function (event) {\n var declaredEvents = (this._parent.__declaredEvents = this._parent.__declaredEvents || {});\n if (typeof event === 'string') {\n declaredEvents[event] = true;\n }\n else {\n for (var i = 0; i < event.length; i++) {\n declaredEvents[event[i]] = true;\n }\n }\n };\n EventGroup._uniqueId = 0;\n return EventGroup;\n}());\nexport { EventGroup };\n//# sourceMappingURL=EventGroup.js.map"
},
{
"id": "d/LW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"index": 367,
"index2": 359,
"size": 652,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"issuerId": "SkZD",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "SkZD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./MessageBarButton.styles",
"loc": "5:0-54"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "./MessageBarButton.styles",
"loc": "16:85-94"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { concatStyleSets, getFocusStyle } from '../../../Styling';\nimport { memoizeFunction } from '../../../Utilities';\nexport var getStyles = memoizeFunction(function (theme, customStyles) {\n return concatStyleSets({\n root: [\n getFocusStyle(theme, {\n inset: 1,\n highContrastStyle: {\n outlineOffset: '-4px',\n outline: '1px solid Window',\n },\n borderColor: 'transparent',\n }),\n {\n height: 24,\n },\n ],\n }, customStyles);\n});\n//# sourceMappingURL=MessageBarButton.styles.js.map"
},
{
"id": "dKbT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"index": 177,
"index2": 208,
"size": 198,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"issuerId": "tqYG",
"issuerName": "./node_modules/@uifabric/styling/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./classNames/index",
"loc": "1:0-35"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./classNames/index",
"loc": "1:0-35"
}
],
"providedExports": [
"AnimationClassNames",
"FontClassNames",
"ColorClassNames"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { AnimationClassNames } from './AnimationClassNames';\nexport { FontClassNames } from './FontClassNames';\nexport { ColorClassNames } from './ColorClassNames';\n//# sourceMappingURL=index.js.map"
},
{
"id": "dcEc",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/string.js",
"name": "./node_modules/@uifabric/utilities/lib/string.js",
"index": 152,
"index2": 144,
"size": 1311,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./string",
"loc": "55:0-25"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./string",
"loc": "55:0-25"
}
],
"providedExports": [
"format"
],
"optimizationBailout": [],
"depth": 8,
"source": "// Regex that finds { and } so they can be removed on a lookup for string format\nvar FORMAT_ARGS_REGEX = /[\\{\\}]/g;\n// Regex that finds {#} so it can be replaced by the arguments in string format\nvar FORMAT_REGEX = /\\{\\d+\\}/g;\n/**\n * String format method, used for scenarios where at runtime you\n * need to evaluate a formatted string given a tokenized string. This\n * usually only is needed in localization scenarios.\n\n * @example\n * ```tsx\n * \"I love {0} every {1}\".format(\"CXP\")\n * ```\n * will result in a Debug Exception.\n *\n * @public\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function format(s) {\n var values = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n values[_i - 1] = arguments[_i];\n }\n var args = values;\n // Callback match function\n function replaceFunc(match) {\n // looks up in the args\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var replacement = args[match.replace(FORMAT_ARGS_REGEX, '')];\n // catches undefined in nondebug and null in debug and nondebug\n if (replacement === null || replacement === undefined) {\n replacement = '';\n }\n return replacement;\n }\n return s.replace(FORMAT_REGEX, replaceFunc);\n}\n//# sourceMappingURL=string.js.map"
},
{
"id": "dp/N",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/selection/index.js",
"name": "./node_modules/@uifabric/utilities/lib/selection/index.js",
"index": 149,
"index2": 143,
"size": 97,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./selection/index",
"loc": "54:0-34"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./selection/index",
"loc": "54:0-34"
}
],
"providedExports": [
"SELECTION_CHANGE",
"SelectionMode",
"SelectionDirection",
"Selection"
],
"optimizationBailout": [],
"depth": 8,
"source": "export * from './Selection.types';\nexport * from './Selection';\n//# sourceMappingURL=index.js.map"
},
{
"id": "dvb8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"index": 304,
"index2": 291,
"size": 4587,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerId": "2bYP",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItem.base",
"loc": "5:0-42"
},
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenuItem.base",
"loc": "5:0-42"
},
{
"moduleId": "qQHi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItem.base",
"loc": "2:0-67"
},
{
"moduleId": "qQHi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItem.base",
"loc": "7:39-61"
}
],
"providedExports": [
"ContextualMenuItemBase"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { hasSubmenu, getIsChecked } from '../../utilities/contextualMenu/index';\nimport { getRTL, initializeComponentRef } from '../../Utilities';\nimport { Icon } from '../../Icon';\nvar renderItemIcon = function (props) {\n var item = props.item, hasIcons = props.hasIcons, classNames = props.classNames;\n var iconProps = item.iconProps;\n if (!hasIcons) {\n return null;\n }\n if (item.onRenderIcon) {\n return item.onRenderIcon(props);\n }\n return React.createElement(Icon, __assign({}, iconProps, { className: classNames.icon }));\n};\nvar renderCheckMarkIcon = function (_a) {\n var onCheckmarkClick = _a.onCheckmarkClick, item = _a.item, classNames = _a.classNames;\n var isItemChecked = getIsChecked(item);\n if (onCheckmarkClick) {\n // Ensures that the item is passed as the first argument to the checkmark click callback.\n var onClick = function (e) { return onCheckmarkClick(item, e); };\n return (React.createElement(Icon, { iconName: item.canCheck !== false && isItemChecked ? 'CheckMark' : '', className: classNames.checkmarkIcon, \n // eslint-disable-next-line react/jsx-no-bind\n onClick: onClick }));\n }\n return null;\n};\nvar renderItemName = function (_a) {\n var item = _a.item, classNames = _a.classNames;\n /* eslint-disable deprecation/deprecation */\n if (item.text || item.name) {\n return React.createElement(\"span\", { className: classNames.label }, item.text || item.name);\n }\n /* eslint-enable deprecation/deprecation */\n return null;\n};\nvar renderSecondaryText = function (_a) {\n var item = _a.item, classNames = _a.classNames;\n if (item.secondaryText) {\n return React.createElement(\"span\", { className: classNames.secondaryText }, item.secondaryText);\n }\n return null;\n};\nvar renderSubMenuIcon = function (_a) {\n var item = _a.item, classNames = _a.classNames, theme = _a.theme;\n if (hasSubmenu(item)) {\n return (React.createElement(Icon, __assign({ iconName: getRTL(theme) ? 'ChevronLeft' : 'ChevronRight' }, item.submenuIconProps, { className: classNames.subMenuIcon })));\n }\n return null;\n};\nvar ContextualMenuItemBase = /** @class */ (function (_super) {\n __extends(ContextualMenuItemBase, _super);\n function ContextualMenuItemBase(props) {\n var _this = _super.call(this, props) || this;\n _this.openSubMenu = function () {\n var _a = _this.props, item = _a.item, openSubMenu = _a.openSubMenu, getSubmenuTarget = _a.getSubmenuTarget;\n if (getSubmenuTarget) {\n var submenuTarget = getSubmenuTarget();\n if (hasSubmenu(item) && openSubMenu && submenuTarget) {\n openSubMenu(item, submenuTarget);\n }\n }\n };\n _this.dismissSubMenu = function () {\n var _a = _this.props, item = _a.item, dismissSubMenu = _a.dismissSubMenu;\n if (hasSubmenu(item) && dismissSubMenu) {\n dismissSubMenu();\n }\n };\n _this.dismissMenu = function (dismissAll) {\n var dismissMenu = _this.props.dismissMenu;\n if (dismissMenu) {\n dismissMenu(undefined /* ev */, dismissAll);\n }\n };\n initializeComponentRef(_this);\n return _this;\n }\n ContextualMenuItemBase.prototype.render = function () {\n var _a = this.props, item = _a.item, classNames = _a.classNames;\n var renderContent = item.onRenderContent || this._renderLayout;\n return (React.createElement(\"div\", { className: item.split ? classNames.linkContentMenu : classNames.linkContent }, renderContent(this.props, {\n renderCheckMarkIcon: renderCheckMarkIcon,\n renderItemIcon: renderItemIcon,\n renderItemName: renderItemName,\n renderSecondaryText: renderSecondaryText,\n renderSubMenuIcon: renderSubMenuIcon,\n })));\n };\n ContextualMenuItemBase.prototype._renderLayout = function (props, defaultRenders) {\n return (React.createElement(React.Fragment, null,\n defaultRenders.renderCheckMarkIcon(props),\n defaultRenders.renderItemIcon(props),\n defaultRenders.renderItemName(props),\n defaultRenders.renderSecondaryText(props),\n defaultRenders.renderSubMenuIcon(props)));\n };\n return ContextualMenuItemBase;\n}(React.Component));\nexport { ContextualMenuItemBase };\n//# sourceMappingURL=ContextualMenuItem.base.js.map"
},
{
"id": "e06V",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/properties.js",
"name": "./node_modules/@uifabric/utilities/lib/properties.js",
"index": 129,
"index2": 120,
"size": 9363,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./properties",
"loc": "47:0-29"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./properties",
"loc": "47:0-29"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony side effect evaluation",
"userRequest": "./properties",
"loc": "1:0-401"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "3:11-26"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "4:11-26"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "5:11-26"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "6:8-20"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "7:8-20"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "8:7-23"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "9:12-28"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "10:11-26"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "11:14-32"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "12:12-28"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "13:12-28"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "14:11-26"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "15:8-20"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "16:8-20"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "17:8-20"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "18:14-32"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "19:9-22"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "20:10-24"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "21:12-28"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "22:9-22"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "33:69-90"
},
{
"moduleId": "ahHo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"module": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getNativeElementProps.js",
"type": "harmony import specifier",
"userRequest": "./properties",
"loc": "34:11-25"
}
],
"providedExports": [
"baseElementEvents",
"baseElementProperties",
"htmlElementProperties",
"labelProperties",
"audioProperties",
"videoProperties",
"olProperties",
"liProperties",
"anchorProperties",
"buttonProperties",
"inputProperties",
"textAreaProperties",
"selectProperties",
"optionProperties",
"tableProperties",
"trProperties",
"thProperties",
"tdProperties",
"colGroupProperties",
"colProperties",
"formProperties",
"iframeProperties",
"imgProperties",
"imageProperties",
"divProperties",
"getNativeProps"
],
"optimizationBailout": [],
"depth": 8,
"source": "var toObjectMap = function () {\n var items = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n items[_i] = arguments[_i];\n }\n var result = {};\n for (var _a = 0, items_1 = items; _a < items_1.length; _a++) {\n var item = items_1[_a];\n var keys = Array.isArray(item) ? item : Object.keys(item);\n for (var _b = 0, keys_1 = keys; _b < keys_1.length; _b++) {\n var key = keys_1[_b];\n result[key] = 1;\n }\n }\n return result;\n};\n/**\n * An array of events that are allowed on every html element type.\n *\n * @public\n */\nexport var baseElementEvents = toObjectMap([\n 'onCopy',\n 'onCut',\n 'onPaste',\n 'onCompositionEnd',\n 'onCompositionStart',\n 'onCompositionUpdate',\n 'onFocus',\n 'onFocusCapture',\n 'onBlur',\n 'onBlurCapture',\n 'onChange',\n 'onInput',\n 'onSubmit',\n 'onLoad',\n 'onError',\n 'onKeyDown',\n 'onKeyDownCapture',\n 'onKeyPress',\n 'onKeyUp',\n 'onAbort',\n 'onCanPlay',\n 'onCanPlayThrough',\n 'onDurationChange',\n 'onEmptied',\n 'onEncrypted',\n 'onEnded',\n 'onLoadedData',\n 'onLoadedMetadata',\n 'onLoadStart',\n 'onPause',\n 'onPlay',\n 'onPlaying',\n 'onProgress',\n 'onRateChange',\n 'onSeeked',\n 'onSeeking',\n 'onStalled',\n 'onSuspend',\n 'onTimeUpdate',\n 'onVolumeChange',\n 'onWaiting',\n 'onClick',\n 'onClickCapture',\n 'onContextMenu',\n 'onDoubleClick',\n 'onDrag',\n 'onDragEnd',\n 'onDragEnter',\n 'onDragExit',\n 'onDragLeave',\n 'onDragOver',\n 'onDragStart',\n 'onDrop',\n 'onMouseDown',\n 'onMouseDownCapture',\n 'onMouseEnter',\n 'onMouseLeave',\n 'onMouseMove',\n 'onMouseOut',\n 'onMouseOver',\n 'onMouseUp',\n 'onMouseUpCapture',\n 'onSelect',\n 'onTouchCancel',\n 'onTouchEnd',\n 'onTouchMove',\n 'onTouchStart',\n 'onScroll',\n 'onWheel',\n 'onPointerCancel',\n 'onPointerDown',\n 'onPointerEnter',\n 'onPointerLeave',\n 'onPointerMove',\n 'onPointerOut',\n 'onPointerOver',\n 'onPointerUp',\n 'onGotPointerCapture',\n 'onLostPointerCapture',\n]);\n/**\n * An array of element attributes which are allowed on every html element type.\n *\n * @public\n */\nexport var baseElementProperties = toObjectMap([\n 'accessKey',\n 'children',\n 'className',\n 'contentEditable',\n 'dir',\n 'draggable',\n 'hidden',\n 'htmlFor',\n 'id',\n 'lang',\n 'ref',\n 'role',\n 'style',\n 'tabIndex',\n 'title',\n 'translate',\n 'spellCheck',\n 'name',\n]);\n/**\n * An array of HTML element properties and events.\n *\n * @public\n */\nexport var htmlElementProperties = toObjectMap(baseElementProperties, baseElementEvents);\n/**\n * An array of LABEL tag properties and events.\n *\n * @public\n */\nexport var labelProperties = toObjectMap(htmlElementProperties, [\n 'form',\n]);\n/**\n * An array of AUDIO tag properties and events.\n\n * @public\n */\nexport var audioProperties = toObjectMap(htmlElementProperties, [\n 'height',\n 'loop',\n 'muted',\n 'preload',\n 'src',\n 'width',\n]);\n/**\n * An array of VIDEO tag properties and events.\n *\n * @public\n */\nexport var videoProperties = toObjectMap(audioProperties, [\n 'poster',\n]);\n/**\n * An array of OL tag properties and events.\n *\n * @public\n */\nexport var olProperties = toObjectMap(htmlElementProperties, [\n 'start',\n]);\n/**\n * An array of LI tag properties and events.\n *\n * @public\n */\nexport var liProperties = toObjectMap(htmlElementProperties, [\n 'value',\n]);\n/**\n * An array of A tag properties and events.\n *\n * @public\n */\nexport var anchorProperties = toObjectMap(htmlElementProperties, [\n 'download',\n 'href',\n 'hrefLang',\n 'media',\n 'rel',\n 'target',\n 'type',\n]);\n/**\n * An array of BUTTON tag properties and events.\n *\n * @public\n */\nexport var buttonProperties = toObjectMap(htmlElementProperties, [\n 'autoFocus',\n 'disabled',\n 'form',\n 'formAction',\n 'formEncType',\n 'formMethod',\n 'formNoValidate',\n 'formTarget',\n 'type',\n 'value',\n]);\n/**\n * An array of INPUT tag properties and events.\n *\n * @public\n */\nexport var inputProperties = toObjectMap(buttonProperties, [\n 'accept',\n 'alt',\n 'autoCapitalize',\n 'autoComplete',\n 'checked',\n 'dirname',\n 'form',\n 'height',\n 'inputMode',\n 'list',\n 'max',\n 'maxLength',\n 'min',\n 'multiple',\n 'pattern',\n 'placeholder',\n 'readOnly',\n 'required',\n 'src',\n 'step',\n 'size',\n 'type',\n 'value',\n 'width',\n]);\n/**\n * An array of TEXTAREA tag properties and events.\n *\n * @public\n */\nexport var textAreaProperties = toObjectMap(buttonProperties, [\n 'autoCapitalize',\n 'cols',\n 'dirname',\n 'form',\n 'maxLength',\n 'placeholder',\n 'readOnly',\n 'required',\n 'rows',\n 'wrap',\n]);\n/**\n * An array of SELECT tag properties and events.\n *\n * @public\n */\nexport var selectProperties = toObjectMap(buttonProperties, [\n 'form',\n 'multiple',\n 'required',\n]);\nexport var optionProperties = toObjectMap(htmlElementProperties, [\n 'selected',\n 'value',\n]);\n/**\n * An array of TABLE tag properties and events.\n *\n * @public\n */\nexport var tableProperties = toObjectMap(htmlElementProperties, [\n 'cellPadding',\n 'cellSpacing',\n]);\n/**\n * An array of TR tag properties and events.\n *\n * @public\n */\nexport var trProperties = htmlElementProperties;\n/**\n * An array of TH tag properties and events.\n *\n * @public\n */\nexport var thProperties = toObjectMap(htmlElementProperties, [\n 'rowSpan',\n 'scope',\n]);\n/**\n * An array of TD tag properties and events.\n *\n * @public\n */\nexport var tdProperties = toObjectMap(htmlElementProperties, [\n 'colSpan',\n 'headers',\n 'rowSpan',\n 'scope',\n]);\nexport var colGroupProperties = toObjectMap(htmlElementProperties, [\n 'span',\n]);\nexport var colProperties = toObjectMap(htmlElementProperties, [\n 'span',\n]);\n/**\n * An array of FORM tag properties and events.\n *\n * @public\n */\nexport var formProperties = toObjectMap(htmlElementProperties, [\n 'acceptCharset',\n 'action',\n 'encType',\n 'encType',\n 'method',\n 'noValidate',\n 'target',\n]);\n/**\n * An array of IFRAME tag properties and events.\n *\n * @public\n */\nexport var iframeProperties = toObjectMap(htmlElementProperties, [\n 'allow',\n 'allowFullScreen',\n 'allowPaymentRequest',\n 'allowTransparency',\n 'csp',\n 'height',\n 'importance',\n 'referrerPolicy',\n 'sandbox',\n 'src',\n 'srcDoc',\n 'width',\n]);\n/**\n * An array of IMAGE tag properties and events.\n *\n * @public\n */\nexport var imgProperties = toObjectMap(htmlElementProperties, [\n 'alt',\n 'crossOrigin',\n 'height',\n 'src',\n 'srcSet',\n 'useMap',\n 'width',\n]);\n/**\n * @deprecated Use imgProperties for img elements.\n */\nexport var imageProperties = imgProperties;\n/**\n * An array of DIV tag properties and events.\n *\n * @public\n */\nexport var divProperties = htmlElementProperties;\n/**\n * Gets native supported props for an html element provided the allowance set. Use one of the property\n * sets defined (divProperties, buttonPropertes, etc) to filter out supported properties from a given\n * props set. Note that all data- and aria- prefixed attributes will be allowed.\n * NOTE: getNativeProps should always be applied first when adding props to a react component. The\n * non-native props should be applied second. This will prevent getNativeProps from overriding your custom props.\n * For example, if props passed to getNativeProps has an onClick function and getNativeProps is added to\n * the component after an onClick function is added, then the getNativeProps onClick will override it.\n *\n * @public\n * @param props - The unfiltered input props\n * @param allowedPropsNames - The array or record of allowed prop names.\n * @returns The filtered props\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function getNativeProps(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nprops, allowedPropNames, excludedPropNames) {\n // It'd be great to properly type this while allowing 'aria-` and 'data-' attributes like TypeScript does for\n // JSX attributes, but that ability is hardcoded into the TS compiler with no analog in TypeScript typings.\n // Then we'd be able to enforce props extends native props (including aria- and data- attributes), and then\n // return native props.\n // We should be able to do this once this PR is merged: https://github.com/microsoft/TypeScript/pull/26797\n var _a;\n var isArray = Array.isArray(allowedPropNames);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var result = {};\n var keys = Object.keys(props);\n for (var _i = 0, keys_2 = keys; _i < keys_2.length; _i++) {\n var key = keys_2[_i];\n var isNativeProp = (!isArray && allowedPropNames[key]) ||\n (isArray && allowedPropNames.indexOf(key) >= 0) ||\n key.indexOf('data-') === 0 ||\n key.indexOf('aria-') === 0;\n if (isNativeProp && (!excludedPropNames || ((_a = excludedPropNames) === null || _a === void 0 ? void 0 : _a.indexOf(key)) === -1)) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n result[key] = props[key];\n }\n }\n return result;\n}\n//# sourceMappingURL=properties.js.map"
},
{
"id": "e1Yi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/version.js",
"index": 40,
"index2": 35,
"size": 273,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"issuerId": "iRzo",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0R3a",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "1:0-19"
},
{
"moduleId": "FQnb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "1:0-19"
},
{
"moduleId": "Gc2k",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "1:0-19"
},
{
"moduleId": "iRzo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "1:0-19"
}
],
"providedExports": [],
"optimizationBailout": [],
"depth": 7,
"source": "// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('office-ui-fabric-react', '7.174.0');\n//# sourceMappingURL=version.js.map"
},
{
"id": "eJ87",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"name": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"index": 121,
"index2": 111,
"size": 1748,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "OZoo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"type": "harmony side effect evaluation",
"userRequest": "./mergeSettings",
"loc": "1:0-69"
},
{
"moduleId": "OZoo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"type": "harmony import specifier",
"userRequest": "./mergeSettings",
"loc": "13:22-35"
},
{
"moduleId": "OZoo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeCustomizations.js",
"type": "harmony import specifier",
"userRequest": "./mergeSettings",
"loc": "14:28-47"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/mergeSettings",
"loc": "25:0-47"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./customizations/mergeSettings",
"loc": "25:0-47"
}
],
"providedExports": [
"mergeSettings",
"mergeScopedSettings"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\n/**\n * Merge new and old settings, giving priority to new settings.\n * New settings is optional in which case oldSettings is returned as-is.\n * @param oldSettings - Old settings to fall back to.\n * @param newSettings - New settings that will be merged over oldSettings.\n * @returns Merged settings.\n */\nexport function mergeSettings(oldSettings, newSettings) {\n if (oldSettings === void 0) { oldSettings = {}; }\n var mergeSettingsWith = _isSettingsFunction(newSettings) ? newSettings : _settingsMergeWith(newSettings);\n return mergeSettingsWith(oldSettings);\n}\nexport function mergeScopedSettings(oldSettings, newSettings) {\n if (oldSettings === void 0) { oldSettings = {}; }\n var mergeSettingsWith = _isSettingsFunction(newSettings) ? newSettings : _scopedSettingsMergeWith(newSettings);\n return mergeSettingsWith(oldSettings);\n}\nfunction _isSettingsFunction(settings) {\n return typeof settings === 'function';\n}\nfunction _settingsMergeWith(newSettings) {\n return function (settings) { return (newSettings ? __assign(__assign({}, settings), newSettings) : settings); };\n}\nfunction _scopedSettingsMergeWith(scopedSettingsFromProps) {\n if (scopedSettingsFromProps === void 0) { scopedSettingsFromProps = {}; }\n return function (oldScopedSettings) {\n var newScopedSettings = __assign({}, oldScopedSettings);\n for (var scopeName in scopedSettingsFromProps) {\n if (scopedSettingsFromProps.hasOwnProperty(scopeName)) {\n newScopedSettings[scopeName] = __assign(__assign({}, oldScopedSettings[scopeName]), scopedSettingsFromProps[scopeName]);\n }\n }\n return newScopedSettings;\n };\n}\n//# sourceMappingURL=mergeSettings.js.map"
},
{
"id": "eP0N",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/telemetry-js/node_modules/whatwg-fetch/fetch.js",
"name": "./node_modules/@pnp/telemetry-js/node_modules/whatwg-fetch/fetch.js",
"index": 373,
"index2": 366,
"size": 13012,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/telemetry-js/dist/index.js",
"issuerId": "/A2d",
"issuerName": "./node_modules/@pnp/telemetry-js/dist/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "TVYz",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/common/telemetry/index.js"
},
{
"id": "/A2d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/telemetry-js/dist/index.js",
"name": "./node_modules/@pnp/telemetry-js/dist/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/A2d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/telemetry-js/dist/index.js",
"module": "./node_modules/@pnp/telemetry-js/dist/index.js",
"moduleName": "./node_modules/@pnp/telemetry-js/dist/index.js",
"type": "cjs require",
"userRequest": "whatwg-fetch",
"loc": "38:0-23"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 6,
"source": "(function(self) {\n 'use strict';\n\n if (self.fetch) {\n return\n }\n\n var support = {\n searchParams: 'URLSearchParams' in self,\n iterable: 'Symbol' in self && 'iterator' in Symbol,\n blob: 'FileReader' in self && 'Blob' in self && (function() {\n try {\n new Blob()\n return true\n } catch(e) {\n return false\n }\n })(),\n formData: 'FormData' in self,\n arrayBuffer: 'ArrayBuffer' in self\n }\n\n if (support.arrayBuffer) {\n var viewClasses = [\n '[object Int8Array]',\n '[object Uint8Array]',\n '[object Uint8ClampedArray]',\n '[object Int16Array]',\n '[object Uint16Array]',\n '[object Int32Array]',\n '[object Uint32Array]',\n '[object Float32Array]',\n '[object Float64Array]'\n ]\n\n var isDataView = function(obj) {\n return obj && DataView.prototype.isPrototypeOf(obj)\n }\n\n var isArrayBufferView = ArrayBuffer.isView || function(obj) {\n return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1\n }\n }\n\n function normalizeName(name) {\n if (typeof name !== 'string') {\n name = String(name)\n }\n if (/[^a-z0-9\\-#$%&'*+.\\^_`|~]/i.test(name)) {\n throw new TypeError('Invalid character in header field name')\n }\n return name.toLowerCase()\n }\n\n function normalizeValue(value) {\n if (typeof value !== 'string') {\n value = String(value)\n }\n return value\n }\n\n // Build a destructive iterator for the value list\n function iteratorFor(items) {\n var iterator = {\n next: function() {\n var value = items.shift()\n return {done: value === undefined, value: value}\n }\n }\n\n if (support.iterable) {\n iterator[Symbol.iterator] = function() {\n return iterator\n }\n }\n\n return iterator\n }\n\n function Headers(headers) {\n this.map = {}\n\n if (headers instanceof Headers) {\n headers.forEach(function(value, name) {\n this.append(name, value)\n }, this)\n } else if (Array.isArray(headers)) {\n headers.forEach(function(header) {\n this.append(header[0], header[1])\n }, this)\n } else if (headers) {\n Object.getOwnPropertyNames(headers).forEach(function(name) {\n this.append(name, headers[name])\n }, this)\n }\n }\n\n Headers.prototype.append = function(name, value) {\n name = normalizeName(name)\n value = normalizeValue(value)\n var oldValue = this.map[name]\n this.map[name] = oldValue ? oldValue+','+value : value\n }\n\n Headers.prototype['delete'] = function(name) {\n delete this.map[normalizeName(name)]\n }\n\n Headers.prototype.get = function(name) {\n name = normalizeName(name)\n return this.has(name) ? this.map[name] : null\n }\n\n Headers.prototype.has = function(name) {\n return this.map.hasOwnProperty(normalizeName(name))\n }\n\n Headers.prototype.set = function(name, value) {\n this.map[normalizeName(name)] = normalizeValue(value)\n }\n\n Headers.prototype.forEach = function(callback, thisArg) {\n for (var name in this.map) {\n if (this.map.hasOwnProperty(name)) {\n callback.call(thisArg, this.map[name], name, this)\n }\n }\n }\n\n Headers.prototype.keys = function() {\n var items = []\n this.forEach(function(value, name) { items.push(name) })\n return iteratorFor(items)\n }\n\n Headers.prototype.values = function() {\n var items = []\n this.forEach(function(value) { items.push(value) })\n return iteratorFor(items)\n }\n\n Headers.prototype.entries = function() {\n var items = []\n this.forEach(function(value, name) { items.push([name, value]) })\n return iteratorFor(items)\n }\n\n if (support.iterable) {\n Headers.prototype[Symbol.iterator] = Headers.prototype.entries\n }\n\n function consumed(body) {\n if (body.bodyUsed) {\n return Promise.reject(new TypeError('Already read'))\n }\n body.bodyUsed = true\n }\n\n function fileReaderReady(reader) {\n return new Promise(function(resolve, reject) {\n reader.onload = function() {\n resolve(reader.result)\n }\n reader.onerror = function() {\n reject(reader.error)\n }\n })\n }\n\n function readBlobAsArrayBuffer(blob) {\n var reader = new FileReader()\n var promise = fileReaderReady(reader)\n reader.readAsArrayBuffer(blob)\n return promise\n }\n\n function readBlobAsText(blob) {\n var reader = new FileReader()\n var promise = fileReaderReady(reader)\n reader.readAsText(blob)\n return promise\n }\n\n function readArrayBufferAsText(buf) {\n var view = new Uint8Array(buf)\n var chars = new Array(view.length)\n\n for (var i = 0; i < view.length; i++) {\n chars[i] = String.fromCharCode(view[i])\n }\n return chars.join('')\n }\n\n function bufferClone(buf) {\n if (buf.slice) {\n return buf.slice(0)\n } else {\n var view = new Uint8Array(buf.byteLength)\n view.set(new Uint8Array(buf))\n return view.buffer\n }\n }\n\n function Body() {\n this.bodyUsed = false\n\n this._initBody = function(body) {\n this._bodyInit = body\n if (!body) {\n this._bodyText = ''\n } else if (typeof body === 'string') {\n this._bodyText = body\n } else if (support.blob && Blob.prototype.isPrototypeOf(body)) {\n this._bodyBlob = body\n } else if (support.formData && FormData.prototype.isPrototypeOf(body)) {\n this._bodyFormData = body\n } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {\n this._bodyText = body.toString()\n } else if (support.arrayBuffer && support.blob && isDataView(body)) {\n this._bodyArrayBuffer = bufferClone(body.buffer)\n // IE 10-11 can't handle a DataView body.\n this._bodyInit = new Blob([this._bodyArrayBuffer])\n } else if (support.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(body) || isArrayBufferView(body))) {\n this._bodyArrayBuffer = bufferClone(body)\n } else {\n throw new Error('unsupported BodyInit type')\n }\n\n if (!this.headers.get('content-type')) {\n if (typeof body === 'string') {\n this.headers.set('content-type', 'text/plain;charset=UTF-8')\n } else if (this._bodyBlob && this._bodyBlob.type) {\n this.headers.set('content-type', this._bodyBlob.type)\n } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {\n this.headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8')\n }\n }\n }\n\n if (support.blob) {\n this.blob = function() {\n var rejected = consumed(this)\n if (rejected) {\n return rejected\n }\n\n if (this._bodyBlob) {\n return Promise.resolve(this._bodyBlob)\n } else if (this._bodyArrayBuffer) {\n return Promise.resolve(new Blob([this._bodyArrayBuffer]))\n } else if (this._bodyFormData) {\n throw new Error('could not read FormData body as blob')\n } else {\n return Promise.resolve(new Blob([this._bodyText]))\n }\n }\n\n this.arrayBuffer = function() {\n if (this._bodyArrayBuffer) {\n return consumed(this) || Promise.resolve(this._bodyArrayBuffer)\n } else {\n return this.blob().then(readBlobAsArrayBuffer)\n }\n }\n }\n\n this.text = function() {\n var rejected = consumed(this)\n if (rejected) {\n return rejected\n }\n\n if (this._bodyBlob) {\n return readBlobAsText(this._bodyBlob)\n } else if (this._bodyArrayBuffer) {\n return Promise.resolve(readArrayBufferAsText(this._bodyArrayBuffer))\n } else if (this._bodyFormData) {\n throw new Error('could not read FormData body as text')\n } else {\n return Promise.resolve(this._bodyText)\n }\n }\n\n if (support.formData) {\n this.formData = function() {\n return this.text().then(decode)\n }\n }\n\n this.json = function() {\n return this.text().then(JSON.parse)\n }\n\n return this\n }\n\n // HTTP methods whose capitalization should be normalized\n var methods = ['DELETE', 'GET', 'HEAD', 'OPTIONS', 'POST', 'PUT']\n\n function normalizeMethod(method) {\n var upcased = method.toUpperCase()\n return (methods.indexOf(upcased) > -1) ? upcased : method\n }\n\n function Request(input, options) {\n options = options || {}\n var body = options.body\n\n if (input instanceof Request) {\n if (input.bodyUsed) {\n throw new TypeError('Already read')\n }\n this.url = input.url\n this.credentials = input.credentials\n if (!options.headers) {\n this.headers = new Headers(input.headers)\n }\n this.method = input.method\n this.mode = input.mode\n if (!body && input._bodyInit != null) {\n body = input._bodyInit\n input.bodyUsed = true\n }\n } else {\n this.url = String(input)\n }\n\n this.credentials = options.credentials || this.credentials || 'omit'\n if (options.headers || !this.headers) {\n this.headers = new Headers(options.headers)\n }\n this.method = normalizeMethod(options.method || this.method || 'GET')\n this.mode = options.mode || this.mode || null\n this.referrer = null\n\n if ((this.method === 'GET' || this.method === 'HEAD') && body) {\n throw new TypeError('Body not allowed for GET or HEAD requests')\n }\n this._initBody(body)\n }\n\n Request.prototype.clone = function() {\n return new Request(this, { body: this._bodyInit })\n }\n\n function decode(body) {\n var form = new FormData()\n body.trim().split('&').forEach(function(bytes) {\n if (bytes) {\n var split = bytes.split('=')\n var name = split.shift().replace(/\\+/g, ' ')\n var value = split.join('=').replace(/\\+/g, ' ')\n form.append(decodeURIComponent(name), decodeURIComponent(value))\n }\n })\n return form\n }\n\n function parseHeaders(rawHeaders) {\n var headers = new Headers()\n // Replace instances of \\r\\n and \\n followed by at least one space or horizontal tab with a space\n // https://tools.ietf.org/html/rfc7230#section-3.2\n var preProcessedHeaders = rawHeaders.replace(/\\r?\\n[\\t ]+/g, ' ')\n preProcessedHeaders.split(/\\r?\\n/).forEach(function(line) {\n var parts = line.split(':')\n var key = parts.shift().trim()\n if (key) {\n var value = parts.join(':').trim()\n headers.append(key, value)\n }\n })\n return headers\n }\n\n Body.call(Request.prototype)\n\n function Response(bodyInit, options) {\n if (!options) {\n options = {}\n }\n\n this.type = 'default'\n this.status = options.status === undefined ? 200 : options.status\n this.ok = this.status >= 200 && this.status < 300\n this.statusText = 'statusText' in options ? options.statusText : 'OK'\n this.headers = new Headers(options.headers)\n this.url = options.url || ''\n this._initBody(bodyInit)\n }\n\n Body.call(Response.prototype)\n\n Response.prototype.clone = function() {\n return new Response(this._bodyInit, {\n status: this.status,\n statusText: this.statusText,\n headers: new Headers(this.headers),\n url: this.url\n })\n }\n\n Response.error = function() {\n var response = new Response(null, {status: 0, statusText: ''})\n response.type = 'error'\n return response\n }\n\n var redirectStatuses = [301, 302, 303, 307, 308]\n\n Response.redirect = function(url, status) {\n if (redirectStatuses.indexOf(status) === -1) {\n throw new RangeError('Invalid status code')\n }\n\n return new Response(null, {status: status, headers: {location: url}})\n }\n\n self.Headers = Headers\n self.Request = Request\n self.Response = Response\n\n self.fetch = function(input, init) {\n return new Promise(function(resolve, reject) {\n var request = new Request(input, init)\n var xhr = new XMLHttpRequest()\n\n xhr.onload = function() {\n var options = {\n status: xhr.status,\n statusText: xhr.statusText,\n headers: parseHeaders(xhr.getAllResponseHeaders() || '')\n }\n options.url = 'responseURL' in xhr ? xhr.responseURL : options.headers.get('X-Request-URL')\n var body = 'response' in xhr ? xhr.response : xhr.responseText\n resolve(new Response(body, options))\n }\n\n xhr.onerror = function() {\n reject(new TypeError('Network request failed'))\n }\n\n xhr.ontimeout = function() {\n reject(new TypeError('Network request failed'))\n }\n\n xhr.open(request.method, request.url, true)\n\n if (request.credentials === 'include') {\n xhr.withCredentials = true\n } else if (request.credentials === 'omit') {\n xhr.withCredentials = false\n }\n\n if ('responseType' in xhr && support.blob) {\n xhr.responseType = 'blob'\n }\n\n request.headers.forEach(function(value, name) {\n xhr.setRequestHeader(name, value)\n })\n\n xhr.send(typeof request._bodyInit === 'undefined' ? null : request._bodyInit)\n })\n }\n self.fetch.polyfill = true\n})(typeof self !== 'undefined' ? self : this);\n"
},
{
"id": "eRMf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/version.js",
"name": "./node_modules/@uifabric/utilities/lib/version.js",
"index": 159,
"index2": 151,
"size": 269,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "63:0-19"
}
],
"providedExports": [],
"optimizationBailout": [],
"depth": 8,
"source": "// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@uifabric/utilities', '7.33.4');\n//# sourceMappingURL=version.js.map"
},
{
"id": "ehB9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/rtlifyRules.js",
"name": "./node_modules/@uifabric/merge-styles/lib/transforms/rtlifyRules.js",
"index": 62,
"index2": 49,
"size": 2557,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"issuerId": "zS9i",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
},
{
"id": "01ST",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js"
},
{
"id": "zS9i",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"name": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony side effect evaluation",
"userRequest": "./transforms/rtlifyRules",
"loc": "6:0-55"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "./transforms/rtlifyRules",
"loc": "188:8-19"
}
],
"providedExports": [
"rtlifyRules"
],
"optimizationBailout": [],
"depth": 12,
"source": "var _a;\nvar LEFT = 'left';\nvar RIGHT = 'right';\nvar NO_FLIP = '@noflip';\nvar NAME_REPLACEMENTS = (_a = {},\n _a[LEFT] = RIGHT,\n _a[RIGHT] = LEFT,\n _a);\nvar VALUE_REPLACEMENTS = {\n 'w-resize': 'e-resize',\n 'sw-resize': 'se-resize',\n 'nw-resize': 'ne-resize',\n};\n/**\n * RTLifies the rulePair in the array at the current index. This mutates the array for performance\n * reasons.\n */\nexport function rtlifyRules(options, rulePairs, index) {\n if (options.rtl) {\n var name_1 = rulePairs[index];\n if (!name_1) {\n return;\n }\n var value = rulePairs[index + 1];\n if (typeof value === 'string' && value.indexOf(NO_FLIP) >= 0) {\n rulePairs[index + 1] = value.replace(/\\s*(?:\\/\\*\\s*)?\\@noflip\\b(?:\\s*\\*\\/)?\\s*?/g, '');\n }\n else if (name_1.indexOf(LEFT) >= 0) {\n rulePairs[index] = name_1.replace(LEFT, RIGHT);\n }\n else if (name_1.indexOf(RIGHT) >= 0) {\n rulePairs[index] = name_1.replace(RIGHT, LEFT);\n }\n else if (String(value).indexOf(LEFT) >= 0) {\n rulePairs[index + 1] = value.replace(LEFT, RIGHT);\n }\n else if (String(value).indexOf(RIGHT) >= 0) {\n rulePairs[index + 1] = value.replace(RIGHT, LEFT);\n }\n else if (NAME_REPLACEMENTS[name_1]) {\n rulePairs[index] = NAME_REPLACEMENTS[name_1];\n }\n else if (VALUE_REPLACEMENTS[value]) {\n rulePairs[index + 1] = VALUE_REPLACEMENTS[value];\n }\n else {\n switch (name_1) {\n case 'margin':\n case 'padding':\n rulePairs[index + 1] = flipQuad(value);\n break;\n case 'box-shadow':\n rulePairs[index + 1] = negateNum(value, 0);\n break;\n }\n }\n }\n}\n/**\n * Given a string value in a space delimited format (e.g. \"1 2 3 4\"), negates a particular value.\n */\nfunction negateNum(value, partIndex) {\n var parts = value.split(' ');\n var numberVal = parseInt(parts[partIndex], 10);\n parts[0] = parts[0].replace(String(numberVal), String(numberVal * -1));\n return parts.join(' ');\n}\n/**\n * Given a string quad, flips the left and right values.\n */\nfunction flipQuad(value) {\n if (typeof value === 'string') {\n var parts = value.split(' ');\n if (parts.length === 4) {\n return parts[0] + \" \" + parts[3] + \" \" + parts[2] + \" \" + parts[1];\n }\n }\n return value;\n}\n//# sourceMappingURL=rtlifyRules.js.map"
},
{
"id": "elao",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/Async.js",
"name": "./node_modules/@uifabric/utilities/lib/Async.js",
"index": 44,
"index2": 38,
"size": 15648,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "./Async",
"loc": "3:0-32"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony import specifier",
"userRequest": "./Async",
"loc": "101:35-40"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Async",
"loc": "1:0-24"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Async",
"loc": "1:0-24"
}
],
"providedExports": [
"Async"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\n/**\n * Bugs often appear in async code when stuff gets disposed, but async operations don't get canceled.\n * This Async helper class solves these issues by tying async code to the lifetime of a disposable object.\n *\n * Usage: Anything class extending from BaseModel can access this helper via this.async. Otherwise create a\n * new instance of the class and remember to call dispose() during your code's dispose handler.\n *\n * @public\n */\nvar Async = /** @class */ (function () {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n function Async(parent, onError) {\n this._timeoutIds = null;\n this._immediateIds = null;\n this._intervalIds = null;\n this._animationFrameIds = null;\n this._isDisposed = false;\n this._parent = parent || null;\n this._onErrorHandler = onError;\n this._noop = function () {\n /* do nothing */\n };\n }\n /**\n * Dispose function, clears all async operations.\n */\n Async.prototype.dispose = function () {\n var id;\n this._isDisposed = true;\n this._parent = null;\n // Clear timeouts.\n if (this._timeoutIds) {\n for (id in this._timeoutIds) {\n if (this._timeoutIds.hasOwnProperty(id)) {\n this.clearTimeout(parseInt(id, 10));\n }\n }\n this._timeoutIds = null;\n }\n // Clear immediates.\n if (this._immediateIds) {\n for (id in this._immediateIds) {\n if (this._immediateIds.hasOwnProperty(id)) {\n this.clearImmediate(parseInt(id, 10));\n }\n }\n this._immediateIds = null;\n }\n // Clear intervals.\n if (this._intervalIds) {\n for (id in this._intervalIds) {\n if (this._intervalIds.hasOwnProperty(id)) {\n this.clearInterval(parseInt(id, 10));\n }\n }\n this._intervalIds = null;\n }\n // Clear animation frames.\n if (this._animationFrameIds) {\n for (id in this._animationFrameIds) {\n if (this._animationFrameIds.hasOwnProperty(id)) {\n this.cancelAnimationFrame(parseInt(id, 10));\n }\n }\n this._animationFrameIds = null;\n }\n };\n /**\n * SetTimeout override, which will auto cancel the timeout during dispose.\n * @param callback - Callback to execute.\n * @param duration - Duration in milliseconds.\n * @returns The setTimeout id.\n */\n Async.prototype.setTimeout = function (callback, duration) {\n var _this = this;\n var timeoutId = 0;\n if (!this._isDisposed) {\n if (!this._timeoutIds) {\n this._timeoutIds = {};\n }\n timeoutId = setTimeout(function () {\n // Time to execute the timeout, enqueue it as a foreground task to be executed.\n try {\n // Now delete the record and call the callback.\n if (_this._timeoutIds) {\n delete _this._timeoutIds[timeoutId];\n }\n callback.apply(_this._parent);\n }\n catch (e) {\n if (_this._onErrorHandler) {\n _this._onErrorHandler(e);\n }\n }\n }, duration);\n this._timeoutIds[timeoutId] = true;\n }\n return timeoutId;\n };\n /**\n * Clears the timeout.\n * @param id - Id to cancel.\n */\n Async.prototype.clearTimeout = function (id) {\n if (this._timeoutIds && this._timeoutIds[id]) {\n clearTimeout(id);\n delete this._timeoutIds[id];\n }\n };\n /**\n * SetImmediate override, which will auto cancel the immediate during dispose.\n * @param callback - Callback to execute.\n * @param targetElement - Optional target element to use for identifying the correct window.\n * @returns The setTimeout id.\n */\n Async.prototype.setImmediate = function (callback, targetElement) {\n var _this = this;\n var immediateId = 0;\n var win = getWindow(targetElement);\n if (!this._isDisposed) {\n if (!this._immediateIds) {\n this._immediateIds = {};\n }\n var setImmediateCallback = function () {\n // Time to execute the timeout, enqueue it as a foreground task to be executed.\n try {\n // Now delete the record and call the callback.\n if (_this._immediateIds) {\n delete _this._immediateIds[immediateId];\n }\n callback.apply(_this._parent);\n }\n catch (e) {\n _this._logError(e);\n }\n };\n immediateId = win.setTimeout(setImmediateCallback, 0);\n this._immediateIds[immediateId] = true;\n }\n return immediateId;\n };\n /**\n * Clears the immediate.\n * @param id - Id to cancel.\n * @param targetElement - Optional target element to use for identifying the correct window.\n */\n Async.prototype.clearImmediate = function (id, targetElement) {\n var win = getWindow(targetElement);\n if (this._immediateIds && this._immediateIds[id]) {\n win.clearTimeout(id);\n delete this._immediateIds[id];\n }\n };\n /**\n * SetInterval override, which will auto cancel the timeout during dispose.\n * @param callback - Callback to execute.\n * @param duration - Duration in milliseconds.\n * @returns The setTimeout id.\n */\n Async.prototype.setInterval = function (callback, duration) {\n var _this = this;\n var intervalId = 0;\n if (!this._isDisposed) {\n if (!this._intervalIds) {\n this._intervalIds = {};\n }\n intervalId = setInterval(function () {\n // Time to execute the interval callback, enqueue it as a foreground task to be executed.\n try {\n callback.apply(_this._parent);\n }\n catch (e) {\n _this._logError(e);\n }\n }, duration);\n this._intervalIds[intervalId] = true;\n }\n return intervalId;\n };\n /**\n * Clears the interval.\n * @param id - Id to cancel.\n */\n Async.prototype.clearInterval = function (id) {\n if (this._intervalIds && this._intervalIds[id]) {\n clearInterval(id);\n delete this._intervalIds[id];\n }\n };\n /**\n * Creates a function that, when executed, will only call the func function at most once per\n * every wait milliseconds. Provide an options object to indicate that func should be invoked\n * on the leading and/or trailing edge of the wait timeout. Subsequent calls to the throttled\n * function will return the result of the last func call.\n *\n * Note: If leading and trailing options are true func will be called on the trailing edge of\n * the timeout only if the throttled function is invoked more than once during the wait timeout.\n *\n * @param func - The function to throttle.\n * @param wait - The number of milliseconds to throttle executions to. Defaults to 0.\n * @param options - The options object.\n * @returns The new throttled function.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Async.prototype.throttle = function (func, wait, options) {\n var _this = this;\n if (this._isDisposed) {\n return this._noop;\n }\n var waitMS = wait || 0;\n var leading = true;\n var trailing = true;\n var lastExecuteTime = 0;\n var lastResult;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var lastArgs;\n var timeoutId = null;\n if (options && typeof options.leading === 'boolean') {\n leading = options.leading;\n }\n if (options && typeof options.trailing === 'boolean') {\n trailing = options.trailing;\n }\n var callback = function (userCall) {\n var now = Date.now();\n var delta = now - lastExecuteTime;\n var waitLength = leading ? waitMS - delta : waitMS;\n if (delta >= waitMS && (!userCall || leading)) {\n lastExecuteTime = now;\n if (timeoutId) {\n _this.clearTimeout(timeoutId);\n timeoutId = null;\n }\n lastResult = func.apply(_this._parent, lastArgs);\n }\n else if (timeoutId === null && trailing) {\n timeoutId = _this.setTimeout(callback, waitLength);\n }\n return lastResult;\n };\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var resultFunction = (function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n lastArgs = args;\n return callback(true);\n });\n return resultFunction;\n };\n /**\n * Creates a function that will delay the execution of func until after wait milliseconds have\n * elapsed since the last time it was invoked. Provide an options object to indicate that func\n * should be invoked on the leading and/or trailing edge of the wait timeout. Subsequent calls\n * to the debounced function will return the result of the last func call.\n *\n * Note: If leading and trailing options are true func will be called on the trailing edge of\n * the timeout only if the debounced function is invoked more than once during the wait\n * timeout.\n *\n * @param func - The function to debounce.\n * @param wait - The number of milliseconds to delay.\n * @param options - The options object.\n * @returns The new debounced function.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Async.prototype.debounce = function (func, wait, options) {\n var _this = this;\n if (this._isDisposed) {\n var noOpFunction = (function () {\n /** Do nothing */\n });\n noOpFunction.cancel = function () {\n return;\n };\n noOpFunction.flush = (function () { return null; });\n noOpFunction.pending = function () { return false; };\n return noOpFunction;\n }\n var waitMS = wait || 0;\n var leading = false;\n var trailing = true;\n var maxWait = null;\n var lastCallTime = 0;\n var lastExecuteTime = Date.now();\n var lastResult;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var lastArgs;\n var timeoutId = null;\n if (options && typeof options.leading === 'boolean') {\n leading = options.leading;\n }\n if (options && typeof options.trailing === 'boolean') {\n trailing = options.trailing;\n }\n if (options && typeof options.maxWait === 'number' && !isNaN(options.maxWait)) {\n maxWait = options.maxWait;\n }\n var markExecuted = function (time) {\n if (timeoutId) {\n _this.clearTimeout(timeoutId);\n timeoutId = null;\n }\n lastExecuteTime = time;\n };\n var invokeFunction = function (time) {\n markExecuted(time);\n lastResult = func.apply(_this._parent, lastArgs);\n };\n var callback = function (userCall) {\n var now = Date.now();\n var executeImmediately = false;\n if (userCall) {\n if (leading && now - lastCallTime >= waitMS) {\n executeImmediately = true;\n }\n lastCallTime = now;\n }\n var delta = now - lastCallTime;\n var waitLength = waitMS - delta;\n var maxWaitDelta = now - lastExecuteTime;\n var maxWaitExpired = false;\n if (maxWait !== null) {\n // maxWait only matters when there is a pending callback\n if (maxWaitDelta >= maxWait && timeoutId) {\n maxWaitExpired = true;\n }\n else {\n waitLength = Math.min(waitLength, maxWait - maxWaitDelta);\n }\n }\n if (delta >= waitMS || maxWaitExpired || executeImmediately) {\n invokeFunction(now);\n }\n else if ((timeoutId === null || !userCall) && trailing) {\n timeoutId = _this.setTimeout(callback, waitLength);\n }\n return lastResult;\n };\n var pending = function () {\n return !!timeoutId;\n };\n var cancel = function () {\n if (pending()) {\n // Mark the debounced function as having executed\n markExecuted(Date.now());\n }\n };\n var flush = function () {\n if (pending()) {\n invokeFunction(Date.now());\n }\n return lastResult;\n };\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var resultFunction = (function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n lastArgs = args;\n return callback(true);\n });\n resultFunction.cancel = cancel;\n resultFunction.flush = flush;\n resultFunction.pending = pending;\n return resultFunction;\n };\n Async.prototype.requestAnimationFrame = function (callback, targetElement) {\n var _this = this;\n var animationFrameId = 0;\n var win = getWindow(targetElement);\n if (!this._isDisposed) {\n if (!this._animationFrameIds) {\n this._animationFrameIds = {};\n }\n var animationFrameCallback = function () {\n try {\n // Now delete the record and call the callback.\n if (_this._animationFrameIds) {\n delete _this._animationFrameIds[animationFrameId];\n }\n callback.apply(_this._parent);\n }\n catch (e) {\n _this._logError(e);\n }\n };\n animationFrameId = win.requestAnimationFrame\n ? win.requestAnimationFrame(animationFrameCallback)\n : win.setTimeout(animationFrameCallback, 0);\n this._animationFrameIds[animationFrameId] = true;\n }\n return animationFrameId;\n };\n Async.prototype.cancelAnimationFrame = function (id, targetElement) {\n var win = getWindow(targetElement);\n if (this._animationFrameIds && this._animationFrameIds[id]) {\n win.cancelAnimationFrame ? win.cancelAnimationFrame(id) : win.clearTimeout(id);\n delete this._animationFrameIds[id];\n }\n };\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Async.prototype._logError = function (e) {\n if (this._onErrorHandler) {\n this._onErrorHandler(e);\n }\n };\n return Async;\n}());\nexport { Async };\n//# sourceMappingURL=Async.js.map"
},
{
"id": "etsv",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"index": 96,
"index2": 85,
"size": 611,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./elementContainsAttribute",
"loc": "2:0-43"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./elementContainsAttribute",
"loc": "2:0-43"
}
],
"providedExports": [
"elementContainsAttribute"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { findElementRecursive } from './findElementRecursive';\n/**\n * Determines if an element, or any of its ancestors, contain the given attribute\n * @param element - element to start searching at\n * @param attribute - the attribute to search for\n * @returns the value of the first instance found\n */\nexport function elementContainsAttribute(element, attribute) {\n var elementMatch = findElementRecursive(element, function (testElement) { return testElement.hasAttribute(attribute); });\n return elementMatch && elementMatch.getAttribute(attribute);\n}\n//# sourceMappingURL=elementContainsAttribute.js.map"
},
{
"id": "f9IH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"name": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"index": 370,
"index2": 363,
"size": 595,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"issuerId": "6dv4",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "PkS7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.scss.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.scss.js"
},
{
"id": "6dv4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6dv4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"type": "cjs require",
"userRequest": "!!../../../../../css-loader/dist/cjs.js!../../../../../postcss-loader/src/index.js??postcss!./PropertyFieldColorPickerHost.module.css",
"loc": "1:14-158"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 6,
"source": "exports = module.exports = require(\"../../../../../css-loader/dist/runtime/api.js\")(false);\n// Module\nexports.push([module.id, \".pfColorPicker_bd096fe1 .ms-ColorPicker-table{table-layout:fixed;width:100%}.pfColorPicker_bd096fe1 .ms-ColorPicker-table thead>tr>td:first-child{width:28%}.pfColorPicker_bd096fe1 .cpInlineTable_bd096fe1{border-spacing:0;width:100%}.pfColorPicker_bd096fe1 .cpInlineTable_bd096fe1 .cpInlineRow_bd096fe1{vertical-align:top}.pfColorPicker_bd096fe1 .disabledCP_bd096fe1{pointer-events:none;opacity:.4;border:none;padding:0;margin:0}.hidden_bd096fe1{display:none}\", \"\"]);\n"
},
{
"id": "fGTi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useId.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"index": 329,
"index2": 310,
"size": 830,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useId",
"loc": "8:0-24"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useId",
"loc": "8:0-24"
}
],
"providedExports": [
"useId"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\nimport { getId } from '@uifabric/utilities/lib/getId';\n/**\n * Hook to generate a unique ID in the global scope (spanning across duplicate copies of the same library).\n *\n * @param prefix - Optional prefix for the ID\n * @param providedId - Optional id provided by a parent component. Defaults to the provided value if present,\n * without conditioning the hook call\n * @returns The ID\n */\nexport function useId(prefix, providedId) {\n // getId should only be called once since it updates the global constant for the next ID value.\n // (While an extra update isn't likely to cause problems in practice, it's better to avoid it.)\n var ref = React.useRef(providedId);\n if (!ref.current) {\n ref.current = getId(prefix);\n }\n return ref.current;\n}\n//# sourceMappingURL=useId.js.map"
},
{
"id": "fHBA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/IPropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/IPropertyFieldSpinButtonHost.js",
"index": 386,
"index2": 383,
"size": 56,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"issuerId": "KR5Y",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "KR5Y",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./IPropertyFieldSpinButtonHost",
"loc": "4:0-47"
},
{
"moduleId": "KR5Y",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"type": "harmony export imported specifier",
"userRequest": "./IPropertyFieldSpinButtonHost",
"loc": "4:0-47"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 3,
"source": "//# sourceMappingURL=IPropertyFieldSpinButtonHost.js.map"
},
{
"id": "faye",
"identifier": "external \"react-dom\"",
"name": "external \"react-dom\"",
"index": 161,
"index2": 157,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerId": "AQiI",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "react-dom",
"loc": "4:0-38"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "react-dom",
"loc": "64:8-23"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "react-dom",
"loc": "2:0-38"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony import specifier",
"userRequest": "react-dom",
"loc": "49:8-23"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony side effect evaluation",
"userRequest": "react-dom",
"loc": "3:0-38"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "react-dom",
"loc": "62:12-33"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 4
},
{
"id": "fkLE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/IPropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/IPropertyFieldColorPickerHost.js",
"index": 375,
"index2": 372,
"size": 57,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerId": "OU8Q",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./IPropertyFieldColorPickerHost",
"loc": "4:0-48"
},
{
"moduleId": "OU8Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"type": "harmony export imported specifier",
"userRequest": "./IPropertyFieldColorPickerHost",
"loc": "4:0-48"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 3,
"source": "//# sourceMappingURL=IPropertyFieldColorPickerHost.js.map"
},
{
"id": "g4NY",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"index": 235,
"index2": 218,
"size": 7213,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"issuerId": "Rosp",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
},
{
"id": "nTT2",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js"
},
{
"id": "Rosp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Rosp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"type": "harmony side effect evaluation",
"userRequest": "./Image.base",
"loc": "2:0-41"
},
{
"moduleId": "Rosp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"type": "harmony import specifier",
"userRequest": "./Image.base",
"loc": "4:26-35"
}
],
"providedExports": [
"ImageBase"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { classNamesFunction, getNativeProps, imgProperties } from '../../Utilities';\nimport { ImageCoverStyle, ImageFit, ImageLoadState } from './Image.types';\nvar getClassNames = classNamesFunction();\nvar KEY_PREFIX = 'fabricImage';\nvar ImageBase = /** @class */ (function (_super) {\n __extends(ImageBase, _super);\n function ImageBase(props) {\n var _this = _super.call(this, props) || this;\n // Make an initial assumption about the image layout until we can\n // check the rendered element. The value here only takes effect when\n // shouldStartVisible is true.\n _this._coverStyle = ImageCoverStyle.portrait;\n _this._imageElement = React.createRef();\n _this._frameElement = React.createRef();\n _this._onImageLoaded = function (ev) {\n var _a = _this.props, src = _a.src, onLoad = _a.onLoad;\n if (onLoad) {\n onLoad(ev);\n }\n _this._computeCoverStyle(_this.props);\n if (src) {\n _this.setState({\n loadState: ImageLoadState.loaded,\n });\n }\n };\n _this._onImageError = function (ev) {\n if (_this.props.onError) {\n _this.props.onError(ev);\n }\n _this.setState({\n loadState: ImageLoadState.error,\n });\n };\n _this.state = {\n loadState: ImageLoadState.notLoaded,\n };\n return _this;\n }\n ImageBase.prototype.UNSAFE_componentWillReceiveProps = function (nextProps) {\n if (nextProps.src !== this.props.src) {\n this.setState({\n loadState: ImageLoadState.notLoaded,\n });\n }\n else if (this.state.loadState === ImageLoadState.loaded) {\n this._computeCoverStyle(nextProps);\n }\n };\n ImageBase.prototype.componentDidUpdate = function (prevProps, prevState) {\n this._checkImageLoaded();\n if (this.props.onLoadingStateChange && prevState.loadState !== this.state.loadState) {\n this.props.onLoadingStateChange(this.state.loadState);\n }\n };\n ImageBase.prototype.render = function () {\n var imageProps = getNativeProps(this.props, imgProperties, [\n 'width',\n 'height',\n ]);\n var _a = this.props, src = _a.src, alt = _a.alt, width = _a.width, height = _a.height, shouldFadeIn = _a.shouldFadeIn, shouldStartVisible = _a.shouldStartVisible, className = _a.className, imageFit = _a.imageFit, role = _a.role, maximizeFrame = _a.maximizeFrame, styles = _a.styles, theme = _a.theme;\n var loadState = this.state.loadState;\n var coverStyle = this.props.coverStyle !== undefined ? this.props.coverStyle : this._coverStyle;\n var classNames = getClassNames(styles, {\n theme: theme,\n className: className,\n width: width,\n height: height,\n maximizeFrame: maximizeFrame,\n shouldFadeIn: shouldFadeIn,\n shouldStartVisible: shouldStartVisible,\n isLoaded: loadState === ImageLoadState.loaded ||\n (loadState === ImageLoadState.notLoaded && this.props.shouldStartVisible),\n isLandscape: coverStyle === ImageCoverStyle.landscape,\n isCenter: imageFit === ImageFit.center,\n isCenterContain: imageFit === ImageFit.centerContain,\n isCenterCover: imageFit === ImageFit.centerCover,\n isContain: imageFit === ImageFit.contain,\n isCover: imageFit === ImageFit.cover,\n isNone: imageFit === ImageFit.none,\n isError: loadState === ImageLoadState.error,\n isNotImageFit: imageFit === undefined,\n });\n // If image dimensions aren't specified, the natural size of the image is used.\n return (React.createElement(\"div\", { className: classNames.root, style: { width: width, height: height }, ref: this._frameElement },\n React.createElement(\"img\", __assign({}, imageProps, { onLoad: this._onImageLoaded, onError: this._onImageError, key: KEY_PREFIX + this.props.src || '', className: classNames.image, ref: this._imageElement, src: src, alt: alt, role: role }))));\n };\n ImageBase.prototype._checkImageLoaded = function () {\n var src = this.props.src;\n var loadState = this.state.loadState;\n if (loadState === ImageLoadState.notLoaded) {\n // testing if naturalWidth and naturalHeight are greater than zero is better than checking\n // .complete, because .complete will also be set to true if the image breaks. However,\n // for some browsers, SVG images do not have a naturalWidth or naturalHeight, so fall back\n // to checking .complete for these images.\n var isLoaded = this._imageElement.current\n ? (src && this._imageElement.current.naturalWidth > 0 && this._imageElement.current.naturalHeight > 0) ||\n (this._imageElement.current.complete && ImageBase._svgRegex.test(src))\n : false;\n if (isLoaded) {\n this._computeCoverStyle(this.props);\n this.setState({\n loadState: ImageLoadState.loaded,\n });\n }\n }\n };\n ImageBase.prototype._computeCoverStyle = function (props) {\n var imageFit = props.imageFit, width = props.width, height = props.height;\n // Do not compute cover style if it was already specified in props\n if ((imageFit === ImageFit.cover ||\n imageFit === ImageFit.contain ||\n imageFit === ImageFit.centerContain ||\n imageFit === ImageFit.centerCover) &&\n this.props.coverStyle === undefined &&\n this._imageElement.current &&\n this._frameElement.current) {\n // Determine the desired ratio using the width and height props.\n // If those props aren't available, measure measure the frame.\n var desiredRatio = void 0;\n if (typeof width === 'number' &&\n typeof height === 'number' &&\n imageFit !== ImageFit.centerContain &&\n imageFit !== ImageFit.centerCover) {\n desiredRatio = width / height;\n }\n else {\n desiredRatio = this._frameElement.current.clientWidth / this._frameElement.current.clientHeight;\n }\n // Examine the source image to determine its original ratio.\n var naturalRatio = this._imageElement.current.naturalWidth / this._imageElement.current.naturalHeight;\n // Should we crop from the top or the sides?\n if (naturalRatio > desiredRatio) {\n this._coverStyle = ImageCoverStyle.landscape;\n }\n else {\n this._coverStyle = ImageCoverStyle.portrait;\n }\n }\n };\n ImageBase.defaultProps = {\n shouldFadeIn: true,\n };\n ImageBase._svgRegex = /\\.svg$/i;\n return ImageBase;\n}(React.Component));\nexport { ImageBase };\n//# sourceMappingURL=Image.base.js.map"
},
{
"id": "g4ht",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"index": 97,
"index2": 84,
"size": 602,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "etsv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"type": "harmony side effect evaluation",
"userRequest": "./findElementRecursive",
"loc": "1:0-62"
},
{
"moduleId": "etsv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/elementContainsAttribute.js",
"type": "harmony import specifier",
"userRequest": "./findElementRecursive",
"loc": "9:23-43"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./findElementRecursive",
"loc": "3:0-39"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./findElementRecursive",
"loc": "3:0-39"
},
{
"moduleId": "rgVD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"type": "harmony side effect evaluation",
"userRequest": "./findElementRecursive",
"loc": "1:0-62"
},
{
"moduleId": "rgVD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"type": "harmony import specifier",
"userRequest": "./findElementRecursive",
"loc": "12:23-43"
}
],
"providedExports": [
"findElementRecursive"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { getParent } from './getParent';\n/**\n * Finds the first parent element where the matchFunction returns true\n * @param element - element to start searching at\n * @param matchFunction - the function that determines if the element is a match\n * @returns the matched element or null no match was found\n */\nexport function findElementRecursive(element, matchFunction) {\n if (!element || element === document.body) {\n return null;\n }\n return matchFunction(element) ? element : findElementRecursive(getParent(element), matchFunction);\n}\n//# sourceMappingURL=findElementRecursive.js.map"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"index": 252,
"index2": 361,
"size": 557,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"issuerId": "9QpN",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "9QpN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Button/index",
"loc": "1:0-42"
},
{
"moduleId": "9QpN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Button/index",
"loc": "1:0-42"
}
],
"providedExports": [
"BaseButton",
"ElementType",
"ButtonType",
"Button",
"ActionButton",
"CommandBarButton",
"CommandButton",
"CompoundButton",
"DefaultButton",
"MessageBarButton",
"PrimaryButton",
"IconButton",
"getSplitButtonClassNames"
],
"optimizationBailout": [],
"depth": 5,
"source": "export * from './BaseButton';\nexport * from './Button.types';\nexport * from './Button';\nexport * from './ActionButton/ActionButton';\nexport * from './CommandBarButton/CommandBarButton';\nexport * from './CommandButton/CommandButton';\nexport * from './CompoundButton/CompoundButton';\nexport * from './DefaultButton/DefaultButton';\nexport * from './MessageBarButton/MessageBarButton';\nexport * from './PrimaryButton/PrimaryButton';\nexport * from './IconButton/IconButton';\nexport * from './SplitButton/SplitButton.classNames';\n//# sourceMappingURL=index.js.map"
},
{
"id": "gKHf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/getParent.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/getParent.js",
"index": 93,
"index2": 82,
"size": 543,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0xmZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/elementContains.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/elementContains.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/elementContains.js",
"type": "harmony side effect evaluation",
"userRequest": "./getParent",
"loc": "1:0-40"
},
{
"moduleId": "0xmZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/elementContains.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/elementContains.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/elementContains.js",
"type": "harmony import specifier",
"userRequest": "./getParent",
"loc": "20:37-46"
},
{
"moduleId": "g4ht",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"type": "harmony side effect evaluation",
"userRequest": "./getParent",
"loc": "1:0-40"
},
{
"moduleId": "g4ht",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/findElementRecursive.js",
"type": "harmony import specifier",
"userRequest": "./getParent",
"loc": "12:67-76"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getParent",
"loc": "5:0-28"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getParent",
"loc": "5:0-28"
}
],
"providedExports": [
"getParent"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { getVirtualParent } from './getVirtualParent';\n/**\n * Gets the element which is the parent of a given element.\n * If `allowVirtuaParents` is `true`, this method prefers the virtual parent over\n * real DOM parent when present.\n *\n * @public\n */\nexport function getParent(child, allowVirtualParents) {\n if (allowVirtualParents === void 0) { allowVirtualParents = true; }\n return (child &&\n ((allowVirtualParents && getVirtualParent(child)) || (child.parentNode && child.parentNode)));\n}\n//# sourceMappingURL=getParent.js.map"
},
{
"id": "gx47",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/version.js",
"name": "./node_modules/@uifabric/react-hooks/lib/version.js",
"index": 322,
"index2": 303,
"size": 272,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "1:0-19"
}
],
"providedExports": [],
"optimizationBailout": [],
"depth": 12,
"source": "// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@uifabric/react-hooks', '7.13.12');\n//# sourceMappingURL=version.js.map"
},
{
"id": "h2Qe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"index": 249,
"index2": 239,
"size": 2476,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"issuerId": "icO1",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "icO1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "icO1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorSlider.styles",
"loc": "3:0-49"
},
{
"moduleId": "icO1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"type": "harmony import specifier",
"userRequest": "./ColorSlider.styles",
"loc": "4:49-58"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { IsFocusVisibleClassName } from '../../../Utilities';\nvar hueStyle = {\n background: \"linear-gradient(\" + [\n 'to left',\n 'red 0',\n '#f09 10%',\n '#cd00ff 20%',\n '#3200ff 30%',\n '#06f 40%',\n '#00fffd 50%',\n '#0f6 60%',\n '#35ff00 70%',\n '#cdff00 80%',\n '#f90 90%',\n 'red 100%',\n ].join(',') + \")\",\n};\nvar alphaStyle = {\n backgroundImage: 'url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYV2N89erVfwY0ICYmxoguxjgUFKI7GsTH5m4M3w1ChQC1/Ca8i2n1WgAAAABJRU5ErkJggg==)',\n};\nexport var getStyles = function (props) {\n var _a;\n // eslint-disable-next-line deprecation/deprecation\n var theme = props.theme, className = props.className, _b = props.type, type = _b === void 0 ? 'hue' : _b, _c = props.isAlpha, useAlphaBackground = _c === void 0 ? type !== 'hue' : _c;\n var palette = theme.palette, effects = theme.effects;\n return {\n root: [\n 'ms-ColorPicker-slider',\n {\n position: 'relative',\n height: 20,\n marginBottom: 8,\n border: \"1px solid \" + palette.neutralLight,\n borderRadius: effects.roundedCorner2,\n boxSizing: 'border-box',\n outline: 'none',\n selectors: (_a = {},\n _a[\".\" + IsFocusVisibleClassName + \" &:focus\"] = {\n outline: \"1px solid \" + palette.neutralSecondary,\n },\n _a),\n },\n useAlphaBackground ? alphaStyle : hueStyle,\n className,\n ],\n sliderOverlay: [\n 'ms-ColorPicker-sliderOverlay',\n {\n content: '',\n position: 'absolute',\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n },\n ],\n sliderThumb: [\n 'ms-ColorPicker-thumb',\n 'is-slider',\n {\n position: 'absolute',\n width: 20,\n height: 20,\n background: 'white',\n border: \"1px solid \" + palette.neutralSecondaryAlt,\n borderRadius: '50%',\n boxShadow: effects.elevation8,\n transform: 'translate(-50%, -50%)',\n top: '50%',\n },\n ],\n };\n};\n//# sourceMappingURL=ColorSlider.styles.js.map"
},
{
"id": "hNd6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hsl.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hsl.js",
"index": 24,
"index2": 18,
"size": 394,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hsl",
"loc": "10:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./hsv2hsl",
"loc": "10:0-26"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hsl",
"loc": "5:0-36"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./hsv2hsl",
"loc": "64:11-18"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "./hsv2hsl",
"loc": "91:14-21"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hsl",
"loc": "12:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hsv2hsl",
"loc": "12:0-26"
}
],
"providedExports": [
"hsv2hsl"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_SATURATION, MAX_COLOR_VALUE } from './consts';\n/** Converts HSV components to an HSL color. */\nexport function hsv2hsl(h, s, v) {\n s /= MAX_COLOR_SATURATION;\n v /= MAX_COLOR_VALUE;\n var l = (2 - s) * v;\n var sl = s * v;\n sl /= l <= 1 ? l : 2 - l;\n sl = sl || 0;\n l /= 2;\n return { h: h, s: sl * 100, l: l * 100 };\n}\n//# sourceMappingURL=hsv2hsl.js.map"
},
{
"id": "hlEU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"index": 355,
"index2": 345,
"size": 9219,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"issuerId": "bAjc",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "A9FN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js"
},
{
"id": "bAjc",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../ButtonThemes",
"loc": "5:0-64"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../ButtonThemes",
"loc": "20:76-89"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../ButtonThemes",
"loc": "20:99-113"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../ButtonThemes",
"loc": "6:0-64"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../ButtonThemes",
"loc": "102:77-90"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../ButtonThemes",
"loc": "102:100-114"
}
],
"providedExports": [
"standardStyles",
"primaryStyles"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __assign } from \"tslib\";\nimport { HighContrastSelector, getHighContrastNoAdjustStyle } from '../../Styling';\nimport { IsFocusVisibleClassName } from '../../Utilities';\nvar splitButtonDividerBaseStyles = function () {\n return {\n position: 'absolute',\n width: 1,\n right: 31,\n top: 8,\n bottom: 8,\n };\n};\nexport function standardStyles(theme) {\n var _a, _b, _c, _d, _e;\n var s = theme.semanticColors, p = theme.palette;\n var buttonBackground = s.buttonBackground;\n var buttonBackgroundPressed = s.buttonBackgroundPressed;\n var buttonBackgroundHovered = s.buttonBackgroundHovered;\n var buttonBackgroundDisabled = s.buttonBackgroundDisabled;\n var buttonText = s.buttonText;\n var buttonTextHovered = s.buttonTextHovered;\n var buttonTextDisabled = s.buttonTextDisabled;\n var buttonTextChecked = s.buttonTextChecked;\n var buttonTextCheckedHovered = s.buttonTextCheckedHovered;\n return {\n root: {\n backgroundColor: buttonBackground,\n color: buttonText,\n },\n rootHovered: {\n backgroundColor: buttonBackgroundHovered,\n color: buttonTextHovered,\n selectors: (_a = {},\n _a[HighContrastSelector] = {\n borderColor: 'Highlight',\n color: 'Highlight',\n },\n _a),\n },\n rootPressed: {\n backgroundColor: buttonBackgroundPressed,\n color: buttonTextChecked,\n },\n rootExpanded: {\n backgroundColor: buttonBackgroundPressed,\n color: buttonTextChecked,\n },\n rootChecked: {\n backgroundColor: buttonBackgroundPressed,\n color: buttonTextChecked,\n },\n rootCheckedHovered: {\n backgroundColor: buttonBackgroundPressed,\n color: buttonTextCheckedHovered,\n },\n rootDisabled: {\n color: buttonTextDisabled,\n backgroundColor: buttonBackgroundDisabled,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n color: 'GrayText',\n borderColor: 'GrayText',\n backgroundColor: 'Window',\n },\n _b),\n },\n // Split button styles\n splitButtonContainer: {\n selectors: (_c = {},\n _c[HighContrastSelector] = {\n border: 'none',\n },\n _c),\n },\n splitButtonMenuButton: {\n color: p.white,\n backgroundColor: 'transparent',\n selectors: {\n ':hover': {\n backgroundColor: p.neutralLight,\n selectors: (_d = {},\n _d[HighContrastSelector] = {\n color: 'Highlight',\n },\n _d),\n },\n },\n },\n splitButtonMenuButtonDisabled: {\n backgroundColor: s.buttonBackgroundDisabled,\n selectors: {\n ':hover': {\n backgroundColor: s.buttonBackgroundDisabled,\n },\n },\n },\n splitButtonDivider: __assign(__assign({}, splitButtonDividerBaseStyles()), { backgroundColor: p.neutralTertiaryAlt, selectors: (_e = {},\n _e[HighContrastSelector] = {\n backgroundColor: 'WindowText',\n },\n _e) }),\n splitButtonDividerDisabled: {\n backgroundColor: theme.palette.neutralTertiaryAlt,\n },\n splitButtonMenuButtonChecked: {\n backgroundColor: p.neutralQuaternaryAlt,\n selectors: {\n ':hover': {\n backgroundColor: p.neutralQuaternaryAlt,\n },\n },\n },\n splitButtonMenuButtonExpanded: {\n backgroundColor: p.neutralQuaternaryAlt,\n selectors: {\n ':hover': {\n backgroundColor: p.neutralQuaternaryAlt,\n },\n },\n },\n splitButtonMenuIcon: {\n color: s.buttonText,\n },\n splitButtonMenuIconDisabled: {\n color: s.buttonTextDisabled,\n },\n };\n}\nexport function primaryStyles(theme) {\n var _a, _b, _c, _d, _e, _f, _g, _h, _j;\n var p = theme.palette, s = theme.semanticColors;\n return {\n root: {\n backgroundColor: s.primaryButtonBackground,\n border: \"1px solid \" + s.primaryButtonBackground,\n color: s.primaryButtonText,\n selectors: (_a = {},\n _a[HighContrastSelector] = __assign({ color: 'Window', backgroundColor: 'WindowText', borderColor: 'WindowText' }, getHighContrastNoAdjustStyle()),\n _a[\".\" + IsFocusVisibleClassName + \" &:focus\"] = {\n selectors: {\n ':after': {\n border: \"none\",\n outlineColor: p.white,\n },\n },\n },\n _a),\n },\n rootHovered: {\n backgroundColor: s.primaryButtonBackgroundHovered,\n border: \"1px solid \" + s.primaryButtonBackgroundHovered,\n color: s.primaryButtonTextHovered,\n selectors: (_b = {},\n _b[HighContrastSelector] = {\n color: 'Window',\n backgroundColor: 'Highlight',\n borderColor: 'Highlight',\n },\n _b),\n },\n rootPressed: {\n backgroundColor: s.primaryButtonBackgroundPressed,\n border: \"1px solid \" + s.primaryButtonBackgroundPressed,\n color: s.primaryButtonTextPressed,\n selectors: (_c = {},\n _c[HighContrastSelector] = __assign({ color: 'Window', backgroundColor: 'WindowText', borderColor: 'WindowText' }, getHighContrastNoAdjustStyle()),\n _c),\n },\n rootExpanded: {\n backgroundColor: s.primaryButtonBackgroundPressed,\n color: s.primaryButtonTextPressed,\n },\n rootChecked: {\n backgroundColor: s.primaryButtonBackgroundPressed,\n color: s.primaryButtonTextPressed,\n },\n rootCheckedHovered: {\n backgroundColor: s.primaryButtonBackgroundPressed,\n color: s.primaryButtonTextPressed,\n },\n rootDisabled: {\n color: s.primaryButtonTextDisabled,\n backgroundColor: s.primaryButtonBackgroundDisabled,\n selectors: (_d = {},\n _d[HighContrastSelector] = {\n color: 'GrayText',\n borderColor: 'GrayText',\n backgroundColor: 'Window',\n },\n _d),\n },\n // Split button styles\n splitButtonContainer: {\n selectors: (_e = {},\n _e[HighContrastSelector] = {\n border: 'none',\n },\n _e),\n },\n splitButtonDivider: __assign(__assign({}, splitButtonDividerBaseStyles()), { backgroundColor: p.white, selectors: (_f = {},\n _f[HighContrastSelector] = {\n backgroundColor: 'Window',\n },\n _f) }),\n splitButtonMenuButton: {\n backgroundColor: s.primaryButtonBackground,\n color: s.primaryButtonText,\n selectors: (_g = {},\n _g[HighContrastSelector] = {\n backgroundColor: 'WindowText',\n },\n _g[':hover'] = {\n backgroundColor: s.primaryButtonBackgroundHovered,\n selectors: (_h = {},\n _h[HighContrastSelector] = {\n color: 'Highlight',\n },\n _h),\n },\n _g),\n },\n splitButtonMenuButtonDisabled: {\n backgroundColor: s.primaryButtonBackgroundDisabled,\n selectors: {\n ':hover': {\n backgroundColor: s.primaryButtonBackgroundDisabled,\n },\n },\n },\n splitButtonMenuButtonChecked: {\n backgroundColor: s.primaryButtonBackgroundPressed,\n selectors: {\n ':hover': {\n backgroundColor: s.primaryButtonBackgroundPressed,\n },\n },\n },\n splitButtonMenuButtonExpanded: {\n backgroundColor: s.primaryButtonBackgroundPressed,\n selectors: {\n ':hover': {\n backgroundColor: s.primaryButtonBackgroundPressed,\n },\n },\n },\n splitButtonMenuIcon: {\n color: s.primaryButtonText,\n },\n splitButtonMenuIconDisabled: {\n color: p.neutralTertiary,\n selectors: (_j = {},\n _j[HighContrastSelector] = {\n color: 'GrayText',\n },\n _j),\n },\n };\n}\n//# sourceMappingURL=ButtonThemes.js.map"
},
{
"id": "i+8s",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/css.js",
"name": "./node_modules/@uifabric/utilities/lib/css.js",
"index": 116,
"index2": 108,
"size": 1058,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./css",
"loc": "18:0-22"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./css",
"loc": "18:0-22"
}
],
"providedExports": [
"css"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Concatination helper, which can merge class names together. Skips over falsey values.\n *\n * @public\n */\nexport function css() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var classes = [];\n for (var _a = 0, args_1 = args; _a < args_1.length; _a++) {\n var arg = args_1[_a];\n if (arg) {\n if (typeof arg === 'string') {\n classes.push(arg);\n }\n else if (arg.hasOwnProperty('toString') && typeof arg.toString === 'function') {\n classes.push(arg.toString());\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n for (var key in arg) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n if (arg[key]) {\n classes.push(key);\n }\n }\n }\n }\n }\n return classes.join(' ');\n}\n//# sourceMappingURL=css.js.map"
},
{
"id": "i35c",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/setVirtualParent.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/setVirtualParent.js",
"index": 101,
"index2": 89,
"size": 1000,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./setVirtualParent",
"loc": "10:0-35"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./setVirtualParent",
"loc": "10:0-35"
}
],
"providedExports": [
"setVirtualParent"
],
"optimizationBailout": [],
"depth": 11,
"source": "/**\n * Sets the virtual parent of an element.\n * Pass `undefined` as the `parent` to clear the virtual parent.\n *\n * @public\n */\nexport function setVirtualParent(child, parent) {\n var virtualChild = child;\n var virtualParent = parent;\n if (!virtualChild._virtual) {\n virtualChild._virtual = {\n children: [],\n };\n }\n var oldParent = virtualChild._virtual.parent;\n if (oldParent && oldParent !== parent) {\n // Remove the child from its old parent.\n var index = oldParent._virtual.children.indexOf(virtualChild);\n if (index > -1) {\n oldParent._virtual.children.splice(index, 1);\n }\n }\n virtualChild._virtual.parent = virtualParent || undefined;\n if (virtualParent) {\n if (!virtualParent._virtual) {\n virtualParent._virtual = {\n children: [],\n };\n }\n virtualParent._virtual.children.push(virtualChild);\n }\n}\n//# sourceMappingURL=setVirtualParent.js.map"
},
{
"id": "i9Z/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warn.js",
"name": "./node_modules/@uifabric/utilities/lib/warn/warn.js",
"index": 73,
"index2": 63,
"size": 739,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"issuerId": "PHYm",
"issuerName": "./node_modules/@uifabric/utilities/lib/warn.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "PHYm",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"name": "./node_modules/@uifabric/utilities/lib/warn.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4iH1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnMutuallyExclusive.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnMutuallyExclusive.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnMutuallyExclusive.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn",
"loc": "1:0-30"
},
{
"moduleId": "4iH1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnMutuallyExclusive.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnMutuallyExclusive.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnMutuallyExclusive.js",
"type": "harmony import specifier",
"userRequest": "./warn",
"loc": "16:20-24"
},
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn",
"loc": "1:0-30"
},
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony import specifier",
"userRequest": "./warn",
"loc": "43:16-20"
},
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony import specifier",
"userRequest": "./warn",
"loc": "51:16-20"
},
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony import specifier",
"userRequest": "./warn",
"loc": "65:16-20"
},
{
"moduleId": "GCTM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn",
"loc": "1:0-30"
},
{
"moduleId": "GCTM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnConditionallyRequiredProps.js",
"type": "harmony import specifier",
"userRequest": "./warn",
"loc": "17:16-20"
},
{
"moduleId": "PHYm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"module": "./node_modules/@uifabric/utilities/lib/warn.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn/warn",
"loc": "1:0-28"
},
{
"moduleId": "PHYm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn.js",
"module": "./node_modules/@uifabric/utilities/lib/warn.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn.js",
"type": "harmony export imported specifier",
"userRequest": "./warn/warn",
"loc": "1:0-28"
},
{
"moduleId": "Q9RI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"type": "harmony side effect evaluation",
"userRequest": "./warn",
"loc": "1:0-30"
},
{
"moduleId": "Q9RI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnDeprecations.js",
"type": "harmony import specifier",
"userRequest": "./warn",
"loc": "20:16-20"
}
],
"providedExports": [
"warn",
"setWarningCallback"
],
"optimizationBailout": [],
"depth": 9,
"source": "/* eslint-disable no-console */\nvar _warningCallback = undefined;\n/**\n * Sends a warning to console, if the api is present.\n *\n * @public\n * @param message - Warning message.\n */\nexport function warn(message) {\n if (_warningCallback && process.env.NODE_ENV !== 'production') {\n _warningCallback(message);\n }\n else if (console && console.warn) {\n console.warn(message);\n }\n}\n/**\n * Configures the warning callback. Passing in undefined will reset it to use the default\n * console.warn function.\n *\n * @public\n * @param warningCallback - Callback to override the generated warnings.\n */\nexport function setWarningCallback(warningCallback) {\n _warningCallback = warningCallback;\n}\n//# sourceMappingURL=warn.js.map"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"index": 39,
"index2": 153,
"size": 94,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"issuerId": "BoHr",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+aGg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "+aGg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:28-34"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-39"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "19:8-12"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-152"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "15:21-29"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "38:17-32"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "42:27-32"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "47:39-50"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "51:35-37"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "51:89-91"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "52:32-41"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "54:39-41"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "56:16-39"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "75:46-57"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "83:73-87"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "83:100-113"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-41"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "10:26-32"
},
{
"moduleId": "3nfX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-41"
},
{
"moduleId": "3nfX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:29-35"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-101"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "17:20-38"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "71:8-30"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "73:8-24"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "84:12-16"
},
{
"moduleId": "5ZAT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-50"
},
{
"moduleId": "5ZAT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "15:37-52"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-59"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "54:26-50"
},
{
"moduleId": "61Fo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "2:0-44"
},
{
"moduleId": "61Fo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "26:17-26"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-38"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "20:80-83"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-94"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "6:28-43"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "29:22-36"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "29:44-65"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "36:120-123"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "48:25-40"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-62"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "16:173-183"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:8-20"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-75"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "7:53-68"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "56:31-46"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "77:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "77:75-98"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "78:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "100:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "100:75-98"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "101:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "123:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "123:75-98"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "124:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "162:33-56"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "162:75-98"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-130"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "6:20-38"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "23:21-29"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "27:21-29"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "31:21-29"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "35:21-29"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "46:22-31"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "48:40-42"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "48:88-90"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "66:8-30"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "67:8-24"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "76:12-16"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-50"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:8-20"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "2:0-41"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "125:28-34"
},
{
"moduleId": "BoHr",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "148:28-34"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "1:0-53"
},
{
"moduleId": "BxdP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "3:38-53"
},
{
"moduleId": "CDio",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "2:0-53"
},
{
"moduleId": "CDio",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "3:20-38"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-53"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "7:23-38"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-147"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "5:20-38"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "6:21-36"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "8:21-27"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "9:18-24"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "32:23-37"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "32:50-63"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "36:51-61"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "40:32-42"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "62:31-42"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "5:0-243"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "6:20-38"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "92:8-30"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "93:27-32"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "95:12-33"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "99:28-33"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "100:31-36"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "101:25-30"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "213:40-53"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "289:8-27"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "301:12-16"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "315:19-31"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "355:28-42"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "355:55-73"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "361:25-39"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "361:52-67"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "439:18-27"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "443:43-49"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-63"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "20:28-40"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "23:12-26"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-50"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "6:32-47"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "14:31-46"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-70"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "153:32-40"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "153:66-74"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "157:38-46"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "158:38-46"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "162:48-56"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "182:8-30"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "2:0-53"
},
{
"moduleId": "IaJs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "5:23-38"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "6:0-309"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "14:20-38"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "15:38-56"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "36:33-48"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "157:47-55"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "157:67-72"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "157:78-83"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "161:33-41"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "163:30-38"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "186:51-56"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "186:62-67"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "212:34-40"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "212:62-70"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "212:79-87"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "218:21-36"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "230:36-44"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "231:38-46"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "234:22-38"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "235:22-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "370:26-32"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "370:54-62"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "370:70-78"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "372:54-62"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "372:86-94"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "422:27-32"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "423:28-38"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "424:8-30"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "425:8-24"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "430:23-28"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "432:32-37"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "444:16-30"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "444:57-71"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "558:383-386"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "712:45-59"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "712:71-84"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "743:28-36"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "802:33-39"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "808:16-22"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "840:33-44"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "842:37-46"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "846:37-46"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "854:37-46"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "859:37-46"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "863:37-46"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "868:33-42"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "2:0-52"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "64:12-22"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "91:16-26"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "112:12-22"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "122:8-18"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "128:8-18"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "160:8-18"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "173:46-51"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "6:0-212"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "54:75-93"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "81:23-37"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "98:23-37"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "179:32-40"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "179:63-71"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "179:96-104"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "189:21-29"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "193:21-29"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "197:21-29"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "200:21-29"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "220:56-64"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "220:87-95"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "231:8-30"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "232:8-29"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "248:27-32"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "250:25-30"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "251:25-30"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "278:26-40"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "278:53-66"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "296:105-129"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "345:8-20"
},
{
"moduleId": "JTa0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "JTa0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:25-31"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "2:0-53"
},
{
"moduleId": "LXZO",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "6:23-38"
},
{
"moduleId": "Lde7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "1:0-44"
},
{
"moduleId": "Lde7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "4:28-34"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-50"
},
{
"moduleId": "ME9p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "21:23-38"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "5:0-137"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "7:20-38"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "15:22-33"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "25:12-30"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "26:12-28"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "44:12-28"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "80:12-28"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "103:18-29"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "120:8-20"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-77"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "13:22-36"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "13:44-65"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "20:94-97"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "2:0-50"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "8:25-40"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "29:34-49"
},
{
"moduleId": "Oamq",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "104:23-38"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-52"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "27:11-28"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-61"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "22:29-52"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-62"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "16:160-170"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "16:193-203"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:8-20"
},
{
"moduleId": "Rosp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "Rosp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:19-25"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-62"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "16:132-142"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:8-20"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-62"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "14:113-123"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "17:8-20"
},
{
"moduleId": "W/x7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "W/x7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:19-25"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-62"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "16:212-222"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:8-20"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-50"
},
{
"moduleId": "W5vx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:27-42"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-120"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "13:50-65"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "39:26-40"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "39:47-63"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "49:38-43"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "52:639-663"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "5:0-155"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "8:0-53"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "16:20-38"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "73:72-87"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "104:27-32"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "135:16-30"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "135:57-71"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "214:52-66"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "214:79-92"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "214:130-133"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "220:56-70"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "225:72-87"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "237:49-64"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "248:36-38"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "248:101-103"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "248:166-168"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "248:258-260"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "248:350-352"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "377:33-44"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "379:37-46"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "383:37-46"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "389:37-46"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "394:37-46"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "398:37-46"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "403:33-42"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "2:0-53"
},
{
"moduleId": "YYC1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "8:23-38"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-53"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "4:23-38"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-53"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "7:23-38"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-101"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "8:20-38"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:31-36"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "27:21-29"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "32:21-29"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "37:21-29"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "42:21-29"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "53:36-38"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "53:87-89"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "76:8-30"
},
{
"moduleId": "d/LW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "2:0-53"
},
{
"moduleId": "d/LW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "3:23-38"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-65"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "48:63-69"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "77:8-30"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-84"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "5:20-38"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "59:25-39"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "59:52-65"
},
{
"moduleId": "h2Qe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "1:0-61"
},
{
"moduleId": "h2Qe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.styles.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "38:29-52"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-58"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "139:25-48"
},
{
"moduleId": "icO1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "1:0-44"
},
{
"moduleId": "icO1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "4:25-31"
},
{
"moduleId": "iePh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "iePh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:19-25"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-150"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "15:50-65"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "24:29-37"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "90:27-32"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "91:28-38"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "115:38-43"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "117:572-596"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "145:59-73"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "145:85-101"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "164:48-62"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "164:74-90"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-120"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "13:50-65"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "33:37-51"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "33:58-74"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "40:38-43"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "72:355-379"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-64"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-53"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "5:20-38"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "24:59-73"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "24:86-99"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "6:0-92"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "8:20-38"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "47:26-40"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "47:53-74"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-60"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "6:0-44"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "155:8-14"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "361:8-14"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "409:28-37"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "430:28-37"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "431:27-36"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "444:15-24"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "447:15-24"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "455:34-43"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "470:34-43"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "481:30-39"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "526:14-23"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "526:47-64"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "537:14-23"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "537:47-64"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "584:14-23"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "584:47-64"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "593:25-34"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "596:25-34"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "3:0-76"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "41:8-30"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "45:16-30"
},
{
"moduleId": "p6XH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "p6XH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:20-26"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-70"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "39:40-49"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "60:36-46"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "82:11-23"
},
{
"moduleId": "qQHi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "qQHi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "7:32-38"
},
{
"moduleId": "tlDw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "tlDw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "4:23-29"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "4:0-186"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "32:17-32"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "51:22-37"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "52:22-38"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "81:21-36"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "95:39-54"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "103:8-30"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "146:13-28"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "167:23-37"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "167:50-63"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "187:12-27"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "208:39-53"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "217:12-22"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "229:35-50"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "244:13-28"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "251:40-42"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "258:40-42"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "269:15-26"
},
{
"moduleId": "uWrk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-50"
},
{
"moduleId": "uWrk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "6:34-49"
},
{
"moduleId": "v+No",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-41"
},
{
"moduleId": "v+No",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "9:18-24"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Utilities",
"loc": "4:0-62"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "16:188-198"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Utilities",
"loc": "19:8-20"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "3:0-336"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "21:27-42"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "23:50-65"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "33:75-78"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "36:79-82"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "39:80-83"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "105:322-325"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "140:44-65"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "160:54-62"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "160:85-93"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "204:29-37"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "204:60-68"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "222:36-44"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "223:38-46"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "233:29-37"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "233:60-68"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "237:16-34"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "280:8-30"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "281:27-32"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "282:28-38"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "283:8-38"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "284:8-24"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "289:25-30"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "290:31-36"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "291:35-40"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "322:26-40"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "324:8-14"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "324:109-125"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "324:128-144"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "335:69-79"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "366:26-32"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "394:12-18"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "427:12-30"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "431:12-30"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "477:32-42"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "514:8-14"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "524:29-43"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "527:12-18"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "529:387-411"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "596:32-40"
},
{
"moduleId": "zo/O",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Utilities",
"loc": "1:0-39"
},
{
"moduleId": "zo/O",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"type": "harmony import specifier",
"userRequest": "../../Utilities",
"loc": "42:13-17"
}
],
"providedExports": [
"Async",
"AutoScroll",
"BaseComponent",
"nullRender",
"DelayedRender",
"EventGroup",
"FabricPerformance",
"GlobalSettings",
"KeyCodes",
"Rectangle",
"appendFunction",
"mergeAriaAttributeValues",
"findIndex",
"find",
"createArray",
"toMatrix",
"removeIndex",
"replaceElement",
"addElementAtIndex",
"flatten",
"arraysEqual",
"asAsync",
"assertNever",
"classNamesFunction",
"composeComponentAs",
"isControlled",
"css",
"Customizations",
"Customizer",
"CustomizerContext",
"customizable",
"useCustomizationSettings",
"mergeCustomizations",
"mergeSettings",
"mergeScopedSettings",
"elementContains",
"elementContainsAttribute",
"findElementRecursive",
"getChildren",
"getDocument",
"getParent",
"getRect",
"getVirtualParent",
"getWindow",
"isVirtualElement",
"on",
"portalContainsElement",
"raiseClick",
"DATA_PORTAL_ATTRIBUTE",
"setPortalAttribute",
"setVirtualParent",
"extendComponent",
"getFirstFocusable",
"getLastFocusable",
"getFirstTabbable",
"getLastTabbable",
"focusFirstChild",
"getPreviousElement",
"getNextElement",
"isElementVisible",
"isElementTabbable",
"isElementFocusZone",
"isElementFocusSubZone",
"doesElementContainFocus",
"shouldWrapFocus",
"focusAsync",
"getFocusableByIndexPath",
"getElementIndexPath",
"getId",
"resetIds",
"getNativeElementProps",
"hoistMethods",
"unhoistMethods",
"hoistStatics",
"initializeComponentRef",
"initializeFocusRects",
"useFocusRects",
"FocusRects",
"getInitials",
"isDirectionalKeyCode",
"addDirectionalKeyCode",
"getLanguage",
"setLanguage",
"getDistanceBetweenPoints",
"fitContentToBounds",
"calculatePrecision",
"precisionRound",
"setMemoizeWeakMap",
"resetMemoizations",
"memoize",
"memoizeFunction",
"createMemoizer",
"merge",
"isIOS",
"modalize",
"assign",
"filteredAssign",
"mapEnumByName",
"shallowCompare",
"values",
"omit",
"isMac",
"hasHorizontalOverflow",
"hasVerticalOverflow",
"hasOverflow",
"baseElementEvents",
"baseElementProperties",
"htmlElementProperties",
"labelProperties",
"audioProperties",
"videoProperties",
"olProperties",
"liProperties",
"anchorProperties",
"buttonProperties",
"inputProperties",
"textAreaProperties",
"selectProperties",
"optionProperties",
"tableProperties",
"trProperties",
"thProperties",
"tdProperties",
"colGroupProperties",
"colProperties",
"formProperties",
"iframeProperties",
"imgProperties",
"imageProperties",
"divProperties",
"getNativeProps",
"composeRenderFunction",
"getResourceUrl",
"setBaseUrl",
"getRTL",
"setRTL",
"getRTLSafeKeyCode",
"safeRequestAnimationFrame",
"safeSetTimeout",
"DATA_IS_SCROLLABLE_ATTRIBUTE",
"allowScrollOnElement",
"allowOverscrollOnElement",
"disableBodyScroll",
"enableBodyScroll",
"getScrollbarWidth",
"findScrollableParent",
"SELECTION_CHANGE",
"SelectionMode",
"SelectionDirection",
"Selection",
"format",
"styled",
"warn",
"setWarningCallback",
"warnConditionallyRequiredProps",
"resetControlledWarnings",
"warnControlledUsage",
"warnDeprecations",
"warnMutuallyExclusive",
"isIE11",
"getPropsWithDefaults",
"setFocusVisibility",
"IsFocusVisibleClassName",
"setSSR",
"createMergedRef"
],
"optimizationBailout": [],
"depth": 6,
"source": "import './version';\nexport * from '@uifabric/utilities';\n//# sourceMappingURL=Utilities.js.map"
},
{
"id": "iZYe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"index": 16,
"index2": 13,
"size": 4836,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./cssColor",
"loc": "2:0-27"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./cssColor",
"loc": "2:0-27"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony side effect evaluation",
"userRequest": "./cssColor",
"loc": "2:0-38"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony import specifier",
"userRequest": "./cssColor",
"loc": "13:16-24"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./cssColor",
"loc": "4:0-27"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./cssColor",
"loc": "4:0-27"
}
],
"providedExports": [
"cssColor"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_ALPHA } from './consts';\nimport { hsl2rgb } from './hsl2rgb';\n/**\n * Converts a valid CSS color string to an RGB color.\n * Note that hex colors *must* be prefixed with # to be considered valid.\n * Alpha in returned color defaults to 100.\n * Four and eight digit hex values (with alpha) are supported if the current browser supports them.\n */\nexport function cssColor(color) {\n if (!color) {\n return undefined;\n }\n // Need to check the following valid color formats: RGB(A), HSL(A), hex, named color\n // First check for well formatted RGB(A), HSL(A), and hex formats at the start.\n // This is for perf (no creating an element) and catches the intentional \"transparent\" color\n // case early on.\n var easyColor = _rgba(color) || _hex6(color) || _hex3(color) || _hsla(color);\n if (easyColor) {\n return easyColor;\n }\n // if the above fails, do the more expensive catch-all\n return _browserCompute(color);\n}\n/**\n * Uses the browser's getComputedStyle() to determine what the passed-in color is.\n * This assumes _rgba, _hex6, _hex3, and _hsla have already been tried and all failed.\n * This works by attaching an element to the DOM, which may fail in server-side rendering\n * or with headless browsers.\n */\nfunction _browserCompute(str) {\n if (typeof document === 'undefined') {\n // don't throw an error when used server-side\n return undefined;\n }\n var elem = document.createElement('div');\n elem.style.backgroundColor = str;\n // This element must be attached to the DOM for getComputedStyle() to have a value\n elem.style.position = 'absolute';\n elem.style.top = '-9999px';\n elem.style.left = '-9999px';\n elem.style.height = '1px';\n elem.style.width = '1px';\n document.body.appendChild(elem);\n var eComputedStyle = getComputedStyle(elem);\n var computedColor = eComputedStyle && eComputedStyle.backgroundColor;\n document.body.removeChild(elem);\n // computedColor is always an RGB(A) string, except for invalid colors in IE/Edge which return 'transparent'\n // browsers return one of these if the color string is invalid,\n // so need to differentiate between an actual error and intentionally passing in this color\n if (computedColor === 'rgba(0, 0, 0, 0)' || computedColor === 'transparent') {\n switch (str.trim()) {\n // RGB and HSL were already checked at the start of the function\n case 'transparent':\n case '#0000':\n case '#00000000':\n return { r: 0, g: 0, b: 0, a: 0 };\n }\n return undefined;\n }\n return _rgba(computedColor);\n}\n/**\n * If `str` is in valid `rgb()` or `rgba()` format, returns an RGB color (alpha defaults to 100).\n * Otherwise returns undefined.\n */\nfunction _rgba(str) {\n if (!str) {\n return undefined;\n }\n var match = str.match(/^rgb(a?)\\(([\\d., ]+)\\)$/);\n if (match) {\n var hasAlpha = !!match[1];\n var expectedPartCount = hasAlpha ? 4 : 3;\n var parts = match[2].split(/ *, */).map(Number);\n if (parts.length === expectedPartCount) {\n return {\n r: parts[0],\n g: parts[1],\n b: parts[2],\n a: hasAlpha ? parts[3] * 100 : MAX_COLOR_ALPHA,\n };\n }\n }\n}\n/**\n * If `str` is in `hsl()` or `hsla()` format, returns an RGB color (alpha defaults to 100).\n * Otherwise returns undefined.\n */\nfunction _hsla(str) {\n var match = str.match(/^hsl(a?)\\(([\\d., ]+)\\)$/);\n if (match) {\n var hasAlpha = !!match[1];\n var expectedPartCount = hasAlpha ? 4 : 3;\n var parts = match[2].split(/ *, */).map(Number);\n if (parts.length === expectedPartCount) {\n var rgba = hsl2rgb(parts[0], parts[1], parts[2]);\n rgba.a = hasAlpha ? parts[3] * 100 : MAX_COLOR_ALPHA;\n return rgba;\n }\n }\n}\n/**\n * If `str` is in valid 6-digit hex format *with* # prefix, returns an RGB color (with alpha 100).\n * Otherwise returns undefined.\n */\nfunction _hex6(str) {\n if (str[0] === '#' && str.length === 7 && /^#[\\da-fA-F]{6}$/.test(str)) {\n return {\n r: parseInt(str.slice(1, 3), 16),\n g: parseInt(str.slice(3, 5), 16),\n b: parseInt(str.slice(5, 7), 16),\n a: MAX_COLOR_ALPHA,\n };\n }\n}\n/**\n * If `str` is in valid 3-digit hex format *with* # prefix, returns an RGB color (with alpha 100).\n * Otherwise returns undefined.\n */\nfunction _hex3(str) {\n if (str[0] === '#' && str.length === 4 && /^#[\\da-fA-F]{3}$/.test(str)) {\n return {\n r: parseInt(str[1] + str[1], 16),\n g: parseInt(str[2] + str[2], 16),\n b: parseInt(str[3] + str[3], 16),\n a: MAX_COLOR_ALPHA,\n };\n }\n}\n//# sourceMappingURL=cssColor.js.map"
},
{
"id": "icO1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.js",
"index": 247,
"index2": 240,
"size": 286,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerId": "53eK",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorSlider/ColorSlider",
"loc": "6:0-56"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "./ColorSlider/ColorSlider",
"loc": "155:44-55"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "./ColorSlider/ColorSlider",
"loc": "158:67-78"
}
],
"providedExports": [
"ColorSlider"
],
"optimizationBailout": [],
"depth": 7,
"source": "import { styled } from '../../../Utilities';\nimport { ColorSliderBase } from './ColorSlider.base';\nimport { getStyles } from './ColorSlider.styles';\nexport var ColorSlider = styled(ColorSliderBase, getStyles, undefined, { scope: 'ColorSlider' });\n//# sourceMappingURL=ColorSlider.js.map"
},
{
"id": "idU1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/createFontStyles.js",
"name": "./node_modules/@fluentui/theme/lib/fonts/createFontStyles.js",
"index": 195,
"index2": 179,
"size": 4025,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"issuerId": "qcM2",
"issuerName": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
},
{
"id": "qcM2",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"name": "./node_modules/@fluentui/theme/lib/fonts/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "T90h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "./createFontStyles",
"loc": "3:0-54"
},
{
"moduleId": "T90h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/DefaultFontStyles.js",
"type": "harmony import specifier",
"userRequest": "./createFontStyles",
"loc": "8:31-47"
},
{
"moduleId": "qcM2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./createFontStyles",
"loc": "2:0-54"
},
{
"moduleId": "qcM2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"module": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"moduleName": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"type": "harmony export imported specifier",
"userRequest": "./createFontStyles",
"loc": "2:0-54"
}
],
"providedExports": [
"createFontStyles"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { FontSizes, FontWeights, LocalizedFontFamilies, LocalizedFontNames } from './FluentFonts';\n// Fallback fonts, if specified system or web fonts are unavailable.\nvar FontFamilyFallbacks = \"'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif\";\n// By default, we favor system fonts for the default.\n// All localized fonts use a web font and never use the system font.\nvar defaultFontFamily = \"'Segoe UI', '\" + LocalizedFontNames.WestEuropean + \"'\";\n// Mapping of language prefix to to font family.\nvar LanguageToFontMap = {\n ar: LocalizedFontFamilies.Arabic,\n bg: LocalizedFontFamilies.Cyrillic,\n cs: LocalizedFontFamilies.EastEuropean,\n el: LocalizedFontFamilies.Greek,\n et: LocalizedFontFamilies.EastEuropean,\n he: LocalizedFontFamilies.Hebrew,\n hi: LocalizedFontFamilies.Hindi,\n hr: LocalizedFontFamilies.EastEuropean,\n hu: LocalizedFontFamilies.EastEuropean,\n ja: LocalizedFontFamilies.Japanese,\n kk: LocalizedFontFamilies.EastEuropean,\n ko: LocalizedFontFamilies.Korean,\n lt: LocalizedFontFamilies.EastEuropean,\n lv: LocalizedFontFamilies.EastEuropean,\n pl: LocalizedFontFamilies.EastEuropean,\n ru: LocalizedFontFamilies.Cyrillic,\n sk: LocalizedFontFamilies.EastEuropean,\n 'sr-latn': LocalizedFontFamilies.EastEuropean,\n th: LocalizedFontFamilies.Thai,\n tr: LocalizedFontFamilies.EastEuropean,\n uk: LocalizedFontFamilies.Cyrillic,\n vi: LocalizedFontFamilies.Vietnamese,\n 'zh-hans': LocalizedFontFamilies.ChineseSimplified,\n 'zh-hant': LocalizedFontFamilies.ChineseTraditional,\n hy: LocalizedFontFamilies.Armenian,\n ka: LocalizedFontFamilies.Georgian,\n};\nfunction _fontFamilyWithFallbacks(fontFamily) {\n return fontFamily + \", \" + FontFamilyFallbacks;\n}\n/**\n * If there is a localized font for this language, return that.\n * Returns undefined if there is no localized font for that language.\n */\nfunction _getLocalizedFontFamily(language) {\n for (var lang in LanguageToFontMap) {\n if (LanguageToFontMap.hasOwnProperty(lang) && language && lang.indexOf(language) === 0) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return LanguageToFontMap[lang];\n }\n }\n return defaultFontFamily;\n}\nfunction _createFont(size, weight, fontFamily) {\n return {\n fontFamily: fontFamily,\n MozOsxFontSmoothing: 'grayscale',\n WebkitFontSmoothing: 'antialiased',\n fontSize: size,\n fontWeight: weight,\n };\n}\nexport function createFontStyles(localeCode) {\n var localizedFont = _getLocalizedFontFamily(localeCode);\n var fontFamilyWithFallback = _fontFamilyWithFallbacks(localizedFont);\n var fontStyles = {\n tiny: _createFont(FontSizes.mini, FontWeights.regular, fontFamilyWithFallback),\n xSmall: _createFont(FontSizes.xSmall, FontWeights.regular, fontFamilyWithFallback),\n small: _createFont(FontSizes.small, FontWeights.regular, fontFamilyWithFallback),\n smallPlus: _createFont(FontSizes.smallPlus, FontWeights.regular, fontFamilyWithFallback),\n medium: _createFont(FontSizes.medium, FontWeights.regular, fontFamilyWithFallback),\n mediumPlus: _createFont(FontSizes.mediumPlus, FontWeights.regular, fontFamilyWithFallback),\n large: _createFont(FontSizes.large, FontWeights.regular, fontFamilyWithFallback),\n xLarge: _createFont(FontSizes.xLarge, FontWeights.semibold, fontFamilyWithFallback),\n xLargePlus: _createFont(FontSizes.xLargePlus, FontWeights.semibold, fontFamilyWithFallback),\n xxLarge: _createFont(FontSizes.xxLarge, FontWeights.semibold, fontFamilyWithFallback),\n xxLargePlus: _createFont(FontSizes.xxLargePlus, FontWeights.semibold, fontFamilyWithFallback),\n superLarge: _createFont(FontSizes.superLarge, FontWeights.semibold, fontFamilyWithFallback),\n mega: _createFont(FontSizes.mega, FontWeights.semibold, fontFamilyWithFallback),\n };\n return fontStyles;\n}\n//# sourceMappingURL=createFontStyles.js.map"
},
{
"id": "iePh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.js",
"index": 289,
"index2": 280,
"size": 289,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"issuerId": "D89h",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "D89h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Layer",
"loc": "1:0-24"
},
{
"moduleId": "D89h",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Layer",
"loc": "1:0-24"
}
],
"providedExports": [
"Layer"
],
"optimizationBailout": [],
"depth": 15,
"source": "import { styled } from '../../Utilities';\nimport { LayerBase } from './Layer.base';\nimport { getStyles } from './Layer.styles';\nexport var Layer = styled(LayerBase, getStyles, undefined, {\n scope: 'Layer',\n fields: ['hostId', 'theme', 'styles'],\n});\n//# sourceMappingURL=Layer.js.map"
},
{
"id": "itTX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"index": 219,
"index2": 207,
"size": 1555,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"issuerId": "dKbT",
"issuerName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "dKbT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"name": "./node_modules/@uifabric/styling/lib/classNames/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "dKbT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ColorClassNames",
"loc": "3:0-52"
},
{
"moduleId": "dKbT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/index.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ColorClassNames",
"loc": "3:0-52"
}
],
"providedExports": [
"ColorClassNames"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { mergeStyles } from '@uifabric/merge-styles';\nimport { DefaultPalette } from '../styles/DefaultPalette';\nimport { getTheme } from '../styles/index';\nexport var ColorClassNames = {};\nfor (var colorName in DefaultPalette) {\n if (DefaultPalette.hasOwnProperty(colorName)) {\n // Foreground color\n _defineGetter(ColorClassNames, colorName, '', false, 'color');\n // Hover color\n _defineGetter(ColorClassNames, colorName, 'Hover', true, 'color');\n // Background color\n _defineGetter(ColorClassNames, colorName, 'Background', false, 'background');\n // Background hover\n _defineGetter(ColorClassNames, colorName, 'BackgroundHover', true, 'background');\n // Border color\n _defineGetter(ColorClassNames, colorName, 'Border', false, 'borderColor');\n // Border hover color\n _defineGetter(ColorClassNames, colorName, 'BorderHover', true, 'borderColor');\n }\n}\n/**\n * Defines a getter for the given class configuration.\n */\nfunction _defineGetter(obj, colorName, suffix, isHover, cssProperty) {\n Object.defineProperty(obj, colorName + suffix, {\n get: function () {\n var _a;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var style = (_a = {}, _a[cssProperty] = getTheme().palette[colorName], _a);\n return mergeStyles(isHover ? { selectors: { ':hover': style } } : style).toString();\n },\n enumerable: true,\n configurable: true,\n });\n}\n//# sourceMappingURL=ColorClassNames.js.map"
},
{
"id": "jEFs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useBoolean.js",
"index": 325,
"index2": 306,
"size": 1188,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useBoolean",
"loc": "3:0-29"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useBoolean",
"loc": "3:0-29"
}
],
"providedExports": [
"useBoolean"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\nimport { useConst } from './useConst';\n/**\n * Hook to store a value and generate callbacks for setting the value to true or false.\n * The identity of the callbacks will always stay the same.\n *\n * @param initialState - Initial value\n * @returns Array with the current value and an object containing the updater callbacks.\n */\nexport function useBoolean(initialState) {\n var _a = React.useState(initialState), value = _a[0], setValue = _a[1];\n // Storing the value in a ref is redundant but allows the `toggle` callback to have a\n // constant identity, which overall is probably better for consumers' perf.\n var valueRef = React.useRef(value);\n var setTrue = useConst(function () { return function () {\n setValue(true);\n valueRef.current = true;\n }; });\n var setFalse = useConst(function () { return function () {\n setValue(false);\n valueRef.current = false;\n }; });\n var toggle = useConst(function () { return function () { return (valueRef.current ? setFalse() : setTrue()); }; });\n return [value, { setTrue: setTrue, setFalse: setFalse, toggle: toggle }];\n}\n//# sourceMappingURL=useBoolean.js.map"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"index": 376,
"index2": 385,
"size": 102,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerId": "we3T",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony side effect evaluation",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldSpinButton",
"loc": "20:0-98"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldSpinButton",
"loc": "61:32-55"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 1,
"source": "export * from './propertyFields/spinButton/index';\n//# sourceMappingURL=PropertyFieldSpinButton.js.map"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"index": 10,
"index2": 374,
"size": 104,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerId": "we3T",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony side effect evaluation",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "19:0-100"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "78:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "85:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "92:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "99:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "106:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "113:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "120:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "127:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "134:32-56"
},
{
"moduleId": "we3T",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"type": "harmony import specifier",
"userRequest": "@pnp/spfx-property-controls/lib/PropertyFieldColorPicker",
"loc": "141:32-56"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 1,
"source": "export * from './propertyFields/colorPicker/index';\n//# sourceMappingURL=PropertyFieldColorPicker.js.map"
},
{
"id": "jq/3",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"index": 340,
"index2": 332,
"size": 11896,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerId": "rJVp",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuSplitButton",
"loc": "3:0-44"
},
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenuSplitButton",
"loc": "3:0-44"
}
],
"providedExports": [
"ContextualMenuSplitButton"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { buttonProperties, getNativeProps, KeyCodes, mergeAriaAttributeValues, memoizeFunction, Async, EventGroup, getId, } from '../../../Utilities';\nimport { ContextualMenuItem } from '../ContextualMenuItem';\nimport { getSplitButtonVerticalDividerClassNames } from '../ContextualMenu.classNames';\nimport { KeytipData } from '../../../KeytipData';\nimport { isItemDisabled, hasSubmenu, getMenuItemAriaRole } from '../../../utilities/contextualMenu/index';\nimport { VerticalDivider } from '../../../Divider';\nimport { ContextualMenuItemWrapper } from './ContextualMenuItemWrapper';\nvar TouchIdleDelay = 500; /* ms */\nvar ContextualMenuSplitButton = /** @class */ (function (_super) {\n __extends(ContextualMenuSplitButton, _super);\n function ContextualMenuSplitButton(props) {\n var _this = _super.call(this, props) || this;\n _this._getMemoizedMenuButtonKeytipProps = memoizeFunction(function (keytipProps) {\n return __assign(__assign({}, keytipProps), { hasMenu: true });\n });\n _this._renderAriaDescription = function (ariaDescription, className) {\n // If ariaDescription is given, descriptionId will be assigned to ariaDescriptionSpan\n return ariaDescription ? (React.createElement(\"span\", { id: _this._ariaDescriptionId, className: className }, ariaDescription)) : null;\n };\n _this._onItemKeyDown = function (ev) {\n var _a = _this.props, item = _a.item, onItemKeyDown = _a.onItemKeyDown;\n if (ev.which === KeyCodes.enter) {\n _this._executeItemClick(ev);\n ev.preventDefault();\n ev.stopPropagation();\n }\n else if (onItemKeyDown) {\n onItemKeyDown(item, ev);\n }\n };\n _this._getSubmenuTarget = function () {\n return _this._splitButton;\n };\n _this._onItemMouseEnterPrimary = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseEnter = _a.onItemMouseEnter;\n if (onItemMouseEnter) {\n onItemMouseEnter(__assign(__assign({}, item), { subMenuProps: undefined, items: undefined }), ev, _this._splitButton);\n }\n };\n _this._onItemMouseEnterIcon = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseEnter = _a.onItemMouseEnter;\n if (onItemMouseEnter) {\n onItemMouseEnter(item, ev, _this._splitButton);\n }\n };\n _this._onItemMouseMovePrimary = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseMove = _a.onItemMouseMove;\n if (onItemMouseMove) {\n onItemMouseMove(__assign(__assign({}, item), { subMenuProps: undefined, items: undefined }), ev, _this._splitButton);\n }\n };\n _this._onItemMouseMoveIcon = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseMove = _a.onItemMouseMove;\n if (onItemMouseMove) {\n onItemMouseMove(item, ev, _this._splitButton);\n }\n };\n _this._onIconItemClick = function (ev) {\n var _a = _this.props, item = _a.item, onItemClickBase = _a.onItemClickBase;\n if (onItemClickBase) {\n onItemClickBase(item, ev, (_this._splitButton ? _this._splitButton : ev.currentTarget));\n }\n };\n _this._executeItemClick = function (ev) {\n var _a = _this.props, item = _a.item, executeItemClick = _a.executeItemClick, onItemClick = _a.onItemClick;\n if (item.disabled || item.isDisabled) {\n return;\n }\n if (_this._processingTouch && onItemClick) {\n return onItemClick(item, ev);\n }\n if (executeItemClick) {\n executeItemClick(item, ev);\n }\n };\n _this._onTouchStart = function (ev) {\n if (_this._splitButton && !('onpointerdown' in _this._splitButton)) {\n _this._handleTouchAndPointerEvent(ev);\n }\n };\n _this._onPointerDown = function (ev) {\n if (ev.pointerType === 'touch') {\n _this._handleTouchAndPointerEvent(ev);\n ev.preventDefault();\n ev.stopImmediatePropagation();\n }\n };\n _this._async = new Async(_this);\n _this._events = new EventGroup(_this);\n return _this;\n }\n ContextualMenuSplitButton.prototype.componentDidMount = function () {\n if (this._splitButton && 'onpointerdown' in this._splitButton) {\n this._events.on(this._splitButton, 'pointerdown', this._onPointerDown, true);\n }\n };\n ContextualMenuSplitButton.prototype.componentWillUnmount = function () {\n this._async.dispose();\n this._events.dispose();\n };\n ContextualMenuSplitButton.prototype.render = function () {\n var _this = this;\n var _a = this.props, item = _a.item, classNames = _a.classNames, index = _a.index, focusableElementIndex = _a.focusableElementIndex, totalItemCount = _a.totalItemCount, hasCheckmarks = _a.hasCheckmarks, hasIcons = _a.hasIcons, onItemMouseLeave = _a.onItemMouseLeave, expandedMenuItemKey = _a.expandedMenuItemKey;\n var itemHasSubmenu = hasSubmenu(item);\n var keytipProps = item.keytipProps;\n if (keytipProps) {\n keytipProps = this._getMemoizedMenuButtonKeytipProps(keytipProps);\n }\n // Check for ariaDescription to set the _ariaDescriptionId and render a hidden span with\n // the description in it to be added to ariaDescribedBy\n var ariaDescription = item.ariaDescription;\n if (ariaDescription) {\n this._ariaDescriptionId = getId();\n }\n return (React.createElement(KeytipData, { keytipProps: keytipProps, disabled: isItemDisabled(item) }, function (keytipAttributes) { return (React.createElement(\"div\", { \"data-ktp-target\": keytipAttributes['data-ktp-target'], ref: function (splitButton) { return (_this._splitButton = splitButton); }, role: getMenuItemAriaRole(item), \"aria-label\": item.ariaLabel, className: classNames.splitContainer, \"aria-disabled\": isItemDisabled(item), \"aria-expanded\": itemHasSubmenu ? item.key === expandedMenuItemKey : undefined, \"aria-haspopup\": true, \"aria-describedby\": mergeAriaAttributeValues(ariaDescription ? _this._ariaDescriptionId : undefined, keytipAttributes['aria-describedby']), \"aria-checked\": item.isChecked || item.checked, \"aria-posinset\": focusableElementIndex + 1, \"aria-setsize\": totalItemCount, onMouseEnter: _this._onItemMouseEnterPrimary, onMouseLeave: onItemMouseLeave ? onItemMouseLeave.bind(_this, __assign(__assign({}, item), { subMenuProps: null, items: null })) : undefined, onMouseMove: _this._onItemMouseMovePrimary, onKeyDown: _this._onItemKeyDown, onClick: _this._executeItemClick, onTouchStart: _this._onTouchStart, tabIndex: 0, \"data-is-focusable\": true, \"aria-roledescription\": item['aria-roledescription'] },\n _this._renderSplitPrimaryButton(item, classNames, index, hasCheckmarks, hasIcons),\n _this._renderSplitDivider(item),\n _this._renderSplitIconButton(item, classNames, index, keytipAttributes),\n _this._renderAriaDescription(ariaDescription, classNames.screenReaderText))); }));\n };\n ContextualMenuSplitButton.prototype._renderSplitPrimaryButton = function (item, \n // eslint-disable-next-line deprecation/deprecation\n classNames, index, hasCheckmarks, hasIcons) {\n var _a = this.props, _b = _a.contextualMenuItemAs, ChildrenRenderer = _b === void 0 ? ContextualMenuItem : _b, onItemClick = _a.onItemClick;\n var itemProps = {\n key: item.key,\n disabled: isItemDisabled(item) || item.primaryDisabled,\n /* eslint-disable deprecation/deprecation */\n name: item.name,\n text: item.text || item.name,\n secondaryText: item.secondaryText,\n /* eslint-enable deprecation/deprecation */\n className: classNames.splitPrimary,\n canCheck: item.canCheck,\n isChecked: item.isChecked,\n checked: item.checked,\n iconProps: item.iconProps,\n onRenderIcon: item.onRenderIcon,\n data: item.data,\n 'data-is-focusable': false,\n };\n var itemComponentProps = item.itemProps;\n return (React.createElement(\"button\", __assign({}, getNativeProps(itemProps, buttonProperties)),\n React.createElement(ChildrenRenderer, __assign({ \"data-is-focusable\": false, item: itemProps, classNames: classNames, index: index, onCheckmarkClick: hasCheckmarks && onItemClick ? onItemClick : undefined, hasIcons: hasIcons }, itemComponentProps))));\n };\n ContextualMenuSplitButton.prototype._renderSplitDivider = function (item) {\n var getDividerClassNames = item.getSplitButtonVerticalDividerClassNames || getSplitButtonVerticalDividerClassNames;\n return React.createElement(VerticalDivider, { getClassNames: getDividerClassNames });\n };\n ContextualMenuSplitButton.prototype._renderSplitIconButton = function (item, classNames, // eslint-disable-line deprecation/deprecation\n index, keytipAttributes) {\n var _a = this.props, _b = _a.contextualMenuItemAs, ChildrenRenderer = _b === void 0 ? ContextualMenuItem : _b, onItemMouseLeave = _a.onItemMouseLeave, onItemMouseDown = _a.onItemMouseDown, openSubMenu = _a.openSubMenu, dismissSubMenu = _a.dismissSubMenu, dismissMenu = _a.dismissMenu;\n var itemProps = {\n onClick: this._onIconItemClick,\n disabled: isItemDisabled(item),\n className: classNames.splitMenu,\n subMenuProps: item.subMenuProps,\n submenuIconProps: item.submenuIconProps,\n split: true,\n key: item.key,\n };\n var buttonProps = __assign(__assign({}, getNativeProps(itemProps, buttonProperties)), {\n onMouseEnter: this._onItemMouseEnterIcon,\n onMouseLeave: onItemMouseLeave ? onItemMouseLeave.bind(this, item) : undefined,\n onMouseDown: function (ev) {\n return onItemMouseDown ? onItemMouseDown(item, ev) : undefined;\n },\n onMouseMove: this._onItemMouseMoveIcon,\n 'data-is-focusable': false,\n 'data-ktp-execute-target': keytipAttributes['data-ktp-execute-target'],\n 'aria-hidden': true,\n });\n var itemComponentProps = item.itemProps;\n return (React.createElement(\"button\", __assign({}, buttonProps),\n React.createElement(ChildrenRenderer, __assign({ componentRef: item.componentRef, item: itemProps, classNames: classNames, index: index, hasIcons: false, openSubMenu: openSubMenu, dismissSubMenu: dismissSubMenu, dismissMenu: dismissMenu, getSubmenuTarget: this._getSubmenuTarget }, itemComponentProps))));\n };\n ContextualMenuSplitButton.prototype._handleTouchAndPointerEvent = function (ev) {\n var _this = this;\n var onTap = this.props.onTap;\n if (onTap) {\n onTap(ev);\n }\n // If we already have an existing timeout from a previous touch/pointer event\n // cancel that timeout so we can set a new one.\n if (this._lastTouchTimeoutId) {\n this._async.clearTimeout(this._lastTouchTimeoutId);\n this._lastTouchTimeoutId = undefined;\n }\n this._processingTouch = true;\n this._lastTouchTimeoutId = this._async.setTimeout(function () {\n _this._processingTouch = false;\n _this._lastTouchTimeoutId = undefined;\n }, TouchIdleDelay);\n };\n return ContextualMenuSplitButton;\n}(ContextualMenuItemWrapper));\nexport { ContextualMenuSplitButton };\n//# sourceMappingURL=ContextualMenuSplitButton.js.map"
},
{
"id": "k9Zi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"index": 280,
"index2": 264,
"size": 209,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"issuerId": "VK3g",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "VK3g",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "VK3g",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"type": "harmony side effect evaluation",
"userRequest": "./positioning/index",
"loc": "1:0-36"
},
{
"moduleId": "VK3g",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning/index",
"loc": "1:0-36"
}
],
"providedExports": [
"getBoundsFromTargetWindow",
"getMaxHeight",
"getOppositeEdge",
"positionCallout",
"positionCard",
"positionElement",
"RectangleEdge",
"Position"
],
"optimizationBailout": [],
"depth": 5,
"source": "export { getBoundsFromTargetWindow, getMaxHeight, getOppositeEdge, positionCallout, positionCard, positionElement, } from './positioning';\nexport * from './positioning.types';\n//# sourceMappingURL=index.js.map"
},
{
"id": "kCx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/index.js",
"name": "./node_modules/@fluentui/react-window-provider/lib/index.js",
"index": 272,
"index2": 259,
"size": 67,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"issuerId": "0R3a",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "p6i1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js"
},
{
"id": "0R3a",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0R3a",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/react-window-provider",
"loc": "2:0-48"
},
{
"moduleId": "0R3a",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/react-window-provider",
"loc": "2:0-48"
},
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/react-window-provider",
"loc": "3:0-60"
},
{
"moduleId": "Bmj4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useTarget.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useTarget.js",
"type": "harmony import specifier",
"userRequest": "@fluentui/react-window-provider",
"loc": "19:23-32"
}
],
"providedExports": [
"WindowContext",
"useWindow",
"useDocument",
"WindowProvider"
],
"optimizationBailout": [],
"depth": 12,
"source": "export * from './WindowProvider';\n//# sourceMappingURL=index.js.map"
},
{
"id": "kxY9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"index": 30,
"index2": 24,
"size": 411,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./getFullColorString",
"loc": "14:0-37"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./getFullColorString",
"loc": "14:0-37"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getFullColorString",
"loc": "16:0-37"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getFullColorString",
"loc": "16:0-37"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../utilities/color/getFullColorString",
"loc": "5:0-81"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "../../../utilities/color/getFullColorString",
"loc": "106:129-147"
}
],
"providedExports": [
"getFullColorString"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { MAX_COLOR_SATURATION, MAX_COLOR_VALUE } from './consts';\nimport { hsv2hex } from './hsv2hex';\n/**\n * Converts a color hue to an HTML color string (with # prefix).\n * This implementation ignores all components of `color` except hue.\n */\nexport function getFullColorString(color) {\n return \"#\" + hsv2hex(color.h, MAX_COLOR_SATURATION, MAX_COLOR_VALUE);\n}\n//# sourceMappingURL=getFullColorString.js.map"
},
{
"id": "kyt4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"index": 145,
"index2": 137,
"size": 987,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./renderFunction/composeRenderFunction",
"loc": "48:0-55"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./renderFunction/composeRenderFunction",
"loc": "48:0-55"
}
],
"providedExports": [
"composeRenderFunction"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { createMemoizer } from '../memoize';\nfunction createComposedRenderFunction(outer) {\n var outerMemoizer = createMemoizer(function (inner) {\n var innerMemoizer = createMemoizer(function (defaultRender) {\n return function (innerProps) {\n return inner(innerProps, defaultRender);\n };\n });\n return function (outerProps, defaultRender) {\n return outer(outerProps, defaultRender ? innerMemoizer(defaultRender) : inner);\n };\n });\n return outerMemoizer;\n}\nvar memoizer = createMemoizer(createComposedRenderFunction);\n/**\n * Composes two 'render functions' to produce a final render function that renders\n * the outer function, passing the inner function as 'default render'. The inner function\n * is then passed the original 'default render' prop.\n * @public\n */\nexport function composeRenderFunction(outer, inner) {\n return memoizer(outer)(inner);\n}\n//# sourceMappingURL=composeRenderFunction.js.map"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"index": 255,
"index2": 338,
"size": 93,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"issuerId": "zKx7",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../ContextualMenu",
"loc": "6:0-54"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../ContextualMenu",
"loc": "98:49-63"
}
],
"providedExports": [
"ContextualMenu",
"getSubmenuItems",
"canAnyMenuItemsCheck",
"ContextualMenuBase",
"DirectionalHint",
"ContextualMenuItemType",
"ContextualMenuItem",
"ContextualMenuItemBase",
"getMenuItemStyles"
],
"optimizationBailout": [],
"depth": 7,
"source": "export * from './components/ContextualMenu/index';\n//# sourceMappingURL=ContextualMenu.js.map"
},
{
"id": "lF7M",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/appendFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/appendFunction.js",
"index": 81,
"index2": 73,
"size": 686,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./appendFunction",
"loc": "10:0-33"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./appendFunction",
"loc": "10:0-33"
},
{
"moduleId": "bakf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/extendComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/extendComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/extendComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "./appendFunction",
"loc": "1:0-50"
},
{
"moduleId": "bakf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/extendComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/extendComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/extendComponent.js",
"type": "harmony import specifier",
"userRequest": "./appendFunction",
"loc": "9:29-43"
}
],
"providedExports": [
"appendFunction"
],
"optimizationBailout": [],
"depth": 8,
"source": "/* eslint-disable @typescript-eslint/no-explicit-any */\n/**\n * Returns a single function which will call each of the given functions in the context of the\n * parent.\n */\nexport function appendFunction(parent) {\n var functions = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n functions[_i - 1] = arguments[_i];\n }\n if (functions.length < 2) {\n return functions[0];\n }\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n functions.forEach(function (f) { return f && f.apply(parent, args); });\n };\n}\n//# sourceMappingURL=appendFunction.js.map"
},
{
"id": "lO5p",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"index": 17,
"index2": 12,
"size": 297,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsl2rgb",
"loc": "5:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./hsl2rgb",
"loc": "5:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsl2rgb",
"loc": "7:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hsl2rgb",
"loc": "7:0-26"
},
{
"moduleId": "iZYe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsl2rgb",
"loc": "2:0-36"
},
{
"moduleId": "iZYe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/cssColor.js",
"type": "harmony import specifier",
"userRequest": "./hsl2rgb",
"loc": "96:23-30"
}
],
"providedExports": [
"hsl2rgb"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { hsl2hsv } from './hsl2hsv';\nimport { hsv2rgb } from './hsv2rgb';\n/** Converts HSL components to an RGB color. Does not set the alpha value. */\nexport function hsl2rgb(h, s, l) {\n var hsv = hsl2hsv(h, s, l);\n return hsv2rgb(hsv.h, hsv.s, hsv.v);\n}\n//# sourceMappingURL=hsl2rgb.js.map"
},
{
"id": "lOt9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHex.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/correctHex.js",
"index": 37,
"index2": 31,
"size": 606,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"issuerId": "+HNA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "+HNA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./correctHex",
"loc": "21:0-29"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./correctHex",
"loc": "21:0-29"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/color/correctHex",
"loc": "15:0-62"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/color/correctHex",
"loc": "53:56-66"
}
],
"providedExports": [
"correctHex"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { MIN_HEX_LENGTH, MAX_HEX_LENGTH } from './consts';\n/**\n * Corrects a hex color to have length 3 or 6. Defaults to white if too short.\n * Does NOT check anything besides the length (such as valid characters) and does NOT handle\n * hex values starting with # sign.\n */\nexport function correctHex(hex) {\n if (!hex || hex.length < MIN_HEX_LENGTH) {\n return 'ffffff'; // not a valid color--default to white\n }\n if (hex.length >= MAX_HEX_LENGTH) {\n return hex.substring(0, MAX_HEX_LENGTH);\n }\n return hex.substring(0, MIN_HEX_LENGTH);\n}\n//# sourceMappingURL=correctHex.js.map"
},
{
"id": "lnwm",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"index": 339,
"index2": 326,
"size": 5529,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerId": "rJVp",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuButton",
"loc": "2:0-39"
},
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenuButton",
"loc": "2:0-39"
}
],
"providedExports": [
"ContextualMenuButton"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { buttonProperties, getNativeProps, memoizeFunction, getId, mergeAriaAttributeValues } from '../../../Utilities';\nimport { ContextualMenuItemWrapper } from './ContextualMenuItemWrapper';\nimport { KeytipData } from '../../../KeytipData';\nimport { getIsChecked, isItemDisabled, hasSubmenu, getMenuItemAriaRole } from '../../../utilities/contextualMenu/index';\nimport { ContextualMenuItem } from '../ContextualMenuItem';\nvar ContextualMenuButton = /** @class */ (function (_super) {\n __extends(ContextualMenuButton, _super);\n function ContextualMenuButton() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this._btn = React.createRef();\n _this._getMemoizedMenuButtonKeytipProps = memoizeFunction(function (keytipProps) {\n return __assign(__assign({}, keytipProps), { hasMenu: true });\n });\n _this._renderAriaDescription = function (ariaDescription, className) {\n // If ariaDescription is given, descriptionId will be assigned to ariaDescriptionSpan\n return ariaDescription ? (React.createElement(\"span\", { id: _this._ariaDescriptionId, className: className }, ariaDescription)) : null;\n };\n _this._getSubmenuTarget = function () {\n return _this._btn.current ? _this._btn.current : undefined;\n };\n return _this;\n }\n ContextualMenuButton.prototype.render = function () {\n var _this = this;\n var _a = this.props, item = _a.item, classNames = _a.classNames, index = _a.index, focusableElementIndex = _a.focusableElementIndex, totalItemCount = _a.totalItemCount, hasCheckmarks = _a.hasCheckmarks, hasIcons = _a.hasIcons, _b = _a.contextualMenuItemAs, ChildrenRenderer = _b === void 0 ? ContextualMenuItem : _b, expandedMenuItemKey = _a.expandedMenuItemKey, onItemMouseDown = _a.onItemMouseDown, onItemClick = _a.onItemClick, openSubMenu = _a.openSubMenu, dismissSubMenu = _a.dismissSubMenu, dismissMenu = _a.dismissMenu;\n var isChecked = getIsChecked(item);\n var canCheck = isChecked !== null;\n var defaultRole = getMenuItemAriaRole(item);\n var itemHasSubmenu = hasSubmenu(item);\n var itemProps = item.itemProps, ariaLabel = item.ariaLabel, ariaDescription = item.ariaDescription;\n var buttonNativeProperties = getNativeProps(item, buttonProperties);\n // Do not add the disabled attribute to the button so that it is focusable\n delete buttonNativeProperties.disabled;\n var itemRole = item.role || defaultRole;\n // Check for ariaDescription to set the _ariaDescriptionId and render a hidden span with\n // the description in it to be added to ariaDescribedBy\n if (ariaDescription) {\n this._ariaDescriptionId = getId();\n }\n var ariaDescribedByIds = ariaDescription ? this._ariaDescriptionId : undefined;\n var itemButtonProperties = {\n className: classNames.root,\n onClick: this._onItemClick,\n onKeyDown: itemHasSubmenu ? this._onItemKeyDown : undefined,\n onMouseEnter: this._onItemMouseEnter,\n onMouseLeave: this._onItemMouseLeave,\n onMouseDown: function (ev) {\n return onItemMouseDown ? onItemMouseDown(item, ev) : undefined;\n },\n onMouseMove: this._onItemMouseMove,\n href: item.href,\n title: item.title,\n 'aria-label': ariaLabel,\n 'aria-describedby': ariaDescribedByIds,\n 'aria-haspopup': itemHasSubmenu || undefined,\n 'aria-expanded': itemHasSubmenu ? item.key === expandedMenuItemKey : undefined,\n 'aria-posinset': focusableElementIndex + 1,\n 'aria-setsize': totalItemCount,\n 'aria-disabled': isItemDisabled(item),\n 'aria-checked': (itemRole === 'menuitemcheckbox' || itemRole === 'menuitemradio') && canCheck ? !!isChecked : undefined,\n 'aria-selected': itemRole === 'menuitem' && canCheck ? !!isChecked : undefined,\n role: itemRole,\n // eslint-disable-next-line deprecation/deprecation\n style: item.style,\n };\n var keytipProps = item.keytipProps;\n if (keytipProps && itemHasSubmenu) {\n keytipProps = this._getMemoizedMenuButtonKeytipProps(keytipProps);\n }\n return (React.createElement(KeytipData, { keytipProps: keytipProps, ariaDescribedBy: buttonNativeProperties['aria-describedby'], disabled: isItemDisabled(item) }, function (keytipAttributes) { return (React.createElement(\"button\", __assign({ ref: _this._btn }, buttonNativeProperties, itemButtonProperties, keytipAttributes, { \"aria-describedby\": mergeAriaAttributeValues(itemButtonProperties['aria-describedby'], keytipAttributes ? keytipAttributes['aria-describedby'] : undefined) }),\n React.createElement(ChildrenRenderer, __assign({ componentRef: item.componentRef, item: item, classNames: classNames, index: index, onCheckmarkClick: hasCheckmarks && onItemClick ? onItemClick : undefined, hasIcons: hasIcons, openSubMenu: openSubMenu, dismissSubMenu: dismissSubMenu, dismissMenu: dismissMenu, getSubmenuTarget: _this._getSubmenuTarget }, itemProps)),\n _this._renderAriaDescription(ariaDescription, classNames.screenReaderText))); }));\n };\n return ContextualMenuButton;\n}(ContextualMenuItemWrapper));\nexport { ContextualMenuButton };\n//# sourceMappingURL=ContextualMenuButton.js.map"
},
{
"id": "m5xa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"name": "./node_modules/@uifabric/utilities/lib/language.js",
"index": 137,
"index2": 130,
"size": 1767,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./language",
"loc": "38:0-27"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./language",
"loc": "38:0-27"
}
],
"providedExports": [
"getLanguage",
"setLanguage"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getDocument } from './dom/getDocument';\nimport * as localStorage from './localStorage';\nimport * as sessionStorage from './sessionStorage';\n// Default to undefined so that we initialize on first read.\nvar _language;\nvar STORAGE_KEY = 'language';\n/**\n * Gets the language set for the page.\n * @param persistenceType - Where to persist the value. Default is `localStorage` if available.\n * (In version 8, the default will be `sessionStorage`.)\n */\nexport function getLanguage(persistenceType) {\n if (persistenceType === void 0) { persistenceType = 'localStorage'; }\n if (_language === undefined) {\n var doc = getDocument();\n var savedLanguage = persistenceType === 'localStorage'\n ? localStorage.getItem(STORAGE_KEY)\n : persistenceType === 'sessionStorage'\n ? sessionStorage.getItem(STORAGE_KEY)\n : undefined;\n if (savedLanguage) {\n _language = savedLanguage;\n }\n if (_language === undefined && doc) {\n _language = doc.documentElement.getAttribute('lang');\n }\n if (_language === undefined) {\n _language = 'en';\n }\n }\n return _language;\n}\nexport function setLanguage(language, persistenceParam) {\n var doc = getDocument();\n if (doc) {\n doc.documentElement.setAttribute('lang', language);\n }\n var persistenceType = persistenceParam === true ? 'none' : !persistenceParam ? 'localStorage' : persistenceParam;\n if (persistenceType === 'localStorage') {\n localStorage.setItem(STORAGE_KEY, language);\n }\n else if (persistenceType === 'sessionStorage') {\n sessionStorage.setItem(STORAGE_KEY, language);\n }\n _language = language;\n}\n//# sourceMappingURL=language.js.map"
},
{
"id": "mT13",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.types.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.types.js",
"index": 282,
"index2": 262,
"size": 627,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"issuerId": "k9Zi",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "VK3g",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js"
},
{
"id": "k9Zi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./positioning.types",
"loc": "2:0-36"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning.types",
"loc": "2:0-36"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony side effect evaluation",
"userRequest": "./positioning.types",
"loc": "5:0-53"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "16:58-71"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "16:77-90"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "17:56-69"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "18:59-72"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "18:78-91"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "19:58-71"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "20:61-74"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "20:83-96"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "21:59-72"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "22:62-75"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "22:84-97"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "23:61-74"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "24:58-71"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "24:78-91"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "25:57-70"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "26:61-74"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "26:81-94"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "27:59-72"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "27:80-93"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "28:58-71"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "29:62-75"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "29:83-96"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "53:25-38"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "56:25-38"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "59:25-38"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "62:25-38"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "67:16-29"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "70:9-22"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "149:8-21"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "150:8-21"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "151:8-21"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "152:8-21"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "292:17-30"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "292:47-60"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "294:26-39"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "295:26-39"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "300:26-39"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "301:26-39"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "328:28-41"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "334:16-29"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "412:16-29"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "413:16-29"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "476:32-45"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "476:67-80"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "497:19-32"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "./positioning.types",
"loc": "500:24-37"
}
],
"providedExports": [
"RectangleEdge",
"Position"
],
"optimizationBailout": [],
"depth": 6,
"source": "export var RectangleEdge;\n(function (RectangleEdge) {\n RectangleEdge[RectangleEdge[\"top\"] = 1] = \"top\";\n RectangleEdge[RectangleEdge[\"bottom\"] = -1] = \"bottom\";\n RectangleEdge[RectangleEdge[\"left\"] = 2] = \"left\";\n RectangleEdge[RectangleEdge[\"right\"] = -2] = \"right\";\n})(RectangleEdge || (RectangleEdge = {}));\nexport var Position;\n(function (Position) {\n Position[Position[\"top\"] = 0] = \"top\";\n Position[Position[\"bottom\"] = 1] = \"bottom\";\n Position[Position[\"start\"] = 2] = \"start\";\n Position[Position[\"end\"] = 3] = \"end\";\n})(Position || (Position = {}));\n//# sourceMappingURL=positioning.types.js.map"
},
{
"id": "mWkG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getId.js",
"name": "./node_modules/@uifabric/utilities/lib/getId.js",
"index": 127,
"index2": 119,
"size": 1239,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getId",
"loc": "29:0-24"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getId",
"loc": "29:0-24"
},
{
"moduleId": "fGTi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useId.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/utilities/lib/getId",
"loc": "2:0-54"
},
{
"moduleId": "fGTi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useId.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useId.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/utilities/lib/getId",
"loc": "16:22-27"
}
],
"providedExports": [
"getId",
"resetIds"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\nimport { Stylesheet } from '@uifabric/merge-styles';\n// Initialize global window id.\nvar CURRENT_ID_PROPERTY = '__currentId__';\nvar DEFAULT_ID_STRING = 'id__';\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nvar _global = getWindow() || {};\nif (_global[CURRENT_ID_PROPERTY] === undefined) {\n _global[CURRENT_ID_PROPERTY] = 0;\n}\nvar _initializedStylesheetResets = false;\n/**\n * Generates a unique id in the global scope (this spans across duplicate copies of the same library.)\n *\n * @public\n */\nexport function getId(prefix) {\n if (!_initializedStylesheetResets) {\n // Configure ids to reset on stylesheet resets.\n var stylesheet = Stylesheet.getInstance();\n if (stylesheet && stylesheet.onReset) {\n stylesheet.onReset(resetIds);\n }\n _initializedStylesheetResets = true;\n }\n var index = _global[CURRENT_ID_PROPERTY]++;\n return (prefix === undefined ? DEFAULT_ID_STRING : prefix) + index;\n}\n/**\n * Resets id counter to an (optional) number.\n *\n * @public\n */\nexport function resetIds(counter) {\n if (counter === void 0) { counter = 0; }\n _global[CURRENT_ID_PROPERTY] = counter;\n}\n//# sourceMappingURL=getId.js.map"
},
{
"id": "mrSG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/tslib/tslib.es6.js",
"name": "./node_modules/tslib/tslib.es6.js",
"index": 26,
"index2": 19,
"size": 9436,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"issuerId": "NV5/",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "NV5/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/sqS",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-39"
},
{
"moduleId": "/sqS",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useMergedRefs.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "27:7-21"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:4-13"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "28:57-65"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "30:59-67"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "32:55-63"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "34:58-66"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "36:58-66"
},
{
"moduleId": "1Rkx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "1Rkx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "30:47-55"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "8:4-13"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "83:43-51"
},
{
"moduleId": "1XSK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Popup/Popup.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "83:284-292"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "3VRL",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "7:52-60"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "23:4-13"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "60:59-67"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "60:68-76"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "104:25-33"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "104:34-42"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "104:43-51"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "242:39-47"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "242:48-56"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-49"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:10-18"
},
{
"moduleId": "5Zh/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "55:23-37"
},
{
"moduleId": "5fkN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/DelayedRender.js",
"module": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "5fkN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/DelayedRender.js",
"module": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/DelayedRender.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:4-13"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "7Uas",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/BaseComponent.js",
"module": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/BaseComponent.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "17:4-13"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "6:4-13"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "20:42-50"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "36:37-45"
},
{
"moduleId": "8ORN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/FontIcon.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "39:15-23"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "15:0-52"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "34:8-17"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "45:107-113"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "47:63-71"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "47:72-80"
},
{
"moduleId": "8msB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/asAsync.js",
"module": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/asAsync.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "70:86-94"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:4-13"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:48-56"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:23-33"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "A6zI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorSlider/ColorSlider.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "11:4-13"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:4-13"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:48-56"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:21-31"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "35:4-13"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "441:41-49"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "112:51-59"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "115:43-51"
},
{
"moduleId": "CZVv",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "169:43-51"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "6:82-90"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "6:91-99"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "22:4-13"
},
{
"moduleId": "Cz2c",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "34:56-64"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:4-13"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "203:59-67"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "357:48-56"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "367:45-53"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "DCO0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/BaseDecorator.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "5:4-13"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:39-47"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "57:43-51"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "60:21-29"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "68:21-29"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "69:21-29"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "74:21-29"
},
{
"moduleId": "G64Q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.cnstyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "82:22-30"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "8:4-13"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "210:47-55"
},
{
"moduleId": "ICEt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "ICEt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "9:11-19"
},
{
"moduleId": "ICEt",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateA.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "9:20-28"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-72"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "42:54-68"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "46:4-13"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "522:39-47"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "522:48-56"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "558:49-57"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "564:76-84"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "659:43-51"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "659:52-60"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "672:43-51"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "697:33-41"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "715:35-43"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "716:50-58"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "879:25-35"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-49"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "146:27-41"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "151:23-31"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "151:32-40"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "174:25-33"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:4-13"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "285:55-63"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "287:159-167"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "288:45-53"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "298:52-60"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "299:52-60"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "344:17-27"
},
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "22:32-40"
},
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "22:41-49"
},
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "29:49-57"
},
{
"moduleId": "KHN1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizations.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "29:58-66"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "13:50-58"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "19:46-54"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "9:4-13"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "62:62-70"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "119:16-26"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "17:11-19"
},
{
"moduleId": "NV5/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromString.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "17:20-28"
},
{
"moduleId": "NqVQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"module": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"moduleName": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "NqVQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"module": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"moduleName": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "8:25-33"
},
{
"moduleId": "NqVQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"module": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"moduleName": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "153:13-21"
},
{
"moduleId": "NqVQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"module": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"moduleName": "./node_modules/@fluentui/theme/lib/utilities/makeSemanticColors.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "153:22-30"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "20:39-47"
},
{
"moduleId": "OTe6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/ImageIcon.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "21:35-43"
},
{
"moduleId": "OXrI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-39"
},
{
"moduleId": "OXrI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/concatStyleSets.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "45:42-56"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-39"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "25:27-41"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "26:26-40"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "37:17-25"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "37:26-34"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "40:24-32"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "40:33-41"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "142:30-38"
},
{
"moduleId": "PS8X",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/icons.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/icons.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "142:39-47"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:11-19"
},
{
"moduleId": "PX0R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateSV.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:20-28"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "122:51-59"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "130:59-67"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "168:55-63"
},
{
"moduleId": "Pz+L",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "179:47-55"
},
{
"moduleId": "Q4IW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"module": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "Q4IW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"module": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "47:23-31"
},
{
"moduleId": "Q4IW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"module": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "66:23-31"
},
{
"moduleId": "Q4IW",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"module": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/Stylesheet.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "66:32-40"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "21:47-55"
},
{
"moduleId": "QbAE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"module": "./node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "QbAE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"module": "./node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/getPropsWithDefaults.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:16-24"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:41-49"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "11:43-51"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:4-13"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:48-56"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:17-27"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:4-13"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:50-58"
},
{
"moduleId": "SkZD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/MessageBarButton/MessageBarButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:23-33"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "9:4-13"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:50-58"
},
{
"moduleId": "UhdI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/PrimaryButton/PrimaryButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:20-30"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:4-13"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:48-56"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:20-30"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-41"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:75-81"
},
{
"moduleId": "WOvX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/styled.js",
"module": "./node_modules/@uifabric/utilities/lib/styled.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/styled.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "32:46-54"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "9:4-13"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:19-27"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:28-36"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "52:212-220"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "55:54-62"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "2:0-44"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "31:4-13"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "210:28-36"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "210:37-45"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "210:46-54"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "214:39-47"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "220:43-51"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "263:31-39"
},
{
"moduleId": "XZgV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "280:31-39"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:11-19"
},
{
"moduleId": "Yql+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateH.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:20-28"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:16-25"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "34:70-78"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "34:79-87"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "45:74-82"
},
{
"moduleId": "Z4jB",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/customizable.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "47:70-78"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "37:55-63"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "78:51-59"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "87:51-59"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "123:28-36"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "123:37-45"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "128:36-44"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "128:45-53"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "175:43-51"
},
{
"moduleId": "aWrN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "178:32-40"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "69:43-51"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "84:43-51"
},
{
"moduleId": "bAjc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.styles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "90:43-51"
},
{
"moduleId": "bJL8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-31"
},
{
"moduleId": "bJL8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:53-59"
},
{
"moduleId": "bQtI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "bQtI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:11-19"
},
{
"moduleId": "bQtI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateT.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:20-28"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "cLFc",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "13:4-13"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "15:37-45"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "48:42-50"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "53:4-13"
},
{
"moduleId": "eJ87",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "eJ87",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "23:55-63"
},
{
"moduleId": "eJ87",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "23:64-72"
},
{
"moduleId": "eJ87",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "28:32-40"
},
{
"moduleId": "eJ87",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "31:47-55"
},
{
"moduleId": "eJ87",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/mergeSettings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "31:56-64"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "8:4-13"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "88:39-47"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "97:28-36"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "97:37-45"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "138:43-51"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "166:43-51"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "200:28-36"
},
{
"moduleId": "hlEU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ButtonThemes.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "200:37-45"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:4-13"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:19-27"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:28-36"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "39:33-41"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "39:42-50"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "51:32-40"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "51:41-49"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "117:924-932"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "117:933-941"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "145:46-54"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "146:50-58"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "164:26-34"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "164:35-43"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "176:46-54"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "177:50-58"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "9:4-13"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:19-27"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "14:28-36"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "72:239-247"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "73:50-58"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:4-13"
},
{
"moduleId": "nFya",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "24:46-54"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "15:4-13"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "51:25-33"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "51:34-42"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "62:46-54"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "62:190-198"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "2:0-33"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "360:30-38"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "415:25-33"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "513:11-19"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "513:20-28"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "541:11-19"
},
{
"moduleId": "o4q4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "541:20-28"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "oUON",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "5:4-13"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "49:12-21"
},
{
"moduleId": "p6i1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "76:114-122"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "40:47-55"
},
{
"moduleId": "sNMJ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"module": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "40:56-64"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-34"
},
{
"moduleId": "sc7n",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"module": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "21:4-13"
},
{
"moduleId": "svu3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "svu3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "28:22-30"
},
{
"moduleId": "svu3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "28:31-39"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-44"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "6:4-13"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "177:43-51"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "178:39-47"
},
{
"moduleId": "tmP0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "180:39-47"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-56"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "10:4-13"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:48-56"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "18:19-29"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "69:20-28"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "69:29-37"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "69:38-46"
},
{
"moduleId": "xfqs",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"module": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "69:47-55"
},
{
"moduleId": "yCKU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-33"
},
{
"moduleId": "yCKU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "35:11-19"
},
{
"moduleId": "yCKU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "35:20-28"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-52"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "16:4-13"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "24:19-27"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "24:28-36"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "29:95-101"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "33:53-61"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "36:57-65"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "39:58-66"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "93:49-57"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "103:28-36"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "103:37-45"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "105:50-58"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "454:84-92"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "529:91-99"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "554:31-39"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "554:40-48"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "554:237-245"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "554:246-254"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "556:48-56"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-52"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "6:4-13"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "11:64-70"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "12:58-66"
},
{
"moduleId": "zLl/",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "13:76-84"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony side effect evaluation",
"userRequest": "tslib",
"loc": "1:0-39"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "tslib",
"loc": "254:57-71"
}
],
"providedExports": [
"__extends",
"__assign",
"__rest",
"__decorate",
"__param",
"__metadata",
"__awaiter",
"__generator",
"__exportStar",
"__values",
"__read",
"__spread",
"__spreadArrays",
"__await",
"__asyncGenerator",
"__asyncDelegator",
"__asyncValues",
"__makeTemplateObject",
"__importStar",
"__importDefault"
],
"optimizationBailout": [],
"depth": 6,
"source": "/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n"
},
{
"id": "mrvO",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/MergeStyles.js",
"name": "./node_modules/@uifabric/styling/lib/MergeStyles.js",
"index": 181,
"index2": 166,
"size": 201,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"issuerId": "tqYG",
"issuerName": "./node_modules/@uifabric/styling/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "qdEM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"type": "harmony side effect evaluation",
"userRequest": "../MergeStyles",
"loc": "1:0-45"
},
{
"moduleId": "qdEM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"type": "harmony import specifier",
"userRequest": "../MergeStyles",
"loc": "17:38-49"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./MergeStyles",
"loc": "4:0-30"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./MergeStyles",
"loc": "4:0-30"
}
],
"providedExports": [
"InjectionMode",
"Stylesheet",
"concatStyleSets",
"concatStyleSetsWithProps",
"fontFace",
"keyframes",
"mergeStyleSets",
"mergeStyles"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { InjectionMode, Stylesheet, concatStyleSets, concatStyleSetsWithProps, fontFace, keyframes, mergeStyleSets, mergeStyles, } from '@uifabric/merge-styles';\n//# sourceMappingURL=MergeStyles.js.map"
},
{
"id": "mwjw",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getPlaceholderStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/getPlaceholderStyles.js",
"index": 217,
"index2": 203,
"size": 523,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getPlaceholderStyles",
"loc": "15:0-39"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getPlaceholderStyles",
"loc": "15:0-39"
}
],
"providedExports": [
"getPlaceholderStyles"
],
"optimizationBailout": [],
"depth": 10,
"source": "/**\n * Generates placeholder style for each of the browsers supported by office-ui-fabric-react.\n * @param styles - The style to use.\n * @returns The placeholder style object for each browser depending on the placeholder directive it uses.\n */\nexport function getPlaceholderStyles(styles) {\n return {\n selectors: {\n '::placeholder': styles,\n ':-ms-input-placeholder': styles,\n '::-ms-input-placeholder': styles,\n },\n };\n}\n//# sourceMappingURL=getPlaceholderStyles.js.map"
},
{
"id": "nFya",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.base.js",
"index": 172,
"index2": 165,
"size": 1339,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"issuerId": "QBoD",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "AvzG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Label.js"
},
{
"id": "QBoD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "QBoD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Label.base",
"loc": "1:0-29"
},
{
"moduleId": "QBoD",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Label.base",
"loc": "1:0-29"
},
{
"moduleId": "W/x7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"type": "harmony side effect evaluation",
"userRequest": "./Label.base",
"loc": "2:0-41"
},
{
"moduleId": "W/x7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Label/Label.js",
"type": "harmony import specifier",
"userRequest": "./Label.base",
"loc": "4:26-35"
}
],
"providedExports": [
"LabelBase"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { divProperties, getNativeProps } from '../../Utilities';\nimport { classNamesFunction } from '../../Utilities';\nvar getClassNames = classNamesFunction({\n // Label is used a lot by other components.\n // It's likely to see expected cases which pass different className to the Label.\n // Therefore setting a larger cache size.\n cacheSize: 100,\n});\nvar LabelBase = /** @class */ (function (_super) {\n __extends(LabelBase, _super);\n function LabelBase() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n LabelBase.prototype.render = function () {\n var _a = this.props, _b = _a.as, RootType = _b === void 0 ? 'label' : _b, children = _a.children, className = _a.className, disabled = _a.disabled, styles = _a.styles, required = _a.required, theme = _a.theme;\n var classNames = getClassNames(styles, {\n className: className,\n disabled: disabled,\n required: required,\n theme: theme,\n });\n return (React.createElement(RootType, __assign({}, getNativeProps(this.props, divProperties), { className: classNames.root }), children));\n };\n return LabelBase;\n}(React.Component));\nexport { LabelBase };\n//# sourceMappingURL=Label.base.js.map"
},
{
"id": "nOcW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/hiddenContentStyle.js",
"name": "./node_modules/@uifabric/styling/lib/styles/hiddenContentStyle.js",
"index": 201,
"index2": 187,
"size": 209,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hiddenContentStyle",
"loc": "7:0-58"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hiddenContentStyle",
"loc": "7:0-58"
}
],
"providedExports": [
"hiddenContentStyle"
],
"optimizationBailout": [],
"depth": 10,
"source": "export var hiddenContentStyle = {\n position: 'absolute',\n width: 1,\n height: 1,\n margin: -1,\n padding: 0,\n border: 0,\n overflow: 'hidden',\n};\n//# sourceMappingURL=hiddenContentStyle.js.map"
},
{
"id": "nTT2",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"index": 232,
"index2": 223,
"size": 3282,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerId": "Bxs9",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Icon.base",
"loc": "2:0-28"
},
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Icon.base",
"loc": "2:0-28"
},
{
"moduleId": "v+No",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"type": "harmony side effect evaluation",
"userRequest": "./Icon.base",
"loc": "2:0-39"
},
{
"moduleId": "v+No",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"type": "harmony import specifier",
"userRequest": "./Icon.base",
"loc": "9:25-33"
}
],
"providedExports": [
"IconBase"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { IconType } from './Icon.types';\nimport { Image } from '../Image/Image';\nimport { ImageLoadState } from '../Image/Image.types';\nimport { getNativeProps, htmlElementProperties, classNamesFunction } from '../../Utilities';\nimport { getIconContent } from './FontIcon';\nvar getClassNames = classNamesFunction({\n // Icon is used a lot by other components.\n // It's likely to see expected cases which pass different className to the Icon.\n // Therefore setting a larger cache size.\n cacheSize: 100,\n});\nvar IconBase = /** @class */ (function (_super) {\n __extends(IconBase, _super);\n function IconBase(props) {\n var _this = _super.call(this, props) || this;\n _this._onImageLoadingStateChange = function (state) {\n if (_this.props.imageProps && _this.props.imageProps.onLoadingStateChange) {\n _this.props.imageProps.onLoadingStateChange(state);\n }\n if (state === ImageLoadState.error) {\n _this.setState({ imageLoadError: true });\n }\n };\n _this.state = {\n imageLoadError: false,\n };\n return _this;\n }\n IconBase.prototype.render = function () {\n var _a = this.props, children = _a.children, className = _a.className, styles = _a.styles, iconName = _a.iconName, imageErrorAs = _a.imageErrorAs, theme = _a.theme;\n var isPlaceholder = typeof iconName === 'string' && iconName.length === 0;\n var isImage = \n // eslint-disable-next-line deprecation/deprecation\n !!this.props.imageProps || this.props.iconType === IconType.image || this.props.iconType === IconType.Image;\n var iconContent = getIconContent(iconName) || {};\n var iconClassName = iconContent.iconClassName, iconContentChildren = iconContent.children;\n var classNames = getClassNames(styles, {\n theme: theme,\n className: className,\n iconClassName: iconClassName,\n isImage: isImage,\n isPlaceholder: isPlaceholder,\n });\n var RootType = isImage ? 'span' : 'i';\n var nativeProps = getNativeProps(this.props, htmlElementProperties, [\n 'aria-label',\n ]);\n var imageLoadError = this.state.imageLoadError;\n var imageProps = __assign(__assign({}, this.props.imageProps), { onLoadingStateChange: this._onImageLoadingStateChange });\n var ImageType = (imageLoadError && imageErrorAs) || Image;\n // eslint-disable-next-line deprecation/deprecation\n var ariaLabel = this.props['aria-label'] || this.props.ariaLabel;\n var containerProps = ariaLabel\n ? {\n 'aria-label': ariaLabel,\n }\n : {\n 'aria-hidden': this.props['aria-labelledby'] || imageProps['aria-labelledby'] ? false : true,\n };\n return (React.createElement(RootType, __assign({ \"data-icon-name\": iconName }, containerProps, nativeProps, { className: classNames.root }), isImage ? React.createElement(ImageType, __assign({}, imageProps)) : children || iconContentChildren));\n };\n return IconBase;\n}(React.Component));\nexport { IconBase };\n//# sourceMappingURL=Icon.base.js.map"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"index": 91,
"index2": 90,
"size": 399,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"issuerId": "pzkQ",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom/getParent.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "69HH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-84"
},
{
"moduleId": "69HH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-84"
},
{
"moduleId": "69HH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/setPortalAttribute.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-84"
},
{
"moduleId": "IbAf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-59"
},
{
"moduleId": "IbAf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/isVirtualElement.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-59"
},
{
"moduleId": "MP0q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-67"
},
{
"moduleId": "MP0q",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/elementContainsAttribute.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-67"
},
{
"moduleId": "R1c3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-63"
},
{
"moduleId": "R1c3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/findElementRecursive.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-63"
},
{
"moduleId": "SADo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-54"
},
{
"moduleId": "SADo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getChildren.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-54"
},
{
"moduleId": "aoeH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-64"
},
{
"moduleId": "aoeH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/portalContainsElement.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-64"
},
{
"moduleId": "btAd",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-59"
},
{
"moduleId": "btAd",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/setVirtualParent.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-59"
},
{
"moduleId": "pzkQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getParent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getParent.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-52"
},
{
"moduleId": "pzkQ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getParent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getParent.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-52"
},
{
"moduleId": "xu/W",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-58"
},
{
"moduleId": "xu/W",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-58"
},
{
"moduleId": "zZ3g",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-59"
},
{
"moduleId": "zZ3g",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"module": "./node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/dom-utilities",
"loc": "1:0-59"
}
],
"providedExports": [
"elementContains",
"elementContainsAttribute",
"findElementRecursive",
"getChildren",
"getParent",
"getVirtualParent",
"isVirtualElement",
"portalContainsElement",
"DATA_PORTAL_ATTRIBUTE",
"setPortalAttribute",
"setVirtualParent"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from './elementContains';\nexport * from './elementContainsAttribute';\nexport * from './findElementRecursive';\nexport * from './getChildren';\nexport * from './getParent';\nexport * from './getVirtualParent';\nexport * from './isVirtualElement';\nexport * from './portalContainsElement';\nexport * from './setPortalAttribute';\nexport * from './setVirtualParent';\n//# sourceMappingURL=index.js.map"
},
{
"id": "o4q4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/positioning.js",
"index": 281,
"index2": 263,
"size": 32197,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"issuerId": "k9Zi",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
},
{
"id": "VK3g",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning.js"
},
{
"id": "k9Zi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./positioning",
"loc": "1:0-138"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning",
"loc": "1:0-138"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning",
"loc": "1:0-138"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning",
"loc": "1:0-138"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning",
"loc": "1:0-138"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning",
"loc": "1:0-138"
},
{
"moduleId": "k9Zi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/positioning/index.js",
"type": "harmony export imported specifier",
"userRequest": "./positioning",
"loc": "1:0-138"
}
],
"providedExports": [
"__positioningTestPackage",
"positionElement",
"positionCallout",
"positionCard",
"getMaxHeight",
"getOppositeEdge",
"getBoundsFromTargetWindow"
],
"optimizationBailout": [],
"depth": 6,
"source": "var _a;\nimport { __assign } from \"tslib\";\nimport { DirectionalHint } from '../../common/DirectionalHint';\nimport { getScrollbarWidth, getRTL } from '../../Utilities';\nimport { RectangleEdge, } from './positioning.types';\nimport { Rectangle } from '../../Utilities';\nfunction _createPositionData(targetEdge, alignmentEdge, isAuto) {\n return {\n targetEdge: targetEdge,\n alignmentEdge: alignmentEdge,\n isAuto: isAuto,\n };\n}\n// Currently the beakPercent is set to 50 for all positions meaning that it should tend to the center of the target\nvar DirectionalDictionary = (_a = {},\n _a[DirectionalHint.topLeftEdge] = _createPositionData(RectangleEdge.top, RectangleEdge.left),\n _a[DirectionalHint.topCenter] = _createPositionData(RectangleEdge.top),\n _a[DirectionalHint.topRightEdge] = _createPositionData(RectangleEdge.top, RectangleEdge.right),\n _a[DirectionalHint.topAutoEdge] = _createPositionData(RectangleEdge.top, undefined, true),\n _a[DirectionalHint.bottomLeftEdge] = _createPositionData(RectangleEdge.bottom, RectangleEdge.left),\n _a[DirectionalHint.bottomCenter] = _createPositionData(RectangleEdge.bottom),\n _a[DirectionalHint.bottomRightEdge] = _createPositionData(RectangleEdge.bottom, RectangleEdge.right),\n _a[DirectionalHint.bottomAutoEdge] = _createPositionData(RectangleEdge.bottom, undefined, true),\n _a[DirectionalHint.leftTopEdge] = _createPositionData(RectangleEdge.left, RectangleEdge.top),\n _a[DirectionalHint.leftCenter] = _createPositionData(RectangleEdge.left),\n _a[DirectionalHint.leftBottomEdge] = _createPositionData(RectangleEdge.left, RectangleEdge.bottom),\n _a[DirectionalHint.rightTopEdge] = _createPositionData(RectangleEdge.right, RectangleEdge.top),\n _a[DirectionalHint.rightCenter] = _createPositionData(RectangleEdge.right),\n _a[DirectionalHint.rightBottomEdge] = _createPositionData(RectangleEdge.right, RectangleEdge.bottom),\n _a);\nfunction _isRectangleWithinBounds(rect, boundingRect) {\n if (rect.top < boundingRect.top) {\n return false;\n }\n if (rect.bottom > boundingRect.bottom) {\n return false;\n }\n if (rect.left < boundingRect.left) {\n return false;\n }\n if (rect.right > boundingRect.right) {\n return false;\n }\n return true;\n}\n/**\n * Gets all of the edges of a rectangle that are outside of the given bounds.\n * If there are no out of bounds edges it returns an empty array.\n */\nfunction _getOutOfBoundsEdges(rect, boundingRect) {\n var outOfBounds = [];\n if (rect.top < boundingRect.top) {\n outOfBounds.push(RectangleEdge.top);\n }\n if (rect.bottom > boundingRect.bottom) {\n outOfBounds.push(RectangleEdge.bottom);\n }\n if (rect.left < boundingRect.left) {\n outOfBounds.push(RectangleEdge.left);\n }\n if (rect.right > boundingRect.right) {\n outOfBounds.push(RectangleEdge.right);\n }\n return outOfBounds;\n}\nfunction _getEdgeValue(rect, edge) {\n return rect[RectangleEdge[edge]];\n}\nfunction _setEdgeValue(rect, edge, value) {\n rect[RectangleEdge[edge]] = value;\n return rect;\n}\n/**\n * Returns the middle value of an edge. Only returns 1 value rather than xy coordinates as\n * the itself already contains the other coordinate.\n * For instance, a bottom edge's current value is it's y coordinate, so the number returned is the x.\n */\nfunction _getCenterValue(rect, edge) {\n var edges = _getFlankingEdges(edge);\n return (_getEdgeValue(rect, edges.positiveEdge) + _getEdgeValue(rect, edges.negativeEdge)) / 2;\n}\n/**\n * Flips the value depending on the edge.\n * If the edge is a \"positive\" edge, Top or Left, then the value should stay as it is.\n * If the edge is a \"negative\" edge, Bottom or Right, then the value should be flipped.\n * This is to account for the fact that the coordinates are effectively reveserved in certain cases for the\n * \"negative\" edges.\n *\n * For example, when testing to see if a bottom edge 1 is within the bounds of another bottom edge 2:\n * If edge 1 is greater than edge 2 then it is out of bounds. This is reversed for top edge 1 and top edge 2.\n * If top edge 1 is less than edge 2 then it is out of bounds.\n */\nfunction _getRelativeEdgeValue(edge, value) {\n if (edge > 0) {\n return value;\n }\n else {\n return value * -1;\n }\n}\nfunction _getRelativeRectEdgeValue(edge, rect) {\n return _getRelativeEdgeValue(edge, _getEdgeValue(rect, edge));\n}\nfunction _getRelativeEdgeDifference(rect, hostRect, edge) {\n var edgeDifference = _getEdgeValue(rect, edge) - _getEdgeValue(hostRect, edge);\n return _getRelativeEdgeValue(edge, edgeDifference);\n}\n/**\n * Moves the edge of a rectangle to the value given. It only moves the edge in a linear direction based on that edge.\n * For example, if it's a bottom edge it will only change y coordinates.\n */\nfunction _moveEdge(rect, edge, newValue) {\n var difference = _getEdgeValue(rect, edge) - newValue;\n rect = _setEdgeValue(rect, edge, newValue);\n rect = _setEdgeValue(rect, edge * -1, _getEdgeValue(rect, edge * -1) - difference);\n return rect;\n}\n/**\n * Aligns the edge on the passed in rect to the target. If there is a gap then it will have that space between the two.\n */\nfunction _alignEdges(rect, target, edge, gap) {\n if (gap === void 0) { gap = 0; }\n return _moveEdge(rect, edge, _getEdgeValue(target, edge) + _getRelativeEdgeValue(edge, gap));\n}\n/**\n * Aligns the targetEdge on the passed in target to the rects corresponding opposite edge.\n * For instance if targetEdge is bottom, then the rects top will be moved to match it.\n */\nfunction _alignOppositeEdges(rect, target, targetEdge, gap) {\n if (gap === void 0) { gap = 0; }\n var oppositeEdge = targetEdge * -1;\n var adjustedGap = _getRelativeEdgeValue(oppositeEdge, gap);\n return _moveEdge(rect, targetEdge * -1, _getEdgeValue(target, targetEdge) + adjustedGap);\n}\n/**\n * Tests to see if the given edge is within the bounds of the given rectangle.\n */\nfunction _isEdgeInBounds(rect, bounds, edge) {\n var adjustedRectValue = _getRelativeRectEdgeValue(edge, rect);\n return adjustedRectValue > _getRelativeRectEdgeValue(edge, bounds);\n}\n/**\n * Attempts to move the rectangle through various sides of the target to find a place to fit.\n * If no fit is found, the original position should be returned.\n */\nfunction _flipToFit(rect, target, bounding, positionData, gap) {\n if (gap === void 0) { gap = 0; }\n var directions = [\n RectangleEdge.left,\n RectangleEdge.right,\n RectangleEdge.bottom,\n RectangleEdge.top,\n ];\n // In RTL page, RectangleEdge.right has a higher priority than RectangleEdge.left, so the order should be updated.\n if (getRTL()) {\n directions[0] *= -1;\n directions[1] *= -1;\n }\n var currentEstimate = rect;\n var currentEdge = positionData.targetEdge;\n var currentAlignment = positionData.alignmentEdge;\n // Keep switching sides until one is found with enough space.\n // If all sides don't fit then return the unmodified element.\n for (var i = 0; i < 4; i++) {\n if (!_isEdgeInBounds(currentEstimate, bounding, currentEdge)) {\n directions.splice(directions.indexOf(currentEdge), 1);\n if (directions.length > 0) {\n if (directions.indexOf(currentEdge * -1) > -1) {\n currentEdge = currentEdge * -1;\n }\n else {\n currentAlignment = currentEdge;\n currentEdge = directions.slice(-1)[0];\n }\n currentEstimate = _estimatePosition(rect, target, { targetEdge: currentEdge, alignmentEdge: currentAlignment }, gap);\n }\n }\n else {\n return {\n elementRectangle: currentEstimate,\n targetEdge: currentEdge,\n alignmentEdge: currentAlignment,\n };\n }\n }\n return {\n elementRectangle: rect,\n targetEdge: positionData.targetEdge,\n alignmentEdge: positionData.alignmentEdge,\n };\n}\n/**\n * Flips only the alignment edge of an element rectangle. This is used instead of nudging the alignment edges\n * into position, when alignTargetEdge is specified.\n */\nfunction _flipAlignmentEdge(elementEstimate, target, gap, coverTarget) {\n var alignmentEdge = elementEstimate.alignmentEdge, targetEdge = elementEstimate.targetEdge, elementRectangle = elementEstimate.elementRectangle;\n var oppositeEdge = alignmentEdge * -1;\n var newEstimate = _estimatePosition(elementRectangle, target, { targetEdge: targetEdge, alignmentEdge: oppositeEdge }, gap, coverTarget);\n return {\n elementRectangle: newEstimate,\n targetEdge: targetEdge,\n alignmentEdge: oppositeEdge,\n };\n}\n/**\n * Adjusts a element rectangle to fit within the bounds given. If directionalHintFixed or covertarget is passed in\n * then the element will not flip sides on the target. They will, however, be nudged to fit within the bounds given.\n */\nfunction _adjustFitWithinBounds(element, target, bounding, positionData, gap, directionalHintFixed, coverTarget) {\n if (gap === void 0) { gap = 0; }\n var alignmentEdge = positionData.alignmentEdge, alignTargetEdge = positionData.alignTargetEdge;\n var elementEstimate = {\n elementRectangle: element,\n targetEdge: positionData.targetEdge,\n alignmentEdge: alignmentEdge,\n };\n if (!directionalHintFixed && !coverTarget) {\n elementEstimate = _flipToFit(element, target, bounding, positionData, gap);\n }\n var outOfBounds = _getOutOfBoundsEdges(element, bounding);\n if (alignTargetEdge) {\n // The edge opposite to the alignment edge might be out of bounds.\n // Flip alignment to see if we can get it within bounds.\n if (elementEstimate.alignmentEdge && outOfBounds.indexOf(elementEstimate.alignmentEdge * -1) > -1) {\n var flippedElementEstimate = _flipAlignmentEdge(elementEstimate, target, gap, coverTarget);\n if (_isRectangleWithinBounds(flippedElementEstimate.elementRectangle, bounding)) {\n return flippedElementEstimate;\n }\n else {\n // If the flipped elements edges are still out of bounds, try nudging it.\n elementEstimate = _alignOutOfBoundsEdges(_getOutOfBoundsEdges(flippedElementEstimate.elementRectangle, bounding), elementEstimate, bounding);\n }\n }\n }\n else {\n elementEstimate = _alignOutOfBoundsEdges(outOfBounds, elementEstimate, bounding);\n }\n return elementEstimate;\n}\n/**\n * Iterates through a list of out of bounds edges and tries to nudge and align them.\n * @param outOfBoundsEdges - Array of edges that are out of bounds\n * @param elementEstimate - The current element positioning estimate\n * @param bounding - The current bounds\n */\nfunction _alignOutOfBoundsEdges(outOfBoundsEdges, elementEstimate, bounding) {\n for (var _i = 0, outOfBoundsEdges_1 = outOfBoundsEdges; _i < outOfBoundsEdges_1.length; _i++) {\n var direction = outOfBoundsEdges_1[_i];\n elementEstimate.elementRectangle = _alignEdges(elementEstimate.elementRectangle, bounding, direction);\n }\n return elementEstimate;\n}\n/**\n * Moves the middle point on an edge to the point given.\n * Only moves in one direction. For instance if a bottom edge is passed in, then\n * the bottom edge will be moved in the x axis to match the point.\n */\nfunction _centerEdgeToPoint(rect, edge, point) {\n var positiveEdge = _getFlankingEdges(edge).positiveEdge;\n var elementMiddle = _getCenterValue(rect, edge);\n var distanceToMiddle = elementMiddle - _getEdgeValue(rect, positiveEdge);\n return _moveEdge(rect, positiveEdge, point - distanceToMiddle);\n}\n/**\n * Moves the element rectangle to be appropriately positioned relative to a given target.\n * Does not flip or adjust the element.\n */\nfunction _estimatePosition(elementToPosition, target, positionData, gap, coverTarget) {\n if (gap === void 0) { gap = 0; }\n var estimatedElementPosition;\n var alignmentEdge = positionData.alignmentEdge, targetEdge = positionData.targetEdge;\n var elementEdge = coverTarget ? targetEdge : targetEdge * -1;\n estimatedElementPosition = coverTarget\n ? _alignEdges(elementToPosition, target, targetEdge, gap)\n : _alignOppositeEdges(elementToPosition, target, targetEdge, gap);\n // if no alignment edge is provided it's supposed to be centered.\n if (!alignmentEdge) {\n var targetMiddlePoint = _getCenterValue(target, targetEdge);\n estimatedElementPosition = _centerEdgeToPoint(estimatedElementPosition, elementEdge, targetMiddlePoint);\n }\n else {\n estimatedElementPosition = _alignEdges(estimatedElementPosition, target, alignmentEdge);\n }\n return estimatedElementPosition;\n}\n/**\n * Returns the non-opposite edges of the target edge.\n * For instance if bottom is passed in then left and right will be returned.\n */\nfunction _getFlankingEdges(edge) {\n if (edge === RectangleEdge.top || edge === RectangleEdge.bottom) {\n return {\n positiveEdge: RectangleEdge.left,\n negativeEdge: RectangleEdge.right,\n };\n }\n else {\n return {\n positiveEdge: RectangleEdge.top,\n negativeEdge: RectangleEdge.bottom,\n };\n }\n}\n/**\n * Retrieve the final value for the return edge of elementRectangle. If the elementRectangle is closer to one side\n * of the bounds versus the other, the return edge is flipped to grow inward.\n */\nfunction _finalizeReturnEdge(elementRectangle, returnEdge, bounds) {\n if (bounds &&\n Math.abs(_getRelativeEdgeDifference(elementRectangle, bounds, returnEdge)) >\n Math.abs(_getRelativeEdgeDifference(elementRectangle, bounds, returnEdge * -1))) {\n return returnEdge * -1;\n }\n return returnEdge;\n}\n/**\n * Finalizes the element positon based on the hostElement. Only returns the\n * rectangle values to position such that they are anchored to the target.\n * This helps prevent resizing from looking very strange.\n * For instance, if the target edge is top and aligned with the left side then\n * the bottom and left values are returned so as the callou shrinks it shrinks towards that corner.\n */\nfunction _finalizeElementPosition(elementRectangle, hostElement, targetEdge, bounds, alignmentEdge, coverTarget, doNotFinalizeReturnEdge) {\n var returnValue = {};\n var hostRect = _getRectangleFromElement(hostElement);\n var elementEdge = coverTarget ? targetEdge : targetEdge * -1;\n var elementEdgeString = RectangleEdge[elementEdge];\n var returnEdge = alignmentEdge ? alignmentEdge : _getFlankingEdges(targetEdge).positiveEdge;\n if (!doNotFinalizeReturnEdge) {\n returnEdge = _finalizeReturnEdge(elementRectangle, returnEdge, bounds);\n }\n returnValue[elementEdgeString] = _getRelativeEdgeDifference(elementRectangle, hostRect, elementEdge);\n returnValue[RectangleEdge[returnEdge]] = _getRelativeEdgeDifference(elementRectangle, hostRect, returnEdge);\n return returnValue;\n}\n// Since the beak is rotated 45 degrees the actual height/width is the length of the diagonal.\n// We still want to position the beak based on it's midpoint which does not change. It will\n// be at (beakwidth / 2, beakwidth / 2)\nfunction _calculateActualBeakWidthInPixels(beakWidth) {\n return Math.sqrt(beakWidth * beakWidth * 2);\n}\n/**\n * Returns the appropriate IPositionData based on the props altered for RTL.\n * If directionalHintForRTL is passed in that is used if the page is RTL.\n * If directionalHint is specified, no directionalHintForRTL is available, and the page is RTL, the hint will be\n * flipped (e.g. bottomLeftEdge would become bottomRightEdge).\n *\n * If there is no directionalHint passed in, bottomAutoEdge is chosen automatically.\n */\nfunction _getPositionData(directionalHint, directionalHintForRTL, previousPositions) {\n if (directionalHint === void 0) { directionalHint = DirectionalHint.bottomAutoEdge; }\n if (previousPositions) {\n return {\n alignmentEdge: previousPositions.alignmentEdge,\n isAuto: previousPositions.isAuto,\n targetEdge: previousPositions.targetEdge,\n };\n }\n var positionInformation = __assign({}, DirectionalDictionary[directionalHint]);\n if (getRTL()) {\n // If alignment edge exists and that alignment edge is -2 or 2, right or left, then flip it.\n if (positionInformation.alignmentEdge && positionInformation.alignmentEdge % 2 === 0) {\n positionInformation.alignmentEdge = positionInformation.alignmentEdge * -1;\n }\n return directionalHintForRTL !== undefined ? DirectionalDictionary[directionalHintForRTL] : positionInformation;\n }\n return positionInformation;\n}\n/**\n * Get's the alignment data for the given information. This only really matters if the positioning is Auto.\n * If it is auto then the alignmentEdge should be chosen based on the target edge's position relative to\n * the center of the page.\n */\nfunction _getAlignmentData(positionData, target, boundingRect, coverTarget, alignTargetEdge) {\n if (positionData.isAuto) {\n positionData.alignmentEdge = getClosestEdge(positionData.targetEdge, target, boundingRect);\n }\n positionData.alignTargetEdge = alignTargetEdge;\n return positionData;\n}\nfunction getClosestEdge(targetEdge, target, boundingRect) {\n var targetCenter = _getCenterValue(target, targetEdge);\n var boundingCenter = _getCenterValue(boundingRect, targetEdge);\n var _a = _getFlankingEdges(targetEdge), positiveEdge = _a.positiveEdge, negativeEdge = _a.negativeEdge;\n if (targetCenter <= boundingCenter) {\n return positiveEdge;\n }\n else {\n return negativeEdge;\n }\n}\nfunction _positionElementWithinBounds(elementToPosition, target, bounding, positionData, gap, directionalHintFixed, coverTarget) {\n var estimatedElementPosition = _estimatePosition(elementToPosition, target, positionData, gap, coverTarget);\n if (_isRectangleWithinBounds(estimatedElementPosition, bounding)) {\n return {\n elementRectangle: estimatedElementPosition,\n targetEdge: positionData.targetEdge,\n alignmentEdge: positionData.alignmentEdge,\n };\n }\n else {\n return _adjustFitWithinBounds(elementToPosition, target, bounding, positionData, gap, directionalHintFixed, coverTarget);\n }\n}\nfunction _finalizeBeakPosition(elementPosition, positionedBeak, bounds) {\n var targetEdge = elementPosition.targetEdge * -1;\n // The \"host\" element that we will use to help position the beak.\n var actualElement = new Rectangle(0, elementPosition.elementRectangle.width, 0, elementPosition.elementRectangle.height);\n var returnValue = {};\n var returnEdge = _finalizeReturnEdge(elementPosition.elementRectangle, elementPosition.alignmentEdge ? elementPosition.alignmentEdge : _getFlankingEdges(targetEdge).positiveEdge, bounds);\n returnValue[RectangleEdge[targetEdge]] = _getEdgeValue(positionedBeak, targetEdge);\n returnValue[RectangleEdge[returnEdge]] = _getRelativeEdgeDifference(positionedBeak, actualElement, returnEdge);\n return {\n elementPosition: __assign({}, returnValue),\n closestEdge: getClosestEdge(elementPosition.targetEdge, positionedBeak, actualElement),\n targetEdge: targetEdge,\n };\n}\nfunction _positionBeak(beakWidth, elementPosition) {\n var target = elementPosition.targetRectangle;\n /**\n * Note about beak positioning: The actual beak width only matters for getting the gap between the callout and\n * target, it does not impact the beak placement within the callout. For example example, if the beakWidth is 8,\n * then the actual beakWidth is sqrroot(8^2 + 8^2) = 11.31x11.31. So the callout will need to be an extra 3 pixels\n * away from its target. While the beak is being positioned in the callout it still acts as though it were 8x8.\n */\n var _a = _getFlankingEdges(elementPosition.targetEdge), positiveEdge = _a.positiveEdge, negativeEdge = _a.negativeEdge;\n var beakTargetPoint = _getCenterValue(target, elementPosition.targetEdge);\n var elementBounds = new Rectangle(beakWidth / 2, elementPosition.elementRectangle.width - beakWidth / 2, beakWidth / 2, elementPosition.elementRectangle.height - beakWidth / 2);\n var beakPosition = new Rectangle(0, beakWidth, 0, beakWidth);\n beakPosition = _moveEdge(beakPosition, elementPosition.targetEdge * -1, -beakWidth / 2);\n beakPosition = _centerEdgeToPoint(beakPosition, elementPosition.targetEdge * -1, beakTargetPoint - _getRelativeRectEdgeValue(positiveEdge, elementPosition.elementRectangle));\n if (!_isEdgeInBounds(beakPosition, elementBounds, positiveEdge)) {\n beakPosition = _alignEdges(beakPosition, elementBounds, positiveEdge);\n }\n else if (!_isEdgeInBounds(beakPosition, elementBounds, negativeEdge)) {\n beakPosition = _alignEdges(beakPosition, elementBounds, negativeEdge);\n }\n return beakPosition;\n}\nfunction _getRectangleFromElement(element) {\n var clientRect = element.getBoundingClientRect();\n return new Rectangle(clientRect.left, clientRect.right, clientRect.top, clientRect.bottom);\n}\nfunction _getRectangleFromIRect(rect) {\n return new Rectangle(rect.left, rect.right, rect.top, rect.bottom);\n}\nfunction _getTargetRect(bounds, target) {\n var targetRectangle;\n if (target) {\n // eslint-disable-next-line no-extra-boolean-cast\n if (!!target.preventDefault) {\n var ev = target;\n targetRectangle = new Rectangle(ev.clientX, ev.clientX, ev.clientY, ev.clientY);\n // eslint-disable-next-line no-extra-boolean-cast\n }\n else if (!!target.getBoundingClientRect) {\n targetRectangle = _getRectangleFromElement(target);\n // HTMLImgElements can have x and y values. The check for it being a point must go last.\n }\n else {\n var rectOrPoint = target;\n // eslint-disable-next-line deprecation/deprecation\n var left = rectOrPoint.left || rectOrPoint.x;\n // eslint-disable-next-line deprecation/deprecation\n var top_1 = rectOrPoint.top || rectOrPoint.y;\n var right = rectOrPoint.right || left;\n var bottom = rectOrPoint.bottom || top_1;\n targetRectangle = new Rectangle(left, right, top_1, bottom);\n }\n if (!_isRectangleWithinBounds(targetRectangle, bounds)) {\n var outOfBounds = _getOutOfBoundsEdges(targetRectangle, bounds);\n for (var _i = 0, outOfBounds_1 = outOfBounds; _i < outOfBounds_1.length; _i++) {\n var direction = outOfBounds_1[_i];\n targetRectangle[RectangleEdge[direction]] = bounds[RectangleEdge[direction]];\n }\n }\n }\n else {\n targetRectangle = new Rectangle(0, 0, 0, 0);\n }\n return targetRectangle;\n}\n/**\n * If max height is less than zero it returns the bounds height instead.\n */\nfunction _getMaxHeightFromTargetRectangle(targetRectangle, targetEdge, gapSpace, bounds, coverTarget) {\n var maxHeight = 0;\n var directionalHint = DirectionalDictionary[targetEdge];\n // If cover target is set, then the max height should be calculated using the opposite of the target edge since\n // that's the direction that the callout will expand in.\n // For instance, if the directionalhint is bottomLeftEdge then the callout will position so it's bottom edge\n // is aligned with the bottom of the target and expand up towards the top of the screen and the calculated max height\n // is (bottom of target) - (top of screen) - gapSpace.\n var target = coverTarget ? directionalHint.targetEdge * -1 : directionalHint.targetEdge;\n if (target === RectangleEdge.top) {\n maxHeight = _getEdgeValue(targetRectangle, directionalHint.targetEdge) - bounds.top - gapSpace;\n }\n else if (target === RectangleEdge.bottom) {\n maxHeight = bounds.bottom - _getEdgeValue(targetRectangle, directionalHint.targetEdge) - gapSpace;\n }\n else {\n maxHeight = bounds.bottom - targetRectangle.top - gapSpace;\n }\n return maxHeight > 0 ? maxHeight : bounds.height;\n}\nfunction _positionElementRelative(props, elementToPosition, boundingRect, previousPositions) {\n var gap = props.gapSpace ? props.gapSpace : 0;\n var targetRect = _getTargetRect(boundingRect, props.target);\n var positionData = _getAlignmentData(_getPositionData(props.directionalHint, props.directionalHintForRTL, previousPositions), targetRect, boundingRect, props.coverTarget, props.alignTargetEdge);\n var positionedElement = _positionElementWithinBounds(_getRectangleFromElement(elementToPosition), targetRect, boundingRect, positionData, gap, props.directionalHintFixed, props.coverTarget);\n return __assign(__assign({}, positionedElement), { targetRectangle: targetRect });\n}\nfunction _finalizePositionData(positionedElement, hostElement, bounds, coverTarget, doNotFinalizeReturnEdge) {\n var finalizedElement = _finalizeElementPosition(positionedElement.elementRectangle, hostElement, positionedElement.targetEdge, bounds, positionedElement.alignmentEdge, coverTarget, doNotFinalizeReturnEdge);\n return {\n elementPosition: finalizedElement,\n targetEdge: positionedElement.targetEdge,\n alignmentEdge: positionedElement.alignmentEdge,\n };\n}\nfunction _positionElement(props, hostElement, elementToPosition, previousPositions) {\n var boundingRect = props.bounds\n ? _getRectangleFromIRect(props.bounds)\n : new Rectangle(0, window.innerWidth - getScrollbarWidth(), 0, window.innerHeight);\n var positionedElement = _positionElementRelative(props, elementToPosition, boundingRect, previousPositions);\n return _finalizePositionData(positionedElement, hostElement, boundingRect, props.coverTarget);\n}\nfunction _positionCallout(props, hostElement, callout, previousPositions, doNotFinalizeReturnEdge) {\n var beakWidth = props.isBeakVisible ? props.beakWidth || 0 : 0;\n var gap = _calculateActualBeakWidthInPixels(beakWidth) / 2 + (props.gapSpace ? props.gapSpace : 0);\n var positionProps = props;\n positionProps.gapSpace = gap;\n var boundingRect = props.bounds\n ? _getRectangleFromIRect(props.bounds)\n : new Rectangle(0, window.innerWidth - getScrollbarWidth(), 0, window.innerHeight);\n var positionedElement = _positionElementRelative(positionProps, callout, boundingRect, previousPositions);\n var beakPositioned = _positionBeak(beakWidth, positionedElement);\n var finalizedBeakPosition = _finalizeBeakPosition(positionedElement, beakPositioned, boundingRect);\n return __assign(__assign({}, _finalizePositionData(positionedElement, hostElement, boundingRect, props.coverTarget, doNotFinalizeReturnEdge)), { beakPosition: finalizedBeakPosition });\n}\nfunction _positionCard(props, hostElement, callout, previousPositions) {\n return _positionCallout(props, hostElement, callout, previousPositions, true);\n}\n// END PRIVATE FUNCTIONS\nexport var __positioningTestPackage = {\n _finalizePositionData: _finalizePositionData,\n _finalizeBeakPosition: _finalizeBeakPosition,\n _calculateActualBeakWidthInPixels: _calculateActualBeakWidthInPixels,\n _positionElementWithinBounds: _positionElementWithinBounds,\n _positionBeak: _positionBeak,\n _getPositionData: _getPositionData,\n _getMaxHeightFromTargetRectangle: _getMaxHeightFromTargetRectangle,\n};\n/**\n * Used to position an element relative to the given positioning props.\n * If positioning has been completed before, previousPositions can be passed to ensure that the positioning element\n * repositions based on its previous targets rather than starting with directionalhint.\n */\nexport function positionElement(props, hostElement, elementToPosition, previousPositions) {\n return _positionElement(props, hostElement, elementToPosition, previousPositions);\n}\nexport function positionCallout(props, hostElement, elementToPosition, previousPositions) {\n return _positionCallout(props, hostElement, elementToPosition, previousPositions);\n}\nexport function positionCard(props, hostElement, elementToPosition, previousPositions) {\n return _positionCard(props, hostElement, elementToPosition, previousPositions);\n}\n/**\n * Gets the maximum height that a rectangle can have in order to fit below or above a target.\n * If the directional hint specifies a left or right edge (i.e. leftCenter) it will limit the height to the topBorder\n * of the target given.\n * If no bounds are provided then the window is treated as the bounds.\n */\nexport function getMaxHeight(target, targetEdge, gapSpace, bounds, coverTarget) {\n if (gapSpace === void 0) { gapSpace = 0; }\n var mouseTarget = target;\n var elementTarget = target;\n var rectOrPointTarget = target;\n var targetRect;\n var boundingRectangle = bounds\n ? _getRectangleFromIRect(bounds)\n : new Rectangle(0, window.innerWidth - getScrollbarWidth(), 0, window.innerHeight);\n // eslint-disable-next-line deprecation/deprecation\n var left = rectOrPointTarget.left || rectOrPointTarget.x;\n // eslint-disable-next-line deprecation/deprecation\n var top = rectOrPointTarget.top || rectOrPointTarget.y;\n var right = rectOrPointTarget.right || left;\n var bottom = rectOrPointTarget.bottom || top;\n // eslint-disable-next-line no-extra-boolean-cast -- may not actually be a MouseEvent\n if (!!mouseTarget.stopPropagation) {\n targetRect = new Rectangle(mouseTarget.clientX, mouseTarget.clientX, mouseTarget.clientY, mouseTarget.clientY);\n }\n else if (left !== undefined && top !== undefined) {\n targetRect = new Rectangle(left, right, top, bottom);\n }\n else {\n targetRect = _getRectangleFromElement(elementTarget);\n }\n return _getMaxHeightFromTargetRectangle(targetRect, targetEdge, gapSpace, boundingRectangle, coverTarget);\n}\n/**\n * Returns the opposite edge of the given RectangleEdge.\n */\nexport function getOppositeEdge(edge) {\n return edge * -1;\n}\nfunction _getBoundsFromTargetWindow(target, targetWindow) {\n var segments = undefined;\n if (targetWindow.getWindowSegments) {\n segments = targetWindow.getWindowSegments();\n }\n // Identify if we're dealing with single screen scenarios.\n if (segments === undefined || segments.length <= 1) {\n return {\n top: 0,\n left: 0,\n right: targetWindow.innerWidth,\n bottom: targetWindow.innerHeight,\n width: targetWindow.innerWidth,\n height: targetWindow.innerHeight,\n };\n }\n // Logic for determining dual screen scenarios.\n var x = 0;\n var y = 0;\n // If the target is an Element get coordinates for its center.\n if (target !== null && !!target.getBoundingClientRect) {\n var clientRect = target.getBoundingClientRect();\n x = (clientRect.left + clientRect.right) / 2;\n y = (clientRect.top + clientRect.bottom) / 2;\n }\n // If the target is not null get x-axis and y-axis coordinates directly.\n else if (target !== null) {\n // eslint-disable-next-line deprecation/deprecation\n x = target.left || target.x;\n // eslint-disable-next-line deprecation/deprecation\n y = target.top || target.y;\n }\n var bounds = { top: 0, left: 0, right: 0, bottom: 0, width: 0, height: 0 };\n // Define which window segment are the coordinates in and calculate bounds based on that.\n for (var _i = 0, segments_1 = segments; _i < segments_1.length; _i++) {\n var segment = segments_1[_i];\n if (x && segment.left <= x && segment.right >= x && y && segment.top <= y && segment.bottom >= y) {\n bounds = {\n top: segment.top,\n left: segment.left,\n right: segment.right,\n bottom: segment.bottom,\n width: segment.width,\n height: segment.height,\n };\n }\n }\n return bounds;\n}\nexport function getBoundsFromTargetWindow(target, targetWindow) {\n return _getBoundsFromTargetWindow(target, targetWindow);\n}\n//# sourceMappingURL=positioning.js.map"
},
{
"id": "oHZS",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.styles.js",
"index": 295,
"index2": 273,
"size": 1184,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"issuerId": "p6XH",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
},
{
"id": "NUVe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
},
{
"id": "I7qx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js"
},
{
"id": "NARb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js"
},
{
"id": "p6XH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "p6XH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"type": "harmony side effect evaluation",
"userRequest": "./Fabric.styles",
"loc": "3:0-44"
},
{
"moduleId": "p6XH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"type": "harmony import specifier",
"userRequest": "./Fabric.styles",
"loc": "4:39-48"
}
],
"providedExports": [
"getStyles"
],
"optimizationBailout": [],
"depth": 19,
"source": "import { getGlobalClassNames } from '../../Styling';\nvar inheritFont = { fontFamily: 'inherit' };\nvar GlobalClassNames = {\n root: 'ms-Fabric',\n bodyThemed: 'ms-Fabric-bodyThemed',\n};\nexport var getStyles = function (props) {\n var theme = props.theme, className = props.className, applyTheme = props.applyTheme;\n var classNames = getGlobalClassNames(GlobalClassNames, theme);\n return {\n root: [\n classNames.root,\n theme.fonts.medium,\n {\n color: theme.palette.neutralPrimary,\n selectors: {\n '& button': inheritFont,\n '& input': inheritFont,\n '& textarea': inheritFont,\n },\n },\n // apply theme to only if applyTheme is true\n applyTheme && {\n color: theme.semanticColors.bodyText,\n backgroundColor: theme.semanticColors.bodyBackground,\n },\n className,\n ],\n bodyThemed: [\n {\n backgroundColor: theme.semanticColors.bodyBackground,\n },\n ],\n };\n};\n//# sourceMappingURL=Fabric.styles.js.map"
},
{
"id": "oRrG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/version.js",
"name": "./node_modules/@fluentui/react-focus/lib/version.js",
"index": 263,
"index2": 248,
"size": 271,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"issuerId": "F/nV",
"issuerName": "./node_modules/@fluentui/react-focus/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "5U38",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusZone.js"
},
{
"id": "1sZu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusZone/index.js"
},
{
"id": "F/nV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"name": "./node_modules/@fluentui/react-focus/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "F/nV",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/index.js",
"module": "./node_modules/@fluentui/react-focus/lib/index.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./version",
"loc": "1:0-19"
}
],
"providedExports": [],
"optimizationBailout": [],
"depth": 13,
"source": "// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-focus', '7.18.0');\n//# sourceMappingURL=version.js.map"
},
{
"id": "oUON",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuItemWrapper.js",
"index": 310,
"index2": 296,
"size": 2066,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerId": "rJVp",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "4:0-72"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "59:2-27"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "9:0-72"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "198:2-27"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "4:0-72"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "77:2-27"
},
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "4:0-44"
},
{
"moduleId": "rJVp",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenuItemWrapper",
"loc": "4:0-44"
}
],
"providedExports": [
"ContextualMenuItemWrapper"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __extends } from \"tslib\";\nimport * as React from 'react';\nimport { initializeComponentRef, shallowCompare } from '../../../Utilities';\nvar ContextualMenuItemWrapper = /** @class */ (function (_super) {\n __extends(ContextualMenuItemWrapper, _super);\n function ContextualMenuItemWrapper(props) {\n var _this = _super.call(this, props) || this;\n _this._onItemMouseEnter = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseEnter = _a.onItemMouseEnter;\n if (onItemMouseEnter) {\n onItemMouseEnter(item, ev, ev.currentTarget);\n }\n };\n _this._onItemClick = function (ev) {\n var _a = _this.props, item = _a.item, onItemClickBase = _a.onItemClickBase;\n if (onItemClickBase) {\n onItemClickBase(item, ev, ev.currentTarget);\n }\n };\n _this._onItemMouseLeave = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseLeave = _a.onItemMouseLeave;\n if (onItemMouseLeave) {\n onItemMouseLeave(item, ev);\n }\n };\n _this._onItemKeyDown = function (ev) {\n var _a = _this.props, item = _a.item, onItemKeyDown = _a.onItemKeyDown;\n if (onItemKeyDown) {\n onItemKeyDown(item, ev);\n }\n };\n _this._onItemMouseMove = function (ev) {\n var _a = _this.props, item = _a.item, onItemMouseMove = _a.onItemMouseMove;\n if (onItemMouseMove) {\n onItemMouseMove(item, ev, ev.currentTarget);\n }\n };\n _this._getSubmenuTarget = function () {\n return undefined;\n };\n initializeComponentRef(_this);\n return _this;\n }\n ContextualMenuItemWrapper.prototype.shouldComponentUpdate = function (newProps) {\n return !shallowCompare(newProps, this.props);\n };\n return ContextualMenuItemWrapper;\n}(React.Component));\nexport { ContextualMenuItemWrapper };\n//# sourceMappingURL=ContextualMenuItemWrapper.js.map"
},
{
"id": "oVHH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??postcss!./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"index": 5,
"index2": 3,
"size": 180,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"issuerId": "CNew",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "S+pu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js"
},
{
"id": "CNew",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.css"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "CNew",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"type": "cjs require",
"userRequest": "!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/postcss-loader/src/index.js??postcss!./SvgHeroWebPart.module.css",
"loc": "1:14-158"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 3,
"source": "exports = module.exports = require(\"../../../node_modules/css-loader/dist/runtime/api.js\")(false);\n// Module\nexports.push([module.id, \".svgHero_e5bbaeed{text-align:center}\", \"\"]);\n"
},
{
"id": "oyCK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/keyboard.js",
"name": "./node_modules/@uifabric/utilities/lib/keyboard.js",
"index": 133,
"index2": 124,
"size": 873,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./keyboard",
"loc": "37:0-27"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./keyboard",
"loc": "37:0-27"
},
{
"moduleId": "yQoK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"type": "harmony side effect evaluation",
"userRequest": "./keyboard",
"loc": "2:0-50"
},
{
"moduleId": "yQoK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./keyboard",
"loc": "43:4-24"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony side effect evaluation",
"userRequest": "./keyboard",
"loc": "3:0-50"
},
{
"moduleId": "ybKx",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"module": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"type": "harmony import specifier",
"userRequest": "./keyboard",
"loc": "82:8-28"
}
],
"providedExports": [
"isDirectionalKeyCode",
"addDirectionalKeyCode"
],
"optimizationBailout": [],
"depth": 8,
"source": "var _a;\nimport { KeyCodes } from './KeyCodes';\nvar DirectionalKeyCodes = (_a = {},\n _a[KeyCodes.up] = 1,\n _a[KeyCodes.down] = 1,\n _a[KeyCodes.left] = 1,\n _a[KeyCodes.right] = 1,\n _a[KeyCodes.home] = 1,\n _a[KeyCodes.end] = 1,\n _a[KeyCodes.tab] = 1,\n _a[KeyCodes.pageUp] = 1,\n _a[KeyCodes.pageDown] = 1,\n _a);\n/**\n * Returns true if the keycode is a directional keyboard key.\n */\nexport function isDirectionalKeyCode(which) {\n return !!DirectionalKeyCodes[which];\n}\n/**\n * Adds a keycode to the list of keys that, when pressed, should cause the focus outlines to be visible.\n * This can be used to add global shortcut keys that directionally move from section to section within\n * an app or between focus trap zones.\n */\nexport function addDirectionalKeyCode(which) {\n DirectionalKeyCodes[which] = 1;\n}\n//# sourceMappingURL=keyboard.js.map"
},
{
"id": "p6FT",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/colors/index.js",
"name": "./node_modules/@fluentui/theme/lib/colors/index.js",
"index": 208,
"index2": 193,
"size": 116,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"issuerId": "6lVU",
"issuerName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony side effect evaluation",
"userRequest": "./colors/index",
"loc": "1:0-48"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./colors/index",
"loc": "17:17-31"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./colors/index",
"loc": "23:43-57"
}
],
"providedExports": [
"CommunicationColors",
"NeutralColors",
"SharedColors",
"DefaultPalette"
],
"optimizationBailout": [],
"depth": 11,
"source": "export * from './FluentColors';\nexport { DefaultPalette } from './DefaultPalette';\n//# sourceMappingURL=index.js.map"
},
{
"id": "p6XH",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.js",
"index": 293,
"index2": 274,
"size": 253,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"issuerId": "NARb",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
},
{
"id": "NUVe",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
},
{
"id": "I7qx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Fabric.js"
},
{
"id": "NARb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "NARb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Fabric",
"loc": "1:0-25"
},
{
"moduleId": "NARb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Fabric/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Fabric",
"loc": "1:0-25"
}
],
"providedExports": [
"Fabric"
],
"optimizationBailout": [],
"depth": 18,
"source": "import { styled } from '../../Utilities';\nimport { FabricBase } from './Fabric.base';\nimport { getStyles } from './Fabric.styles';\nexport var Fabric = styled(FabricBase, getStyles, undefined, {\n scope: 'Fabric',\n});\n//# sourceMappingURL=Fabric.js.map"
},
{
"id": "p6i1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"index": 269,
"index2": 261,
"size": 4773,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"issuerId": "IypE",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/decorators/withResponsiveMode",
"loc": "8:0-99"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/decorators/withResponsiveMode",
"loc": "525:83-97"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/decorators/withResponsiveMode",
"loc": "880:8-26"
}
],
"providedExports": [
"ResponsiveMode",
"setResponsiveMode",
"initializeResponsiveMode",
"getInitialResponsiveMode",
"withResponsiveMode",
"getResponsiveMode"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { BaseDecorator } from './BaseDecorator';\nimport { getWindow, hoistStatics, EventGroup } from '../../Utilities';\nimport { WindowContext } from '../../WindowProvider';\nexport var ResponsiveMode;\n(function (ResponsiveMode) {\n ResponsiveMode[ResponsiveMode[\"small\"] = 0] = \"small\";\n ResponsiveMode[ResponsiveMode[\"medium\"] = 1] = \"medium\";\n ResponsiveMode[ResponsiveMode[\"large\"] = 2] = \"large\";\n ResponsiveMode[ResponsiveMode[\"xLarge\"] = 3] = \"xLarge\";\n ResponsiveMode[ResponsiveMode[\"xxLarge\"] = 4] = \"xxLarge\";\n ResponsiveMode[ResponsiveMode[\"xxxLarge\"] = 5] = \"xxxLarge\";\n ResponsiveMode[ResponsiveMode[\"unknown\"] = 999] = \"unknown\";\n})(ResponsiveMode || (ResponsiveMode = {}));\nvar RESPONSIVE_MAX_CONSTRAINT = [479, 639, 1023, 1365, 1919, 99999999];\n/**\n * User specified mode to default to, useful for server side rendering scenarios.\n */\nvar _defaultMode;\n/**\n * Tracking the last mode we successfully rendered, which allows us to\n * paint initial renders with the correct size.\n */\nvar _lastMode;\n/**\n * Allows a server rendered scenario to provide a default responsive mode.\n */\nexport function setResponsiveMode(responsiveMode) {\n _defaultMode = responsiveMode;\n}\n/**\n * Initializes the responsive mode to the current window size. This can be used to avoid\n * a re-render during first component mount since the window would otherwise not be measured\n * until after mounting.\n */\nexport function initializeResponsiveMode(element) {\n if (typeof window !== 'undefined') {\n var currentWindow = (element && getWindow(element)) || window;\n getResponsiveMode(currentWindow);\n }\n}\nexport function getInitialResponsiveMode() {\n return _defaultMode || _lastMode || ResponsiveMode.large;\n}\nexport function withResponsiveMode(ComposedComponent) {\n var _a;\n var resultClass = (_a = /** @class */ (function (_super) {\n __extends(WithResponsiveMode, _super);\n function WithResponsiveMode(props) {\n var _this = _super.call(this, props) || this;\n _this._onResize = function () {\n var responsiveMode = getResponsiveMode(_this.context.window);\n if (responsiveMode !== _this.state.responsiveMode) {\n _this.setState({\n responsiveMode: responsiveMode,\n });\n }\n };\n _this._events = new EventGroup(_this);\n _this._updateComposedComponentRef = _this._updateComposedComponentRef.bind(_this);\n _this.state = {\n responsiveMode: getInitialResponsiveMode(),\n };\n return _this;\n }\n WithResponsiveMode.prototype.componentDidMount = function () {\n this._events.on(this.context.window, 'resize', this._onResize);\n this._onResize();\n };\n WithResponsiveMode.prototype.componentWillUnmount = function () {\n this._events.dispose();\n };\n WithResponsiveMode.prototype.render = function () {\n var responsiveMode = this.state.responsiveMode;\n return responsiveMode === ResponsiveMode.unknown ? null : (React.createElement(ComposedComponent, __assign({ ref: this._updateComposedComponentRef, responsiveMode: responsiveMode }, this.props)));\n };\n return WithResponsiveMode;\n }(BaseDecorator)),\n _a.contextType = WindowContext,\n _a);\n return hoistStatics(ComposedComponent, resultClass);\n}\nexport function getResponsiveMode(currentWindow) {\n var responsiveMode = ResponsiveMode.small;\n if (currentWindow) {\n try {\n while (currentWindow.innerWidth > RESPONSIVE_MAX_CONSTRAINT[responsiveMode]) {\n responsiveMode++;\n }\n }\n catch (e) {\n // Return a best effort result in cases where we're in the browser but it throws on getting innerWidth.\n responsiveMode = getInitialResponsiveMode();\n }\n // Tracking last mode just gives us a better default in future renders,\n // which avoids starting with the wrong value if we've measured once.\n _lastMode = responsiveMode;\n }\n else {\n if (_defaultMode !== undefined) {\n responsiveMode = _defaultMode;\n }\n else {\n throw new Error('Content was rendered in a server environment without providing a default responsive mode. ' +\n 'Call setResponsiveMode to define what the responsive mode is.');\n }\n }\n return responsiveMode;\n}\n//# sourceMappingURL=withResponsiveMode.js.map"
},
{
"id": "pDCd",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConstants.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConstants.js",
"index": 317,
"index2": 299,
"size": 978,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerId": "U019",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "U019",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony side effect evaluation",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "3:0-71"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "63:38-50"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "63:76-88"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "91:39-51"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "109:32-44"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "109:72-84"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "122:31-43"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "128:31-43"
},
{
"moduleId": "J67R",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipManager.js",
"type": "harmony import specifier",
"userRequest": "../../utilities/keytips/KeytipConstants",
"loc": "160:31-43"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony side effect evaluation",
"userRequest": "./KeytipConstants",
"loc": "2:0-116"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "./KeytipConstants",
"loc": "13:27-40"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "./KeytipConstants",
"loc": "13:70-83"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "./KeytipConstants",
"loc": "14:7-17"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "./KeytipConstants",
"loc": "36:17-31"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "./KeytipConstants",
"loc": "45:17-39"
},
{
"moduleId": "PS37",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipUtils.js",
"type": "harmony import specifier",
"userRequest": "./KeytipConstants",
"loc": "54:28-40"
},
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./KeytipConstants",
"loc": "3:0-34"
},
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony export imported specifier",
"userRequest": "./KeytipConstants",
"loc": "3:0-34"
}
],
"providedExports": [
"KTP_PREFIX",
"KTP_SEPARATOR",
"KTP_FULL_PREFIX",
"DATAKTP_TARGET",
"DATAKTP_EXECUTE_TARGET",
"DATAKTP_ARIA_TARGET",
"KTP_LAYER_ID",
"KTP_ARIA_SEPARATOR",
"KeytipEvents"
],
"optimizationBailout": [],
"depth": 11,
"source": "export var KTP_PREFIX = 'ktp';\nexport var KTP_SEPARATOR = '-';\nexport var KTP_FULL_PREFIX = KTP_PREFIX + KTP_SEPARATOR;\nexport var DATAKTP_TARGET = 'data-ktp-target';\nexport var DATAKTP_EXECUTE_TARGET = 'data-ktp-execute-target';\nexport var DATAKTP_ARIA_TARGET = 'data-ktp-aria-target';\nexport var KTP_LAYER_ID = 'ktp-layer-id';\nexport var KTP_ARIA_SEPARATOR = ', ';\n// Events\nexport var KeytipEvents;\n(function (KeytipEvents) {\n KeytipEvents.KEYTIP_ADDED = 'keytipAdded';\n KeytipEvents.KEYTIP_REMOVED = 'keytipRemoved';\n KeytipEvents.KEYTIP_UPDATED = 'keytipUpdated';\n KeytipEvents.PERSISTED_KEYTIP_ADDED = 'persistedKeytipAdded';\n KeytipEvents.PERSISTED_KEYTIP_REMOVED = 'persistedKeytipRemoved';\n KeytipEvents.PERSISTED_KEYTIP_EXECUTE = 'persistedKeytipExecute';\n KeytipEvents.ENTER_KEYTIP_MODE = 'enterKeytipMode';\n KeytipEvents.EXIT_KEYTIP_MODE = 'exitKeytipMode';\n})(KeytipEvents || (KeytipEvents = {}));\n//# sourceMappingURL=KeytipConstants.js.map"
},
{
"id": "pgS/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Divider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Divider.js",
"index": 341,
"index2": 331,
"size": 79,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"issuerId": "jq/3",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js"
},
{
"id": "jq/3",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../../Divider",
"loc": "8:0-51"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../../../Divider",
"loc": "150:35-50"
}
],
"providedExports": [
"VerticalDivider"
],
"optimizationBailout": [],
"depth": 12,
"source": "export * from './components/Divider/index';\n//# sourceMappingURL=Divider.js.map"
},
{
"id": "pnrE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/mobileDetector.js",
"name": "./node_modules/@uifabric/utilities/lib/mobileDetector.js",
"index": 141,
"index2": 133,
"size": 380,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./mobileDetector",
"loc": "42:0-33"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./mobileDetector",
"loc": "42:0-33"
}
],
"providedExports": [
"isIOS"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Returns true if and only if the user is on a iOS device.\n * Used to determine whether iOS-specific behavior should be applied.\n */\nexport var isIOS = function () {\n if (!window || !window.navigator || !window.navigator.userAgent) {\n return false;\n }\n return /iPad|iPhone|iPod/i.test(window.navigator.userAgent);\n};\n//# sourceMappingURL=mobileDetector.js.map"
},
{
"id": "polh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/motion/AnimationStyles.js",
"name": "./node_modules/@fluentui/theme/lib/motion/AnimationStyles.js",
"index": 186,
"index2": 171,
"size": 7555,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"issuerId": "cPD0",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
},
{
"id": "cPD0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "cPD0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/theme/lib/motion/AnimationStyles",
"loc": "1:0-59"
},
{
"moduleId": "cPD0",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"module": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/AnimationStyles.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/motion/AnimationStyles",
"loc": "1:0-59"
}
],
"providedExports": [
"AnimationVariables",
"AnimationStyles"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { keyframes } from '@uifabric/merge-styles';\n/* Register the keyframes */\nvar EASING_FUNCTION_1 = 'cubic-bezier(.1,.9,.2,1)';\nvar EASING_FUNCTION_2 = 'cubic-bezier(.1,.25,.75,.9)';\nvar DURATION_1 = '0.167s';\nvar DURATION_2 = '0.267s';\nvar DURATION_3 = '0.367s';\nvar DURATION_4 = '0.467s';\nvar FADE_IN = keyframes({\n from: { opacity: 0 },\n to: { opacity: 1 },\n});\nvar FADE_OUT = keyframes({\n from: { opacity: 1 },\n to: { opacity: 0, visibility: 'hidden' },\n});\nvar SLIDE_RIGHT_IN10 = _createSlideInX(-10);\nvar SLIDE_RIGHT_IN20 = _createSlideInX(-20);\nvar SLIDE_RIGHT_IN40 = _createSlideInX(-40);\nvar SLIDE_RIGHT_IN400 = _createSlideInX(-400);\nvar SLIDE_LEFT_IN10 = _createSlideInX(10);\nvar SLIDE_LEFT_IN20 = _createSlideInX(20);\nvar SLIDE_LEFT_IN40 = _createSlideInX(40);\nvar SLIDE_LEFT_IN400 = _createSlideInX(400);\nvar SLIDE_UP_IN10 = _createSlideInY(10);\nvar SLIDE_UP_IN20 = _createSlideInY(20);\nvar SLIDE_DOWN_IN10 = _createSlideInY(-10);\nvar SLIDE_DOWN_IN20 = _createSlideInY(-20);\nvar SLIDE_RIGHT_OUT10 = _createSlideOutX(10);\nvar SLIDE_RIGHT_OUT20 = _createSlideOutX(20);\nvar SLIDE_RIGHT_OUT40 = _createSlideOutX(40);\nvar SLIDE_RIGHT_OUT400 = _createSlideOutX(400);\nvar SLIDE_LEFT_OUT10 = _createSlideOutX(-10);\nvar SLIDE_LEFT_OUT20 = _createSlideOutX(-20);\nvar SLIDE_LEFT_OUT40 = _createSlideOutX(-40);\nvar SLIDE_LEFT_OUT400 = _createSlideOutX(-400);\nvar SLIDE_UP_OUT10 = _createSlideOutY(-10);\nvar SLIDE_UP_OUT20 = _createSlideOutY(-20);\nvar SLIDE_DOWN_OUT10 = _createSlideOutY(10);\nvar SLIDE_DOWN_OUT20 = _createSlideOutY(20);\nvar SCALE_UP100 = keyframes({\n from: { transform: 'scale3d(.98,.98,1)' },\n to: { transform: 'scale3d(1,1,1)' },\n});\nvar SCALE_DOWN98 = keyframes({\n from: { transform: 'scale3d(1,1,1)' },\n to: { transform: 'scale3d(.98,.98,1)' },\n});\nvar SCALE_DOWN100 = keyframes({\n from: { transform: 'scale3d(1.03,1.03,1)' },\n to: { transform: 'scale3d(1,1,1)' },\n});\nvar SCALE_UP103 = keyframes({\n from: { transform: 'scale3d(1,1,1)' },\n to: { transform: 'scale3d(1.03,1.03,1)' },\n});\nvar ROTATE90 = keyframes({\n from: { transform: 'rotateZ(0deg)' },\n to: { transform: 'rotateZ(90deg)' },\n});\nvar ROTATE_N90 = keyframes({\n from: { transform: 'rotateZ(0deg)' },\n to: { transform: 'rotateZ(-90deg)' },\n});\n/**\n * Exporting raw duraction values and easing functions to be used in custom animations\n */\nexport var AnimationVariables = {\n easeFunction1: EASING_FUNCTION_1,\n easeFunction2: EASING_FUNCTION_2,\n durationValue1: DURATION_1,\n durationValue2: DURATION_2,\n durationValue3: DURATION_3,\n durationValue4: DURATION_4,\n};\n/**\n * All Fabric standard animations, exposed as json objects referencing predefined\n * keyframes. These objects can be mixed in with other class definitions.\n */\nexport var AnimationStyles = {\n slideRightIn10: _createAnimation(FADE_IN + \",\" + SLIDE_RIGHT_IN10, DURATION_3, EASING_FUNCTION_1),\n slideRightIn20: _createAnimation(FADE_IN + \",\" + SLIDE_RIGHT_IN20, DURATION_3, EASING_FUNCTION_1),\n slideRightIn40: _createAnimation(FADE_IN + \",\" + SLIDE_RIGHT_IN40, DURATION_3, EASING_FUNCTION_1),\n slideRightIn400: _createAnimation(FADE_IN + \",\" + SLIDE_RIGHT_IN400, DURATION_3, EASING_FUNCTION_1),\n slideLeftIn10: _createAnimation(FADE_IN + \",\" + SLIDE_LEFT_IN10, DURATION_3, EASING_FUNCTION_1),\n slideLeftIn20: _createAnimation(FADE_IN + \",\" + SLIDE_LEFT_IN20, DURATION_3, EASING_FUNCTION_1),\n slideLeftIn40: _createAnimation(FADE_IN + \",\" + SLIDE_LEFT_IN40, DURATION_3, EASING_FUNCTION_1),\n slideLeftIn400: _createAnimation(FADE_IN + \",\" + SLIDE_LEFT_IN400, DURATION_3, EASING_FUNCTION_1),\n slideUpIn10: _createAnimation(FADE_IN + \",\" + SLIDE_UP_IN10, DURATION_3, EASING_FUNCTION_1),\n slideUpIn20: _createAnimation(FADE_IN + \",\" + SLIDE_UP_IN20, DURATION_3, EASING_FUNCTION_1),\n slideDownIn10: _createAnimation(FADE_IN + \",\" + SLIDE_DOWN_IN10, DURATION_3, EASING_FUNCTION_1),\n slideDownIn20: _createAnimation(FADE_IN + \",\" + SLIDE_DOWN_IN20, DURATION_3, EASING_FUNCTION_1),\n slideRightOut10: _createAnimation(FADE_OUT + \",\" + SLIDE_RIGHT_OUT10, DURATION_3, EASING_FUNCTION_1),\n slideRightOut20: _createAnimation(FADE_OUT + \",\" + SLIDE_RIGHT_OUT20, DURATION_3, EASING_FUNCTION_1),\n slideRightOut40: _createAnimation(FADE_OUT + \",\" + SLIDE_RIGHT_OUT40, DURATION_3, EASING_FUNCTION_1),\n slideRightOut400: _createAnimation(FADE_OUT + \",\" + SLIDE_RIGHT_OUT400, DURATION_3, EASING_FUNCTION_1),\n slideLeftOut10: _createAnimation(FADE_OUT + \",\" + SLIDE_LEFT_OUT10, DURATION_3, EASING_FUNCTION_1),\n slideLeftOut20: _createAnimation(FADE_OUT + \",\" + SLIDE_LEFT_OUT20, DURATION_3, EASING_FUNCTION_1),\n slideLeftOut40: _createAnimation(FADE_OUT + \",\" + SLIDE_LEFT_OUT40, DURATION_3, EASING_FUNCTION_1),\n slideLeftOut400: _createAnimation(FADE_OUT + \",\" + SLIDE_LEFT_OUT400, DURATION_3, EASING_FUNCTION_1),\n slideUpOut10: _createAnimation(FADE_OUT + \",\" + SLIDE_UP_OUT10, DURATION_3, EASING_FUNCTION_1),\n slideUpOut20: _createAnimation(FADE_OUT + \",\" + SLIDE_UP_OUT20, DURATION_3, EASING_FUNCTION_1),\n slideDownOut10: _createAnimation(FADE_OUT + \",\" + SLIDE_DOWN_OUT10, DURATION_3, EASING_FUNCTION_1),\n slideDownOut20: _createAnimation(FADE_OUT + \",\" + SLIDE_DOWN_OUT20, DURATION_3, EASING_FUNCTION_1),\n scaleUpIn100: _createAnimation(FADE_IN + \",\" + SCALE_UP100, DURATION_3, EASING_FUNCTION_1),\n scaleDownIn100: _createAnimation(FADE_IN + \",\" + SCALE_DOWN100, DURATION_3, EASING_FUNCTION_1),\n scaleUpOut103: _createAnimation(FADE_OUT + \",\" + SCALE_UP103, DURATION_1, EASING_FUNCTION_2),\n scaleDownOut98: _createAnimation(FADE_OUT + \",\" + SCALE_DOWN98, DURATION_1, EASING_FUNCTION_2),\n fadeIn100: _createAnimation(FADE_IN, DURATION_1, EASING_FUNCTION_2),\n fadeIn200: _createAnimation(FADE_IN, DURATION_2, EASING_FUNCTION_2),\n fadeIn400: _createAnimation(FADE_IN, DURATION_3, EASING_FUNCTION_2),\n fadeIn500: _createAnimation(FADE_IN, DURATION_4, EASING_FUNCTION_2),\n fadeOut100: _createAnimation(FADE_OUT, DURATION_1, EASING_FUNCTION_2),\n fadeOut200: _createAnimation(FADE_OUT, DURATION_2, EASING_FUNCTION_2),\n fadeOut400: _createAnimation(FADE_OUT, DURATION_3, EASING_FUNCTION_2),\n fadeOut500: _createAnimation(FADE_OUT, DURATION_4, EASING_FUNCTION_2),\n rotate90deg: _createAnimation(ROTATE90, '0.1s', EASING_FUNCTION_2),\n rotateN90deg: _createAnimation(ROTATE_N90, '0.1s', EASING_FUNCTION_2),\n};\nfunction _createAnimation(animationName, animationDuration, animationTimingFunction) {\n return {\n animationName: animationName,\n animationDuration: animationDuration,\n animationTimingFunction: animationTimingFunction,\n animationFillMode: 'both',\n };\n}\nfunction _createSlideInX(fromX) {\n return keyframes({\n from: { transform: \"translate3d(\" + fromX + \"px,0,0)\", pointerEvents: 'none' },\n to: { transform: \"translate3d(0,0,0)\", pointerEvents: 'auto' },\n });\n}\nfunction _createSlideInY(fromY) {\n return keyframes({\n from: { transform: \"translate3d(0,\" + fromY + \"px,0)\", pointerEvents: 'none' },\n to: { transform: \"translate3d(0,0,0)\", pointerEvents: 'auto' },\n });\n}\nfunction _createSlideOutX(toX) {\n return keyframes({\n from: { transform: \"translate3d(0,0,0)\" },\n to: { transform: \"translate3d(\" + toX + \"px,0,0)\" },\n });\n}\nfunction _createSlideOutY(toY) {\n return keyframes({\n from: { transform: \"translate3d(0,0,0)\" },\n to: { transform: \"translate3d(0,\" + toY + \"px,0)\" },\n });\n}\n//# sourceMappingURL=AnimationStyles.js.map"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js",
"index": 105,
"index2": 95,
"size": 90,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"issuerId": "WgWP",
"issuerName": "./node_modules/@uifabric/utilities/lib/focus.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/getParent",
"loc": "6:0-32"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/getParent",
"loc": "6:0-32"
},
{
"moduleId": "WgWP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"module": "./node_modules/@uifabric/utilities/lib/focus.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/focus.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/getParent",
"loc": "3:0-44"
},
{
"moduleId": "WgWP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"module": "./node_modules/@uifabric/utilities/lib/focus.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/focus.js",
"type": "harmony import specifier",
"userRequest": "./dom/getParent",
"loc": "318:23-32"
}
],
"providedExports": [
"getParent"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { getParent } from '@fluentui/dom-utilities';\n//# sourceMappingURL=getParent.js.map"
},
{
"id": "qKK/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"name": "./node_modules/@fluentui/react-window-provider/lib/WindowProvider.js",
"index": 273,
"index2": 258,
"size": 1095,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/index.js",
"issuerId": "kCx7",
"issuerName": "./node_modules/@fluentui/react-window-provider/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "p6i1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode.js"
},
{
"id": "0R3a",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/WindowProvider.js"
},
{
"id": "kCx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/index.js",
"name": "./node_modules/@fluentui/react-window-provider/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "kCx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/index.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/index.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./WindowProvider",
"loc": "1:0-33"
},
{
"moduleId": "kCx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-window-provider/lib/index.js",
"module": "./node_modules/@fluentui/react-window-provider/lib/index.js",
"moduleName": "./node_modules/@fluentui/react-window-provider/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./WindowProvider",
"loc": "1:0-33"
}
],
"providedExports": [
"WindowContext",
"useWindow",
"useDocument",
"WindowProvider"
],
"optimizationBailout": [],
"depth": 13,
"source": "import * as React from 'react';\n/**\n * Context for providing the window.\n */\nexport var WindowContext = React.createContext({\n window: typeof window === 'object' ? window : undefined,\n});\n/**\n * Hook to access the window object. This can be overridden contextually using the `WindowProvider`.\n */\nexport var useWindow = function () { return React.useContext(WindowContext).window; };\n/**\n * Hook to access the document object. This can be overridden contextually using the `WindowProvider`.\n */\nexport var useDocument = function () { var _a; return (_a = React.useContext(WindowContext).window) === null || _a === void 0 ? void 0 : _a.document; };\n/**\n * Component to provide the window object contextually. This is useful when rendering content to an element\n * contained within a child window or iframe element, where event handlers and styling must be projected\n * to an alternative window or document.\n */\nexport var WindowProvider = function (props) {\n return React.createElement(WindowContext.Provider, { value: props }, props.children);\n};\n//# sourceMappingURL=WindowProvider.js.map"
},
{
"id": "qQHi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"index": 303,
"index2": 295,
"size": 382,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerId": "2bYP",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItem",
"loc": "4:0-37"
},
{
"moduleId": "2bYP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ContextualMenuItem",
"loc": "4:0-37"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItem",
"loc": "10:0-58"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItem",
"loc": "710:85-103"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony side effect evaluation",
"userRequest": "../ContextualMenuItem",
"loc": "7:0-59"
},
{
"moduleId": "WRwi",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuAnchor.js",
"type": "harmony import specifier",
"userRequest": "../ContextualMenuItem",
"loc": "33:300-318"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../ContextualMenuItem",
"loc": "4:0-59"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../ContextualMenuItem",
"loc": "126:94-112"
},
{
"moduleId": "jq/3",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuSplitButton.js",
"type": "harmony import specifier",
"userRequest": "../ContextualMenuItem",
"loc": "154:94-112"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../ContextualMenuItem",
"loc": "7:0-59"
},
{
"moduleId": "lnwm",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/ContextualMenuButton.js",
"type": "harmony import specifier",
"userRequest": "../ContextualMenuItem",
"loc": "27:300-318"
}
],
"providedExports": [
"ContextualMenuItem"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { styled } from '../../Utilities';\nimport { ContextualMenuItemBase } from './ContextualMenuItem.base';\nimport { getItemStyles } from './ContextualMenu.classNames';\n/**\n * ContextualMenuItem description\n */\nexport var ContextualMenuItem = styled(ContextualMenuItemBase, getItemStyles, undefined, { scope: 'ContextualMenuItem' });\n//# sourceMappingURL=ContextualMenuItem.js.map"
},
{
"id": "qUOX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"name": "./node_modules/@uifabric/styling/lib/styles/getGlobalClassNames.js",
"index": 203,
"index2": 189,
"size": 1509,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getGlobalClassNames",
"loc": "9:0-60"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getGlobalClassNames",
"loc": "9:0-60"
}
],
"providedExports": [
"getGlobalClassNames"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { Stylesheet } from '@uifabric/merge-styles';\nimport { memoizeFunction } from '@uifabric/utilities';\n/**\n * Internal memoized function which simply takes in the class map and the\n * disable boolean. These immutable values can be memoized.\n */\nvar _getGlobalClassNames = memoizeFunction(function (classNames, disableGlobalClassNames) {\n var styleSheet = Stylesheet.getInstance();\n if (disableGlobalClassNames) {\n // disable global classnames\n return Object.keys(classNames).reduce(function (acc, className) {\n acc[className] = styleSheet.getClassName(classNames[className]);\n return acc;\n }, {});\n }\n // use global classnames\n return classNames;\n});\n/**\n * Checks for the `disableGlobalClassNames` property on the `theme` to determine if it should return `classNames`\n * Note that calls to this function are memoized.\n *\n * @param classNames - The collection of global class names that apply when the flag is false. Make sure to pass in\n * the same instance on each call to benefit from memoization.\n * @param theme - The theme to check the flag on\n * @param disableGlobalClassNames - Optional. Explicitly opt in/out of disabling global classnames. Defaults to false.\n */\nexport function getGlobalClassNames(classNames, theme, disableGlobalClassNames) {\n return _getGlobalClassNames(classNames, disableGlobalClassNames !== undefined ? disableGlobalClassNames : theme.disableGlobalClassNames);\n}\n//# sourceMappingURL=getGlobalClassNames.js.map"
},
{
"id": "qXI7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/sessionStorage.js",
"name": "./node_modules/@uifabric/utilities/lib/sessionStorage.js",
"index": 88,
"index2": 78,
"size": 881,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"issuerId": "m5xa",
"issuerName": "./node_modules/@uifabric/utilities/lib/language.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "m5xa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"name": "./node_modules/@uifabric/utilities/lib/language.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "FbcY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/rtl.js",
"module": "./node_modules/@uifabric/utilities/lib/rtl.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/rtl.js",
"type": "harmony side effect evaluation",
"userRequest": "./sessionStorage",
"loc": "3:0-52"
},
{
"moduleId": "FbcY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/rtl.js",
"module": "./node_modules/@uifabric/utilities/lib/rtl.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/rtl.js",
"type": "harmony import specifier",
"userRequest": "./sessionStorage",
"loc": "18:23-30"
},
{
"moduleId": "FbcY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/rtl.js",
"module": "./node_modules/@uifabric/utilities/lib/rtl.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/rtl.js",
"type": "harmony import specifier",
"userRequest": "./sessionStorage",
"loc": "41:8-15"
},
{
"moduleId": "m5xa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"module": "./node_modules/@uifabric/utilities/lib/language.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/language.js",
"type": "harmony side effect evaluation",
"userRequest": "./sessionStorage",
"loc": "3:0-51"
},
{
"moduleId": "m5xa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"module": "./node_modules/@uifabric/utilities/lib/language.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/language.js",
"type": "harmony import specifier",
"userRequest": "./sessionStorage",
"loc": "19:18-40"
},
{
"moduleId": "m5xa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/language.js",
"module": "./node_modules/@uifabric/utilities/lib/language.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/language.js",
"type": "harmony import specifier",
"userRequest": "./sessionStorage",
"loc": "43:8-30"
}
],
"providedExports": [
"getItem",
"setItem"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { getWindow } from './dom/getWindow';\n/**\n * Fetches an item from session storage without throwing an exception\n * @param key The key of the item to fetch from session storage\n */\nexport function getItem(key) {\n var result = null;\n try {\n var win = getWindow();\n result = win ? win.sessionStorage.getItem(key) : null;\n }\n catch (e) {\n /* Eat the exception */\n }\n return result;\n}\n/**\n * Inserts an item into session storage without throwing an exception\n * @param key The key of the item to add to session storage\n * @param data The data to put into session storage\n */\nexport function setItem(key, data) {\n var _a;\n try {\n (_a = getWindow()) === null || _a === void 0 ? void 0 : _a.sessionStorage.setItem(key, data);\n }\n catch (e) {\n /* Eat the exception */\n }\n}\n//# sourceMappingURL=sessionStorage.js.map"
},
{
"id": "qcM2",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/fonts/index.js",
"name": "./node_modules/@fluentui/theme/lib/fonts/index.js",
"index": 197,
"index2": 182,
"size": 202,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"issuerId": "6lVU",
"issuerName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js"
},
{
"id": "6lVU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"name": "./node_modules/@fluentui/theme/lib/createTheme.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony side effect evaluation",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "1/U1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/fonts.js",
"module": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/fonts.js",
"type": "harmony export imported specifier",
"userRequest": "@fluentui/theme/lib/fonts/index",
"loc": "1:0-150"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony side effect evaluation",
"userRequest": "./fonts/index",
"loc": "3:0-50"
},
{
"moduleId": "6lVU",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/theme/lib/createTheme.js",
"module": "./node_modules/@fluentui/theme/lib/createTheme.js",
"moduleName": "./node_modules/@fluentui/theme/lib/createTheme.js",
"type": "harmony import specifier",
"userRequest": "./fonts/index",
"loc": "19:15-32"
}
],
"providedExports": [
"LocalizedFontNames",
"LocalizedFontFamilies",
"FontSizes",
"FontWeights",
"IconFontSizes",
"createFontStyles",
"DefaultFontStyles",
"registerDefaultFontFaces"
],
"optimizationBailout": [],
"depth": 11,
"source": "export * from './FluentFonts';\nexport { createFontStyles } from './createFontStyles';\nexport { DefaultFontStyles, registerDefaultFontFaces } from './DefaultFontStyles';\n//# sourceMappingURL=index.js.map"
},
{
"id": "qdEM",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/buildClassMap.js",
"index": 180,
"index2": 167,
"size": 1009,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"issuerId": "8wqX",
"issuerName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "8wqX",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"name": "./node_modules/@uifabric/styling/lib/utilities/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./buildClassMap",
"loc": "1:0-48"
},
{
"moduleId": "8wqX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/utilities/index.js",
"module": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/utilities/index.js",
"type": "harmony export imported specifier",
"userRequest": "./buildClassMap",
"loc": "1:0-48"
},
{
"moduleId": "aMN6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../utilities/buildClassMap",
"loc": "1:0-59"
},
{
"moduleId": "aMN6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/FontClassNames.js",
"type": "harmony import specifier",
"userRequest": "../utilities/buildClassMap",
"loc": "6:28-41"
}
],
"providedExports": [
"buildClassMap"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { mergeStyles } from '../MergeStyles';\n/**\n * Builds a class names object from a given map.\n *\n * @param styles - Map of unprocessed styles.\n * @returns Map of property name to class name.\n */\nexport function buildClassMap(styles) {\n var classes = {};\n var _loop_1 = function (styleName) {\n if (styles.hasOwnProperty(styleName)) {\n var className_1;\n Object.defineProperty(classes, styleName, {\n get: function () {\n if (className_1 === undefined) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n className_1 = mergeStyles(styles[styleName]).toString();\n }\n return className_1;\n },\n enumerable: true,\n configurable: true,\n });\n }\n };\n for (var styleName in styles) {\n _loop_1(styleName);\n }\n return classes;\n}\n//# sourceMappingURL=buildClassMap.js.map"
},
{
"id": "rJVp",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItemWrapper/index.js",
"index": 308,
"index2": 333,
"size": 203,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"issuerId": "IypE",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./ContextualMenuItemWrapper/index",
"loc": "11:0-123"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItemWrapper/index",
"loc": "723:36-56"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItemWrapper/index",
"loc": "730:36-56"
},
{
"moduleId": "IypE",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"type": "harmony import specifier",
"userRequest": "./ContextualMenuItemWrapper/index",
"loc": "737:36-61"
}
],
"providedExports": [
"ContextualMenuAnchor",
"ContextualMenuButton",
"ContextualMenuSplitButton",
"ContextualMenuItemWrapper"
],
"optimizationBailout": [],
"depth": 10,
"source": "export * from './ContextualMenuAnchor';\nexport * from './ContextualMenuButton';\nexport * from './ContextualMenuSplitButton';\nexport * from './ContextualMenuItemWrapper';\n//# sourceMappingURL=index.js.map"
},
{
"id": "rZia",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/createMergedRef.js",
"name": "./node_modules/@uifabric/utilities/lib/createMergedRef.js",
"index": 158,
"index2": 150,
"size": 1081,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./createMergedRef",
"loc": "62:0-52"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./createMergedRef",
"loc": "62:0-52"
}
],
"providedExports": [
"createMergedRef"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { arraysEqual } from './array';\n/**\n * Set up a ref resolver function given internal state managed for the ref.\n * @param local Set\n */\nvar createResolver = function (local) { return function (newValue) {\n for (var _i = 0, _a = local.refs; _i < _a.length; _i++) {\n var ref = _a[_i];\n if (typeof ref === 'function') {\n ref(newValue);\n }\n else if (ref) {\n // work around the immutability of the React.Ref type\n ref.current = newValue;\n }\n }\n}; };\n/**\n * Helper to merge refs from within class components.\n */\nexport var createMergedRef = function (value) {\n var local = {\n refs: [],\n };\n return function () {\n var newRefs = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n newRefs[_i] = arguments[_i];\n }\n if (!local.resolver || !arraysEqual(local.refs, newRefs)) {\n local.resolver = createResolver(local);\n }\n local.refs = newRefs;\n return local.resolver;\n };\n};\n//# sourceMappingURL=createMergedRef.js.map"
},
{
"id": "rgVD",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/portalContainsElement.js",
"index": 99,
"index2": 88,
"size": 974,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./portalContainsElement",
"loc": "8:0-40"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./portalContainsElement",
"loc": "8:0-40"
}
],
"providedExports": [
"portalContainsElement"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { findElementRecursive } from './findElementRecursive';\nimport { DATA_PORTAL_ATTRIBUTE } from './setPortalAttribute';\n/**\n * Determine whether a target is within a portal from perspective of root or optional parent.\n * This function only works against portal components that use the setPortalAttribute function.\n * If both parent and child are within the same portal this function will return false.\n * @param target - Element to query portal containment status of.\n * @param parent - Optional parent perspective. Search for containing portal stops at parent\n * (or root if parent is undefined or invalid.)\n */\nexport function portalContainsElement(target, parent) {\n var elementMatch = findElementRecursive(target, function (testElement) { return parent === testElement || testElement.hasAttribute(DATA_PORTAL_ATTRIBUTE); });\n return elementMatch !== null && elementMatch.hasAttribute(DATA_PORTAL_ATTRIBUTE);\n}\n//# sourceMappingURL=portalContainsElement.js.map"
},
{
"id": "ro2j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/getVirtualParent.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/getVirtualParent.js",
"index": 94,
"index2": 81,
"size": 356,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerId": "nvVZ",
"issuerName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
},
{
"id": "pzkQ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getParent.js"
},
{
"id": "nvVZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"name": "./node_modules/@fluentui/dom-utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "gKHf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/getParent.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/getParent.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/getParent.js",
"type": "harmony side effect evaluation",
"userRequest": "./getVirtualParent",
"loc": "1:0-54"
},
{
"moduleId": "gKHf",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/getParent.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/getParent.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/getParent.js",
"type": "harmony import specifier",
"userRequest": "./getVirtualParent",
"loc": "12:33-49"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./getVirtualParent",
"loc": "6:0-35"
},
{
"moduleId": "nvVZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/dom-utilities/lib/index.js",
"module": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"moduleName": "./node_modules/@fluentui/dom-utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./getVirtualParent",
"loc": "6:0-35"
}
],
"providedExports": [
"getVirtualParent"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { isVirtualElement } from './isVirtualElement';\n/**\n * Gets the virtual parent given the child element, if it exists.\n *\n * @public\n */\nexport function getVirtualParent(child) {\n var parent;\n if (child && isVirtualElement(child)) {\n parent = child._virtual.parent;\n }\n return parent;\n}\n//# sourceMappingURL=getVirtualParent.js.map"
},
{
"id": "ruv1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"name": "./node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"index": 7,
"index2": 5,
"size": 11360,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"issuerId": "CNew",
"issuerName": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "S+pu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js"
},
{
"id": "CNew",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.css"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "6dv4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.module.css",
"type": "cjs require",
"userRequest": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"loc": "2:13-192"
},
{
"moduleId": "CNew",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"module": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"moduleName": "./lib/webparts/svgHero/SvgHeroWebPart.module.css",
"type": "cjs require",
"userRequest": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"loc": "2:13-192"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 3,
"source": "\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.splitStyles = exports.detokenize = exports.clearStyles = exports.loadTheme = exports.flush = exports.configureRunMode = exports.configureLoadStyles = exports.loadStyles = void 0;\n// Store the theming state in __themeState__ global scope for reuse in the case of duplicate\n// load-themed-styles hosted on the page.\nvar _root = typeof window === 'undefined' ? global : window; // eslint-disable-line @typescript-eslint/no-explicit-any\n// Nonce string to inject into script tag if one provided. This is used in CSP (Content Security Policy).\nvar _styleNonce = _root && _root.CSPSettings && _root.CSPSettings.nonce;\nvar _themeState = initializeThemeState();\n/**\n * Matches theming tokens. For example, \"[theme: themeSlotName, default: #FFF]\" (including the quotes).\n */\nvar _themeTokenRegex = /[\\'\\\"]\\[theme:\\s*(\\w+)\\s*(?:\\,\\s*default:\\s*([\\\\\"\\']?[\\.\\,\\(\\)\\#\\-\\s\\w]*[\\.\\,\\(\\)\\#\\-\\w][\\\"\\']?))?\\s*\\][\\'\\\"]/g;\nvar now = function () {\n return typeof performance !== 'undefined' && !!performance.now ? performance.now() : Date.now();\n};\nfunction measure(func) {\n var start = now();\n func();\n var end = now();\n _themeState.perf.duration += end - start;\n}\n/**\n * initialize global state object\n */\nfunction initializeThemeState() {\n var state = _root.__themeState__ || {\n theme: undefined,\n lastStyleElement: undefined,\n registeredStyles: []\n };\n if (!state.runState) {\n state = __assign(__assign({}, state), { perf: {\n count: 0,\n duration: 0\n }, runState: {\n flushTimer: 0,\n mode: 0 /* sync */,\n buffer: []\n } });\n }\n if (!state.registeredThemableStyles) {\n state = __assign(__assign({}, state), { registeredThemableStyles: [] });\n }\n _root.__themeState__ = state;\n return state;\n}\n/**\n * Loads a set of style text. If it is registered too early, we will register it when the window.load\n * event is fired.\n * @param {string | ThemableArray} styles Themable style text to register.\n * @param {boolean} loadAsync When true, always load styles in async mode, irrespective of current sync mode.\n */\nfunction loadStyles(styles, loadAsync) {\n if (loadAsync === void 0) { loadAsync = false; }\n measure(function () {\n var styleParts = Array.isArray(styles) ? styles : splitStyles(styles);\n var _a = _themeState.runState, mode = _a.mode, buffer = _a.buffer, flushTimer = _a.flushTimer;\n if (loadAsync || mode === 1 /* async */) {\n buffer.push(styleParts);\n if (!flushTimer) {\n _themeState.runState.flushTimer = asyncLoadStyles();\n }\n }\n else {\n applyThemableStyles(styleParts);\n }\n });\n}\nexports.loadStyles = loadStyles;\n/**\n * Allows for customizable loadStyles logic. e.g. for server side rendering application\n * @param {(processedStyles: string, rawStyles?: string | ThemableArray) => void}\n * a loadStyles callback that gets called when styles are loaded or reloaded\n */\nfunction configureLoadStyles(loadStylesFn) {\n _themeState.loadStyles = loadStylesFn;\n}\nexports.configureLoadStyles = configureLoadStyles;\n/**\n * Configure run mode of load-themable-styles\n * @param mode load-themable-styles run mode, async or sync\n */\nfunction configureRunMode(mode) {\n _themeState.runState.mode = mode;\n}\nexports.configureRunMode = configureRunMode;\n/**\n * external code can call flush to synchronously force processing of currently buffered styles\n */\nfunction flush() {\n measure(function () {\n var styleArrays = _themeState.runState.buffer.slice();\n _themeState.runState.buffer = [];\n var mergedStyleArray = [].concat.apply([], styleArrays);\n if (mergedStyleArray.length > 0) {\n applyThemableStyles(mergedStyleArray);\n }\n });\n}\nexports.flush = flush;\n/**\n * register async loadStyles\n */\nfunction asyncLoadStyles() {\n return setTimeout(function () {\n _themeState.runState.flushTimer = 0;\n flush();\n }, 0);\n}\n/**\n * Loads a set of style text. If it is registered too early, we will register it when the window.load event\n * is fired.\n * @param {string} styleText Style to register.\n * @param {IStyleRecord} styleRecord Existing style record to re-apply.\n */\nfunction applyThemableStyles(stylesArray, styleRecord) {\n if (_themeState.loadStyles) {\n _themeState.loadStyles(resolveThemableArray(stylesArray).styleString, stylesArray);\n }\n else {\n registerStyles(stylesArray);\n }\n}\n/**\n * Registers a set theme tokens to find and replace. If styles were already registered, they will be\n * replaced.\n * @param {theme} theme JSON object of theme tokens to values.\n */\nfunction loadTheme(theme) {\n _themeState.theme = theme;\n // reload styles.\n reloadStyles();\n}\nexports.loadTheme = loadTheme;\n/**\n * Clear already registered style elements and style records in theme_State object\n * @param option - specify which group of registered styles should be cleared.\n * Default to be both themable and non-themable styles will be cleared\n */\nfunction clearStyles(option) {\n if (option === void 0) { option = 3 /* all */; }\n if (option === 3 /* all */ || option === 2 /* onlyNonThemable */) {\n clearStylesInternal(_themeState.registeredStyles);\n _themeState.registeredStyles = [];\n }\n if (option === 3 /* all */ || option === 1 /* onlyThemable */) {\n clearStylesInternal(_themeState.registeredThemableStyles);\n _themeState.registeredThemableStyles = [];\n }\n}\nexports.clearStyles = clearStyles;\nfunction clearStylesInternal(records) {\n records.forEach(function (styleRecord) {\n var styleElement = styleRecord && styleRecord.styleElement;\n if (styleElement && styleElement.parentElement) {\n styleElement.parentElement.removeChild(styleElement);\n }\n });\n}\n/**\n * Reloads styles.\n */\nfunction reloadStyles() {\n if (_themeState.theme) {\n var themableStyles = [];\n for (var _i = 0, _a = _themeState.registeredThemableStyles; _i < _a.length; _i++) {\n var styleRecord = _a[_i];\n themableStyles.push(styleRecord.themableStyle);\n }\n if (themableStyles.length > 0) {\n clearStyles(1 /* onlyThemable */);\n applyThemableStyles([].concat.apply([], themableStyles));\n }\n }\n}\n/**\n * Find theme tokens and replaces them with provided theme values.\n * @param {string} styles Tokenized styles to fix.\n */\nfunction detokenize(styles) {\n if (styles) {\n styles = resolveThemableArray(splitStyles(styles)).styleString;\n }\n return styles;\n}\nexports.detokenize = detokenize;\n/**\n * Resolves ThemingInstruction objects in an array and joins the result into a string.\n * @param {ThemableArray} splitStyleArray ThemableArray to resolve and join.\n */\nfunction resolveThemableArray(splitStyleArray) {\n var theme = _themeState.theme;\n var themable = false;\n // Resolve the array of theming instructions to an array of strings.\n // Then join the array to produce the final CSS string.\n var resolvedArray = (splitStyleArray || []).map(function (currentValue) {\n var themeSlot = currentValue.theme;\n if (themeSlot) {\n themable = true;\n // A theming annotation. Resolve it.\n var themedValue = theme ? theme[themeSlot] : undefined;\n var defaultValue = currentValue.defaultValue || 'inherit';\n // Warn to console if we hit an unthemed value even when themes are provided, but only if \"DEBUG\" is true.\n // Allow the themedValue to be undefined to explicitly request the default value.\n if (theme &&\n !themedValue &&\n console &&\n !(themeSlot in theme) &&\n typeof DEBUG !== 'undefined' &&\n DEBUG) {\n console.warn(\"Theming value not provided for \\\"\" + themeSlot + \"\\\". Falling back to \\\"\" + defaultValue + \"\\\".\");\n }\n return themedValue || defaultValue;\n }\n else {\n // A non-themable string. Preserve it.\n return currentValue.rawString;\n }\n });\n return {\n styleString: resolvedArray.join(''),\n themable: themable\n };\n}\n/**\n * Split tokenized CSS into an array of strings and theme specification objects\n * @param {string} styles Tokenized styles to split.\n */\nfunction splitStyles(styles) {\n var result = [];\n if (styles) {\n var pos = 0; // Current position in styles.\n var tokenMatch = void 0;\n while ((tokenMatch = _themeTokenRegex.exec(styles))) {\n var matchIndex = tokenMatch.index;\n if (matchIndex > pos) {\n result.push({\n rawString: styles.substring(pos, matchIndex)\n });\n }\n result.push({\n theme: tokenMatch[1],\n defaultValue: tokenMatch[2] // May be undefined\n });\n // index of the first character after the current match\n pos = _themeTokenRegex.lastIndex;\n }\n // Push the rest of the string after the last match.\n result.push({\n rawString: styles.substring(pos)\n });\n }\n return result;\n}\nexports.splitStyles = splitStyles;\n/**\n * Registers a set of style text. If it is registered too early, we will register it when the\n * window.load event is fired.\n * @param {ThemableArray} styleArray Array of IThemingInstruction objects to register.\n * @param {IStyleRecord} styleRecord May specify a style Element to update.\n */\nfunction registerStyles(styleArray) {\n if (typeof document === 'undefined') {\n return;\n }\n var head = document.getElementsByTagName('head')[0];\n var styleElement = document.createElement('style');\n var _a = resolveThemableArray(styleArray), styleString = _a.styleString, themable = _a.themable;\n styleElement.setAttribute('data-load-themed-styles', 'true');\n if (_styleNonce) {\n styleElement.setAttribute('nonce', _styleNonce);\n }\n styleElement.appendChild(document.createTextNode(styleString));\n _themeState.perf.count++;\n head.appendChild(styleElement);\n var ev = document.createEvent('HTMLEvents');\n ev.initEvent('styleinsert', true /* bubbleEvent */, false /* cancelable */);\n ev.args = {\n newStyle: styleElement\n };\n document.dispatchEvent(ev);\n var record = {\n styleElement: styleElement,\n themableStyle: styleArray\n };\n if (themable) {\n _themeState.registeredThemableStyles.push(record);\n }\n else {\n _themeState.registeredStyles.push(record);\n }\n}\n//# sourceMappingURL=index.js.map"
},
{
"id": "sJ0y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.types.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.types.js",
"index": 236,
"index2": 217,
"size": 3580,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"issuerId": "nTT2",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
},
{
"id": "nTT2",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./Image.types",
"loc": "4:0-74"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "14:28-43"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "25:31-45"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "34:27-41"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "38:23-37"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "45:27-41"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "48:42-56"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "74:36-50"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "75:31-45"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "76:40-55"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "77:35-43"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "78:42-50"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "79:40-48"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "80:36-44"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "81:34-42"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "82:33-41"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "83:35-49"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "93:26-40"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "105:31-45"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "113:26-34"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "114:25-33"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "115:25-33"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "116:25-33"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "125:29-37"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "126:29-37"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "136:35-50"
},
{
"moduleId": "g4NY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Image/Image.base.js",
"type": "harmony import specifier",
"userRequest": "./Image.types",
"loc": "139:35-50"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../Image/Image.types",
"loc": "5:0-54"
},
{
"moduleId": "nTT2",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.base.js",
"type": "harmony import specifier",
"userRequest": "../Image/Image.types",
"loc": "22:26-40"
}
],
"providedExports": [
"ImageFit",
"ImageCoverStyle",
"ImageLoadState"
],
"optimizationBailout": [],
"depth": 10,
"source": "/**\n * The possible methods that can be used to fit the image.\n * {@docCategory Image}\n */\nexport var ImageFit;\n(function (ImageFit) {\n /**\n * The image is not scaled. The image is centered and cropped within the content box.\n */\n ImageFit[ImageFit[\"center\"] = 0] = \"center\";\n /**\n * The image is scaled to maintain its aspect ratio while being fully contained within the frame. The image will\n * be centered horizontally and vertically within the frame. The space in the top and bottom or in the sides of\n * the frame will be empty depending on the difference in aspect ratio between the image and the frame.\n */\n ImageFit[ImageFit[\"contain\"] = 1] = \"contain\";\n /**\n * The image is scaled to maintain its aspect ratio while filling the frame. Portions of the image will be cropped\n * from the top and bottom, or the sides, depending on the difference in aspect ratio between the image and the frame.\n */\n ImageFit[ImageFit[\"cover\"] = 2] = \"cover\";\n /**\n * Neither the image nor the frame are scaled. If their sizes do not match, the image will either be cropped or the\n * frame will have empty space.\n */\n ImageFit[ImageFit[\"none\"] = 3] = \"none\";\n /**\n * The image will be centered horizontally and vertically within the frame and maintains its aspect ratio. It will\n * behave as ImageFit.center if the image's natural height or width is less than the Image frame's height or width,\n * but if both natural height and width are larger than the frame it will behave as ImageFit.cover.\n */\n ImageFit[ImageFit[\"centerCover\"] = 4] = \"centerCover\";\n /**\n * The image will be centered horizontally and vertically within the frame and maintains its aspect ratio. It will\n * behave as ImageFit.center if the image's natural height and width is less than the Image frame's height and width,\n * but if either natural height or width are larger than the frame it will behave as ImageFit.contain.\n */\n ImageFit[ImageFit[\"centerContain\"] = 5] = \"centerContain\";\n})(ImageFit || (ImageFit = {}));\n/**\n * The cover style to be used on the image\n * {@docCategory Image}\n */\nexport var ImageCoverStyle;\n(function (ImageCoverStyle) {\n /**\n * The image will be shown at 100% height of container and the width will be scaled accordingly\n */\n ImageCoverStyle[ImageCoverStyle[\"landscape\"] = 0] = \"landscape\";\n /**\n * The image will be shown at 100% width of container and the height will be scaled accordingly\n */\n ImageCoverStyle[ImageCoverStyle[\"portrait\"] = 1] = \"portrait\";\n})(ImageCoverStyle || (ImageCoverStyle = {}));\n/**\n * {@docCategory Image}\n */\nexport var ImageLoadState;\n(function (ImageLoadState) {\n /**\n * The image has not yet been loaded, and there is no error yet.\n */\n ImageLoadState[ImageLoadState[\"notLoaded\"] = 0] = \"notLoaded\";\n /**\n * The image has been loaded successfully.\n */\n ImageLoadState[ImageLoadState[\"loaded\"] = 1] = \"loaded\";\n /**\n * An error has been encountered while loading the image.\n */\n ImageLoadState[ImageLoadState[\"error\"] = 2] = \"error\";\n /**\n * Deprecated at v1.3.6, to replace the src in case of errors, use `onLoadingStateChange` instead\n * and rerender the Image with a difference src.\n * @deprecated Use `onLoadingStateChange` instead\n * and rerender the Image with a difference src.\n */\n ImageLoadState[ImageLoadState[\"errorLoaded\"] = 3] = \"errorLoaded\";\n})(ImageLoadState || (ImageLoadState = {}));\n//# sourceMappingURL=Image.types.js.map"
},
{
"id": "sNMJ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useWarnings.js",
"index": 337,
"index2": 318,
"size": 2772,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useWarnings",
"loc": "16:0-30"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useWarnings",
"loc": "16:0-30"
}
],
"providedExports": [
"useWarnings"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { __assign } from \"tslib\";\nimport * as React from 'react';\nimport { warn, warnControlledUsage, warnConditionallyRequiredProps, warnDeprecations, warnMutuallyExclusive, } from '@uifabric/utilities/lib/warn';\nimport { usePrevious } from './usePrevious';\nimport { useConst } from './useConst';\nvar warningId = 0;\n/**\n * Only in development mode, display console warnings when certain conditions are met.\n * Note that all warnings except `controlledUsage` will only be shown on first render\n * (new `controlledUsage` warnings may be shown later due to prop changes).\n */\nexport function useWarnings(options) {\n if (process.env.NODE_ENV !== 'production') {\n var name_1 = options.name, props = options.props, _a = options.other, other = _a === void 0 ? [] : _a, conditionallyRequired = options.conditionallyRequired, deprecations = options.deprecations, mutuallyExclusive = options.mutuallyExclusive, controlledUsage = options.controlledUsage;\n /* eslint-disable react-hooks/rules-of-hooks -- build-time conditional */\n var hasWarnedRef = React.useRef(false);\n var componentId = useConst(function () { return \"useWarnings_\" + warningId++; });\n var oldProps = usePrevious(props);\n /* eslint-enable react-hooks/rules-of-hooks */\n // Warn synchronously (not in useEffect) on first render to make debugging easier.\n if (!hasWarnedRef.current) {\n hasWarnedRef.current = true;\n for (var _i = 0, other_1 = other; _i < other_1.length; _i++) {\n var warning = other_1[_i];\n warn(warning);\n }\n if (conditionallyRequired) {\n for (var _b = 0, conditionallyRequired_1 = conditionallyRequired; _b < conditionallyRequired_1.length; _b++) {\n var req = conditionallyRequired_1[_b];\n warnConditionallyRequiredProps(name_1, props, req.requiredProps, req.conditionalPropName, req.condition);\n }\n }\n deprecations && warnDeprecations(name_1, props, deprecations);\n mutuallyExclusive && warnMutuallyExclusive(name_1, props, mutuallyExclusive);\n }\n // Controlled usage warnings may be displayed on either first or subsequent renders due to\n // prop changes. Note that it's safe to run this synchronously (not in useEffect) even in\n // concurrent mode because `warnControlledUsage` internally tracks which warnings have been\n // displayed for each component instance (so nothing will be displayed twice).\n controlledUsage && warnControlledUsage(__assign(__assign({}, controlledUsage), { componentId: componentId, props: props, componentName: name_1, oldProps: oldProps }));\n }\n}\n//# sourceMappingURL=useWarnings.js.map"
},
{
"id": "sc7n",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"name": "./node_modules/@uifabric/utilities/lib/customizations/Customizer.js",
"index": 118,
"index2": 113,
"size": 2078,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./customizations/Customizer",
"loc": "20:0-44"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./customizations/Customizer",
"loc": "20:0-44"
}
],
"providedExports": [
"Customizer"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { __extends } from \"tslib\";\nimport * as React from 'react';\nimport { Customizations } from './Customizations';\nimport { CustomizerContext } from './CustomizerContext';\nimport { mergeCustomizations } from './mergeCustomizations';\n/**\n * The Customizer component allows for default props to be mixed into components which\n * are decorated with the customizable() decorator, or use the styled HOC. This enables\n * injection scenarios like:\n *\n * 1. render svg icons instead of the icon font within all buttons\n * 2. inject a custom theme object into a component\n *\n * Props are provided via the settings prop which should be one of the following:\n * - A json map which contains 1 or more name/value pairs representing injectable props.\n * - A function that receives the current settings and returns the new ones that apply to the scope\n *\n * @public\n */\nvar Customizer = /** @class */ (function (_super) {\n __extends(Customizer, _super);\n function Customizer() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n _this._onCustomizationChange = function () { return _this.forceUpdate(); };\n return _this;\n }\n Customizer.prototype.componentDidMount = function () {\n Customizations.observe(this._onCustomizationChange);\n };\n Customizer.prototype.componentWillUnmount = function () {\n Customizations.unobserve(this._onCustomizationChange);\n };\n Customizer.prototype.render = function () {\n var _this = this;\n var contextTransform = this.props.contextTransform;\n return (React.createElement(CustomizerContext.Consumer, null, function (parentContext) {\n var newContext = mergeCustomizations(_this.props, parentContext);\n if (contextTransform) {\n newContext = contextTransform(newContext);\n }\n return React.createElement(CustomizerContext.Provider, { value: newContext }, _this.props.children);\n }));\n };\n return Customizer;\n}(React.Component));\nexport { Customizer };\n//# sourceMappingURL=Customizer.js.map"
},
{
"id": "svu3",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/KeytipConfig.js",
"index": 316,
"index2": 298,
"size": 1385,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerId": "U019",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "U019",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./KeytipConfig",
"loc": "2:0-31"
},
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony export imported specifier",
"userRequest": "./KeytipConfig",
"loc": "2:0-31"
}
],
"providedExports": [
"buildKeytipConfigMap",
"constructKeytip"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __assign } from \"tslib\";\n/**\n * Builds a map of ID to IKeytipProps\n *\n * @param config - IKeytipConfig object\n * @returns Config map\n */\nexport function buildKeytipConfigMap(config) {\n var configMap = {};\n for (var _i = 0, _a = config.keytips; _i < _a.length; _i++) {\n var keytip = _a[_i];\n constructKeytip(configMap, [], keytip);\n }\n return configMap;\n}\n/**\n * Constructs a keytip from an IKeytipConfigItem and puts it in the configMap\n *\n * @param configMap - IKeytipConfigMap to store the keytip in\n * @param parentSequence - string of the parent keytip\n * @param keytip - IKeytipConfigItem data\n */\nexport function constructKeytip(configMap, parentSequence, keytip) {\n // Compute full key sequence\n var sequence = keytip.sequence ? keytip.sequence : keytip.content.toLocaleLowerCase();\n var keytipSequence = parentSequence.concat(sequence);\n // Save props in configMap\n var keytipProps = __assign(__assign({}, keytip.optionalProps), { keySequences: keytipSequence, content: keytip.content });\n configMap[keytip.id] = keytipProps;\n if (keytip.children) {\n for (var _i = 0, _a = keytip.children; _i < _a.length; _i++) {\n var child = _a[_i];\n // Create keytips for all children\n constructKeytip(configMap, keytipSequence, child);\n }\n }\n}\n//# sourceMappingURL=KeytipConfig.js.map"
},
{
"id": "swiA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"index": 226,
"index2": 233,
"size": 147,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"issuerId": "tNFa",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "tNFa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/TextField/index",
"loc": "1:0-45"
},
{
"moduleId": "tNFa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"type": "harmony export imported specifier",
"userRequest": "./components/TextField/index",
"loc": "1:0-45"
}
],
"providedExports": [
"TextField",
"TextFieldBase",
"DEFAULT_MASK_CHAR",
"MaskedTextField"
],
"optimizationBailout": [],
"depth": 8,
"source": "export * from './TextField';\nexport * from './TextField.base';\nexport * from './MaskedTextField/MaskedTextField';\n//# sourceMappingURL=index.js.map"
},
{
"id": "tN0b",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/updateRGB.js",
"index": 33,
"index2": 27,
"size": 498,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateRGB",
"loc": "17:0-28"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./updateRGB",
"loc": "17:0-28"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./updateRGB",
"loc": "19:0-28"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./updateRGB",
"loc": "19:0-28"
}
],
"providedExports": [
"updateRGB"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { getColorFromRGBA } from './getColorFromRGBA';\n/**\n * Gets a color with a single RGBA component updated to a new value.\n * Does not modify the original `color`. Alpha defaults to 100 if not set.\n */\nexport function updateRGB(color, component, value) {\n var _a;\n return getColorFromRGBA((_a = {\n r: color.r,\n g: color.g,\n b: color.b,\n a: color.a\n },\n _a[component] = value,\n _a));\n}\n//# sourceMappingURL=updateRGB.js.map"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"index": 225,
"index2": 234,
"size": 83,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerId": "53eK",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../TextField",
"loc": "4:0-44"
},
{
"moduleId": "53eK",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"type": "harmony import specifier",
"userRequest": "../../TextField",
"loc": "177:52-61"
}
],
"providedExports": [
"TextField",
"TextFieldBase",
"DEFAULT_MASK_CHAR",
"MaskedTextField"
],
"optimizationBailout": [],
"depth": 7,
"source": "export * from './components/TextField/index';\n//# sourceMappingURL=TextField.js.map"
},
{
"id": "tQgu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2hsv.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2hsv.js",
"index": 18,
"index2": 10,
"size": 272,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsl2hsv",
"loc": "6:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./hsl2hsv",
"loc": "6:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsl2hsv",
"loc": "8:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hsl2hsv",
"loc": "8:0-26"
},
{
"moduleId": "lO5p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsl2hsv",
"loc": "1:0-36"
},
{
"moduleId": "lO5p",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsl2rgb.js",
"type": "harmony import specifier",
"userRequest": "./hsl2hsv",
"loc": "5:14-21"
}
],
"providedExports": [
"hsl2hsv"
],
"optimizationBailout": [],
"depth": 5,
"source": "/** Converts HSL components to an HSV color. */\nexport function hsl2hsv(h, s, l) {\n s *= (l < 50 ? l : 100 - l) / 100;\n var v = l + s;\n return {\n h: h,\n s: v === 0 ? 0 : ((2 * s) / v) * 100,\n v: v,\n };\n}\n//# sourceMappingURL=hsl2hsv.js.map"
},
{
"id": "tf66",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/Rectangle.js",
"name": "./node_modules/@uifabric/utilities/lib/Rectangle.js",
"index": 80,
"index2": 72,
"size": 1827,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Rectangle",
"loc": "9:0-28"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Rectangle",
"loc": "9:0-28"
}
],
"providedExports": [
"Rectangle"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Rectangle helper class.\n *\n * @public\n * {@docCategory Rectangle}\n */\nvar Rectangle = /** @class */ (function () {\n function Rectangle(left, right, top, bottom) {\n if (left === void 0) { left = 0; }\n if (right === void 0) { right = 0; }\n if (top === void 0) { top = 0; }\n if (bottom === void 0) { bottom = 0; }\n this.top = top;\n this.bottom = bottom;\n this.left = left;\n this.right = right;\n }\n Object.defineProperty(Rectangle.prototype, \"width\", {\n /**\n * Calculated automatically by subtracting the right from left\n */\n get: function () {\n return this.right - this.left;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Rectangle.prototype, \"height\", {\n /**\n * Calculated automatically by subtracting the bottom from top.\n */\n get: function () {\n return this.bottom - this.top;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * Tests if another rect is approximately equal to this rect (within 4 decimal places.)\n */\n Rectangle.prototype.equals = function (rect) {\n // Fixing to 4 decimal places because it allows enough precision and will handle cases when something\n // should be rounded, like .999999 should round to 1.\n return (parseFloat(this.top.toFixed(4)) === parseFloat(rect.top.toFixed(4)) &&\n parseFloat(this.bottom.toFixed(4)) === parseFloat(rect.bottom.toFixed(4)) &&\n parseFloat(this.left.toFixed(4)) === parseFloat(rect.left.toFixed(4)) &&\n parseFloat(this.right.toFixed(4)) === parseFloat(rect.right.toFixed(4)));\n };\n return Rectangle;\n}());\nexport { Rectangle };\n//# sourceMappingURL=Rectangle.js.map"
},
{
"id": "tlDw",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.js",
"index": 227,
"index2": 230,
"size": 274,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"issuerId": "swiA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "8oE+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ColorPicker.js"
},
{
"id": "4/X0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/index.js"
},
{
"id": "53eK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorPicker.base.js"
},
{
"id": "tNFa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/TextField.js"
},
{
"id": "swiA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony side effect evaluation",
"userRequest": "../TextField",
"loc": "3:0-41"
},
{
"moduleId": "HVXX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/MaskedTextField/MaskedTextField.js",
"type": "harmony import specifier",
"userRequest": "../TextField",
"loc": "210:36-45"
},
{
"moduleId": "swiA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./TextField",
"loc": "1:0-28"
},
{
"moduleId": "swiA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/index.js",
"type": "harmony export imported specifier",
"userRequest": "./TextField",
"loc": "1:0-28"
}
],
"providedExports": [
"TextField"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { styled } from '../../Utilities';\nimport { TextFieldBase } from './TextField.base';\nimport { getStyles } from './TextField.styles';\nexport var TextField = styled(TextFieldBase, getStyles, undefined, {\n scope: 'TextField',\n});\n//# sourceMappingURL=TextField.js.map"
},
{
"id": "tmP0",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.js",
"index": 302,
"index2": 285,
"size": 13932,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"issuerId": "UDac",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "QpUN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js"
},
{
"id": "Glho",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/FocusTrapZone.js"
},
{
"id": "UDac",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "UDac",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./FocusTrapZone",
"loc": "1:0-32"
},
{
"moduleId": "UDac",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/index.js",
"type": "harmony export imported specifier",
"userRequest": "./FocusTrapZone",
"loc": "1:0-32"
}
],
"providedExports": [
"FocusTrapZone"
],
"optimizationBailout": [],
"depth": 15,
"source": "import { __assign, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { modalize } from '@uifabric/utilities';\nimport { elementContains, getNativeProps, divProperties, getFirstTabbable, getLastTabbable, getNextElement, getDocument, focusAsync, initializeComponentRef, on, } from '../../Utilities';\nvar FocusTrapZone = /** @class */ (function (_super) {\n __extends(FocusTrapZone, _super);\n function FocusTrapZone(props) {\n var _this = _super.call(this, props) || this;\n _this._root = React.createRef();\n _this._firstBumper = React.createRef();\n _this._lastBumper = React.createRef();\n _this._hasFocus = false;\n _this._onRootFocus = function (ev) {\n if (_this.props.onFocus) {\n _this.props.onFocus(ev);\n }\n _this._hasFocus = true;\n };\n _this._onRootBlur = function (ev) {\n if (_this.props.onBlur) {\n _this.props.onBlur(ev);\n }\n var relatedTarget = ev.relatedTarget;\n if (ev.relatedTarget === null) {\n // In IE11, due to lack of support, event.relatedTarget is always\n // null making every onBlur call to be \"outside\" of the ComboBox\n // even when it's not. Using document.activeElement is another way\n // for us to be able to get what the relatedTarget without relying\n // on the event\n relatedTarget = _this._getDocument().activeElement;\n }\n if (!elementContains(_this._root.current, relatedTarget)) {\n _this._hasFocus = false;\n }\n };\n _this._onFirstBumperFocus = function () {\n _this._onBumperFocus(true);\n };\n _this._onLastBumperFocus = function () {\n _this._onBumperFocus(false);\n };\n _this._onBumperFocus = function (isFirstBumper) {\n if (_this.props.disabled) {\n return;\n }\n var currentBumper = (isFirstBumper === _this._hasFocus\n ? _this._lastBumper.current\n : _this._firstBumper.current);\n if (_this._root.current) {\n var nextFocusable = isFirstBumper === _this._hasFocus\n ? getLastTabbable(_this._root.current, currentBumper, true, false)\n : getFirstTabbable(_this._root.current, currentBumper, true, false);\n if (nextFocusable) {\n if (_this._isBumper(nextFocusable)) {\n // This can happen when FTZ contains no tabbable elements.\n // focus will take care of finding a focusable element in FTZ.\n _this.focus();\n }\n else {\n nextFocusable.focus();\n }\n }\n }\n };\n _this._onFocusCapture = function (ev) {\n if (_this.props.onFocusCapture) {\n _this.props.onFocusCapture(ev);\n }\n if (ev.target !== ev.currentTarget && !_this._isBumper(ev.target)) {\n // every time focus changes within the trap zone, remember the focused element so that\n // it can be restored if focus leaves the pane and returns via keystroke (i.e. via a call to this.focus(true))\n _this._previouslyFocusedElementInTrapZone = ev.target;\n }\n };\n _this._forceFocusInTrap = function (ev) {\n if (_this.props.disabled) {\n return;\n }\n if (FocusTrapZone._focusStack.length && _this === FocusTrapZone._focusStack[FocusTrapZone._focusStack.length - 1]) {\n var focusedElement = _this._getDocument().activeElement;\n if (!elementContains(_this._root.current, focusedElement)) {\n _this.focus();\n _this._hasFocus = true; // set focus here since we stop event propagation\n ev.preventDefault();\n ev.stopPropagation();\n }\n }\n };\n _this._forceClickInTrap = function (ev) {\n if (_this.props.disabled) {\n return;\n }\n if (FocusTrapZone._focusStack.length && _this === FocusTrapZone._focusStack[FocusTrapZone._focusStack.length - 1]) {\n var clickedElement = ev.target;\n if (clickedElement && !elementContains(_this._root.current, clickedElement)) {\n _this.focus();\n _this._hasFocus = true; // set focus here since we stop event propagation\n ev.preventDefault();\n ev.stopPropagation();\n }\n }\n };\n initializeComponentRef(_this);\n return _this;\n }\n FocusTrapZone.prototype.componentDidMount = function () {\n this._bringFocusIntoZone();\n this._updateEventHandlers(this.props);\n if (!this.props.disabled && this._root.current && this.props.enableAriaHiddenSiblings) {\n this._unmodalize = modalize(this._root.current);\n }\n };\n FocusTrapZone.prototype.UNSAFE_componentWillReceiveProps = function (nextProps) {\n var elementToFocusOnDismiss = nextProps.elementToFocusOnDismiss;\n if (elementToFocusOnDismiss && this._previouslyFocusedElementOutsideTrapZone !== elementToFocusOnDismiss) {\n this._previouslyFocusedElementOutsideTrapZone = elementToFocusOnDismiss;\n }\n this._updateEventHandlers(nextProps);\n };\n FocusTrapZone.prototype.componentDidUpdate = function (prevProps) {\n var prevForceFocusInsideTrap = prevProps.forceFocusInsideTrap !== undefined ? prevProps.forceFocusInsideTrap : true;\n var newForceFocusInsideTrap = this.props.forceFocusInsideTrap !== undefined ? this.props.forceFocusInsideTrap : true;\n var prevDisabled = prevProps.disabled !== undefined ? prevProps.disabled : false;\n var newDisabled = this.props.disabled !== undefined ? this.props.disabled : false;\n if ((!prevForceFocusInsideTrap && newForceFocusInsideTrap) || (prevDisabled && !newDisabled)) {\n // Transition from forceFocusInsideTrap / FTZ disabled to enabled.\n // Emulate what happens when a FocusTrapZone gets mounted.\n this._bringFocusIntoZone();\n if (!this._unmodalize && this._root.current && this.props.enableAriaHiddenSiblings) {\n this._unmodalize = modalize(this._root.current);\n }\n }\n else if ((prevForceFocusInsideTrap && !newForceFocusInsideTrap) || (!prevDisabled && newDisabled)) {\n // Transition from forceFocusInsideTrap / FTZ enabled to disabled.\n // Emulate what happens when a FocusTrapZone gets unmounted.\n this._returnFocusToInitiator();\n if (this._unmodalize) {\n this._unmodalize();\n }\n }\n };\n FocusTrapZone.prototype.componentWillUnmount = function () {\n // don't handle return focus unless forceFocusInsideTrap is true or focus is still within FocusTrapZone\n if (!this.props.disabled ||\n this.props.forceFocusInsideTrap ||\n !elementContains(this._root.current, this._getDocument().activeElement)) {\n this._returnFocusToInitiator();\n }\n // Dispose of event handlers so their closures can be garbage-collected\n if (this._disposeClickHandler) {\n this._disposeClickHandler();\n this._disposeClickHandler = undefined;\n }\n if (this._disposeFocusHandler) {\n this._disposeFocusHandler();\n this._disposeFocusHandler = undefined;\n }\n if (this._unmodalize) {\n this._unmodalize();\n }\n // Dispose of element references so the DOM Nodes can be garbage-collected\n delete this._previouslyFocusedElementInTrapZone;\n delete this._previouslyFocusedElementOutsideTrapZone;\n };\n FocusTrapZone.prototype.render = function () {\n var _a = this.props, className = _a.className, _b = _a.disabled, disabled = _b === void 0 ? false : _b, ariaLabelledBy = _a.ariaLabelledBy;\n var divProps = getNativeProps(this.props, divProperties);\n var bumperProps = {\n 'aria-hidden': true,\n style: {\n pointerEvents: 'none',\n position: 'fixed',\n },\n tabIndex: disabled ? -1 : 0,\n 'data-is-visible': true,\n };\n return (React.createElement(\"div\", __assign({}, divProps, { className: className, ref: this._root, \"aria-labelledby\": ariaLabelledBy, onFocusCapture: this._onFocusCapture, onFocus: this._onRootFocus, onBlur: this._onRootBlur }),\n React.createElement(\"div\", __assign({}, bumperProps, { ref: this._firstBumper, onFocus: this._onFirstBumperFocus })),\n this.props.children,\n React.createElement(\"div\", __assign({}, bumperProps, { ref: this._lastBumper, onFocus: this._onLastBumperFocus }))));\n };\n FocusTrapZone.prototype.focus = function () {\n // eslint-disable-next-line deprecation/deprecation\n var _a = this.props, focusPreviouslyFocusedInnerElement = _a.focusPreviouslyFocusedInnerElement, firstFocusableSelector = _a.firstFocusableSelector, firstFocusableTarget = _a.firstFocusableTarget;\n if (focusPreviouslyFocusedInnerElement &&\n this._previouslyFocusedElementInTrapZone &&\n elementContains(this._root.current, this._previouslyFocusedElementInTrapZone)) {\n // focus on the last item that had focus in the zone before we left the zone\n this._focusAsync(this._previouslyFocusedElementInTrapZone);\n return;\n }\n var focusSelector = typeof firstFocusableSelector === 'string'\n ? firstFocusableSelector\n : firstFocusableSelector && firstFocusableSelector();\n var _firstFocusableChild = null;\n if (this._root.current) {\n if (typeof firstFocusableTarget === 'string') {\n _firstFocusableChild = this._root.current.querySelector(firstFocusableTarget);\n }\n else if (firstFocusableTarget) {\n _firstFocusableChild = firstFocusableTarget(this._root.current);\n }\n else if (focusSelector) {\n _firstFocusableChild = this._root.current.querySelector('.' + focusSelector);\n }\n // Fall back to first element if query selector did not match any elements.\n if (!_firstFocusableChild) {\n _firstFocusableChild = getNextElement(this._root.current, this._root.current.firstChild, false, false, false, true);\n }\n }\n if (_firstFocusableChild) {\n this._focusAsync(_firstFocusableChild);\n }\n };\n FocusTrapZone.prototype._focusAsync = function (element) {\n if (!this._isBumper(element)) {\n focusAsync(element);\n }\n };\n FocusTrapZone.prototype._bringFocusIntoZone = function () {\n var _a = this.props, elementToFocusOnDismiss = _a.elementToFocusOnDismiss, _b = _a.disabled, disabled = _b === void 0 ? false : _b, _c = _a.disableFirstFocus, disableFirstFocus = _c === void 0 ? false : _c;\n if (disabled) {\n return;\n }\n FocusTrapZone._focusStack.push(this);\n this._previouslyFocusedElementOutsideTrapZone = elementToFocusOnDismiss\n ? elementToFocusOnDismiss\n : this._getDocument().activeElement;\n if (!disableFirstFocus && !elementContains(this._root.current, this._previouslyFocusedElementOutsideTrapZone)) {\n this.focus();\n }\n };\n FocusTrapZone.prototype._returnFocusToInitiator = function () {\n var _this = this;\n var ignoreExternalFocusing = this.props.ignoreExternalFocusing;\n FocusTrapZone._focusStack = FocusTrapZone._focusStack.filter(function (value) {\n return _this !== value;\n });\n var doc = this._getDocument();\n var activeElement = doc.activeElement;\n if (!ignoreExternalFocusing &&\n this._previouslyFocusedElementOutsideTrapZone &&\n typeof this._previouslyFocusedElementOutsideTrapZone.focus === 'function' &&\n (elementContains(this._root.current, activeElement) || activeElement === doc.body)) {\n this._focusAsync(this._previouslyFocusedElementOutsideTrapZone);\n }\n };\n FocusTrapZone.prototype._updateEventHandlers = function (newProps) {\n var _a = newProps.isClickableOutsideFocusTrap, isClickableOutsideFocusTrap = _a === void 0 ? false : _a, _b = newProps.forceFocusInsideTrap, forceFocusInsideTrap = _b === void 0 ? true : _b;\n if (forceFocusInsideTrap && !this._disposeFocusHandler) {\n this._disposeFocusHandler = on(window, 'focus', this._forceFocusInTrap, true);\n }\n else if (!forceFocusInsideTrap && this._disposeFocusHandler) {\n this._disposeFocusHandler();\n this._disposeFocusHandler = undefined;\n }\n if (!isClickableOutsideFocusTrap && !this._disposeClickHandler) {\n this._disposeClickHandler = on(window, 'click', this._forceClickInTrap, true);\n }\n else if (isClickableOutsideFocusTrap && this._disposeClickHandler) {\n this._disposeClickHandler();\n this._disposeClickHandler = undefined;\n }\n };\n FocusTrapZone.prototype._isBumper = function (element) {\n return element === this._firstBumper.current || element === this._lastBumper.current;\n };\n FocusTrapZone.prototype._getDocument = function () {\n return getDocument(this._root.current);\n };\n FocusTrapZone._focusStack = [];\n return FocusTrapZone;\n}(React.Component));\nexport { FocusTrapZone };\n//# sourceMappingURL=FocusTrapZone.js.map"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js",
"index": 176,
"index2": 210,
"size": 352,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"issuerId": "Gc2k",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/styling",
"loc": "4:0-45"
},
{
"moduleId": "CBcM",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"module": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"moduleName": "./node_modules/@fluentui/react-focus/lib/components/FocusZone/FocusZone.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/styling",
"loc": "440:20-28"
},
{
"moduleId": "Gc2k",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/styling",
"loc": "2:0-34"
},
{
"moduleId": "Gc2k",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"type": "harmony export imported specifier",
"userRequest": "@uifabric/styling",
"loc": "2:0-34"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony side effect evaluation",
"userRequest": "@uifabric/styling",
"loc": "4:0-55"
},
{
"moduleId": "QUsa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ColorPicker/ColorRectangle/ColorRectangle.styles.js",
"type": "harmony import specifier",
"userRequest": "@uifabric/styling",
"loc": "79:21-39"
}
],
"providedExports": [
"AnimationClassNames",
"FontClassNames",
"ColorClassNames",
"AnimationStyles",
"AnimationVariables",
"DefaultPalette",
"DefaultEffects",
"DefaultFontStyles",
"registerDefaultFontFaces",
"FontSizes",
"FontWeights",
"IconFontSizes",
"createFontStyles",
"getFocusStyle",
"focusClear",
"getFocusOutlineStyle",
"getInputFocusStyle",
"hiddenContentStyle",
"PulsingBeaconAnimationStyles",
"getGlobalClassNames",
"getThemedContext",
"ThemeSettingName",
"getTheme",
"loadTheme",
"createTheme",
"registerOnThemeChangeCallback",
"removeOnThemeChangeCallback",
"HighContrastSelector",
"HighContrastSelectorWhite",
"HighContrastSelectorBlack",
"EdgeChromiumHighContrastSelector",
"ScreenWidthMinSmall",
"ScreenWidthMinMedium",
"ScreenWidthMinLarge",
"ScreenWidthMinXLarge",
"ScreenWidthMinXXLarge",
"ScreenWidthMinXXXLarge",
"ScreenWidthMaxSmall",
"ScreenWidthMaxMedium",
"ScreenWidthMaxLarge",
"ScreenWidthMaxXLarge",
"ScreenWidthMaxXXLarge",
"ScreenWidthMinUhfMobile",
"getScreenSelector",
"getHighContrastNoAdjustStyle",
"getEdgeChromiumNoHighContrastAdjustSelector",
"normalize",
"noWrap",
"getFadedOverflowStyle",
"getPlaceholderStyles",
"ZIndexes",
"buildClassMap",
"getIcon",
"registerIcons",
"registerIconAlias",
"unregisterIcons",
"setIconOptions",
"getIconClassName",
"InjectionMode",
"Stylesheet",
"concatStyleSets",
"concatStyleSetsWithProps",
"fontFace",
"keyframes",
"mergeStyleSets",
"mergeStyles"
],
"optimizationBailout": [],
"depth": 8,
"source": "export * from './classNames/index';\nexport * from './styles/index';\nexport * from './utilities/index';\nexport * from './MergeStyles';\nimport './version';\n// Ensure theme is initialized when this package is referenced.\nimport { initializeThemeInCustomizations } from './styles/theme';\ninitializeThemeInCustomizations();\n//# sourceMappingURL=index.js.map"
},
{
"id": "uGHJ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"name": "./node_modules/@uifabric/merge-styles/lib/extractStyleParts.js",
"index": 54,
"index2": 43,
"size": 1692,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"issuerId": "01ST",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
},
{
"id": "01ST",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony side effect evaluation",
"userRequest": "./extractStyleParts",
"loc": "2:0-56"
},
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony import specifier",
"userRequest": "./extractStyleParts",
"loc": "45:21-38"
},
{
"moduleId": "YDzY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "./extractStyleParts",
"loc": "1:0-56"
},
{
"moduleId": "YDzY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"type": "harmony import specifier",
"userRequest": "./extractStyleParts",
"loc": "24:13-30"
}
],
"providedExports": [
"extractStyleParts"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { Stylesheet } from './Stylesheet';\n/**\n * Separates the classes and style objects. Any classes that are pre-registered\n * args are auto expanded into objects.\n */\nexport function extractStyleParts() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var classes = [];\n var objects = [];\n var stylesheet = Stylesheet.getInstance();\n function _processArgs(argsList) {\n for (var _i = 0, argsList_1 = argsList; _i < argsList_1.length; _i++) {\n var arg = argsList_1[_i];\n if (arg) {\n if (typeof arg === 'string') {\n if (arg.indexOf(' ') >= 0) {\n _processArgs(arg.split(' '));\n }\n else {\n var translatedArgs = stylesheet.argsFromClassName(arg);\n if (translatedArgs) {\n _processArgs(translatedArgs);\n }\n else {\n // Avoid adding the same class twice.\n if (classes.indexOf(arg) === -1) {\n classes.push(arg);\n }\n }\n }\n }\n else if (Array.isArray(arg)) {\n _processArgs(arg);\n }\n else if (typeof arg === 'object') {\n objects.push(arg);\n }\n }\n }\n }\n _processArgs(args);\n return {\n classes: classes,\n objects: objects,\n };\n}\n//# sourceMappingURL=extractStyleParts.js.map"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"index": 229,
"index2": 227,
"size": 73,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"issuerId": "zKx7",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Icon",
"loc": "4:0-34"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "203:53-57"
},
{
"moduleId": "DANH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/TextField/TextField.base.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "208:48-52"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Icon",
"loc": "5:0-34"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "285:49-53"
},
{
"moduleId": "JOxA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/SpinButton/SpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "301:49-53"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Icon",
"loc": "5:0-34"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "15:31-35"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "23:36-40"
},
{
"moduleId": "dvb8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.base.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "48:36-40"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../Icon",
"loc": "4:0-55"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "33:47-51"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "36:47-55"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "39:47-56"
},
{
"moduleId": "zKx7",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"type": "harmony import specifier",
"userRequest": "../../Icon",
"loc": "93:39-47"
}
],
"providedExports": [
"Icon",
"IconBase",
"IconType",
"getIconContent",
"FontIcon",
"getFontIcon",
"ImageIcon"
],
"optimizationBailout": [],
"depth": 7,
"source": "export * from './components/Icon/index';\n//# sourceMappingURL=Icon.js.map"
},
{
"id": "uWrk",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Divider/VerticalDivider.classNames.js",
"index": 306,
"index2": 292,
"size": 663,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"issuerId": "9D85",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "qQHi",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenuItem.js"
},
{
"id": "9D85",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../Divider/VerticalDivider.classNames",
"loc": "1:0-77"
},
{
"moduleId": "9D85",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.classNames.js",
"type": "harmony import specifier",
"userRequest": "../Divider/VerticalDivider.classNames",
"loc": "11:26-46"
}
],
"providedExports": [
"getDividerClassNames"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { memoizeFunction } from '../../Utilities';\nimport { mergeStyleSets } from '../../Styling';\n/**\n * @deprecated use getStyles exported from VerticalDivider.styles.ts\n */\nexport var getDividerClassNames = memoizeFunction(\n// eslint-disable-next-line deprecation/deprecation\nfunction (theme) {\n return mergeStyleSets({\n wrapper: {\n display: 'inline-flex',\n height: '100%',\n alignItems: 'center',\n },\n divider: {\n width: 1,\n height: '100%',\n backgroundColor: theme.palette.neutralTertiaryAlt,\n },\n });\n});\n//# sourceMappingURL=VerticalDivider.classNames.js.map"
},
{
"id": "ukOW",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.notification.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.notification.js",
"index": 296,
"index2": 277,
"size": 1746,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"issuerId": "7wWa",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js"
},
{
"id": "FQnb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Layer.js"
},
{
"id": "D89h",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
},
{
"id": "7wWa",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "./Layer.notification",
"loc": "4:0-57"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "./Layer.notification",
"loc": "14:8-25"
},
{
"moduleId": "7wWa",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
"type": "harmony import specifier",
"userRequest": "./Layer.notification",
"loc": "17:8-25"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony side effect evaluation",
"userRequest": "./Layer.notification",
"loc": "6:0-88"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "./Layer.notification",
"loc": "54:12-25"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "./Layer.notification",
"loc": "73:12-27"
},
{
"moduleId": "NUVe",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
"type": "harmony import specifier",
"userRequest": "./Layer.notification",
"loc": "111:38-54"
}
],
"providedExports": [
"registerLayer",
"unregisterLayer",
"notifyHostChanged",
"setDefaultTarget",
"getDefaultTarget"
],
"optimizationBailout": [],
"depth": 16,
"source": "var _layersByHostId = {};\nvar _defaultHostSelector;\n/**\n * Register a layer for a given host id\n * @param hostId Id of the layer host\n * @param layer Layer instance\n */\nexport function registerLayer(hostId, callback) {\n if (!_layersByHostId[hostId]) {\n _layersByHostId[hostId] = [];\n }\n _layersByHostId[hostId].push(callback);\n}\n/**\n * Unregister a layer for a given host id\n * @param hostId Id of the layer host\n * @param layer Layer instance\n */\nexport function unregisterLayer(hostId, callback) {\n if (_layersByHostId[hostId]) {\n var idx = _layersByHostId[hostId].indexOf(callback);\n if (idx >= 0) {\n _layersByHostId[hostId].splice(idx, 1);\n if (_layersByHostId[hostId].length === 0) {\n delete _layersByHostId[hostId];\n }\n }\n }\n}\n/**\n * Used for notifying applicable Layers that a host is available/unavailable and to re-evaluate Layers that\n * care about the specific host.\n */\nexport function notifyHostChanged(id) {\n if (_layersByHostId[id]) {\n _layersByHostId[id].forEach(function (callback) { return callback(); });\n }\n}\n/**\n * Sets the default target selector to use when determining the host in which\n * Layered content will be injected into. If not provided, an element will be\n * created at the end of the document body.\n *\n * Passing in a falsey value will clear the default target and reset back to\n * using a created element at the end of document body.\n */\nexport function setDefaultTarget(selector) {\n _defaultHostSelector = selector;\n}\n/**\n * Get the default target selector when determining a host\n */\nexport function getDefaultTarget() {\n return _defaultHostSelector;\n}\n//# sourceMappingURL=Layer.notification.js.map"
},
{
"id": "uqLm",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/hsv2hex.js",
"index": 22,
"index2": 16,
"size": 309,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerId": "bQ/l",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hex",
"loc": "8:0-26"
},
{
"moduleId": "+HNA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/colors.js",
"type": "harmony export imported specifier",
"userRequest": "./hsv2hex",
"loc": "8:0-26"
},
{
"moduleId": "BT+F",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hex",
"loc": "3:0-36"
},
{
"moduleId": "BT+F",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getColorFromHSV.js",
"type": "harmony import specifier",
"userRequest": "./hsv2hex",
"loc": "16:14-21"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hex",
"loc": "10:0-26"
},
{
"moduleId": "bQ/l",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"type": "harmony export imported specifier",
"userRequest": "./hsv2hex",
"loc": "10:0-26"
},
{
"moduleId": "kxY9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"type": "harmony side effect evaluation",
"userRequest": "./hsv2hex",
"loc": "2:0-36"
},
{
"moduleId": "kxY9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
"type": "harmony import specifier",
"userRequest": "./hsv2hex",
"loc": "8:17-24"
}
],
"providedExports": [
"hsv2hex"
],
"optimizationBailout": [],
"depth": 5,
"source": "import { hsv2rgb } from './hsv2rgb';\nimport { rgb2hex } from './rgb2hex';\n/** Converts HSV components to a hex color string (without # prefix). */\nexport function hsv2hex(h, s, v) {\n var _a = hsv2rgb(h, s, v), r = _a.r, g = _a.g, b = _a.b;\n return rgb2hex(r, g, b);\n}\n//# sourceMappingURL=hsv2hex.js.map"
},
{
"id": "v+No",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/Icon.js",
"index": 231,
"index2": 224,
"size": 496,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerId": "Bxs9",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "uUJR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Icon.js"
},
{
"id": "Bxs9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Icon",
"loc": "1:0-23"
},
{
"moduleId": "Bxs9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Icon/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Icon",
"loc": "1:0-23"
}
],
"providedExports": [
"Icon"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { styled } from '../../Utilities';\nimport { IconBase } from './Icon.base';\nimport { getStyles } from './Icon.styles';\n/**\n * Legacy Icon component which can be targeted by customization. It's recommended to use `FontIcon`\n * or `ImageIcon` instead, especially in scenarios where rendering performance is important.\n * {@docCategory Icon}\n */\nexport var Icon = styled(IconBase, getStyles, undefined, {\n scope: 'Icon',\n}, true);\nIcon.displayName = 'Icon';\n//# sourceMappingURL=Icon.js.map"
},
{
"id": "v8ot",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useConstCallback.js",
"index": 326,
"index2": 307,
"size": 422,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useConstCallback",
"loc": "5:0-35"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useConstCallback",
"loc": "5:0-35"
}
],
"providedExports": [
"useConstCallback"
],
"optimizationBailout": [],
"depth": 12,
"source": "import * as React from 'react';\n/**\n * @deprecated Deprecated due to potential for misuse (see package readme).\n * Use `React.useCallback` instead.\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function useConstCallback(callback) {\n var ref = React.useRef();\n if (!ref.current) {\n ref.current = callback;\n }\n return ref.current;\n}\n//# sourceMappingURL=useConstCallback.js.map"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js",
"index": 184,
"index2": 204,
"size": 945,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"issuerId": "tqYG",
"issuerName": "./node_modules/@uifabric/styling/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "PoPR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../styles/index",
"loc": "2:0-50"
},
{
"moduleId": "PoPR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/AnimationClassNames.js",
"type": "harmony import specifier",
"userRequest": "../styles/index",
"loc": "6:47-62"
},
{
"moduleId": "itTX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"type": "harmony side effect evaluation",
"userRequest": "../styles/index",
"loc": "3:0-43"
},
{
"moduleId": "itTX",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"module": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"moduleName": "./node_modules/@uifabric/styling/lib/classNames/ColorClassNames.js",
"type": "harmony import specifier",
"userRequest": "../styles/index",
"loc": "29:52-60"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./styles/index",
"loc": "2:0-31"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./styles/index",
"loc": "2:0-31"
}
],
"providedExports": [
"AnimationStyles",
"AnimationVariables",
"DefaultPalette",
"DefaultEffects",
"DefaultFontStyles",
"registerDefaultFontFaces",
"FontSizes",
"FontWeights",
"IconFontSizes",
"createFontStyles",
"getFocusStyle",
"focusClear",
"getFocusOutlineStyle",
"getInputFocusStyle",
"hiddenContentStyle",
"PulsingBeaconAnimationStyles",
"getGlobalClassNames",
"getThemedContext",
"ThemeSettingName",
"getTheme",
"loadTheme",
"createTheme",
"registerOnThemeChangeCallback",
"removeOnThemeChangeCallback",
"HighContrastSelector",
"HighContrastSelectorWhite",
"HighContrastSelectorBlack",
"EdgeChromiumHighContrastSelector",
"ScreenWidthMinSmall",
"ScreenWidthMinMedium",
"ScreenWidthMinLarge",
"ScreenWidthMinXLarge",
"ScreenWidthMinXXLarge",
"ScreenWidthMinXXXLarge",
"ScreenWidthMaxSmall",
"ScreenWidthMaxMedium",
"ScreenWidthMaxLarge",
"ScreenWidthMaxXLarge",
"ScreenWidthMaxXXLarge",
"ScreenWidthMinUhfMobile",
"getScreenSelector",
"getHighContrastNoAdjustStyle",
"getEdgeChromiumNoHighContrastAdjustSelector",
"normalize",
"noWrap",
"getFadedOverflowStyle",
"getPlaceholderStyles",
"ZIndexes"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { AnimationStyles, AnimationVariables } from './AnimationStyles';\nexport { DefaultPalette } from './DefaultPalette';\nexport { DefaultEffects } from './DefaultEffects';\nexport { DefaultFontStyles, registerDefaultFontFaces } from './DefaultFontStyles';\nexport { FontSizes, FontWeights, IconFontSizes, createFontStyles } from './fonts';\nexport * from './getFocusStyle';\nexport { hiddenContentStyle } from './hiddenContentStyle';\nexport { PulsingBeaconAnimationStyles } from './PulsingBeaconAnimationStyles';\nexport { getGlobalClassNames } from './getGlobalClassNames';\nexport * from './scheme';\nexport { ThemeSettingName, getTheme, loadTheme, createTheme, registerOnThemeChangeCallback, removeOnThemeChangeCallback, } from './theme';\nexport * from './CommonStyles';\nexport * from './GeneralStyles';\nexport * from './getFadedOverflowStyle';\nexport * from './getPlaceholderStyles';\nexport * from './zIndexes';\n//# sourceMappingURL=index.js.map"
},
{
"id": "vOuE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/controlled.js",
"name": "./node_modules/@uifabric/utilities/lib/controlled.js",
"index": 115,
"index2": 107,
"size": 541,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony side effect evaluation",
"userRequest": "../controlled",
"loc": "2:0-66"
},
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony import specifier",
"userRequest": "../controlled",
"loc": "35:41-58"
},
{
"moduleId": "5wKk",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"module": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/warn/warnControlledUsage.js",
"type": "harmony import specifier",
"userRequest": "../controlled",
"loc": "36:30-47"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./controlled",
"loc": "17:0-29"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./controlled",
"loc": "17:0-29"
}
],
"providedExports": [
"isControlled"
],
"optimizationBailout": [],
"depth": 8,
"source": "/**\n * Determines whether a component is controlled.\n * @param props - Component props\n * @param valueProp - Prop containing the controlled value\n * @returns true if controlled, false if uncontrolled\n */\nexport function isControlled(props, valueProp) {\n // React's built-in considers a prop to be provided if its value is non-null/undefined.\n // Mirror that behavior here (rather than checking for just undefined).\n return props[valueProp] !== undefined && props[valueProp] !== null;\n}\n//# sourceMappingURL=controlled.js.map"
},
{
"id": "w7LL",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/IPropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/IPropertyFieldSpinButton.js",
"index": 385,
"index2": 382,
"size": 52,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"issuerId": "KR5Y",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "KR5Y",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./IPropertyFieldSpinButton",
"loc": "2:0-43"
},
{
"moduleId": "KR5Y",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"type": "harmony export imported specifier",
"userRequest": "./IPropertyFieldSpinButton",
"loc": "2:0-43"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 3,
"source": "//# sourceMappingURL=IPropertyFieldSpinButton.js.map"
},
{
"id": "wXwR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"index": 356,
"index2": 349,
"size": 1038,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony side effect evaluation",
"userRequest": "./ActionButton/ActionButton",
"loc": "6:0-59"
},
{
"moduleId": "0Xhg",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/Button.js",
"type": "harmony import specifier",
"userRequest": "./ActionButton/ActionButton",
"loc": "28:43-55"
},
{
"moduleId": "1xxT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandButton/CommandButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandButton/CommandButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandButton/CommandButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../ActionButton/ActionButton",
"loc": "1:0-60"
},
{
"moduleId": "1xxT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandButton/CommandButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandButton/CommandButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandButton/CommandButton.js",
"type": "harmony import specifier",
"userRequest": "../ActionButton/ActionButton",
"loc": "5:27-39"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ActionButton/ActionButton",
"loc": "4:0-44"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ActionButton/ActionButton",
"loc": "4:0-44"
}
],
"providedExports": [
"ActionButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __decorate, __extends } from \"tslib\";\nimport * as React from 'react';\nimport { BaseButton } from '../BaseButton';\nimport { customizable, nullRender } from '../../../Utilities';\nimport { getStyles } from './ActionButton.styles';\n/**\n * {@docCategory Button}\n */\nvar ActionButton = /** @class */ (function (_super) {\n __extends(ActionButton, _super);\n function ActionButton() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ActionButton.prototype.render = function () {\n var _a = this.props, styles = _a.styles, theme = _a.theme;\n return (React.createElement(BaseButton, __assign({}, this.props, { variantClassName: \"ms-Button--action ms-Button--command\", styles: getStyles(theme, styles), onRenderDescription: nullRender })));\n };\n ActionButton = __decorate([\n customizable('ActionButton', ['theme', 'styles'], true)\n ], ActionButton);\n return ActionButton;\n}(React.Component));\nexport { ActionButton };\n//# sourceMappingURL=ActionButton.js.map"
},
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"index": 0,
"index2": 386,
"size": 28090,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": null,
"issuerId": null,
"issuerName": null,
"issuerPath": null,
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": null,
"moduleIdentifier": null,
"module": null,
"moduleName": null,
"type": "single entry",
"userRequest": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"loc": "svg-hero-web-part"
}
],
"providedExports": [
"default"
],
"optimizationBailout": [],
"depth": 0,
"source": "var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { Version } from '@microsoft/sp-core-library';\nimport { BaseClientSideWebPart, PropertyPaneButton, PropertyPaneButtonType } from '@microsoft/sp-webpart-base';\nimport styles from './SvgHeroWebPart.module.scss';\nimport * as strings from 'SvgHeroWebPartStrings';\n//Import the special property pane controls from the PnP SPFx-Property-Controls package\nimport { PropertyFieldColorPicker } from '@pnp/spfx-property-controls/lib/PropertyFieldColorPicker';\nimport { PropertyFieldSpinButton } from '@pnp/spfx-property-controls/lib/PropertyFieldSpinButton';\nvar SvgHeroWebPartWebPart = /** @class */ (function (_super) {\n __extends(SvgHeroWebPartWebPart, _super);\n function SvgHeroWebPartWebPart() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SvgHeroWebPartWebPart.prototype.render = function () {\n //This will draw the SVG version of the SharePoint PnP Super Hero with custom colors\n // You can find the SVG file at https://github.com/thechriskent/PnPMan\n this.domElement.innerHTML = \"\\n \\n
\\n
\";\n };\n SvgHeroWebPartWebPart.prototype.resetToDefault = function () {\n this.properties.colorSkin = '#ffb900';\n this.properties.colorHair = '#262626';\n this.properties.colorPants = '#d83b01';\n this.properties.colorBelt = '#ffc929';\n this.properties.colorBuckle = '#ffb900';\n this.properties.colorCape = '#003c6c';\n this.properties.colorDiaper = '#262626';\n this.properties.colorShoes = '#0078d7';\n this.properties.colorShirt = '#0078d7';\n this.properties.colorLogo = '#ffffff';\n };\n Object.defineProperty(SvgHeroWebPartWebPart.prototype, \"dataVersion\", {\n get: function () {\n return Version.parse('1.0');\n },\n enumerable: false,\n configurable: true\n });\n SvgHeroWebPartWebPart.prototype.getPropertyPaneConfiguration = function () {\n return {\n pages: [\n {\n header: {\n description: strings.PropertyPaneDescription\n },\n groups: [\n {\n groupName: strings.SizeGroupName,\n groupFields: [\n PropertyFieldSpinButton('height', {\n label: strings.HeightFieldLabel,\n initialValue: this.properties.height,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n suffix: \" mm\",\n min: 25,\n max: 150,\n step: 5,\n decimalPlaces: 2,\n key: 'height'\n })\n ]\n },\n {\n groupName: strings.ColorGroupName,\n groupFields: [\n PropertyFieldColorPicker('colorHair', {\n label: strings.HairFieldLabel,\n selectedColor: this.properties.colorHair,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorHair'\n }),\n PropertyFieldColorPicker('colorSkin', {\n label: strings.SkinFieldLabel,\n selectedColor: this.properties.colorSkin,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorSkin'\n }),\n PropertyFieldColorPicker('colorCape', {\n label: strings.CapeFieldLabel,\n selectedColor: this.properties.colorCape,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorCape'\n }),\n PropertyFieldColorPicker('colorShirt', {\n label: strings.ShirtFieldLabel,\n selectedColor: this.properties.colorShirt,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorShirt'\n }),\n PropertyFieldColorPicker('colorLogo', {\n label: strings.LogoFieldLabel,\n selectedColor: this.properties.colorLogo,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorLogo'\n }),\n PropertyFieldColorPicker('colorBuckle', {\n label: strings.BuckleFieldLabel,\n selectedColor: this.properties.colorBuckle,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorBuckle'\n }),\n PropertyFieldColorPicker('colorBelt', {\n label: strings.BeltFieldLabel,\n selectedColor: this.properties.colorBelt,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorBelt'\n }),\n PropertyFieldColorPicker('colorDiaper', {\n label: strings.DiaperFieldLabel,\n selectedColor: this.properties.colorDiaper,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorDiaper'\n }),\n PropertyFieldColorPicker('colorPants', {\n label: strings.PantsFieldLabel,\n selectedColor: this.properties.colorPants,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorPants'\n }),\n PropertyFieldColorPicker('colorShoes', {\n label: strings.ShoesFieldLabel,\n selectedColor: this.properties.colorShoes,\n onPropertyChange: this.onPropertyPaneFieldChanged,\n properties: this.properties,\n key: 'colorShoes'\n }),\n PropertyPaneButton('reset', {\n text: strings.ResetButtonLabel,\n buttonType: PropertyPaneButtonType.Command,\n icon: 'Warning',\n onClick: this.resetToDefault.bind(this)\n })\n ]\n }\n ]\n }\n ]\n };\n };\n return SvgHeroWebPartWebPart;\n}(BaseClientSideWebPart));\nexport default SvgHeroWebPartWebPart;\n"
},
{
"id": "wnL7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/SpinButton.js",
"index": 380,
"index2": 379,
"size": 85,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"issuerId": "48QA",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jHFE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldSpinButton.js"
},
{
"id": "KR5Y",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/index.js"
},
{
"id": "48QA",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony side effect evaluation",
"userRequest": "office-ui-fabric-react/lib/SpinButton",
"loc": "15:0-67"
},
{
"moduleId": "48QA",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButtonHost.js",
"type": "harmony import specifier",
"userRequest": "office-ui-fabric-react/lib/SpinButton",
"loc": "32:32-42"
}
],
"providedExports": [
"KeyboardSpinDirection",
"SpinButton"
],
"optimizationBailout": [],
"depth": 4,
"source": "export * from './components/SpinButton/index';\n//# sourceMappingURL=SpinButton.js.map"
},
{
"id": "xL1/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/memoize.js",
"name": "./node_modules/@uifabric/utilities/lib/memoize.js",
"index": 114,
"index2": 105,
"size": 5974,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony side effect evaluation",
"userRequest": "../memoize",
"loc": "3:0-44"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "../memoize",
"loc": "6:24-38"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "../memoize",
"loc": "11:28-42"
},
{
"moduleId": "LOaw",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"module": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/componentAs/composeComponentAs.js",
"type": "harmony import specifier",
"userRequest": "../memoize",
"loc": "25:26-40"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./memoize",
"loc": "40:0-26"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./memoize",
"loc": "40:0-26"
},
{
"moduleId": "kyt4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"module": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"type": "harmony side effect evaluation",
"userRequest": "../memoize",
"loc": "1:0-44"
},
{
"moduleId": "kyt4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"module": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"type": "harmony import specifier",
"userRequest": "../memoize",
"loc": "3:24-38"
},
{
"moduleId": "kyt4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"module": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"type": "harmony import specifier",
"userRequest": "../memoize",
"loc": "4:28-42"
},
{
"moduleId": "kyt4",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"module": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/renderFunction/composeRenderFunction.js",
"type": "harmony import specifier",
"userRequest": "../memoize",
"loc": "15:15-29"
}
],
"providedExports": [
"setMemoizeWeakMap",
"resetMemoizations",
"memoize",
"memoizeFunction",
"createMemoizer"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { Stylesheet } from '@uifabric/merge-styles';\nvar _initializedStylesheetResets = false;\nvar _resetCounter = 0;\nvar _emptyObject = { empty: true };\nvar _dictionary = {};\nvar _weakMap = typeof WeakMap === 'undefined' ? null : WeakMap;\n/**\n * Test utility for providing a custom weakmap.\n *\n * @internal\n * */\nexport function setMemoizeWeakMap(weakMap) {\n _weakMap = weakMap;\n}\n/**\n * Reset memoizations.\n */\nexport function resetMemoizations() {\n _resetCounter++;\n}\n/**\n * Memoize decorator to be used on class methods. WARNING: the `this` reference\n * will be inaccessible within a memoized method, given that a cached method's `this`\n * would not be instance-specific.\n *\n * @public\n */\nexport function memoize(target, key, descriptor) {\n // We bind to \"null\" to prevent people from inadvertently pulling values from \"this\",\n // rather than passing them in as input values which can be memoized.\n var fn = memoizeFunction(descriptor.value && descriptor.value.bind(null));\n return {\n configurable: true,\n get: function () {\n return fn;\n },\n };\n}\n/**\n * Memoizes a function; when you pass in the same parameters multiple times, it returns a cached result.\n * Be careful when passing in objects, you need to pass in the same INSTANCE for caching to work. Otherwise\n * it will grow the cache unnecessarily. Also avoid using default values that evaluate functions; passing in\n * undefined for a value and relying on a default function will execute it the first time, but will not\n * re-evaluate subsequent times which may have been unexpected.\n *\n * By default, the cache will reset after 100 permutations, to avoid abuse cases where the function is\n * unintendedly called with unique objects. Without a reset, the cache could grow infinitely, so we safeguard\n * by resetting. To override this behavior, pass a value of 0 to the maxCacheSize parameter.\n *\n * @public\n * @param cb - The function to memoize.\n * @param maxCacheSize - Max results to cache. If the cache exceeds this value, it will reset on the next call.\n * @param ignoreNullOrUndefinedResult - Flag to decide whether to cache callback result if it is undefined/null.\n * If the flag is set to true, the callback result is recomputed every time till the callback result is\n * not undefined/null for the first time, and then the non-undefined/null version gets cached.\n * @returns A memoized version of the function.\n */\nexport function memoizeFunction(cb, maxCacheSize, ignoreNullOrUndefinedResult) {\n if (maxCacheSize === void 0) { maxCacheSize = 100; }\n if (ignoreNullOrUndefinedResult === void 0) { ignoreNullOrUndefinedResult = false; }\n // Avoid breaking scenarios which don't have weak map.\n if (!_weakMap) {\n return cb;\n }\n if (!_initializedStylesheetResets) {\n var stylesheet = Stylesheet.getInstance();\n if (stylesheet && stylesheet.onReset) {\n Stylesheet.getInstance().onReset(resetMemoizations);\n }\n _initializedStylesheetResets = true;\n }\n var rootNode;\n var cacheSize = 0;\n var localResetCounter = _resetCounter;\n return function memoizedFunction() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n var currentNode = rootNode;\n if (rootNode === undefined ||\n localResetCounter !== _resetCounter ||\n (maxCacheSize > 0 && cacheSize > maxCacheSize)) {\n rootNode = _createNode();\n cacheSize = 0;\n localResetCounter = _resetCounter;\n }\n currentNode = rootNode;\n // Traverse the tree until we find the match.\n for (var i = 0; i < args.length; i++) {\n var arg = _normalizeArg(args[i]);\n if (!currentNode.map.has(arg)) {\n currentNode.map.set(arg, _createNode());\n }\n currentNode = currentNode.map.get(arg);\n }\n if (!currentNode.hasOwnProperty('value')) {\n currentNode.value = cb.apply(void 0, args);\n cacheSize++;\n }\n if (ignoreNullOrUndefinedResult && (currentNode.value === null || currentNode.value === undefined)) {\n currentNode.value = cb.apply(void 0, args);\n }\n return currentNode.value;\n };\n}\n/**\n * Creates a memoizer for a single-value function, backed by a WeakMap.\n * With a WeakMap, the memoized values are only kept as long as the source objects,\n * ensuring that there is no memory leak.\n *\n * This function assumes that the input values passed to the wrapped function will be\n * `function` or `object` types. To memoize functions which accept other inputs, use\n * `memoizeFunction`, which memoizes against arbitrary inputs using a lookup cache.\n *\n * @public\n */\nexport function createMemoizer(getValue) {\n if (!_weakMap) {\n // Without a `WeakMap` implementation, memoization is not possible.\n return getValue;\n }\n var cache = new _weakMap();\n function memoizedGetValue(input) {\n if (!input || (typeof input !== 'function' && typeof input !== 'object')) {\n // A WeakMap can only be used to test against reference values, i.e. 'function' and 'object'.\n // All other inputs cannot be memoized against in this manner.\n return getValue(input);\n }\n if (cache.has(input)) {\n return cache.get(input);\n }\n var value = getValue(input);\n cache.set(input, value);\n return value;\n }\n return memoizedGetValue;\n}\nfunction _normalizeArg(val) {\n if (!val) {\n return _emptyObject;\n }\n else if (typeof val === 'object' || typeof val === 'function') {\n return val;\n }\n else if (!_dictionary[val]) {\n _dictionary[val] = { val: val };\n }\n return _dictionary[val];\n}\nfunction _createNode() {\n return {\n map: _weakMap ? new _weakMap() : null,\n };\n}\n//# sourceMappingURL=memoize.js.map"
},
{
"id": "xfqs",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/theme.js",
"name": "./node_modules/@uifabric/styling/lib/styles/theme.js",
"index": 205,
"index2": 200,
"size": 4036,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"issuerId": "tqYG",
"issuerName": "./node_modules/@uifabric/styling/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./styles/theme",
"loc": "7:0-65"
},
{
"moduleId": "tqYG",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"module": "./node_modules/@uifabric/styling/lib/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/index.js",
"type": "harmony import specifier",
"userRequest": "./styles/theme",
"loc": "8:0-31"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./theme",
"loc": "11:0-138"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./theme",
"loc": "11:0-138"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./theme",
"loc": "11:0-138"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./theme",
"loc": "11:0-138"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./theme",
"loc": "11:0-138"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./theme",
"loc": "11:0-138"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./theme",
"loc": "11:0-138"
}
],
"providedExports": [
"createTheme",
"ThemeSettingName",
"initializeThemeInCustomizations",
"getTheme",
"registerOnThemeChangeCallback",
"removeOnThemeChangeCallback",
"loadTheme"
],
"optimizationBailout": [],
"depth": 9,
"source": "import { __assign } from \"tslib\";\nimport { Customizations, getWindow } from '@uifabric/utilities';\nimport { loadTheme as legacyLoadTheme } from '@microsoft/load-themed-styles';\nimport { createTheme } from '@fluentui/theme/lib/createTheme';\nexport { createTheme } from '@fluentui/theme/lib/createTheme';\nvar _theme = createTheme({});\nvar _onThemeChangeCallbacks = [];\nexport var ThemeSettingName = 'theme';\nexport function initializeThemeInCustomizations() {\n var _a;\n var _b, _c, _d, _e;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var win = getWindow();\n if ((_c = (_b = win) === null || _b === void 0 ? void 0 : _b.FabricConfig) === null || _c === void 0 ? void 0 : _c.legacyTheme) {\n // does everything the `else` clause does and more, such as invoke legacy theming\n loadTheme(win.FabricConfig.legacyTheme);\n }\n else if (!Customizations.getSettings([ThemeSettingName]).theme) {\n if ((_e = (_d = win) === null || _d === void 0 ? void 0 : _d.FabricConfig) === null || _e === void 0 ? void 0 : _e.theme) {\n _theme = createTheme(win.FabricConfig.theme);\n }\n // Set the default theme.\n Customizations.applySettings((_a = {}, _a[ThemeSettingName] = _theme, _a));\n }\n}\ninitializeThemeInCustomizations();\n/**\n * Gets the theme object\n * @param depComments - Whether to include deprecated tags as comments for deprecated slots.\n */\nexport function getTheme(depComments) {\n if (depComments === void 0) { depComments = false; }\n if (depComments === true) {\n _theme = createTheme({}, depComments);\n }\n return _theme;\n}\n/**\n * Registers a callback that gets called whenever the theme changes.\n * This should only be used when the component cannot automatically get theme changes through its state.\n * This will not register duplicate callbacks.\n */\nexport function registerOnThemeChangeCallback(callback) {\n if (_onThemeChangeCallbacks.indexOf(callback) === -1) {\n _onThemeChangeCallbacks.push(callback);\n }\n}\n/**\n * See registerOnThemeChangeCallback().\n * Removes previously registered callbacks.\n */\nexport function removeOnThemeChangeCallback(callback) {\n var i = _onThemeChangeCallbacks.indexOf(callback);\n if (i === -1) {\n return;\n }\n _onThemeChangeCallbacks.splice(i, 1);\n}\n/**\n * Applies the theme, while filling in missing slots.\n * @param theme - Partial theme object.\n * @param depComments - Whether to include deprecated tags as comments for deprecated slots.\n */\nexport function loadTheme(theme, depComments) {\n var _a;\n if (depComments === void 0) { depComments = false; }\n _theme = createTheme(theme, depComments);\n // Invoke the legacy method of theming the page as well.\n legacyLoadTheme(__assign(__assign(__assign(__assign({}, _theme.palette), _theme.semanticColors), _theme.effects), _loadFonts(_theme)));\n Customizations.applySettings((_a = {}, _a[ThemeSettingName] = _theme, _a));\n _onThemeChangeCallbacks.forEach(function (callback) {\n try {\n callback(_theme);\n }\n catch (e) {\n // don't let a bad callback break everything else\n }\n });\n return _theme;\n}\n/**\n * Loads font variables into a JSON object.\n * @param theme - The theme object\n */\nfunction _loadFonts(theme) {\n var lines = {};\n for (var _i = 0, _a = Object.keys(theme.fonts); _i < _a.length; _i++) {\n var fontName = _a[_i];\n var font = theme.fonts[fontName];\n for (var _b = 0, _c = Object.keys(font); _b < _c.length; _b++) {\n var propName = _c[_b];\n var name_1 = fontName + propName.charAt(0).toUpperCase() + propName.slice(1);\n var value = font[propName];\n if (propName === 'fontSize' && typeof value === 'number') {\n // if it's a number, convert it to px by default like our theming system does\n value = value + 'px';\n }\n lines[name_1] = value;\n }\n }\n return lines;\n}\n//# sourceMappingURL=theme.js.map"
},
{
"id": "xjL4",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"name": "./node_modules/@uifabric/react-hooks/lib/useOnEvent.js",
"index": 331,
"index2": 312,
"size": 1091,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"issuerId": "/m0d",
"issuerName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "5Zh/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/useKeytipData.js"
},
{
"id": "/m0d",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"name": "./node_modules/@uifabric/react-hooks/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useOnEvent",
"loc": "10:0-29"
},
{
"moduleId": "/m0d",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/react-hooks/lib/index.js",
"module": "./node_modules/@uifabric/react-hooks/lib/index.js",
"moduleName": "./node_modules/@uifabric/react-hooks/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useOnEvent",
"loc": "10:0-29"
}
],
"providedExports": [
"useOnEvent"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { on } from '@uifabric/utilities';\nimport * as React from 'react';\n/**\n * Hook to attach an event handler on mount and handle cleanup.\n * @param element - Element (or ref to an element) to attach the event handler to\n * @param eventName - The event to attach a handler for\n * @param callback - The handler for the event\n * @param useCapture - Whether or not to attach the handler for the capture phase\n */\nexport function useOnEvent(element, eventName, callback, useCapture) {\n // Use a ref for the callback to prevent repeatedly attaching/unattaching callbacks that are unstable across renders\n var callbackRef = React.useRef(callback);\n callbackRef.current = callback;\n React.useEffect(function () {\n var actualElement = element && 'current' in element ? element.current : element;\n if (!actualElement) {\n return;\n }\n var dispose = on(actualElement, eventName, function (ev) { return callbackRef.current(ev); }, useCapture);\n return dispose;\n }, [element, eventName, useCapture]);\n}\n//# sourceMappingURL=useOnEvent.js.map"
},
{
"id": "xu/W",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/elementContains.js",
"index": 90,
"index2": 91,
"size": 102,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"issuerId": "WgWP",
"issuerName": "./node_modules/@uifabric/utilities/lib/focus.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "WgWP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"name": "./node_modules/@uifabric/utilities/lib/focus.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/elementContains",
"loc": "1:0-38"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/elementContains",
"loc": "1:0-38"
},
{
"moduleId": "WgWP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"module": "./node_modules/@uifabric/utilities/lib/focus.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/focus.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/elementContains",
"loc": "2:0-56"
},
{
"moduleId": "WgWP",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/focus.js",
"module": "./node_modules/@uifabric/utilities/lib/focus.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/focus.js",
"type": "harmony import specifier",
"userRequest": "./dom/elementContains",
"loc": "238:32-47"
}
],
"providedExports": [
"elementContains"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { elementContains } from '@fluentui/dom-utilities';\n//# sourceMappingURL=elementContains.js.map"
},
{
"id": "yCKU",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"name": "./node_modules/@uifabric/styling/lib/styles/PulsingBeaconAnimationStyles.js",
"index": 202,
"index2": 188,
"size": 3236,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"issuerId": "vH3w",
"issuerName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "BxdP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/SplitButton/SplitButton.classNames.js"
},
{
"id": "Gc2k",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Styling.js"
},
{
"id": "tqYG",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/index.js",
"name": "./node_modules/@uifabric/styling/lib/index.js"
},
{
"id": "vH3w",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"name": "./node_modules/@uifabric/styling/lib/styles/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./PulsingBeaconAnimationStyles",
"loc": "8:0-78"
},
{
"moduleId": "vH3w",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/styling/lib/styles/index.js",
"module": "./node_modules/@uifabric/styling/lib/styles/index.js",
"moduleName": "./node_modules/@uifabric/styling/lib/styles/index.js",
"type": "harmony export imported specifier",
"userRequest": "./PulsingBeaconAnimationStyles",
"loc": "8:0-78"
}
],
"providedExports": [
"PulsingBeaconAnimationStyles"
],
"optimizationBailout": [],
"depth": 10,
"source": "import { __assign } from \"tslib\";\nimport { keyframes } from '@uifabric/merge-styles';\nvar DEFAULT_DURATION = '14s';\nvar DEFAULT_DELAY = '2s';\nvar DEFAULT_ITERATION_COUNT = '1';\nfunction _continuousPulseStepOne(beaconColorOne, innerDimension) {\n return {\n borderColor: beaconColorOne,\n borderWidth: '0px',\n width: innerDimension,\n height: innerDimension,\n };\n}\nfunction _continuousPulseStepTwo(borderWidth) {\n return {\n opacity: 1,\n borderWidth: borderWidth,\n };\n}\nfunction _continuousPulseStepThree() {\n return {\n opacity: 1,\n };\n}\nfunction _continuousPulseStepFour(beaconColorTwo, outerDimension) {\n return {\n borderWidth: '0',\n width: outerDimension,\n height: outerDimension,\n opacity: 0,\n borderColor: beaconColorTwo,\n };\n}\nfunction _continuousPulseStepFive(beaconColorOne, innerDimension) {\n return __assign(__assign({}, _continuousPulseStepOne(beaconColorOne, innerDimension)), {\n opacity: 0,\n });\n}\nfunction _continuousPulseAnimationDouble(beaconColorOne, beaconColorTwo, innerDimension, outerDimension, borderWidth) {\n return keyframes({\n '0%': _continuousPulseStepOne(beaconColorOne, innerDimension),\n '1.42%': _continuousPulseStepTwo(borderWidth),\n '3.57%': _continuousPulseStepThree(),\n '7.14%': _continuousPulseStepFour(beaconColorTwo, outerDimension),\n '8%': _continuousPulseStepFive(beaconColorOne, innerDimension),\n '29.99%': _continuousPulseStepFive(beaconColorOne, innerDimension),\n '30%': _continuousPulseStepOne(beaconColorOne, innerDimension),\n '31.42%': _continuousPulseStepTwo(borderWidth),\n '33.57%': _continuousPulseStepThree(),\n '37.14%': _continuousPulseStepFour(beaconColorTwo, outerDimension),\n '38%': _continuousPulseStepFive(beaconColorOne, innerDimension),\n '79.42%': _continuousPulseStepFive(beaconColorOne, innerDimension),\n '79.43': _continuousPulseStepOne(beaconColorOne, innerDimension),\n '81.85': _continuousPulseStepTwo(borderWidth),\n '83.42': _continuousPulseStepThree(),\n '87%': _continuousPulseStepFour(beaconColorTwo, outerDimension),\n '100%': {},\n });\n}\nfunction _continuousPulseAnimationSingle(beaconColorOne, beaconColorTwo, innerDimension, outerDimension, borderWidth) {\n return keyframes({\n '0%': _continuousPulseStepOne(beaconColorOne, innerDimension),\n '14.2%': _continuousPulseStepTwo(borderWidth),\n '35.7%': _continuousPulseStepThree(),\n '71.4%': _continuousPulseStepFour(beaconColorTwo, outerDimension),\n '100%': {},\n });\n}\nfunction _createDefaultAnimation(animationName, delayLength) {\n return {\n animationName: animationName,\n animationIterationCount: DEFAULT_ITERATION_COUNT,\n animationDuration: DEFAULT_DURATION,\n animationDelay: delayLength || DEFAULT_DELAY,\n };\n}\nexport var PulsingBeaconAnimationStyles = {\n continuousPulseAnimationDouble: _continuousPulseAnimationDouble,\n continuousPulseAnimationSingle: _continuousPulseAnimationSingle,\n createDefaultAnimation: _createDefaultAnimation,\n};\n//# sourceMappingURL=PulsingBeaconAnimationStyles.js.map"
},
{
"id": "yLpj",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/webpack/buildin/global.js",
"name": "(webpack)/buildin/global.js",
"index": 8,
"index2": 4,
"size": 472,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"issuerId": "ruv1",
"issuerName": "./node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "S+pu",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.scss.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.scss.js"
},
{
"id": "CNew",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/lib/index.js??ref--4-0!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/css-loader/dist/cjs.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/postcss-loader/src/index.js??postcss!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.module.css",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.module.css"
},
{
"id": "ruv1",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"name": "./node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "5AgF",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/load-themed-styles/lib-es6/index.js",
"module": "./node_modules/@microsoft/load-themed-styles/lib-es6/index.js",
"moduleName": "./node_modules/@microsoft/load-themed-styles/lib-es6/index.js",
"type": "cjs require",
"userRequest": "global",
"loc": "1:0-47"
},
{
"moduleId": "ruv1",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"module": "./node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"moduleName": "./node_modules/@microsoft/loader-load-themed-styles/node_modules/@microsoft/load-themed-styles/lib/index.js",
"type": "cjs require",
"userRequest": "global",
"loc": "1:0-56"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 4,
"source": "var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n"
},
{
"id": "yQoK",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"name": "./node_modules/@uifabric/utilities/lib/initializeFocusRects.js",
"index": 132,
"index2": 126,
"size": 1910,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./initializeFocusRects",
"loc": "34:0-39"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./initializeFocusRects",
"loc": "34:0-39"
}
],
"providedExports": [
"initializeFocusRects"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\nimport { isDirectionalKeyCode } from './keyboard';\nimport { setFocusVisibility } from './setFocusVisibility';\n/**\n * Initializes the logic which:\n *\n * 1. Subscribes keydown and mousedown events. (It will only do it once per window,\n * so it's safe to call this method multiple times.)\n * 2. When the user presses directional keyboard keys, adds the 'ms-Fabric--isFocusVisible' classname\n * to the document body, removes the 'ms-Fabric-isFocusHidden' classname.\n * 3. When the user clicks a mouse button, adds the 'ms-Fabric-isFocusHidden' classname to the\n * document body, removes the 'ms-Fabric--isFocusVisible' classname.\n *\n * This logic allows components on the page to conditionally render focus treatments based on\n * the existence of global classnames, which simplifies logic overall.\n *\n * @param window - the window used to add the event listeners\n * @deprecated Use useFocusRects hook or FocusRects component instead.\n */\nexport function initializeFocusRects(window) {\n var _a;\n var win = (window || getWindow());\n if (!win || ((_a = win.FabricConfig) === null || _a === void 0 ? void 0 : _a.disableFocusRects) === true) {\n return;\n }\n if (!win.__hasInitializeFocusRects__) {\n win.__hasInitializeFocusRects__ = true;\n win.addEventListener('mousedown', _onMouseDown, true);\n win.addEventListener('pointerdown', _onPointerDown, true);\n win.addEventListener('keydown', _onKeyDown, true);\n }\n}\nfunction _onMouseDown(ev) {\n setFocusVisibility(false, ev.target);\n}\nfunction _onPointerDown(ev) {\n if (ev.pointerType !== 'mouse') {\n setFocusVisibility(false, ev.target);\n }\n}\nfunction _onKeyDown(ev) {\n // eslint-disable-next-line deprecation/deprecation\n isDirectionalKeyCode(ev.which) && setFocusVisibility(true, ev.target);\n}\n//# sourceMappingURL=initializeFocusRects.js.map"
},
{
"id": "yVpZ",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"index": 162,
"index2": 162,
"size": 12356,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerId": "AQiI",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony side effect evaluation",
"userRequest": "../../helpers/GeneralHelper",
"loc": "5:0-63"
},
{
"moduleId": "AQiI",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"type": "harmony import specifier",
"userRequest": "../../helpers/GeneralHelper",
"loc": "81:8-24"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../../helpers/GeneralHelper",
"loc": "5:0-63"
},
{
"moduleId": "HXYo",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/spinButton/PropertyFieldSpinButton.js",
"type": "harmony import specifier",
"userRequest": "../../helpers/GeneralHelper",
"loc": "124:12-28"
}
],
"providedExports": [
"IMG_SUPPORTED_EXTENSIONS",
"GeneralHelper",
"setPropertyValue",
"getPropertyValue",
"toRelativeUrl"
],
"optimizationBailout": [],
"depth": 4,
"source": "import './String.extensions';\nimport * as _ from '@microsoft/sp-lodash-subset';\nimport * as strings from 'PropertyControlStrings';\nexport var IMG_SUPPORTED_EXTENSIONS = \".gif,.jpg,.jpeg,.bmp,.dib,.tif,.tiff,.ico,.png,.jxr,.svg\";\n/**\n * Helper with general methods to simplify some routines\n */\nvar GeneralHelper = /** @class */ (function () {\n function GeneralHelper() {\n }\n /**\n * Trims slash at the end of URL if needed\n * @param url URL\n */\n GeneralHelper.trimSlash = function (url) {\n if (url.lastIndexOf('/') === url.length - 1)\n return url.slice(0, -1);\n return url;\n };\n /**\n * Encodes text\n * @param text text to encode\n */\n GeneralHelper.encodeText = function (text) {\n var n = /[<>&'\"\\\\]/g;\n return text ? text.replace(n, this._getEncodedChar) : '';\n };\n /**\n * Copy of Microsoft's GetRelativeDateTimeString from SP.dateTimeUtil\n */\n GeneralHelper.getRelativeDateTimeString = function (format) {\n var formatParts = format.split('|');\n var result = null;\n var placeholdersString = null;\n if (formatParts[0] === '0')\n return format.substring(2);\n var isFuture = formatParts[1] === '1';\n var formatType = formatParts[2];\n var timeString = formatParts.length >= 4 ? formatParts[3] : null;\n var dayString = formatParts.length >= 5 ? formatParts[4] : null;\n switch (formatType) {\n case '1':\n result = isFuture ? strings.DateTime['L_RelativeDateTime_AFewSecondsFuture'] : strings.DateTime['L_RelativeDateTime_AFewSeconds'];\n break;\n case '2':\n result = isFuture ? strings.DateTime['L_RelativeDateTime_AboutAMinuteFuture'] : strings.DateTime['L_RelativeDateTime_AboutAMinute'];\n break;\n case '3':\n placeholdersString = this.getLocalizedCountValue(isFuture ? strings.DateTime['L_RelativeDateTime_XMinutesFuture'] : strings.DateTime['L_RelativeDateTime_XMinutes'], isFuture ? strings.DateTime['L_RelativeDateTime_XMinutesFutureIntervals'] : strings.DateTime['L_RelativeDateTime_XMinutesIntervals'], Number(timeString));\n break;\n case '4':\n result = isFuture ? strings.DateTime['L_RelativeDateTime_AboutAnHourFuture'] : strings.DateTime['L_RelativeDateTime_AboutAnHour'];\n break;\n case '5':\n if (timeString === null) {\n result = isFuture ? strings.DateTime['L_RelativeDateTime_Tomorrow'] : strings.DateTime['L_RelativeDateTime_Yesterday'];\n }\n else {\n placeholdersString = isFuture ? strings.DateTime['L_RelativeDateTime_TomorrowAndTime'] : strings.DateTime['L_RelativeDateTime_YesterdayAndTime'];\n }\n break;\n case '6':\n placeholdersString = this.getLocalizedCountValue(isFuture ? strings.DateTime['L_RelativeDateTime_XHoursFuture'] : strings.DateTime['L_RelativeDateTime_XHours'], isFuture ? strings.DateTime['L_RelativeDateTime_XHoursFutureIntervals'] : strings.DateTime['L_RelativeDateTime_XHoursIntervals'], Number(timeString));\n break;\n case '7':\n if (dayString === null) {\n result = timeString;\n }\n else {\n placeholdersString = strings.DateTime['L_RelativeDateTime_DayAndTime'];\n }\n break;\n case '8':\n placeholdersString = this.getLocalizedCountValue(isFuture ? strings.DateTime['L_RelativeDateTime_XDaysFuture'] : strings.DateTime['L_RelativeDateTime_XDays'], isFuture ? strings.DateTime['L_RelativeDateTime_XDaysFutureIntervals'] : strings.DateTime['L_RelativeDateTime_XDaysIntervals'], Number(timeString));\n break;\n case '9':\n result = strings.DateTime['L_RelativeDateTime_Today'];\n }\n if (placeholdersString !== null) {\n result = placeholdersString.replace(\"{0}\", timeString);\n if (dayString !== null) {\n result = result.replace(\"{1}\", dayString);\n }\n }\n return result;\n };\n /**\n * Copy of Microsoft's GetLocalizedCountValue from SP.dateTimeUtil.\n * I've tried to rename all the vars to have meaningful names... but some were too unclear\n */\n GeneralHelper.getLocalizedCountValue = function (format, first, second) {\n if (format === undefined || first === undefined || second === undefined)\n return null;\n var result = '';\n var a = -1;\n var firstOperandOptions = first.split('||');\n for (var firstOperandOptionsIdx = 0, firstOperandOptionsLen = firstOperandOptions.length; firstOperandOptionsIdx < firstOperandOptionsLen; firstOperandOptionsIdx++) {\n var firstOperandOption = firstOperandOptions[firstOperandOptionsIdx];\n if (firstOperandOption === null || firstOperandOption === '')\n continue;\n var optionParts = firstOperandOption.split(',');\n for (var optionPartsIdx = 0, optionPartsLen = optionParts.length; optionPartsIdx < optionPartsLen; optionPartsIdx++) {\n var optionPart = optionParts[optionPartsIdx];\n if (optionPart === null || optionPart === '')\n continue;\n if (isNaN(optionPart.parseNumberInvariant())) {\n var dashParts = optionPart.split('-');\n if (dashParts === null || dashParts.length !== 2)\n continue;\n var j = void 0, n = void 0;\n if (dashParts[0] === '')\n j = 0;\n else if (isNaN(dashParts[0].parseNumberInvariant()))\n continue;\n else\n j = parseInt(dashParts[0]);\n if (second >= j) {\n if (dashParts[1] === '') {\n a = firstOperandOptionsIdx;\n break;\n }\n else if (isNaN(dashParts[1].parseNumberInvariant()))\n continue;\n else\n n = parseInt(dashParts[1]);\n if (second <= n) {\n a = firstOperandOptionsIdx;\n break;\n }\n }\n }\n else {\n var p = parseInt(optionPart);\n if (second === p) {\n a = firstOperandOptionsIdx;\n break;\n }\n }\n }\n if (a !== -1)\n break;\n }\n if (a !== -1) {\n var e = format.split('||');\n if (e !== null && e[a] !== null && e[a] !== '')\n result = e[a];\n }\n return result;\n };\n /**\n * Extracts text from HTML strings without creating HTML elements\n * @param html HTML string\n */\n GeneralHelper.getTextFromHTML = function (html) {\n var result = html;\n var oldResult = result;\n var tagBody = '(?:[^\"\\'>]|\"[^\"]*\"|\\'[^\\']*\\')*';\n var tagOrComment = new RegExp('<(?:'\n // Comment body.\n + '!--(?:(?:-*[^->])*--+|-?)'\n // Special \"raw text\" elements whose content should be elided.\n + '|script\\\\b' + tagBody + '>[\\\\s\\\\S]*?[\\\\s\\\\S]*?', 'gi');\n do {\n oldResult = result;\n result = result.replace(tagOrComment, '');\n } while (result !== result);\n return result;\n };\n /**\n * Checks if value is defined (not null and not undefined)\n * @param value value\n */\n GeneralHelper.isDefined = function (value) {\n return typeof value !== 'undefined' && value !== null;\n };\n /**\n * Creates Document element based on Xml string\n * @param xmlString XML string to parse\n */\n GeneralHelper.parseXml = function (xmlString) {\n var parser = new DOMParser();\n var xml = parser.parseFromString(xmlString, 'text/xml');\n return xml;\n };\n /**\n * Returns absoulute domain URL.\n * @param url\n */\n GeneralHelper.getAbsoluteDomainUrl = function (url) {\n if (url !== undefined) {\n var myURL = new URL(url.toLowerCase());\n return myURL.protocol + \"//\" + myURL.host;\n }\n else {\n return undefined;\n }\n };\n /**\n * To support IE11 that has no support for File constructor\n * @param blob\n */\n GeneralHelper.getFileFromBlob = function (blob, fileName) {\n var result = null;\n // IE 11 foesn't support File API, create a workaround to return Blob with fileName assigned.\n try {\n result = new File([blob], fileName);\n }\n catch (ieErr) {\n result = blob;\n result.fileName = fileName;\n }\n return result;\n };\n GeneralHelper.formatBytes = function (bytes, decimals) {\n if (bytes === 0) {\n return strings.EmptyFileSize;\n }\n var k = 1024;\n var dm = decimals <= 0 ? 0 : decimals || 2;\n var i = Math.floor(Math.log(bytes) / Math.log(k));\n return parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + ' ' + strings.SizeUnit[i];\n };\n /**\n * Returns file name without extension.\n */\n GeneralHelper.getFileNameWithoutExtension = function (itemUrl) {\n var fileNameWithExtension = GeneralHelper.getFileNameFromUrl(itemUrl);\n var fileNameTokens = fileNameWithExtension.split(\".\");\n var fileName = fileNameTokens[0];\n return fileName;\n };\n /**\n * Returns file name with the extension\n */\n GeneralHelper.getFileNameFromUrl = function (itemUrl) {\n var urlTokens = itemUrl.split(\"?\");\n var url = urlTokens[0];\n var tokens = url.split(\"/\");\n var fileNameWithExtension = tokens[tokens.length - 1];\n return fileNameWithExtension;\n };\n GeneralHelper.isImage = function (fileName) {\n var acceptableExtensions = IMG_SUPPORTED_EXTENSIONS.split(\",\");\n var thisExtension = GeneralHelper.getFileExtension(fileName);\n return acceptableExtensions.indexOf(thisExtension) > -1;\n };\n /**\n * Returns extension of the file\n */\n GeneralHelper.getFileExtension = function (fileName) {\n // Split the URL on the dots\n var splitFileName = fileName.toLowerCase().split('.');\n // Take the last value\n var extensionValue = splitFileName.pop();\n // Check if there are query string params in place\n if (extensionValue.indexOf('?') !== -1) {\n // Split the string on the question mark and return the first part\n var querySplit = extensionValue.split('?');\n extensionValue = querySplit[0];\n }\n return \".\" + extensionValue;\n };\n GeneralHelper._getEncodedChar = function (c) {\n var o = {\n \"<\": \"<\",\n \">\": \">\",\n \"&\": \"&\",\n '\"': \""\",\n \"'\": \"'\",\n \"\\\\\": \"\\"\n };\n return o[c];\n };\n return GeneralHelper;\n}());\nexport { GeneralHelper };\nexport var setPropertyValue = function (properties, targetProperty, value) {\n if (!properties) {\n return;\n }\n if (targetProperty.indexOf('.') === -1) { // simple prop\n properties[targetProperty] = value;\n }\n else {\n _.set(properties, targetProperty, value);\n }\n};\nexport var getPropertyValue = function (properties, targetProperty) {\n if (!properties) {\n return undefined;\n }\n if (targetProperty.indexOf('.') === -1) {\n return properties[targetProperty];\n }\n return _.get(properties, targetProperty);\n};\nexport var toRelativeUrl = function (absoluteUrl) {\n if (!absoluteUrl) {\n return '';\n }\n return absoluteUrl.replace(/^(?:\\/\\/|[^/]+)*\\//, '/');\n};\n//# sourceMappingURL=GeneralHelper.js.map"
},
{
"id": "yZuV",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getRect.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getRect.js",
"index": 69,
"index2": 60,
"size": 646,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"issuerId": "O2QR",
"issuerName": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "O2QR",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"name": "./node_modules/@uifabric/utilities/lib/AutoScroll.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/getRect",
"loc": "7:0-30"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/getRect",
"loc": "7:0-30"
},
{
"moduleId": "O2QR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"module": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/getRect",
"loc": "3:0-40"
},
{
"moduleId": "O2QR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/AutoScroll.js",
"module": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/AutoScroll.js",
"type": "harmony import specifier",
"userRequest": "./dom/getRect",
"loc": "21:27-34"
}
],
"providedExports": [
"getRect"
],
"optimizationBailout": [],
"depth": 9,
"source": "/**\n * Helper to get bounding client rect. Passing in window will get the window size.\n *\n * @public\n */\nexport function getRect(element) {\n var rect;\n if (element) {\n if (element === window) {\n rect = {\n left: 0,\n top: 0,\n width: window.innerWidth,\n height: window.innerHeight,\n right: window.innerWidth,\n bottom: window.innerHeight,\n };\n }\n else if (element.getBoundingClientRect) {\n rect = element.getBoundingClientRect();\n }\n }\n return rect;\n}\n//# sourceMappingURL=getRect.js.map"
},
{
"id": "ybKx",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/useFocusRects.js",
"name": "./node_modules/@uifabric/utilities/lib/useFocusRects.js",
"index": 135,
"index2": 127,
"size": 3238,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./useFocusRects",
"loc": "35:0-32"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./useFocusRects",
"loc": "35:0-32"
}
],
"providedExports": [
"useFocusRects",
"FocusRects"
],
"optimizationBailout": [],
"depth": 8,
"source": "import * as React from 'react';\nimport { getWindow } from './dom/getWindow';\nimport { isDirectionalKeyCode } from './keyboard';\nimport { setFocusVisibility } from './setFocusVisibility';\n/**\n * Counter for mounted component that uses focus rectangle.\n * We want to cleanup the listners before last component that uses focus rectangle unmounts.\n */\nvar mountCounters = new WeakMap();\nfunction setMountCounters(key, delta) {\n var newValue;\n var currValue = mountCounters.get(key);\n if (currValue) {\n newValue = currValue + delta;\n }\n else {\n newValue = 1;\n }\n mountCounters.set(key, newValue);\n return newValue;\n}\n/**\n * Initializes the logic which:\n *\n * 1. Subscribes keydown and mousedown events. (It will only do it once per window,\n * so it's safe to call this method multiple times.)\n * 2. When the user presses directional keyboard keys, adds the 'ms-Fabric--isFocusVisible' classname\n * to the document body, removes the 'ms-Fabric-isFocusHidden' classname.\n * 3. When the user clicks a mouse button, adds the 'ms-Fabric-isFocusHidden' classname to the\n * document body, removes the 'ms-Fabric--isFocusVisible' classname.\n *\n * This logic allows components on the page to conditionally render focus treatments based on\n * the existence of global classnames, which simplifies logic overall.\n *\n * @param rootRef - A Ref object. Focus rectangle can be applied on itself and all its children.\n */\nexport function useFocusRects(rootRef) {\n React.useEffect(function () {\n var _a, _b;\n var win = getWindow((_a = rootRef) === null || _a === void 0 ? void 0 : _a.current);\n if (!win || ((_b = win.FabricConfig) === null || _b === void 0 ? void 0 : _b.disableFocusRects) === true) {\n return undefined;\n }\n var count = setMountCounters(win, 1);\n if (count <= 1) {\n win.addEventListener('mousedown', _onMouseDown, true);\n win.addEventListener('pointerdown', _onPointerDown, true);\n win.addEventListener('keydown', _onKeyDown, true);\n }\n return function () {\n var _a;\n if (!win || ((_a = win.FabricConfig) === null || _a === void 0 ? void 0 : _a.disableFocusRects) === true) {\n return;\n }\n count = setMountCounters(win, -1);\n if (count === 0) {\n win.removeEventListener('mousedown', _onMouseDown, true);\n win.removeEventListener('pointerdown', _onPointerDown, true);\n win.removeEventListener('keydown', _onKeyDown, true);\n }\n };\n }, [rootRef]);\n}\n/**\n * Function Component wrapper which enables calling `useFocusRects` hook.\n * Renders nothing.\n */\nexport var FocusRects = function (props) {\n useFocusRects(props.rootRef);\n return null;\n};\nfunction _onMouseDown(ev) {\n setFocusVisibility(false, ev.target);\n}\nfunction _onPointerDown(ev) {\n if (ev.pointerType !== 'mouse') {\n setFocusVisibility(false, ev.target);\n }\n}\nfunction _onKeyDown(ev) {\n // eslint-disable-next-line deprecation/deprecation\n if (isDirectionalKeyCode(ev.which)) {\n setFocusVisibility(true, ev.target);\n }\n}\n//# sourceMappingURL=useFocusRects.js.map"
},
{
"id": "ytcg",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/transforms/provideUnits.js",
"name": "./node_modules/@uifabric/merge-styles/lib/transforms/provideUnits.js",
"index": 61,
"index2": 48,
"size": 654,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"issuerId": "zS9i",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
},
{
"id": "01ST",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js"
},
{
"id": "zS9i",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"name": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony side effect evaluation",
"userRequest": "./transforms/provideUnits",
"loc": "5:0-57"
},
{
"moduleId": "zS9i",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"module": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"type": "harmony import specifier",
"userRequest": "./transforms/provideUnits",
"loc": "187:8-20"
}
],
"providedExports": [
"provideUnits"
],
"optimizationBailout": [],
"depth": 12,
"source": "var NON_PIXEL_NUMBER_PROPS = [\n 'column-count',\n 'font-weight',\n 'flex',\n 'flex-grow',\n 'flex-shrink',\n 'fill-opacity',\n 'opacity',\n 'order',\n 'z-index',\n 'zoom',\n];\nexport function provideUnits(rulePairs, index) {\n var name = rulePairs[index];\n var value = rulePairs[index + 1];\n if (typeof value === 'number') {\n var isNonPixelProp = NON_PIXEL_NUMBER_PROPS.indexOf(name) > -1;\n var isVariableOrPrefixed = name.indexOf('--') > -1;\n var unit = isNonPixelProp || isVariableOrPrefixed ? '' : 'px';\n rulePairs[index + 1] = \"\" + value + unit;\n }\n}\n//# sourceMappingURL=provideUnits.js.map"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"index": 275,
"index2": 289,
"size": 215,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"issuerId": "Bswb",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "Bswb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"type": "harmony side effect evaluation",
"userRequest": "./components/Callout/index",
"loc": "1:0-43"
},
{
"moduleId": "Bswb",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"type": "harmony export imported specifier",
"userRequest": "./components/Callout/index",
"loc": "1:0-43"
}
],
"providedExports": [
"Callout",
"CalloutContent",
"CalloutContentBase",
"FocusTrapCallout",
"DirectionalHint"
],
"optimizationBailout": [],
"depth": 11,
"source": "export * from './Callout';\nexport * from './CalloutContent';\nexport * from './CalloutContent.base';\nexport * from './FocusTrapCallout';\nexport * from '../../common/DirectionalHint';\n//# sourceMappingURL=index.js.map"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"index": 253,
"index2": 341,
"size": 35955,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerId": "gCc8",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton",
"loc": "3:0-43"
},
{
"moduleId": "94wZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CommandBarButton/CommandBarButton.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton",
"loc": "16:36-46"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton",
"loc": "3:0-43"
},
{
"moduleId": "A9FN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/CompoundButton/CompoundButton.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton",
"loc": "16:36-46"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton",
"loc": "3:0-43"
},
{
"moduleId": "RnIT",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/IconButton/IconButton.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton",
"loc": "16:36-46"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton",
"loc": "3:0-43"
},
{
"moduleId": "W0Zu",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/DefaultButton/DefaultButton.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton",
"loc": "16:36-46"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./BaseButton",
"loc": "1:0-29"
},
{
"moduleId": "gCc8",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"type": "harmony export imported specifier",
"userRequest": "./BaseButton",
"loc": "1:0-29"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony side effect evaluation",
"userRequest": "../BaseButton",
"loc": "3:0-43"
},
{
"moduleId": "wXwR",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/ActionButton/ActionButton.js",
"type": "harmony import specifier",
"userRequest": "../BaseButton",
"loc": "16:36-46"
}
],
"providedExports": [
"BaseButton"
],
"optimizationBailout": [],
"depth": 6,
"source": "import { __assign, __extends, __rest } from \"tslib\";\nimport * as React from 'react';\nimport { anchorProperties, assign, buttonProperties, createMergedRef, css, getId, getNativeProps, initializeComponentRef, memoizeFunction, mergeAriaAttributeValues, nullRender, portalContainsElement, setFocusVisibility, warnConditionallyRequiredProps, warnDeprecations, Async, EventGroup, FocusRects, KeyCodes, } from '../../Utilities';\nimport { Icon, FontIcon, ImageIcon } from '../../Icon';\nimport { DirectionalHint } from '../../common/DirectionalHint';\nimport { ContextualMenu } from '../../ContextualMenu';\nimport { getBaseButtonClassNames } from './BaseButton.classNames';\nimport { getSplitButtonClassNames as getBaseSplitButtonClassNames, } from './SplitButton/SplitButton.classNames';\nimport { KeytipData } from '../../KeytipData';\nvar TouchIdleDelay = 500; /* ms */\nvar COMPONENT_NAME = 'BaseButton';\n/**\n * {@docCategory Button}\n */\nvar BaseButton = /** @class */ (function (_super) {\n __extends(BaseButton, _super);\n function BaseButton(props) {\n var _this = _super.call(this, props) || this;\n _this._buttonElement = React.createRef();\n _this._splitButtonContainer = React.createRef();\n _this._mergedRef = createMergedRef();\n _this._renderedVisibleMenu = false;\n _this._getMemoizedMenuButtonKeytipProps = memoizeFunction(function (keytipProps) {\n return __assign(__assign({}, keytipProps), { hasMenu: true });\n });\n _this._onRenderIcon = function (buttonProps, defaultRender) {\n var iconProps = _this.props.iconProps;\n if (iconProps && (iconProps.iconName !== undefined || iconProps.imageProps)) {\n var className = iconProps.className, imageProps = iconProps.imageProps, rest = __rest(iconProps, [\"className\", \"imageProps\"]);\n // If the styles prop is specified as part of iconProps, fall back to regular Icon as FontIcon and ImageIcon\n // do not have this prop.\n if (iconProps.styles) {\n return React.createElement(Icon, __assign({ className: css(_this._classNames.icon, className), imageProps: imageProps }, rest));\n }\n if (iconProps.iconName) {\n return React.createElement(FontIcon, __assign({ className: css(_this._classNames.icon, className) }, rest));\n }\n if (imageProps) {\n return React.createElement(ImageIcon, __assign({ className: css(_this._classNames.icon, className), imageProps: imageProps }, rest));\n }\n }\n return null;\n };\n _this._onRenderTextContents = function () {\n var _a = _this.props, text = _a.text, children = _a.children, \n // eslint-disable-next-line deprecation/deprecation\n _b = _a.secondaryText, \n // eslint-disable-next-line deprecation/deprecation\n secondaryText = _b === void 0 ? _this.props.description : _b, _c = _a.onRenderText, onRenderText = _c === void 0 ? _this._onRenderText : _c, _d = _a.onRenderDescription, onRenderDescription = _d === void 0 ? _this._onRenderDescription : _d;\n if (text || typeof children === 'string' || secondaryText) {\n return (React.createElement(\"span\", { className: _this._classNames.textContainer },\n onRenderText(_this.props, _this._onRenderText),\n onRenderDescription(_this.props, _this._onRenderDescription)));\n }\n return [onRenderText(_this.props, _this._onRenderText), onRenderDescription(_this.props, _this._onRenderDescription)];\n };\n _this._onRenderText = function () {\n var text = _this.props.text;\n var children = _this.props.children;\n // For backwards compat, we should continue to take in the text content from children.\n if (text === undefined && typeof children === 'string') {\n text = children;\n }\n if (_this._hasText()) {\n return (React.createElement(\"span\", { key: _this._labelId, className: _this._classNames.label, id: _this._labelId }, text));\n }\n return null;\n };\n _this._onRenderChildren = function () {\n var children = _this.props.children;\n // If children is just a string, either it or the text will be rendered via onRenderLabel\n // If children is another component, it will be rendered after text\n if (typeof children === 'string') {\n return null;\n }\n return children;\n };\n _this._onRenderDescription = function (props) {\n // eslint-disable-next-line deprecation/deprecation\n var _a = props.secondaryText, secondaryText = _a === void 0 ? _this.props.description : _a;\n // ms-Button-description is only shown when the button type is compound.\n // In other cases it will not be displayed.\n return secondaryText ? (React.createElement(\"span\", { key: _this._descriptionId, className: _this._classNames.description, id: _this._descriptionId }, secondaryText)) : null;\n };\n _this._onRenderAriaDescription = function () {\n var ariaDescription = _this.props.ariaDescription;\n // If ariaDescription is given, descriptionId will be assigned to ariaDescriptionSpan,\n // otherwise it will be assigned to descriptionSpan.\n return ariaDescription ? (React.createElement(\"span\", { className: _this._classNames.screenReaderText, id: _this._ariaDescriptionId }, ariaDescription)) : null;\n };\n _this._onRenderMenuIcon = function (props) {\n var menuIconProps = _this.props.menuIconProps;\n return React.createElement(FontIcon, __assign({ iconName: \"ChevronDown\" }, menuIconProps, { className: _this._classNames.menuIcon }));\n };\n _this._onRenderMenu = function (menuProps) {\n var persistMenu = _this.props.persistMenu;\n var menuHidden = _this.state.menuHidden;\n var MenuType = _this.props.menuAs || ContextualMenu;\n // the accessible menu label (accessible name) has a relationship to the button.\n // If the menu props do not specify an explicit value for aria-label or aria-labelledBy,\n // AND the button has text, we'll set the menu aria-labelledBy to the text element id.\n if (!menuProps.ariaLabel && !menuProps.labelElementId && _this._hasText()) {\n menuProps = __assign(__assign({}, menuProps), { labelElementId: _this._labelId });\n }\n return (React.createElement(MenuType, __assign({ id: _this._labelId + '-menu', directionalHint: DirectionalHint.bottomLeftEdge }, menuProps, { shouldFocusOnContainer: _this._menuShouldFocusOnContainer, shouldFocusOnMount: _this._menuShouldFocusOnMount, hidden: persistMenu ? menuHidden : undefined, className: css('ms-BaseButton-menuhost', menuProps.className), target: _this._isSplitButton ? _this._splitButtonContainer.current : _this._buttonElement.current, onDismiss: _this._onDismissMenu })));\n };\n _this._onDismissMenu = function (ev) {\n var menuProps = _this.props.menuProps;\n if (menuProps && menuProps.onDismiss) {\n menuProps.onDismiss(ev);\n }\n if (!ev || !ev.defaultPrevented) {\n _this._dismissMenu();\n }\n };\n _this._dismissMenu = function () {\n _this._menuShouldFocusOnMount = undefined;\n _this._menuShouldFocusOnContainer = undefined;\n _this.setState({ menuHidden: true });\n };\n _this._openMenu = function (shouldFocusOnContainer, shouldFocusOnMount) {\n if (shouldFocusOnMount === void 0) { shouldFocusOnMount = true; }\n if (_this.props.menuProps) {\n _this._menuShouldFocusOnContainer = shouldFocusOnContainer;\n _this._menuShouldFocusOnMount = shouldFocusOnMount;\n _this._renderedVisibleMenu = true;\n _this.setState({ menuHidden: false });\n }\n };\n _this._onToggleMenu = function (shouldFocusOnContainer) {\n var shouldFocusOnMount = true;\n if (_this.props.menuProps && _this.props.menuProps.shouldFocusOnMount === false) {\n shouldFocusOnMount = false;\n }\n _this.state.menuHidden ? _this._openMenu(shouldFocusOnContainer, shouldFocusOnMount) : _this._dismissMenu();\n };\n _this._onSplitContainerFocusCapture = function (ev) {\n var container = _this._splitButtonContainer.current;\n // If the target is coming from the portal we do not need to set focus on the container.\n if (!container || (ev.target && portalContainsElement(ev.target, container))) {\n return;\n }\n // We should never be able to focus the individual buttons in a split button. Focus\n // should always remain on the container.\n container.focus();\n };\n _this._onSplitButtonPrimaryClick = function (ev) {\n if (!_this.state.menuHidden) {\n _this._dismissMenu();\n }\n if (!_this._processingTouch && _this.props.onClick) {\n _this.props.onClick(ev);\n }\n else if (_this._processingTouch) {\n _this._onMenuClick(ev);\n }\n };\n _this._onKeyDown = function (ev) {\n // explicity cancelling event so click won't fire after this\n if (_this.props.disabled && (ev.which === KeyCodes.enter || ev.which === KeyCodes.space)) {\n ev.preventDefault();\n ev.stopPropagation();\n }\n else if (!_this.props.disabled) {\n if (_this.props.menuProps) {\n _this._onMenuKeyDown(ev);\n }\n else if (_this.props.onKeyDown !== undefined) {\n _this.props.onKeyDown(ev); // not cancelling event because it's not disabled\n }\n }\n };\n _this._onKeyUp = function (ev) {\n if (!_this.props.disabled && _this.props.onKeyUp !== undefined) {\n _this.props.onKeyUp(ev); // not cancelling event because it's not disabled\n }\n };\n _this._onKeyPress = function (ev) {\n if (!_this.props.disabled && _this.props.onKeyPress !== undefined) {\n _this.props.onKeyPress(ev); // not cancelling event because it's not disabled\n }\n };\n _this._onMouseUp = function (ev) {\n if (!_this.props.disabled && _this.props.onMouseUp !== undefined) {\n _this.props.onMouseUp(ev); // not cancelling event because it's not disabled\n }\n };\n _this._onMouseDown = function (ev) {\n if (!_this.props.disabled && _this.props.onMouseDown !== undefined) {\n _this.props.onMouseDown(ev); // not cancelling event because it's not disabled\n }\n };\n _this._onClick = function (ev) {\n if (!_this.props.disabled) {\n if (_this.props.menuProps) {\n _this._onMenuClick(ev);\n }\n else if (_this.props.onClick !== undefined) {\n _this.props.onClick(ev); // not cancelling event because it's not disabled\n }\n }\n };\n _this._onSplitButtonContainerKeyDown = function (ev) {\n if (ev.which === KeyCodes.enter || ev.which === KeyCodes.space) {\n if (_this._buttonElement.current) {\n _this._buttonElement.current.click();\n ev.preventDefault();\n ev.stopPropagation();\n }\n }\n else {\n _this._onMenuKeyDown(ev);\n }\n };\n _this._onMenuKeyDown = function (ev) {\n if (_this.props.disabled) {\n return;\n }\n if (_this.props.onKeyDown) {\n _this.props.onKeyDown(ev);\n }\n var isUp = ev.which === KeyCodes.up;\n var isDown = ev.which === KeyCodes.down;\n if (!ev.defaultPrevented && _this._isValidMenuOpenKey(ev)) {\n var onMenuClick = _this.props.onMenuClick;\n if (onMenuClick) {\n onMenuClick(ev, _this.props);\n }\n _this._onToggleMenu(false);\n ev.preventDefault();\n ev.stopPropagation();\n }\n if (ev.which === KeyCodes.enter || ev.which === KeyCodes.space) {\n // We manually set the focus visibility to true if opening via Enter or Space to account for the scenario where\n // a user clicks on the button, closes the menu and then opens it via keyboard. In this scenario our default logic\n // for setting focus visibility is not triggered since there is no keyboard navigation present beforehand.\n setFocusVisibility(true, ev.target);\n }\n if (!(ev.altKey || ev.metaKey) && (isUp || isDown)) {\n // Suppose a menu, with shouldFocusOnMount: false, is open, and user wants to keyboard to the menu items\n // We need to re-render the menu with shouldFocusOnMount as true.\n if (!_this.state.menuHidden && _this.props.menuProps) {\n var currentShouldFocusOnMount = _this._menuShouldFocusOnMount !== undefined\n ? _this._menuShouldFocusOnMount\n : _this.props.menuProps.shouldFocusOnMount;\n if (!currentShouldFocusOnMount) {\n ev.preventDefault();\n ev.stopPropagation();\n _this._menuShouldFocusOnMount = true;\n _this.forceUpdate();\n }\n }\n }\n };\n _this._onTouchStart = function () {\n if (_this._isSplitButton &&\n _this._splitButtonContainer.current &&\n !('onpointerdown' in _this._splitButtonContainer.current)) {\n _this._handleTouchAndPointerEvent();\n }\n };\n _this._onMenuClick = function (ev) {\n var onMenuClick = _this.props.onMenuClick;\n if (onMenuClick) {\n onMenuClick(ev, _this.props);\n }\n if (!ev.defaultPrevented) {\n // When Edge + Narrator are used together (regardless of if the button is in a form or not), pressing\n // \"Enter\" fires this method and not _onMenuKeyDown. Checking ev.nativeEvent.detail differentiates\n // between a real click event and a keypress event (detail should be the number of mouse clicks).\n // ...Plot twist! For a real click event in IE 11, detail is always 0 (Edge sets it properly to 1).\n // So we also check the pointerType property, which both Edge and IE set to \"mouse\" for real clicks\n // and \"\" for pressing \"Enter\" with Narrator on.\n var shouldFocusOnContainer = ev.nativeEvent.detail !== 0 || ev.nativeEvent.pointerType === 'mouse';\n _this._onToggleMenu(shouldFocusOnContainer);\n ev.preventDefault();\n ev.stopPropagation();\n }\n };\n initializeComponentRef(_this);\n _this._async = new Async(_this);\n _this._events = new EventGroup(_this);\n warnConditionallyRequiredProps(COMPONENT_NAME, props, ['menuProps', 'onClick'], 'split', _this.props.split);\n warnDeprecations(COMPONENT_NAME, props, {\n rootProps: undefined,\n description: 'secondaryText',\n toggled: 'checked',\n });\n _this._labelId = getId();\n _this._descriptionId = getId();\n _this._ariaDescriptionId = getId();\n _this.state = {\n menuHidden: true,\n };\n return _this;\n }\n Object.defineProperty(BaseButton.prototype, \"_isSplitButton\", {\n get: function () {\n return !!this.props.menuProps && !!this.props.onClick && this.props.split === true;\n },\n enumerable: true,\n configurable: true\n });\n BaseButton.prototype.render = function () {\n var _a;\n var _b = this.props, ariaDescription = _b.ariaDescription, ariaLabel = _b.ariaLabel, ariaHidden = _b.ariaHidden, className = _b.className, disabled = _b.disabled, allowDisabledFocus = _b.allowDisabledFocus, primaryDisabled = _b.primaryDisabled, \n // eslint-disable-next-line deprecation/deprecation\n _c = _b.secondaryText, \n // eslint-disable-next-line deprecation/deprecation\n secondaryText = _c === void 0 ? this.props.description : _c, href = _b.href, iconProps = _b.iconProps, menuIconProps = _b.menuIconProps, styles = _b.styles, checked = _b.checked, variantClassName = _b.variantClassName, theme = _b.theme, toggle = _b.toggle, getClassNames = _b.getClassNames, role = _b.role;\n var menuHidden = this.state.menuHidden;\n // Button is disabled if the whole button (in case of splitButton is disabled) or if the primary action is disabled\n var isPrimaryButtonDisabled = disabled || primaryDisabled;\n this._classNames = getClassNames\n ? getClassNames(theme, className, variantClassName, iconProps && iconProps.className, menuIconProps && menuIconProps.className, isPrimaryButtonDisabled, checked, !menuHidden, !!this.props.menuProps, this.props.split, !!allowDisabledFocus)\n : getBaseButtonClassNames(theme, styles, className, variantClassName, iconProps && iconProps.className, menuIconProps && menuIconProps.className, isPrimaryButtonDisabled, !!this.props.menuProps, checked, !menuHidden, this.props.split);\n var _d = this, _ariaDescriptionId = _d._ariaDescriptionId, _labelId = _d._labelId, _descriptionId = _d._descriptionId;\n // Anchor tag cannot be disabled hence in disabled state rendering\n // anchor button as normal button\n var renderAsAnchor = !isPrimaryButtonDisabled && !!href;\n var tag = renderAsAnchor ? 'a' : 'button';\n var nativeProps = getNativeProps(\n // eslint-disable-next-line deprecation/deprecation\n assign(renderAsAnchor ? {} : { type: 'button' }, this.props.rootProps, this.props), renderAsAnchor ? anchorProperties : buttonProperties, [\n 'disabled',\n ]);\n // Check for ariaLabel passed in via Button props, and fall back to aria-label passed in via native props\n var resolvedAriaLabel = ariaLabel || nativeProps['aria-label'];\n // Check for ariaDescription, secondaryText or aria-describedby in the native props to determine source of\n // aria-describedby. Otherwise default to undefined so property does not appear in output.\n var ariaDescribedBy = undefined;\n if (ariaDescription) {\n ariaDescribedBy = _ariaDescriptionId;\n }\n else if (secondaryText && this.props.onRenderDescription !== nullRender) {\n // for buttons like CompoundButton with a valid onRenderDescription, we need to set an ariaDescribedBy\n // for buttons that do not render anything (via nullRender), we should not set an ariaDescribedBy\n ariaDescribedBy = _descriptionId;\n }\n else if (nativeProps['aria-describedby']) {\n ariaDescribedBy = nativeProps['aria-describedby'];\n }\n // If an explicit ariaLabel is given, use that as the label and we're done.\n // If an explicit aria-labelledby is given, use that and we're done.\n // If any kind of description is given (which will end up as an aria-describedby attribute),\n // set the labelledby element. Otherwise, the button is labeled implicitly by the descendent\n // text on the button (if it exists). Never set both aria-label and aria-labelledby.\n var ariaLabelledBy = undefined;\n if (!resolvedAriaLabel) {\n if (nativeProps['aria-labelledby']) {\n ariaLabelledBy = nativeProps['aria-labelledby'];\n }\n else if (ariaDescribedBy) {\n ariaLabelledBy = this._hasText() ? _labelId : undefined;\n }\n }\n var dataIsFocusable = this.props['data-is-focusable'] === false || (disabled && !allowDisabledFocus) || this._isSplitButton\n ? false\n : true;\n var isCheckboxTypeRole = role === 'menuitemcheckbox' || role === 'checkbox';\n // if isCheckboxTypeRole, always return a checked value.\n // Otherwise only return checked value if toggle is set to true.\n // This is because role=\"checkbox\" always needs to have an aria-checked value\n // but our checked prop only sets aria-pressed if we mark the button as a toggle=\"true\"\n var checkedOrPressedValue = isCheckboxTypeRole ? !!checked : toggle === true ? !!checked : undefined;\n var buttonProps = assign(nativeProps, (_a = {\n className: this._classNames.root,\n // eslint-disable-next-line deprecation/deprecation\n ref: this._mergedRef(this.props.elementRef, this._buttonElement),\n disabled: isPrimaryButtonDisabled && !allowDisabledFocus,\n onKeyDown: this._onKeyDown,\n onKeyPress: this._onKeyPress,\n onKeyUp: this._onKeyUp,\n onMouseDown: this._onMouseDown,\n onMouseUp: this._onMouseUp,\n onClick: this._onClick,\n 'aria-label': resolvedAriaLabel,\n 'aria-labelledby': ariaLabelledBy,\n 'aria-describedby': ariaDescribedBy,\n 'aria-disabled': isPrimaryButtonDisabled,\n 'data-is-focusable': dataIsFocusable\n },\n // aria-pressed attribute should only be present for toggle buttons\n // aria-checked attribute should only be present for toggle buttons with checkbox type role\n _a[isCheckboxTypeRole ? 'aria-checked' : 'aria-pressed'] = checkedOrPressedValue,\n _a));\n if (ariaHidden) {\n buttonProps['aria-hidden'] = true;\n }\n if (this._isSplitButton) {\n return this._onRenderSplitButtonContent(tag, buttonProps);\n }\n else if (this.props.menuProps) {\n assign(buttonProps, {\n 'aria-expanded': !menuHidden,\n 'aria-owns': !menuHidden ? this._labelId + '-menu' : null,\n 'aria-haspopup': true,\n });\n }\n return this._onRenderContent(tag, buttonProps);\n };\n BaseButton.prototype.componentDidMount = function () {\n // For split buttons, touching anywhere in the button should drop the dropdown, which should contain the\n // primary action. This gives more hit target space for touch environments. We're setting the onpointerdown here,\n // because React does not support Pointer events yet.\n if (this._isSplitButton && this._splitButtonContainer.current) {\n if ('onpointerdown' in this._splitButtonContainer.current) {\n this._events.on(this._splitButtonContainer.current, 'pointerdown', this._onPointerDown, true);\n }\n if ('onpointerup' in this._splitButtonContainer.current && this.props.onPointerUp) {\n this._events.on(this._splitButtonContainer.current, 'pointerup', this.props.onPointerUp, true);\n }\n }\n };\n BaseButton.prototype.componentDidUpdate = function (prevProps, prevState) {\n // If Button's menu was closed, run onAfterMenuDismiss.\n if (this.props.onAfterMenuDismiss && !prevState.menuHidden && this.state.menuHidden) {\n this.props.onAfterMenuDismiss();\n }\n };\n BaseButton.prototype.componentWillUnmount = function () {\n this._async.dispose();\n this._events.dispose();\n };\n BaseButton.prototype.focus = function () {\n if (this._isSplitButton && this._splitButtonContainer.current) {\n setFocusVisibility(true);\n this._splitButtonContainer.current.focus();\n }\n else if (this._buttonElement.current) {\n setFocusVisibility(true);\n this._buttonElement.current.focus();\n }\n };\n BaseButton.prototype.dismissMenu = function () {\n this._dismissMenu();\n };\n BaseButton.prototype.openMenu = function (shouldFocusOnContainer, shouldFocusOnMount) {\n this._openMenu(shouldFocusOnContainer, shouldFocusOnMount);\n };\n BaseButton.prototype._onRenderContent = function (tag, buttonProps) {\n var _this = this;\n var props = this.props;\n var Tag = tag;\n var menuIconProps = props.menuIconProps, menuProps = props.menuProps, _a = props.onRenderIcon, onRenderIcon = _a === void 0 ? this._onRenderIcon : _a, _b = props.onRenderAriaDescription, onRenderAriaDescription = _b === void 0 ? this._onRenderAriaDescription : _b, _c = props.onRenderChildren, onRenderChildren = _c === void 0 ? this._onRenderChildren : _c, \n // eslint-disable-next-line deprecation/deprecation\n _d = props.onRenderMenu, \n // eslint-disable-next-line deprecation/deprecation\n onRenderMenu = _d === void 0 ? this._onRenderMenu : _d, _e = props.onRenderMenuIcon, onRenderMenuIcon = _e === void 0 ? this._onRenderMenuIcon : _e, disabled = props.disabled;\n var keytipProps = props.keytipProps;\n if (keytipProps && menuProps) {\n keytipProps = this._getMemoizedMenuButtonKeytipProps(keytipProps);\n }\n var Button = function (keytipAttributes) { return (React.createElement(Tag, __assign({}, buttonProps, keytipAttributes),\n React.createElement(\"span\", { className: _this._classNames.flexContainer, \"data-automationid\": \"splitbuttonprimary\" },\n onRenderIcon(props, _this._onRenderIcon),\n _this._onRenderTextContents(),\n onRenderAriaDescription(props, _this._onRenderAriaDescription),\n onRenderChildren(props, _this._onRenderChildren),\n !_this._isSplitButton &&\n (menuProps || menuIconProps || _this.props.onRenderMenuIcon) &&\n onRenderMenuIcon(_this.props, _this._onRenderMenuIcon),\n menuProps &&\n !menuProps.doNotLayer &&\n _this._shouldRenderMenu() &&\n onRenderMenu(menuProps, _this._onRenderMenu)))); };\n var Content = keytipProps ? (\n // If we're making a split button, we won't put the keytip here\n React.createElement(KeytipData, { keytipProps: !this._isSplitButton ? keytipProps : undefined, ariaDescribedBy: buttonProps['aria-describedby'], disabled: disabled }, function (keytipAttributes) { return Button(keytipAttributes); })) : (Button());\n if (menuProps && menuProps.doNotLayer) {\n return (React.createElement(\"span\", { style: { display: 'inline-block' } },\n Content,\n this._shouldRenderMenu() && onRenderMenu(menuProps, this._onRenderMenu)));\n }\n return (React.createElement(React.Fragment, null,\n Content,\n React.createElement(FocusRects, null)));\n };\n /**\n * Method to help determine if the menu's component tree should\n * be rendered. It takes into account whether the menu is expanded,\n * whether it is a persisted menu and whether it has been shown to the user.\n */\n BaseButton.prototype._shouldRenderMenu = function () {\n var menuHidden = this.state.menuHidden;\n // eslint-disable-next-line deprecation/deprecation\n var _a = this.props, persistMenu = _a.persistMenu, renderPersistedMenuHiddenOnMount = _a.renderPersistedMenuHiddenOnMount;\n if (!menuHidden) {\n // Always should render a menu when it is expanded\n return true;\n }\n else if (persistMenu && (this._renderedVisibleMenu || renderPersistedMenuHiddenOnMount)) {\n // _renderedVisibleMenu ensures that the first rendering of\n // the menu happens on-screen, as edge's scrollbar calculations are off if done while hidden.\n return true;\n }\n return false;\n };\n BaseButton.prototype._hasText = function () {\n // _onRenderTextContents and _onRenderText do not perform the same checks. Below is parity with what _onRenderText\n // used to have before the refactor that introduced this function. _onRenderTextContents does not require props.\n // text to be undefined in order for props.children to be used as a fallback.\n // Purely a code maintainability/reuse issue, but logged as Issue #4979.\n return this.props.text !== null && (this.props.text !== undefined || typeof this.props.children === 'string');\n };\n BaseButton.prototype._onRenderSplitButtonContent = function (tag, buttonProps) {\n var _this = this;\n var _a = this.props, _b = _a.styles, styles = _b === void 0 ? {} : _b, disabled = _a.disabled, allowDisabledFocus = _a.allowDisabledFocus, checked = _a.checked, getSplitButtonClassNames = _a.getSplitButtonClassNames, primaryDisabled = _a.primaryDisabled, menuProps = _a.menuProps, toggle = _a.toggle, role = _a.role, primaryActionButtonProps = _a.primaryActionButtonProps;\n var keytipProps = this.props.keytipProps;\n var menuHidden = this.state.menuHidden;\n var classNames = getSplitButtonClassNames\n ? getSplitButtonClassNames(!!disabled, !menuHidden, !!checked, !!allowDisabledFocus)\n : styles && getBaseSplitButtonClassNames(styles, !!disabled, !menuHidden, !!checked, !!primaryDisabled);\n assign(buttonProps, {\n onClick: undefined,\n onPointerDown: undefined,\n onPointerUp: undefined,\n tabIndex: -1,\n 'data-is-focusable': false,\n });\n if (keytipProps && menuProps) {\n keytipProps = this._getMemoizedMenuButtonKeytipProps(keytipProps);\n }\n var containerProps = getNativeProps(buttonProps, [], ['disabled']);\n // Add additional props to apply on primary action button\n if (primaryActionButtonProps) {\n assign(buttonProps, primaryActionButtonProps);\n }\n var SplitButton = function (keytipAttributes) { return (React.createElement(\"div\", __assign({}, containerProps, { \"data-ktp-target\": keytipAttributes ? keytipAttributes['data-ktp-target'] : undefined, role: role ? role : 'button', \"aria-disabled\": disabled, \"aria-haspopup\": true, \"aria-expanded\": !menuHidden, \"aria-pressed\": toggle ? !!checked : undefined, \"aria-describedby\": mergeAriaAttributeValues(buttonProps['aria-describedby'], keytipAttributes ? keytipAttributes['aria-describedby'] : undefined), className: classNames && classNames.splitButtonContainer, onKeyDown: _this._onSplitButtonContainerKeyDown, onTouchStart: _this._onTouchStart, ref: _this._splitButtonContainer, \"data-is-focusable\": true, onClick: !disabled && !primaryDisabled ? _this._onSplitButtonPrimaryClick : undefined, tabIndex: (!disabled && !primaryDisabled) || allowDisabledFocus ? 0 : undefined, \"aria-roledescription\": buttonProps['aria-roledescription'], onFocusCapture: _this._onSplitContainerFocusCapture }),\n React.createElement(\"span\", { style: { display: 'flex' } },\n _this._onRenderContent(tag, buttonProps),\n _this._onRenderSplitButtonMenuButton(classNames, keytipAttributes),\n _this._onRenderSplitButtonDivider(classNames)))); };\n return keytipProps ? (React.createElement(KeytipData, { keytipProps: keytipProps, disabled: disabled }, function (keytipAttributes) { return SplitButton(keytipAttributes); })) : (SplitButton());\n };\n BaseButton.prototype._onRenderSplitButtonDivider = function (classNames) {\n if (classNames && classNames.divider) {\n var onClick = function (ev) {\n ev.stopPropagation();\n };\n return React.createElement(\"span\", { className: classNames.divider, \"aria-hidden\": true, onClick: onClick });\n }\n return null;\n };\n BaseButton.prototype._onRenderSplitButtonMenuButton = function (classNames, keytipAttributes) {\n var _a = this.props, allowDisabledFocus = _a.allowDisabledFocus, checked = _a.checked, disabled = _a.disabled, splitButtonMenuProps = _a.splitButtonMenuProps, splitButtonAriaLabel = _a.splitButtonAriaLabel, primaryDisabled = _a.primaryDisabled;\n var menuHidden = this.state.menuHidden;\n var menuIconProps = this.props.menuIconProps;\n if (menuIconProps === undefined) {\n menuIconProps = {\n iconName: 'ChevronDown',\n };\n }\n var splitButtonProps = __assign(__assign({}, splitButtonMenuProps), { styles: classNames, checked: checked, disabled: disabled, allowDisabledFocus: allowDisabledFocus, onClick: this._onMenuClick, menuProps: undefined, iconProps: __assign(__assign({}, menuIconProps), { className: this._classNames.menuIcon }), ariaLabel: splitButtonAriaLabel, 'aria-haspopup': true, 'aria-expanded': !menuHidden, 'data-is-focusable': false });\n // Add data-ktp-execute-target to the split button if the keytip is defined\n return (React.createElement(BaseButton, __assign({}, splitButtonProps, { \"data-ktp-execute-target\": keytipAttributes ? keytipAttributes['data-ktp-execute-target'] : keytipAttributes, onMouseDown: this._onMouseDown, tabIndex: primaryDisabled && !allowDisabledFocus ? 0 : -1 })));\n };\n BaseButton.prototype._onPointerDown = function (ev) {\n var onPointerDown = this.props.onPointerDown;\n if (onPointerDown) {\n onPointerDown(ev);\n }\n if (ev.pointerType === 'touch') {\n this._handleTouchAndPointerEvent();\n ev.preventDefault();\n ev.stopImmediatePropagation();\n }\n };\n BaseButton.prototype._handleTouchAndPointerEvent = function () {\n var _this = this;\n // If we already have an existing timeout from a previous touch and pointer event\n // cancel that timeout so we can set a new one.\n if (this._lastTouchTimeoutId !== undefined) {\n this._async.clearTimeout(this._lastTouchTimeoutId);\n this._lastTouchTimeoutId = undefined;\n }\n this._processingTouch = true;\n this._lastTouchTimeoutId = this._async.setTimeout(function () {\n _this._processingTouch = false;\n _this._lastTouchTimeoutId = undefined;\n // Touch and pointer events don't focus the button naturally,\n // so adding an imperative focus call to guarantee this behavior.\n _this.focus();\n }, TouchIdleDelay);\n };\n /**\n * Returns if the user hits a valid keyboard key to open the menu\n * @param ev - the keyboard event\n * @returns True if user clicks on custom trigger key if enabled or alt + down arrow if not. False otherwise.\n */\n BaseButton.prototype._isValidMenuOpenKey = function (ev) {\n if (this.props.menuTriggerKeyCode) {\n return ev.which === this.props.menuTriggerKeyCode;\n }\n else if (this.props.menuProps) {\n return ev.which === KeyCodes.down && (ev.altKey || ev.metaKey);\n }\n // Note: When enter is pressed, we will let the event continue to propagate\n // to trigger the onClick event on the button\n return false;\n };\n BaseButton.defaultProps = {\n baseClassName: 'ms-Button',\n styles: {},\n split: false,\n };\n return BaseButton;\n}(React.Component));\nexport { BaseButton };\n//# sourceMappingURL=BaseButton.js.map"
},
{
"id": "zLl/",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/Callout.js",
"index": 276,
"index2": 284,
"size": 789,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"issuerId": "z2r6",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "lB5j",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/ContextualMenu.js"
},
{
"id": "2bYP",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/index.js"
},
{
"id": "IypE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.base.js"
},
{
"id": "Bswb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Callout.js"
},
{
"id": "z2r6",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony side effect evaluation",
"userRequest": "./Callout",
"loc": "3:0-36"
},
{
"moduleId": "QpUN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/FocusTrapCallout.js",
"type": "harmony import specifier",
"userRequest": "./Callout",
"loc": "10:32-39"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./Callout",
"loc": "1:0-26"
},
{
"moduleId": "z2r6",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Callout/index.js",
"type": "harmony export imported specifier",
"userRequest": "./Callout",
"loc": "1:0-26"
}
],
"providedExports": [
"Callout"
],
"optimizationBailout": [],
"depth": 12,
"source": "import { __assign, __extends, __rest } from \"tslib\";\nimport * as React from 'react';\nimport { CalloutContent } from './CalloutContent';\nimport { Layer } from '../../Layer';\nvar Callout = /** @class */ (function (_super) {\n __extends(Callout, _super);\n function Callout() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Callout.prototype.render = function () {\n var _a = this.props, layerProps = _a.layerProps, rest = __rest(_a, [\"layerProps\"]);\n var content = React.createElement(CalloutContent, __assign({}, rest));\n return this.props.doNotLayer ? content : React.createElement(Layer, __assign({}, layerProps), content);\n };\n return Callout;\n}(React.Component));\nexport { Callout };\n//# sourceMappingURL=Callout.js.map"
},
{
"id": "zQaE",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/on.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/on.js",
"index": 108,
"index2": 98,
"size": 246,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/on",
"loc": "11:0-25"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/on",
"loc": "11:0-25"
}
],
"providedExports": [
"on"
],
"optimizationBailout": [],
"depth": 9,
"source": "export function on(element, eventName, callback, options) {\n element.addEventListener(eventName, callback, options);\n return function () { return element.removeEventListener(eventName, callback, options); };\n}\n//# sourceMappingURL=on.js.map"
},
{
"id": "zS9i",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"name": "./node_modules/@uifabric/merge-styles/lib/styleToClassName.js",
"index": 57,
"index2": 50,
"size": 10496,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"issuerId": "01ST",
"issuerName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "9h5o",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/classNamesFunction.js",
"name": "./node_modules/@uifabric/utilities/lib/classNamesFunction.js"
},
{
"id": "65oB",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/index.js",
"name": "./node_modules/@uifabric/merge-styles/lib/index.js"
},
{
"id": "01ST",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"name": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony side effect evaluation",
"userRequest": "./styleToClassName",
"loc": "4:0-76"
},
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony import specifier",
"userRequest": "./styleToClassName",
"loc": "47:35-54"
},
{
"moduleId": "01ST",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyleSets.js",
"type": "harmony import specifier",
"userRequest": "./styleToClassName",
"loc": "61:12-29"
},
{
"moduleId": "6/CH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/fontFace.js",
"module": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"type": "harmony side effect evaluation",
"userRequest": "./styleToClassName",
"loc": "3:0-58"
},
{
"moduleId": "6/CH",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/fontFace.js",
"module": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/fontFace.js",
"type": "harmony import specifier",
"userRequest": "./styleToClassName",
"loc": "9:56-76"
},
{
"moduleId": "KZYN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"module": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"type": "harmony side effect evaluation",
"userRequest": "./styleToClassName",
"loc": "3:0-58"
},
{
"moduleId": "KZYN",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/keyframes.js",
"module": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/keyframes.js",
"type": "harmony import specifier",
"userRequest": "./styleToClassName",
"loc": "15:39-59"
},
{
"moduleId": "YDzY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"type": "harmony side effect evaluation",
"userRequest": "./styleToClassName",
"loc": "3:0-54"
},
{
"moduleId": "YDzY",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"module": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"moduleName": "./node_modules/@uifabric/merge-styles/lib/mergeStyles.js",
"type": "harmony import specifier",
"userRequest": "./styleToClassName",
"loc": "26:21-37"
}
],
"providedExports": [
"serializeRuleEntries",
"styleToRegistration",
"applyRegistration",
"styleToClassName"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { __spreadArrays } from \"tslib\";\nimport { Stylesheet } from './Stylesheet';\nimport { kebabRules } from './transforms/kebabRules';\nimport { prefixRules } from './transforms/prefixRules';\nimport { provideUnits } from './transforms/provideUnits';\nimport { rtlifyRules } from './transforms/rtlifyRules';\nvar DISPLAY_NAME = 'displayName';\nfunction getDisplayName(rules) {\n var rootStyle = rules && rules['&'];\n return rootStyle ? rootStyle.displayName : undefined;\n}\nvar globalSelectorRegExp = /\\:global\\((.+?)\\)/g;\n/**\n * Finds comma separated selectors in a :global() e.g. \":global(.class1, .class2, .class3)\"\n * and wraps them each in their own global \":global(.class1), :global(.class2), :global(.class3)\"\n *\n * @param selectorWithGlobals The selector to process\n * @returns The updated selector\n */\nfunction expandCommaSeparatedGlobals(selectorWithGlobals) {\n // We the selector does not have a :global() we can shortcut\n if (!globalSelectorRegExp.test(selectorWithGlobals)) {\n return selectorWithGlobals;\n }\n var replacementInfo = [];\n var findGlobal = /\\:global\\((.+?)\\)/g;\n var match = null;\n // Create a result list for global selectors so we can replace them.\n while ((match = findGlobal.exec(selectorWithGlobals))) {\n // Only if the found selector is a comma separated list we'll process it.\n if (match[1].indexOf(',') > -1) {\n replacementInfo.push([\n match.index,\n match.index + match[0].length,\n // Wrap each of the found selectors in :global()\n match[1]\n .split(',')\n .map(function (v) { return \":global(\" + v.trim() + \")\"; })\n .join(', '),\n ]);\n }\n }\n // Replace the found selectors with their wrapped variants in reverse order\n return replacementInfo\n .reverse()\n .reduce(function (selector, _a) {\n var matchIndex = _a[0], matchEndIndex = _a[1], replacement = _a[2];\n var prefix = selector.slice(0, matchIndex);\n var suffix = selector.slice(matchEndIndex);\n return prefix + replacement + suffix;\n }, selectorWithGlobals);\n}\nfunction expandSelector(newSelector, currentSelector) {\n if (newSelector.indexOf(':global(') >= 0) {\n return newSelector.replace(globalSelectorRegExp, '$1');\n }\n else if (newSelector.indexOf(':') === 0) {\n return currentSelector + newSelector;\n }\n else if (newSelector.indexOf('&') < 0) {\n return currentSelector + ' ' + newSelector;\n }\n return newSelector;\n}\nfunction extractSelector(currentSelector, rules, selector, value) {\n if (rules === void 0) { rules = { __order: [] }; }\n if (selector.indexOf('@') === 0) {\n selector = selector + '{' + currentSelector;\n extractRules([value], rules, selector);\n }\n else if (selector.indexOf(',') > -1) {\n expandCommaSeparatedGlobals(selector)\n .split(',')\n .map(function (s) { return s.trim(); })\n .forEach(function (separatedSelector) {\n return extractRules([value], rules, expandSelector(separatedSelector, currentSelector));\n });\n }\n else {\n extractRules([value], rules, expandSelector(selector, currentSelector));\n }\n}\nfunction extractRules(args, rules, currentSelector) {\n if (rules === void 0) { rules = { __order: [] }; }\n if (currentSelector === void 0) { currentSelector = '&'; }\n var stylesheet = Stylesheet.getInstance();\n var currentRules = rules[currentSelector];\n if (!currentRules) {\n currentRules = {};\n rules[currentSelector] = currentRules;\n rules.__order.push(currentSelector);\n }\n for (var _i = 0, args_1 = args; _i < args_1.length; _i++) {\n var arg = args_1[_i];\n // If the arg is a string, we need to look up the class map and merge.\n if (typeof arg === 'string') {\n var expandedRules = stylesheet.argsFromClassName(arg);\n if (expandedRules) {\n extractRules(expandedRules, rules, currentSelector);\n }\n // Else if the arg is an array, we need to recurse in.\n }\n else if (Array.isArray(arg)) {\n extractRules(arg, rules, currentSelector);\n }\n else {\n for (var prop in arg) {\n if (arg.hasOwnProperty(prop)) {\n var propValue = arg[prop];\n if (prop === 'selectors') {\n // every child is a selector.\n var selectors = arg.selectors;\n for (var newSelector in selectors) {\n if (selectors.hasOwnProperty(newSelector)) {\n extractSelector(currentSelector, rules, newSelector, selectors[newSelector]);\n }\n }\n }\n else if (typeof propValue === 'object') {\n // prop is a selector.\n if (propValue !== null) {\n extractSelector(currentSelector, rules, prop, propValue);\n }\n }\n else {\n if (propValue !== undefined) {\n // Else, add the rule to the currentSelector.\n if (prop === 'margin' || prop === 'padding') {\n expandQuads(currentRules, prop, propValue);\n }\n else {\n currentRules[prop] = propValue;\n }\n }\n }\n }\n }\n }\n }\n return rules;\n}\nfunction expandQuads(currentRules, name, value) {\n var parts = typeof value === 'string' ? value.split(' ') : [value];\n currentRules[name + 'Top'] = parts[0];\n currentRules[name + 'Right'] = parts[1] || parts[0];\n currentRules[name + 'Bottom'] = parts[2] || parts[0];\n currentRules[name + 'Left'] = parts[3] || parts[1] || parts[0];\n}\nfunction getKeyForRules(options, rules) {\n var serialized = [options.rtl ? 'rtl' : 'ltr'];\n var hasProps = false;\n for (var _i = 0, _a = rules.__order; _i < _a.length; _i++) {\n var selector = _a[_i];\n serialized.push(selector);\n var rulesForSelector = rules[selector];\n for (var propName in rulesForSelector) {\n if (rulesForSelector.hasOwnProperty(propName) && rulesForSelector[propName] !== undefined) {\n hasProps = true;\n serialized.push(propName, rulesForSelector[propName]);\n }\n }\n }\n return hasProps ? serialized.join('') : undefined;\n}\nfunction repeatString(target, count) {\n if (count <= 0) {\n return '';\n }\n if (count === 1) {\n return target;\n }\n return target + repeatString(target, count - 1);\n}\nexport function serializeRuleEntries(options, ruleEntries) {\n if (!ruleEntries) {\n return '';\n }\n var allEntries = [];\n for (var entry in ruleEntries) {\n if (ruleEntries.hasOwnProperty(entry) && entry !== DISPLAY_NAME && ruleEntries[entry] !== undefined) {\n allEntries.push(entry, ruleEntries[entry]);\n }\n }\n // Apply transforms.\n for (var i = 0; i < allEntries.length; i += 2) {\n kebabRules(allEntries, i);\n provideUnits(allEntries, i);\n rtlifyRules(options, allEntries, i);\n prefixRules(allEntries, i);\n }\n // Apply punctuation.\n for (var i = 1; i < allEntries.length; i += 4) {\n allEntries.splice(i, 1, ':', allEntries[i], ';');\n }\n return allEntries.join('');\n}\nexport function styleToRegistration(options) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n var rules = extractRules(args);\n var key = getKeyForRules(options, rules);\n if (key) {\n var stylesheet = Stylesheet.getInstance();\n var registration = {\n className: stylesheet.classNameFromKey(key),\n key: key,\n args: args,\n };\n if (!registration.className) {\n registration.className = stylesheet.getClassName(getDisplayName(rules));\n var rulesToInsert = [];\n for (var _a = 0, _b = rules.__order; _a < _b.length; _a++) {\n var selector = _b[_a];\n rulesToInsert.push(selector, serializeRuleEntries(options, rules[selector]));\n }\n registration.rulesToInsert = rulesToInsert;\n }\n return registration;\n }\n return undefined;\n}\n/**\n * Insert style to stylesheet.\n * @param registration Style registration.\n * @param specificityMultiplier Number of times classname selector is repeated in the css rule.\n * This is to increase css specificity in case it's needed. Default to 1.\n */\nexport function applyRegistration(registration, specificityMultiplier) {\n if (specificityMultiplier === void 0) { specificityMultiplier = 1; }\n var stylesheet = Stylesheet.getInstance();\n var className = registration.className, key = registration.key, args = registration.args, rulesToInsert = registration.rulesToInsert;\n if (rulesToInsert) {\n // rulesToInsert is an ordered array of selector/rule pairs.\n for (var i = 0; i < rulesToInsert.length; i += 2) {\n var rules = rulesToInsert[i + 1];\n if (rules) {\n var selector = rulesToInsert[i];\n selector = selector.replace(/&/g, repeatString(\".\" + registration.className, specificityMultiplier));\n // Insert. Note if a media query, we must close the query with a final bracket.\n var processedRule = selector + \"{\" + rules + \"}\" + (selector.indexOf('@') === 0 ? '}' : '');\n stylesheet.insertRule(processedRule);\n }\n }\n stylesheet.cacheClassName(className, key, args, rulesToInsert);\n }\n}\nexport function styleToClassName(options) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n var registration = styleToRegistration.apply(void 0, __spreadArrays([options], args));\n if (registration) {\n applyRegistration(registration, options.specificityMultiplier);\n return registration.className;\n }\n return '';\n}\n//# sourceMappingURL=styleToClassName.js.map"
},
{
"id": "zZ3g",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"name": "./node_modules/@uifabric/utilities/lib/dom/getVirtualParent.js",
"index": 106,
"index2": 96,
"size": 104,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"issuerId": "4aJh",
"issuerName": "./node_modules/@uifabric/utilities/lib/dom.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
},
{
"id": "4aJh",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"name": "./node_modules/@uifabric/utilities/lib/dom.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony side effect evaluation",
"userRequest": "./dom/getVirtualParent",
"loc": "8:0-39"
},
{
"moduleId": "4aJh",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/dom.js",
"module": "./node_modules/@uifabric/utilities/lib/dom.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/dom.js",
"type": "harmony export imported specifier",
"userRequest": "./dom/getVirtualParent",
"loc": "8:0-39"
}
],
"providedExports": [
"getVirtualParent"
],
"optimizationBailout": [],
"depth": 9,
"source": "export { getVirtualParent } from '@fluentui/dom-utilities';\n//# sourceMappingURL=getVirtualParent.js.map"
},
{
"id": "zmAb",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/ie11Detector.js",
"name": "./node_modules/@uifabric/utilities/lib/ie11Detector.js",
"index": 156,
"index2": 148,
"size": 385,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"issuerId": "ZQy9",
"issuerName": "./node_modules/@uifabric/utilities/lib/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "AQiI",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPicker.js"
},
{
"id": "bQ/l",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
},
{
"id": "BoHr",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/shades.js"
},
{
"id": "iRzo",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Utilities.js"
},
{
"id": "ZQy9",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"name": "./node_modules/@uifabric/utilities/lib/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./ie11Detector",
"loc": "58:0-31"
},
{
"moduleId": "ZQy9",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@uifabric/utilities/lib/index.js",
"module": "./node_modules/@uifabric/utilities/lib/index.js",
"moduleName": "./node_modules/@uifabric/utilities/lib/index.js",
"type": "harmony export imported specifier",
"userRequest": "./ie11Detector",
"loc": "58:0-31"
}
],
"providedExports": [
"isIE11"
],
"optimizationBailout": [],
"depth": 8,
"source": "import { getWindow } from './dom/getWindow';\nexport var isIE11 = function () {\n var _a, _b;\n var win = getWindow();\n if (!((_b = (_a = win) === null || _a === void 0 ? void 0 : _a.navigator) === null || _b === void 0 ? void 0 : _b.userAgent)) {\n return false;\n }\n return win.navigator.userAgent.indexOf('rv:11.0') > -1;\n};\n//# sourceMappingURL=ie11Detector.js.map"
},
{
"id": "zo/O",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/IKeytipTransitionKey.js",
"index": 315,
"index2": 297,
"size": 1342,
"cacheable": true,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerId": "U019",
"issuerName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
},
{
"id": "9QpN",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/Button.js"
},
{
"id": "gCc8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/index.js"
},
{
"id": "zKx7",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/Button/BaseButton.js"
},
{
"id": "ASEy",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/KeytipData.js"
},
{
"id": "IMrf",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/index.js"
},
{
"id": "bJL8",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/components/KeytipData/KeytipData.js"
},
{
"id": "U019",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony side effect evaluation",
"userRequest": "./IKeytipTransitionKey",
"loc": "1:0-39"
},
{
"moduleId": "U019",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"module": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/keytips/index.js",
"type": "harmony export imported specifier",
"userRequest": "./IKeytipTransitionKey",
"loc": "1:0-39"
}
],
"providedExports": [
"transitionKeysAreEqual",
"transitionKeysContain"
],
"optimizationBailout": [],
"depth": 11,
"source": "import { find } from '../../Utilities';\n/**\n * Tests for equality between two IKeytipTransitionKeys.\n *\n * @param key1 - First IKeytipTransitionKey.\n * @param key2 - Second IKeytipTransitionKey.\n * @returns T/F if the transition keys are equal.\n */\nexport function transitionKeysAreEqual(key1, key2) {\n if (key1.key !== key2.key) {\n return false;\n }\n var mod1 = key1.modifierKeys;\n var mod2 = key2.modifierKeys;\n if ((!mod1 && mod2) || (mod1 && !mod2)) {\n // Not equal if one modifier is defined and the other isn't\n return false;\n }\n if (mod1 && mod2) {\n if (mod1.length !== mod2.length) {\n return false;\n }\n // Sort both arrays\n mod1 = mod1.sort();\n mod2 = mod2.sort();\n for (var i = 0; i < mod1.length; i++) {\n if (mod1[i] !== mod2[i]) {\n return false;\n }\n }\n }\n return true;\n}\n/**\n * Tests if 'key' is present in 'keys'.\n *\n * @param keys - Array of IKeytipTransitionKey.\n * @param key - IKeytipTransitionKey to find in 'keys'.\n * @returns T/F if 'keys' contains 'key'.\n */\nexport function transitionKeysContain(keys, key) {\n return !!find(keys, function (transitionKey) {\n return transitionKeysAreEqual(transitionKey, key);\n });\n}\n//# sourceMappingURL=IKeytipTransitionKey.js.map"
},
{
"id": "zwa+",
"identifier": "external \"PropertyControlStrings\"",
"name": "external \"PropertyControlStrings\"",
"index": 166,
"index2": 161,
"size": 42,
"built": true,
"optional": false,
"prefetched": false,
"chunks": [
"svg-hero-web-part"
],
"issuer": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerId": "TPZ+",
"issuerName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"issuerPath": [
{
"id": "we3T",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/source-map-loader/index.js!/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/lib/webparts/svgHero/SvgHeroWebPart.js",
"name": "./lib/webparts/svgHero/SvgHeroWebPart.js"
},
{
"id": "jl/f",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/PropertyFieldColorPicker.js"
},
{
"id": "OU8Q",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/index.js"
},
{
"id": "TPZ+",
"identifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"name": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js"
}
],
"failed": false,
"errors": 0,
"warnings": 0,
"assets": [],
"reasons": [
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony side effect evaluation",
"userRequest": "PropertyControlStrings",
"loc": "19:0-50"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "51:73-103"
},
{
"moduleId": "TPZ+",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/propertyFields/colorPicker/PropertyFieldColorPickerHost.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "51:191-221"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony side effect evaluation",
"userRequest": "PropertyControlStrings",
"loc": "3:0-50"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "43:36-52"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "43:95-111"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "46:36-52"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "46:96-112"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "49:76-92"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "49:132-148"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "49:192-208"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "49:257-273"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "52:36-52"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "52:95-111"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "56:40-56"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "56:90-106"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "59:52-68"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "59:109-125"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "63:76-92"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "63:130-146"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "63:188-204"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "63:251-267"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "70:41-57"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "74:76-92"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "74:129-145"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "74:186-202"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "74:248-264"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "77:25-41"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "221:19-40"
},
{
"moduleId": "yVpZ",
"moduleIdentifier": "/workspaces/sp-dev-fx-webparts/samples/js-propertycontrols-svg/node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"module": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"moduleName": "./node_modules/@pnp/spfx-property-controls/lib/helpers/GeneralHelper.js",
"type": "harmony import specifier",
"userRequest": "PropertyControlStrings",
"loc": "226:72-88"
}
],
"providedExports": null,
"optimizationBailout": [],
"depth": 4
}
],
"filteredModules": 0,
"logging": {
"webpack.buildChunkGraph.visitModules": {
"entries": [],
"filteredEntries": 2,
"debug": false
}
},
"children": []
}