wacomm 1.0.13 → 1.0.14
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/{index-CEQqm_XL.js → index-5zYlTaI5.js} +134 -55
- package/dist/{index-DU9iCTT-.mjs → index-BryoFaKU.mjs} +6060 -5583
- package/dist/{mapbox-gl-BuHZB6qi.mjs → mapbox-gl-CULgbqbZ.mjs} +1 -1
- package/dist/{mapbox-gl-CKSQ9tpD.js → mapbox-gl-vqPB6F4i.js} +1 -1
- package/dist/tootips/InterestIconTooltip.d.ts +10 -0
- package/dist/tootips/SvgTooltip.d.ts +2 -8
- package/dist/tootips/index.d.ts +1 -0
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +55 -54
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ZeroFuncType } from 'waujs';
|
|
2
|
+
interface InterestIconTooltipProps {
|
|
3
|
+
isHighlighted?: boolean;
|
|
4
|
+
categorySeq: number;
|
|
5
|
+
interestSeq: number;
|
|
6
|
+
onClick: ZeroFuncType;
|
|
7
|
+
label: string;
|
|
8
|
+
}
|
|
9
|
+
export default function InterestIconTooltip({ isHighlighted, onClick, label, categorySeq, interestSeq }: InterestIconTooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
2
|
import { ZeroFuncType } from 'waujs';
|
|
3
|
-
import { SvgSize } from 'wasvg';
|
|
4
|
-
interface IconProps {
|
|
5
|
-
Svg: ElementType;
|
|
6
|
-
size?: SvgSize;
|
|
7
|
-
className?: string;
|
|
8
|
-
}
|
|
9
3
|
export interface SvgTooltipProps {
|
|
10
4
|
className?: string;
|
|
11
5
|
onClick?: ZeroFuncType;
|
|
12
|
-
icon:
|
|
6
|
+
icon: ReactElement;
|
|
13
7
|
label: string;
|
|
14
8
|
}
|
|
15
9
|
declare function SvgTooltip({ className, onClick, icon, label, }: SvgTooltipProps): import("react/jsx-runtime").JSX.Element;
|
package/dist/tootips/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as MenuTooltip } from './MenuTooltip';
|
|
2
2
|
export { default as Tooltip } from './Tooltip';
|
|
3
3
|
export { default as SvgTooltip } from './SvgTooltip';
|
|
4
|
+
export { default as InterestIconTooltip } from './InterestIconTooltip';
|
|
4
5
|
export type { TooltipPosition } from './Tooltip';
|
|
5
6
|
export type { SvgTooltipProps } from './SvgTooltip';
|
package/dist/wacomm.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-5zYlTaI5.js");exports.A=a.A;exports.ATarget=a.ATarget;exports.AddButton=a.AddButton;exports.AlertWrap=a.AlertWrap;exports.ArenaTag=a.ArenaTag;exports.Autocomplete=a.Autocomplete;exports.Button=a.Button;exports.CacheButton=a.CacheButton;exports.CalendarEventTag=a.CalendarEventTag;exports.CalendarTag=a.CalendarTag;exports.ChatTag=a.ChatTag;exports.CityTag=a.CityTag;exports.CloseIcon=a.CloseIcon;exports.CoachTag=a.CoachTag;exports.CollectionTag=a.CollectionsTag;exports.Column=a.Column;exports.Container=a.Container;exports.Copyright=a.Copyright;exports.CreateArenaTag=a.CreateArenaTag;exports.CreateCollectionTag=a.CreateCollectionTag;exports.CreatePostTag=a.CreatePostTag;exports.CreateTag=a.CreateTag;exports.CreateTeamTag=a.CreateTeamTag;exports.DateDisplay=a.DateDisplay;exports.DatePicker=a.DatePicker;exports.DateRange=a.DateRange;exports.DateTimePicker=a.DateTimePicker;exports.Deletable=a.Deletable;exports.Dropdown=a.Input$1;exports.EditIcon=a.EditIcon;exports.EditableBlock=a.EditableBlock;exports.ErrorMessage=a.ErrorMessage;exports.ExpandableContainer=a.ExpandableContainer;exports.ExpandableTextUpdater=a.ExpandableTextUpdater;exports.ExploreTag=a.ExploreTag;exports.FileInput=a.FileInput;exports.FormButtons=a.FormButtons;exports.H1=a.H1;exports.HomeTag=a.HomeTag;exports.ImageTag=a.ImageTag;exports.Img=a.Img;exports.Input=a.Input;exports.InputType=a.InputType;exports.InterestIconTooltip=a.InterestIconTooltip;exports.List=a.List;exports.LoadingIndicator=a.LoadingIndicator;exports.LogoutTag=a.LogoutTag;exports.MapStyle=a.MapStyle;exports.MapTag=a.MapTag;exports.MapboxMap=a.MapboxMap;exports.MarketTag=a.MarketTag;exports.MenuTooltip=a.MenuTooltip;exports.Modal=a.Modal;exports.ModalButton=a.ModalButton;exports.MonthPicker=a.MonthPicker;exports.NavArrows=a.NavArrows;exports.Navbar=a.Navbar;exports.NavigationControlPosition=a.NavigationControlPosition;exports.NewsfeedTag=a.NewsfeedTag;exports.NotFound=a.NotFound;exports.NotificationTag=a.NotificationTag;exports.NumberInput=a.NumberInput;exports.PartnersTag=a.PartnersTag;exports.Picker=a.Picker;exports.PollTag=a.PollTag;exports.PrivateTag=a.PrivateTag;exports.Row=a.Row;exports.SearchBar=a.SearchBar;exports.StyledButton=a.StyledButton;exports.SubmitButton=a.SubmitButton;exports.SvgButton=a.SvgButton;exports.SvgSize=a.c;exports.SvgTooltip=a.SvgTooltip;exports.Tabs=a.Tabs;exports.Tag=a.Tag;exports.TagColor=a.TagColor;exports.TagLabelSize=a.TagLabelSize;exports.TeamTag=a.TeamTag;exports.TextInput=a.TextInput;exports.TextPostTag=a.TextPostTag;exports.TextUpdater=a.TextUpdater;exports.Textarea=a.Textarea;exports.TimePicker=a.TimePicker;exports.ToggleButton=a.ToggleButton;exports.Tooltip=a.Tooltip;exports.UpArrowTag=a.UpArrowTag;exports.UserTag=a.UserTag;exports.WorenaLogo=a.WorenaLogo;exports.YesNoButtons=a.YesNoButtons;exports.formatDate=a.formatDate;exports.formatDateTime=a.formatDateTime;exports.formatDateTimeRange=a.formatDateTimeRange;exports.formatTime=a.formatTime;exports.isSameDate=a.isSameDate;
|
package/dist/wacomm.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { A as e, a as t, s as o, f as r,
|
|
1
|
+
import { A as e, a as t, s as o, f as r, aj as T, j as n, B as g, p as i, ao as l, a9 as p, af as u, aw as m, ay as C, ar as d, ak as c, aD as B, aE as D, C as I, al as b, am as x, au as P, aa as M, an as S, K as v, u as A, J as f, w as k, D as E, $ as N, ax as h, E as y, d as w, l as L, e as U, a6 as z, Z as F, X as R, H, a5 as W, as as j, I as q, U as Y, V as G, a3 as J, L as K, m as O, ae as Q, Q as V, ab as X, O as Z, ap as _, a0 as $, M as aa, q as sa, v as ea, N as ta, a4 as oa, R as ra, a8 as Ta, i as na, ah as ga, aB as ia, a7 as la, P as pa, at as ua, ac as ma, aC as Ca, S as da, r as ca, W as Ba, n as Da, k as Ia, a2 as ba, h as xa, T as Pa, b as Ma, c as Sa, ai as va, aA as Aa, av as fa, az as ka, _ as Ea, t as Na, o as ha, a1 as ya, ag as wa, aq as La, ad as Ua, Y as za, x as Fa, z as Ra, G as Ha, y as Wa, F as ja } from "./index-BryoFaKU.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as A,
|
|
4
4
|
t as ATarget,
|
|
5
5
|
o as AddButton,
|
|
6
6
|
r as AlertWrap,
|
|
7
7
|
T as ArenaTag,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
n as Autocomplete,
|
|
9
|
+
g as Button,
|
|
10
10
|
i as CacheButton,
|
|
11
11
|
l as CalendarEventTag,
|
|
12
12
|
p as CalendarTag,
|
|
@@ -17,20 +17,20 @@ export {
|
|
|
17
17
|
c as CollectionTag,
|
|
18
18
|
B as Column,
|
|
19
19
|
D as Container,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
I as Copyright,
|
|
21
|
+
b as CreateArenaTag,
|
|
22
|
+
x as CreateCollectionTag,
|
|
23
|
+
P as CreatePostTag,
|
|
24
24
|
M as CreateTag,
|
|
25
25
|
S as CreateTeamTag,
|
|
26
26
|
v as DateDisplay,
|
|
27
27
|
A as DatePicker,
|
|
28
28
|
f as DateRange,
|
|
29
29
|
k as DateTimePicker,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
E as Deletable,
|
|
31
|
+
N as Dropdown,
|
|
32
|
+
h as EditIcon,
|
|
33
|
+
y as EditableBlock,
|
|
34
34
|
w as ErrorMessage,
|
|
35
35
|
L as ExpandableContainer,
|
|
36
36
|
U as ExpandableTextUpdater,
|
|
@@ -43,54 +43,55 @@ export {
|
|
|
43
43
|
q as Img,
|
|
44
44
|
Y as Input,
|
|
45
45
|
G as InputType,
|
|
46
|
-
J as
|
|
47
|
-
K as
|
|
48
|
-
O as
|
|
49
|
-
Q as
|
|
50
|
-
V as
|
|
51
|
-
X as
|
|
52
|
-
Z as
|
|
53
|
-
_ as
|
|
54
|
-
$ as
|
|
55
|
-
aa as
|
|
56
|
-
sa as
|
|
57
|
-
ea as
|
|
58
|
-
ta as
|
|
59
|
-
oa as
|
|
60
|
-
ra as
|
|
61
|
-
Ta as
|
|
46
|
+
J as InterestIconTooltip,
|
|
47
|
+
K as List,
|
|
48
|
+
O as LoadingIndicator,
|
|
49
|
+
Q as LogoutTag,
|
|
50
|
+
V as MapStyle,
|
|
51
|
+
X as MapTag,
|
|
52
|
+
Z as MapboxMap,
|
|
53
|
+
_ as MarketTag,
|
|
54
|
+
$ as MenuTooltip,
|
|
55
|
+
aa as Modal,
|
|
56
|
+
sa as ModalButton,
|
|
57
|
+
ea as MonthPicker,
|
|
58
|
+
ta as NavArrows,
|
|
59
|
+
oa as Navbar,
|
|
60
|
+
ra as NavigationControlPosition,
|
|
61
|
+
Ta as NewsfeedTag,
|
|
62
|
+
na as NotFound,
|
|
62
63
|
ga as NotificationTag,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
64
|
+
ia as NumberInput,
|
|
65
|
+
la as PartnersTag,
|
|
66
|
+
pa as Picker,
|
|
67
|
+
ua as PollTag,
|
|
68
|
+
ma as PrivateTag,
|
|
69
|
+
Ca as Row,
|
|
70
|
+
da as SearchBar,
|
|
71
|
+
ca as StyledButton,
|
|
72
|
+
Ba as SubmitButton,
|
|
73
|
+
Da as SvgButton,
|
|
74
|
+
Ia as SvgSize,
|
|
74
75
|
ba as SvgTooltip,
|
|
75
76
|
xa as Tabs,
|
|
76
77
|
Pa as Tag,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
78
|
+
Ma as TagColor,
|
|
79
|
+
Sa as TagLabelSize,
|
|
80
|
+
va as TeamTag,
|
|
81
|
+
Aa as TextInput,
|
|
82
|
+
fa as TextPostTag,
|
|
83
|
+
ka as TextUpdater,
|
|
84
|
+
Ea as Textarea,
|
|
84
85
|
Na as TimePicker,
|
|
85
86
|
ha as ToggleButton,
|
|
86
87
|
ya as Tooltip,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
88
|
+
wa as UpArrowTag,
|
|
89
|
+
La as UserTag,
|
|
90
|
+
Ua as WorenaLogo,
|
|
91
|
+
za as YesNoButtons,
|
|
92
|
+
Fa as formatDate,
|
|
93
|
+
Ra as formatDateTime,
|
|
94
|
+
Ha as formatDateTimeRange,
|
|
95
|
+
Wa as formatTime,
|
|
96
|
+
ja as isSameDate
|
|
96
97
|
};
|