udp-react-enterprise-component-library 1.0.3 → 1.0.5-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MenuPage-D59wUnHx.js → MenuPage-Bkxf-uer.js} +1 -1
- package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +1 -1
- package/dist/UI/demos/InputsExample.d.ts +2 -0
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +1 -1
- package/dist/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +1 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +12 -12
- package/dist/UI/templates/ui/TokenGroupItem.d.ts +1 -1
- package/dist/UI/utilityDisplay/SaveViewFormDialog.d.ts +1 -1
- package/dist/{VirtualBrowser-CkZIC2h5.js → VirtualBrowser-BvntTEs-.js} +1 -1
- package/dist/assets/unityIcons/LibraryData.d.ts +1 -1
- package/dist/{index-ZceONLUX.js → index-DWuWdOI1.js} +4216 -4217
- package/dist/index.d.ts +1 -0
- package/dist/index.modern.js +402 -401
- package/dist/map-library/Controls/CustomControl.d.ts +1 -1
- package/dist/shell/ui/SiteHeaderRightComponent.d.ts +2 -2
- package/dist/udp/pages/UdpGridPanelManagementSidesheet.d.ts +1 -1
- package/dist/utilities/customIcons/ApprovalIcon.d.ts +1 -1
- package/dist/utilities/customIcons/RejectIcon.d.ts +1 -1
- package/dist/utilities/page/PageSubHeaderAction.d.ts +2 -2
- package/dist/utilities/utilityBar/InquiryHeaderControl.d.ts +2 -2
- package/dist/utilities/utilityBar/InquiryHeaderSecondary.d.ts +2 -2
- package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +2 -2
- package/dist/utilities/utilityBar/InquiryHeaderTitle.d.ts +2 -2
- package/dist/utilities/utilityBar/SubHeaderAction.d.ts +2 -2
- package/dist/utilities/utilityBar/UtilityBarInport.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export function CustomControl(props: any):
|
|
1
|
+
export function CustomControl(props: any): JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const SiteHeaderRightComponentTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default UdpGridPanelManagementSidesheet;
|
|
2
|
-
declare function UdpGridPanelManagementSidesheet(props: any):
|
|
2
|
+
declare function UdpGridPanelManagementSidesheet(props: any): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function ApprovalIcon():
|
|
1
|
+
export function ApprovalIcon(): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function RejectIcon():
|
|
1
|
+
export function RejectIcon(): JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const PageSubHeaderActionsTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const InquiryHeaderControlTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const InquiryHeaderSecondaryTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const InquiryHeaderSecondaryAlertTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const InquiryHeaderTitleTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const SubHeaderActionsTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const UtilityBarInportTarget: {
|
|
2
|
-
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentType<any> | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "style" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
3
|
as?: Type | undefined;
|
|
4
4
|
} & {
|
|
5
5
|
as: Type;
|
|
6
6
|
}): JSX.Element;
|
|
7
|
-
(props: Omit<import('.pnpm/@types+react@18.
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.0.13/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
8
|
as?: "div" | undefined;
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "udp-react-enterprise-component-library",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5-beta.1",
|
|
4
4
|
"description": "React-based UI component library implementing Fluent UI design for Univerus internal projects",
|
|
5
5
|
"author": "Univerus",
|
|
6
6
|
"license": "MIT",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"warning": "^4.0.3",
|
|
159
159
|
"xlsx": "^0.18.5",
|
|
160
160
|
"zustand": "^4.3.7",
|
|
161
|
-
"udp-react-stencil-component-library": "1.0.
|
|
161
|
+
"udp-react-stencil-component-library": "1.0.3-beta.1"
|
|
162
162
|
},
|
|
163
163
|
"scripts": {
|
|
164
164
|
"build": "vite build",
|