@zvoove/unity-ui 2.34.0 → 2.35.0
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/unity-ui.cjs.js +1 -1
- package/dist/unity-ui.d.ts +60 -1
- package/dist/unity-ui.es.js +158 -158
- package/package.json +1 -1
package/dist/unity-ui.d.ts
CHANGED
|
@@ -803,7 +803,10 @@ export declare const commonIconsMap: {
|
|
|
803
803
|
}) => JSX.Element;
|
|
804
804
|
readonly folder: Icon_2;
|
|
805
805
|
readonly 'folder-open': Icon_2;
|
|
806
|
+
readonly folders: Icon_2;
|
|
806
807
|
readonly 'grid-view': Icon_2;
|
|
808
|
+
readonly 'hand-coins': Icon_2;
|
|
809
|
+
readonly handshake: Icon_2;
|
|
807
810
|
readonly 'hard-hat': Icon_2;
|
|
808
811
|
readonly 'head-circuit': Icon_2;
|
|
809
812
|
readonly help: Icon_2;
|
|
@@ -830,6 +833,7 @@ export declare const commonIconsMap: {
|
|
|
830
833
|
readonly code: Icon_2;
|
|
831
834
|
readonly microphone: Icon_2;
|
|
832
835
|
readonly minus: Icon_2;
|
|
836
|
+
readonly 'money-wavy': Icon_2;
|
|
833
837
|
readonly 'more-horizontal': Icon_2;
|
|
834
838
|
readonly 'more-vertical': Icon_2;
|
|
835
839
|
readonly moped: Icon_2;
|
|
@@ -850,12 +854,14 @@ export declare const commonIconsMap: {
|
|
|
850
854
|
readonly 'pin-slash': Icon_2;
|
|
851
855
|
readonly 'piggy-bank': Icon_2;
|
|
852
856
|
readonly plant: Icon_2;
|
|
857
|
+
readonly 'plugs-connected': Icon_2;
|
|
853
858
|
readonly printer: Icon_2;
|
|
854
859
|
readonly privacy: Icon_2;
|
|
855
860
|
readonly 'qr-code': Icon_2;
|
|
856
861
|
readonly refresh: Icon_2;
|
|
857
862
|
readonly remark: Icon_2;
|
|
858
863
|
readonly robot: Icon_2;
|
|
864
|
+
readonly 'rocket-launch': Icon_2;
|
|
859
865
|
readonly save: Icon_2;
|
|
860
866
|
readonly search: Icon_2;
|
|
861
867
|
readonly 'search-plus': Icon_2;
|
|
@@ -870,6 +876,7 @@ export declare const commonIconsMap: {
|
|
|
870
876
|
readonly 'skip-forward': Icon_2;
|
|
871
877
|
readonly smartphone: Icon_2;
|
|
872
878
|
readonly sparkle: Icon_2;
|
|
879
|
+
readonly 'squares-four': Icon_2;
|
|
873
880
|
readonly star: Icon_2;
|
|
874
881
|
readonly start: Icon_2;
|
|
875
882
|
readonly stop: Icon_2;
|
|
@@ -1734,6 +1741,23 @@ export declare type HighlightStyle = {
|
|
|
1734
1741
|
export declare const Icon: ({ name, size, weight, color, type, featured, ...props }: IconProps) => JSX.Element;
|
|
1735
1742
|
|
|
1736
1743
|
declare const iconMap: {
|
|
1744
|
+
readonly 'prod-recruit': Icon_2;
|
|
1745
|
+
readonly 'prod-cockpit': Icon_2;
|
|
1746
|
+
readonly 'prod-insights': Icon_2;
|
|
1747
|
+
readonly 'prod-documents': Icon_2;
|
|
1748
|
+
readonly 'prod-zvoove-one-pdl': Icon_2;
|
|
1749
|
+
readonly 'prod-zvoove-one-payroll': Icon_2;
|
|
1750
|
+
readonly 'prod-connect': Icon_2;
|
|
1751
|
+
readonly 'prod-work-app': Icon_2;
|
|
1752
|
+
readonly 'prod-analytics': Icon_2;
|
|
1753
|
+
readonly 'prod-dms-plus': Icon_2;
|
|
1754
|
+
readonly 'prod-safety-manager': Icon_2;
|
|
1755
|
+
readonly 'prod-timesheets': Icon_2;
|
|
1756
|
+
readonly 'prod-managed-payroll': Icon_2;
|
|
1757
|
+
readonly 'prod-cashlink': Icon_2;
|
|
1758
|
+
readonly 'prod-professional-service': Icon_2;
|
|
1759
|
+
readonly 'prod-online-academy': Icon_2;
|
|
1760
|
+
readonly 'prod-knowledge-base': Icon_2;
|
|
1737
1761
|
readonly zvoove: ({ size, color }: ZvooveLogoProps) => JSX.Element;
|
|
1738
1762
|
readonly 'zvoove-one': ({ size, color }: {
|
|
1739
1763
|
size?: number;
|
|
@@ -1904,7 +1928,10 @@ declare const iconMap: {
|
|
|
1904
1928
|
}) => JSX.Element;
|
|
1905
1929
|
readonly folder: Icon_2;
|
|
1906
1930
|
readonly 'folder-open': Icon_2;
|
|
1931
|
+
readonly folders: Icon_2;
|
|
1907
1932
|
readonly 'grid-view': Icon_2;
|
|
1933
|
+
readonly 'hand-coins': Icon_2;
|
|
1934
|
+
readonly handshake: Icon_2;
|
|
1908
1935
|
readonly 'hard-hat': Icon_2;
|
|
1909
1936
|
readonly 'head-circuit': Icon_2;
|
|
1910
1937
|
readonly help: Icon_2;
|
|
@@ -1931,6 +1958,7 @@ declare const iconMap: {
|
|
|
1931
1958
|
readonly code: Icon_2;
|
|
1932
1959
|
readonly microphone: Icon_2;
|
|
1933
1960
|
readonly minus: Icon_2;
|
|
1961
|
+
readonly 'money-wavy': Icon_2;
|
|
1934
1962
|
readonly 'more-horizontal': Icon_2;
|
|
1935
1963
|
readonly 'more-vertical': Icon_2;
|
|
1936
1964
|
readonly moped: Icon_2;
|
|
@@ -1951,12 +1979,14 @@ declare const iconMap: {
|
|
|
1951
1979
|
readonly 'pin-slash': Icon_2;
|
|
1952
1980
|
readonly 'piggy-bank': Icon_2;
|
|
1953
1981
|
readonly plant: Icon_2;
|
|
1982
|
+
readonly 'plugs-connected': Icon_2;
|
|
1954
1983
|
readonly printer: Icon_2;
|
|
1955
1984
|
readonly privacy: Icon_2;
|
|
1956
1985
|
readonly 'qr-code': Icon_2;
|
|
1957
1986
|
readonly refresh: Icon_2;
|
|
1958
1987
|
readonly remark: Icon_2;
|
|
1959
1988
|
readonly robot: Icon_2;
|
|
1989
|
+
readonly 'rocket-launch': Icon_2;
|
|
1960
1990
|
readonly save: Icon_2;
|
|
1961
1991
|
readonly search: Icon_2;
|
|
1962
1992
|
readonly 'search-plus': Icon_2;
|
|
@@ -1971,6 +2001,7 @@ declare const iconMap: {
|
|
|
1971
2001
|
readonly 'skip-forward': Icon_2;
|
|
1972
2002
|
readonly smartphone: Icon_2;
|
|
1973
2003
|
readonly sparkle: Icon_2;
|
|
2004
|
+
readonly 'squares-four': Icon_2;
|
|
1974
2005
|
readonly star: Icon_2;
|
|
1975
2006
|
readonly start: Icon_2;
|
|
1976
2007
|
readonly stop: Icon_2;
|
|
@@ -2851,6 +2882,34 @@ export declare interface PopUpMenuProps extends Omit<React.HTMLAttributes<HTMLDi
|
|
|
2851
2882
|
|
|
2852
2883
|
export declare type PopUpMenuSelectionType = string | string[] | undefined;
|
|
2853
2884
|
|
|
2885
|
+
export declare type ProductIconNames = keyof typeof productIconsMap;
|
|
2886
|
+
|
|
2887
|
+
/**
|
|
2888
|
+
* Product icons — semantic aliases that map a zvoove product to its
|
|
2889
|
+
* representative Phosphor icon. These reuse the same glyphs as the common
|
|
2890
|
+
* icons but are named after the product they represent (e.g. `prod-recruit`),
|
|
2891
|
+
* so they can be used directly in product/app lists.
|
|
2892
|
+
*/
|
|
2893
|
+
export declare const productIconsMap: {
|
|
2894
|
+
readonly 'prod-recruit': Icon_2;
|
|
2895
|
+
readonly 'prod-cockpit': Icon_2;
|
|
2896
|
+
readonly 'prod-insights': Icon_2;
|
|
2897
|
+
readonly 'prod-documents': Icon_2;
|
|
2898
|
+
readonly 'prod-zvoove-one-pdl': Icon_2;
|
|
2899
|
+
readonly 'prod-zvoove-one-payroll': Icon_2;
|
|
2900
|
+
readonly 'prod-connect': Icon_2;
|
|
2901
|
+
readonly 'prod-work-app': Icon_2;
|
|
2902
|
+
readonly 'prod-analytics': Icon_2;
|
|
2903
|
+
readonly 'prod-dms-plus': Icon_2;
|
|
2904
|
+
readonly 'prod-safety-manager': Icon_2;
|
|
2905
|
+
readonly 'prod-timesheets': Icon_2;
|
|
2906
|
+
readonly 'prod-managed-payroll': Icon_2;
|
|
2907
|
+
readonly 'prod-cashlink': Icon_2;
|
|
2908
|
+
readonly 'prod-professional-service': Icon_2;
|
|
2909
|
+
readonly 'prod-online-academy': Icon_2;
|
|
2910
|
+
readonly 'prod-knowledge-base': Icon_2;
|
|
2911
|
+
};
|
|
2912
|
+
|
|
2854
2913
|
export declare const ProgressIndicator: ({ value, indeterminate, variant, size, foregroundColor, backgroundColor, }: ProgressIndicatorProps) => JSX.Element;
|
|
2855
2914
|
|
|
2856
2915
|
export declare interface ProgressIndicatorProps {
|
|
@@ -3724,7 +3783,7 @@ export declare interface SwitchProps extends Omit<React.InputHTMLAttributes<HTML
|
|
|
3724
3783
|
id?: string;
|
|
3725
3784
|
}
|
|
3726
3785
|
|
|
3727
|
-
declare type TabItem<T extends React.ElementType = 'button'> = {
|
|
3786
|
+
export declare type TabItem<T extends React.ElementType = 'button'> = {
|
|
3728
3787
|
label: string;
|
|
3729
3788
|
icon?: CommonIconNames;
|
|
3730
3789
|
iconPosition?: 'left' | 'top';
|