Socket
Socket
Sign inDemoInstall

@fluentui/react-tabster

Package Overview
Dependencies
Maintainers
12
Versions
863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-tabster - npm Package Compare versions

Comparing version 9.0.0-alpha.19 to 9.0.0-alpha.20

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Fri, 23 Apr 2021 07:30:56 GMT",
"date": "Wed, 28 Apr 2021 07:30:49 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.20",
"version": "9.0.0-alpha.20",
"comments": {
"prerelease": [
{
"comment": "chore: bump tabster in react-tabster",
"author": "olfedias@microsoft.com",
"commit": "cabcb25b3329ad3e8536f798ceaabcd1ee93e1b4",
"package": "@fluentui/react-tabster"
}
]
}
},
{
"date": "Fri, 23 Apr 2021 07:37:10 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.19",

@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.19",

# Change Log - @fluentui/react-tabster
This log was last generated on Fri, 23 Apr 2021 07:30:56 GMT and should not be manually modified.
This log was last generated on Wed, 28 Apr 2021 07:30:49 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.20)
Wed, 28 Apr 2021 07:30:49 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.19..@fluentui/react-tabster_v9.0.0-alpha.20)
### Changes
- chore: bump tabster in react-tabster ([PR #17971](https://github.com/microsoft/fluentui/pull/17971) by olfedias@microsoft.com)
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.19)
Fri, 23 Apr 2021 07:30:56 GMT
Fri, 23 Apr 2021 07:37:10 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.18..@fluentui/react-tabster_v9.0.0-alpha.19)

@@ -11,0 +20,0 @@

17

dist/react-tabster.d.ts

@@ -32,15 +32,14 @@ import { Types } from 'tabster';

* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
export declare const useTabsterAttributes: (props: Partial<{
deloser: import("tabster/dist/Types").DeloserBasicProps;
root: import("tabster/dist/Types").RootBasicProps;
modalizer: import("tabster/dist/Types").ModalizerBasicProps;
focusable: import("tabster/dist/Types").FocusableProps;
groupper: import("tabster/dist/Types").GroupperBasicProps;
deloser: Types.DeloserBasicProps;
root: Types.RootBasicProps;
modalizer: Types.ModalizerBasicProps;
focusable: Types.FocusableProps;
groupper: Types.GroupperBasicProps;
uberGroupper: true;
observed: import("tabster/dist/Types").ObservedElementBasicProps;
outline: import("tabster/dist/Types").OutlinedElementProps;
}> | null, plain?: false | undefined) => import("tabster/dist/Types").TabsterDOMAttribute;
observed: Types.ObservedElementBasicProps;
outline: Types.OutlinedElementProps;
}>) => Types.TabsterDOMAttribute;
export { }

@@ -27,11 +27,11 @@ ## API Report File for "@fluentui/react-tabster"

export const useTabsterAttributes: (props: Partial<{
deloser: import("tabster/dist/Types").DeloserBasicProps;
root: import("tabster/dist/Types").RootBasicProps;
modalizer: import("tabster/dist/Types").ModalizerBasicProps;
focusable: import("tabster/dist/Types").FocusableProps;
groupper: import("tabster/dist/Types").GroupperBasicProps;
deloser: Types.DeloserBasicProps;
root: Types.RootBasicProps;
modalizer: Types.ModalizerBasicProps;
focusable: Types.FocusableProps;
groupper: Types.GroupperBasicProps;
uberGroupper: true;
observed: import("tabster/dist/Types").ObservedElementBasicProps;
outline: import("tabster/dist/Types").OutlinedElementProps;
}> | null, plain?: false | undefined) => import("tabster/dist/Types").TabsterDOMAttribute;
observed: Types.ObservedElementBasicProps;
outline: Types.OutlinedElementProps;
}>) => Types.TabsterDOMAttribute;

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

@@ -0,14 +1,14 @@

import { Types as TabsterTypes } from 'tabster';
/**
* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
export declare const useTabsterAttributes: (props: Partial<{
deloser: import("tabster/dist/Types").DeloserBasicProps;
root: import("tabster/dist/Types").RootBasicProps;
modalizer: import("tabster/dist/Types").ModalizerBasicProps;
focusable: import("tabster/dist/Types").FocusableProps;
groupper: import("tabster/dist/Types").GroupperBasicProps;
deloser: TabsterTypes.DeloserBasicProps;
root: TabsterTypes.RootBasicProps;
modalizer: TabsterTypes.ModalizerBasicProps;
focusable: TabsterTypes.FocusableProps;
groupper: TabsterTypes.GroupperBasicProps;
uberGroupper: true;
observed: import("tabster/dist/Types").ObservedElementBasicProps;
outline: import("tabster/dist/Types").OutlinedElementProps;
}> | null, plain?: false | undefined) => import("tabster/dist/Types").TabsterDOMAttribute;
observed: TabsterTypes.ObservedElementBasicProps;
outline: TabsterTypes.OutlinedElementProps;
}>) => TabsterTypes.TabsterDOMAttribute;

@@ -6,15 +6,10 @@ define(["require", "exports", "tabster", "./useTabster"], function (require, exports, tabster_1, useTabster_1) {

* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
exports.useTabsterAttributes = function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
exports.useTabsterAttributes = function (props) {
// A tabster instance is not necessary to generate tabster attributes
// but calling the hook will ensure that a tabster instance exists internally and avoids consumers doing the same
useTabster_1.useTabster();
return tabster_1.getTabsterAttribute.apply(void 0, args);
return tabster_1.getTabsterAttribute(props, false);
};
});
//# sourceMappingURL=useTabsterAttributes.js.map

@@ -0,14 +1,14 @@

import { Types as TabsterTypes } from 'tabster';
/**
* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
export declare const useTabsterAttributes: (props: Partial<{
deloser: import("tabster/dist/Types").DeloserBasicProps;
root: import("tabster/dist/Types").RootBasicProps;
modalizer: import("tabster/dist/Types").ModalizerBasicProps;
focusable: import("tabster/dist/Types").FocusableProps;
groupper: import("tabster/dist/Types").GroupperBasicProps;
deloser: TabsterTypes.DeloserBasicProps;
root: TabsterTypes.RootBasicProps;
modalizer: TabsterTypes.ModalizerBasicProps;
focusable: TabsterTypes.FocusableProps;
groupper: TabsterTypes.GroupperBasicProps;
uberGroupper: true;
observed: import("tabster/dist/Types").ObservedElementBasicProps;
outline: import("tabster/dist/Types").OutlinedElementProps;
}> | null, plain?: false | undefined) => import("tabster/dist/Types").TabsterDOMAttribute;
observed: TabsterTypes.ObservedElementBasicProps;
outline: TabsterTypes.OutlinedElementProps;
}>) => TabsterTypes.TabsterDOMAttribute;

@@ -7,14 +7,9 @@ "use strict";

* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
exports.useTabsterAttributes = function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
exports.useTabsterAttributes = function (props) {
// A tabster instance is not necessary to generate tabster attributes
// but calling the hook will ensure that a tabster instance exists internally and avoids consumers doing the same
useTabster_1.useTabster();
return tabster_1.getTabsterAttribute.apply(void 0, args);
return tabster_1.getTabsterAttribute(props, false);
};
//# sourceMappingURL=useTabsterAttributes.js.map

@@ -0,14 +1,14 @@

import { Types as TabsterTypes } from 'tabster';
/**
* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
export declare const useTabsterAttributes: (props: Partial<{
deloser: import("tabster/dist/Types").DeloserBasicProps;
root: import("tabster/dist/Types").RootBasicProps;
modalizer: import("tabster/dist/Types").ModalizerBasicProps;
focusable: import("tabster/dist/Types").FocusableProps;
groupper: import("tabster/dist/Types").GroupperBasicProps;
deloser: TabsterTypes.DeloserBasicProps;
root: TabsterTypes.RootBasicProps;
modalizer: TabsterTypes.ModalizerBasicProps;
focusable: TabsterTypes.FocusableProps;
groupper: TabsterTypes.GroupperBasicProps;
uberGroupper: true;
observed: import("tabster/dist/Types").ObservedElementBasicProps;
outline: import("tabster/dist/Types").OutlinedElementProps;
}> | null, plain?: false | undefined) => import("tabster/dist/Types").TabsterDOMAttribute;
observed: TabsterTypes.ObservedElementBasicProps;
outline: TabsterTypes.OutlinedElementProps;
}>) => TabsterTypes.TabsterDOMAttribute;

@@ -5,14 +5,9 @@ import { getTabsterAttribute } from 'tabster';

* Hook that returns tabster attributes while ensuring tabster exists
* @param args - same arguments as `getTabsterAttribute`
*/
export var useTabsterAttributes = function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
export var useTabsterAttributes = function (props) {
// A tabster instance is not necessary to generate tabster attributes
// but calling the hook will ensure that a tabster instance exists internally and avoids consumers doing the same
useTabster();
return getTabsterAttribute.apply(void 0, args);
return getTabsterAttribute(props, false);
};
//# sourceMappingURL=useTabsterAttributes.js.map
{
"name": "@fluentui/react-tabster",
"version": "9.0.0-alpha.19",
"version": "9.0.0-alpha.20",
"description": "Utilities for focus management and facade for tabster",

@@ -37,3 +37,3 @@ "main": "lib-commonjs/index.js",

"@fluentui/react-utilities": "^9.0.0-alpha.19",
"tabster": "^0.5.6",
"tabster": "^0.6.2",
"tslib": "^1.10.0"

@@ -40,0 +40,0 @@ },

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc