You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
12
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-nightly-20240702-0406.1 to 0.0.0-nightly-20240703-0406.1

6

lib-commonjs/compose/constants.js

@@ -15,7 +15,7 @@ /**

_export(exports, {
SLOT_ELEMENT_TYPE_SYMBOL: function() {
return SLOT_ELEMENT_TYPE_SYMBOL;
},
SLOT_RENDER_FUNCTION_SYMBOL: function() {
return SLOT_RENDER_FUNCTION_SYMBOL;
},
SLOT_ELEMENT_TYPE_SYMBOL: function() {
return SLOT_ELEMENT_TYPE_SYMBOL;
}

@@ -22,0 +22,0 @@ });

@@ -12,4 +12,4 @@ "use strict";

_export(exports, {
isTouchEvent: function() {
return isTouchEvent;
getEventClientCoords: function() {
return getEventClientCoords;
},

@@ -19,4 +19,4 @@ isMouseEvent: function() {

},
getEventClientCoords: function() {
return getEventClientCoords;
isTouchEvent: function() {
return isTouchEvent;
}

@@ -23,0 +23,0 @@ });

@@ -12,8 +12,50 @@ "use strict";

_export(exports, {
slot: function() {
return _index.slot;
IdPrefixProvider: function() {
return _index1.IdPrefixProvider;
},
isSlot: function() {
return _index.isSlot;
SLOT_ELEMENT_TYPE_SYMBOL: function() {
return _index.SLOT_ELEMENT_TYPE_SYMBOL;
},
SLOT_RENDER_FUNCTION_SYMBOL: function() {
return _index.SLOT_RENDER_FUNCTION_SYMBOL;
},
SSRProvider: function() {
return _index2.SSRProvider;
},
applyTriggerPropsToChildren: function() {
return _index4.applyTriggerPropsToChildren;
},
assertSlots: function() {
return _index.assertSlots;
},
canUseDOM: function() {
return _index2.canUseDOM;
},
clamp: function() {
return _index3.clamp;
},
createPriorityQueue: function() {
return _index3.createPriorityQueue;
},
elementContains: function() {
return _index7.elementContains;
},
getEventClientCoords: function() {
return _index5.getEventClientCoords;
},
getIntrinsicElementProps: function() {
return _index.getIntrinsicElementProps;
},
getNativeElementProps: function() {
return _index3.getNativeElementProps;
},
getParent: function() {
return _index7.getParent;
},
getPartitionedNativeProps: function() {
return _index3.getPartitionedNativeProps;
},
getRTLSafeKey: function() {
return _index3.getRTLSafeKey;
},
getSlots: function() {

@@ -25,22 +67,31 @@ return _index.getSlots;

},
assertSlots: function() {
return _index.assertSlots;
getTriggerChild: function() {
return _index4.getTriggerChild;
},
resolveShorthand: function() {
return _index.resolveShorthand;
isFluentTrigger: function() {
return _index4.isFluentTrigger;
},
isHTMLElement: function() {
return _index3.isHTMLElement;
},
isInteractiveHTMLElement: function() {
return _index3.isInteractiveHTMLElement;
},
isMouseEvent: function() {
return _index5.isMouseEvent;
},
isResolvedShorthand: function() {
return _index.isResolvedShorthand;
},
getIntrinsicElementProps: function() {
return _index.getIntrinsicElementProps;
isSlot: function() {
return _index.isSlot;
},
SLOT_ELEMENT_TYPE_SYMBOL: function() {
return _index.SLOT_ELEMENT_TYPE_SYMBOL;
isTouchEvent: function() {
return _index5.isTouchEvent;
},
SLOT_RENDER_FUNCTION_SYMBOL: function() {
return _index.SLOT_RENDER_FUNCTION_SYMBOL;
mergeCallbacks: function() {
return _index3.mergeCallbacks;
},
IdPrefixProvider: function() {
return _index1.IdPrefixProvider;
omit: function() {
return _index3.omit;
},

@@ -50,2 +101,11 @@ resetIdsForTests: function() {

},
resolveShorthand: function() {
return _index.resolveShorthand;
},
setVirtualParent: function() {
return _index7.setVirtualParent;
},
slot: function() {
return _index.slot;
},
useAnimationFrame: function() {

@@ -69,2 +129,5 @@ return _index1.useAnimationFrame;

},
useIsSSR: function() {
return _index2.useIsSSR;
},
useIsomorphicLayoutEffect: function() {

@@ -88,70 +151,7 @@ return _index1.useIsomorphicLayoutEffect;

},
useTimeout: function() {
return _index1.useTimeout;
},
canUseDOM: function() {
return _index2.canUseDOM;
},
useIsSSR: function() {
return _index2.useIsSSR;
},
SSRProvider: function() {
return _index2.SSRProvider;
},
clamp: function() {
return _index3.clamp;
},
getNativeElementProps: function() {
return _index3.getNativeElementProps;
},
getPartitionedNativeProps: function() {
return _index3.getPartitionedNativeProps;
},
getRTLSafeKey: function() {
return _index3.getRTLSafeKey;
},
mergeCallbacks: function() {
return _index3.mergeCallbacks;
},
isHTMLElement: function() {
return _index3.isHTMLElement;
},
isInteractiveHTMLElement: function() {
return _index3.isInteractiveHTMLElement;
},
omit: function() {
return _index3.omit;
},
createPriorityQueue: function() {
return _index3.createPriorityQueue;
},
applyTriggerPropsToChildren: function() {
return _index4.applyTriggerPropsToChildren;
},
getTriggerChild: function() {
return _index4.getTriggerChild;
},
isFluentTrigger: function() {
return _index4.isFluentTrigger;
},
isTouchEvent: function() {
return _index5.isTouchEvent;
},
isMouseEvent: function() {
return _index5.isMouseEvent;
},
getEventClientCoords: function() {
return _index5.getEventClientCoords;
},
useSelection: function() {
return _index6.useSelection;
},
elementContains: function() {
return _index7.elementContains;
},
setVirtualParent: function() {
return _index7.setVirtualParent;
},
getParent: function() {
return _index7.getParent;
useTimeout: function() {
return _index1.useTimeout;
}

@@ -158,0 +158,0 @@ });

@@ -12,16 +12,16 @@ "use strict";

_export(exports, {
defaultSSRContextValue: function() {
return defaultSSRContextValue;
},
SSRContext: function() {
return SSRContext;
},
useSSRContext: function() {
return useSSRContext;
},
SSRProvider: function() {
return SSRProvider;
},
defaultSSRContextValue: function() {
return defaultSSRContextValue;
},
useIsSSR: function() {
return useIsSSR;
},
useSSRContext: function() {
return useSSRContext;
}

@@ -28,0 +28,0 @@ });

@@ -12,2 +12,8 @@ "use strict";

_export(exports, {
anchorProperties: function() {
return anchorProperties;
},
audioProperties: function() {
return audioProperties;
},
baseElementEvents: function() {

@@ -19,82 +25,76 @@ return baseElementEvents;

},
microdataProperties: function() {
return microdataProperties;
buttonProperties: function() {
return buttonProperties;
},
htmlElementProperties: function() {
return htmlElementProperties;
colGroupProperties: function() {
return colGroupProperties;
},
labelProperties: function() {
return labelProperties;
colProperties: function() {
return colProperties;
},
audioProperties: function() {
return audioProperties;
dialogProperties: function() {
return dialogProperties;
},
videoProperties: function() {
return videoProperties;
divProperties: function() {
return divProperties;
},
olProperties: function() {
return olProperties;
fieldsetProperties: function() {
return fieldsetProperties;
},
liProperties: function() {
return liProperties;
formProperties: function() {
return formProperties;
},
anchorProperties: function() {
return anchorProperties;
getNativeProps: function() {
return getNativeProps;
},
timeProperties: function() {
return timeProperties;
htmlElementProperties: function() {
return htmlElementProperties;
},
buttonProperties: function() {
return buttonProperties;
iframeProperties: function() {
return iframeProperties;
},
imgProperties: function() {
return imgProperties;
},
inputProperties: function() {
return inputProperties;
},
textAreaProperties: function() {
return textAreaProperties;
labelProperties: function() {
return labelProperties;
},
selectProperties: function() {
return selectProperties;
liProperties: function() {
return liProperties;
},
microdataProperties: function() {
return microdataProperties;
},
olProperties: function() {
return olProperties;
},
optionProperties: function() {
return optionProperties;
},
selectProperties: function() {
return selectProperties;
},
tableProperties: function() {
return tableProperties;
},
trProperties: function() {
return trProperties;
},
thProperties: function() {
return thProperties;
},
tdProperties: function() {
return tdProperties;
},
colGroupProperties: function() {
return colGroupProperties;
textAreaProperties: function() {
return textAreaProperties;
},
colProperties: function() {
return colProperties;
thProperties: function() {
return thProperties;
},
fieldsetProperties: function() {
return fieldsetProperties;
timeProperties: function() {
return timeProperties;
},
formProperties: function() {
return formProperties;
trProperties: function() {
return trProperties;
},
iframeProperties: function() {
return iframeProperties;
},
imgProperties: function() {
return imgProperties;
},
dialogProperties: function() {
return dialogProperties;
},
divProperties: function() {
return divProperties;
},
getNativeProps: function() {
return getNativeProps;
videoProperties: function() {
return videoProperties;
}

@@ -101,0 +101,0 @@ });

@@ -21,5 +21,8 @@ /**

// eslint-disable-next-line @typescript-eslint/no-explicit-any
"use strict";
/**
* @internal
* If type T includes `null`, remove it and add `undefined` instead.
*/ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});

@@ -21,2 +21,5 @@ /**

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export { };
/**
* @internal
* If type T includes `null`, remove it and add `undefined` instead.
*/ export { };
{
"name": "@fluentui/react-utilities",
"version": "0.0.0-nightly-20240702-0406.1",
"version": "0.0.0-nightly-20240703-0406.1",
"description": "A set of general React-specific utilities.",

@@ -34,4 +34,4 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/keyboard-keys": "0.0.0-nightly-20240702-0406.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240702-0406.1",
"@fluentui/keyboard-keys": "0.0.0-nightly-20240703-0406.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240703-0406.1",
"@swc/helpers": "^0.5.1"

@@ -38,0 +38,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc