@bikdotai/bik-component-library 0.0.823 → 0.0.824
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/cjs/components/adbanner/AdBanner.js.map +1 -0
- package/dist/cjs/components/{banner → adbanner}/Banner.styled.js +13 -9
- package/dist/cjs/components/adbanner/Banner.styled.js.map +1 -0
- package/dist/cjs/components/adbanner/BannerInline.js.map +1 -0
- package/dist/cjs/components/adbanner/BannerWithImage.js.map +1 -0
- package/dist/cjs/components/adbanner/CardBanner.js.map +1 -0
- package/dist/cjs/components/adbanner/CardBannerWithImage.js.map +1 -0
- package/dist/cjs/components/adbanner/model.js.map +1 -0
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +1 -1
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +2 -2
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/cjs/editor/BikEditor.js +1 -1
- package/dist/cjs/editor/BikEditor.js.map +1 -1
- package/dist/cjs/editor/BikEditor.styles.js +143 -5
- package/dist/cjs/editor/BikEditor.styles.js.map +1 -1
- package/dist/cjs/editor/BikEditor.types.js.map +1 -1
- package/dist/cjs/editor/BikEditor.utils.js +3 -2
- package/dist/cjs/editor/BikEditor.utils.js.map +1 -1
- package/dist/cjs/editor/extensions/buildExtensions.js +3 -1
- package/dist/cjs/editor/extensions/buildExtensions.js.map +1 -1
- package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js +4 -0
- package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -0
- package/dist/cjs/editor/extensions/jsonHighlight/tokenizeJson.js +2 -0
- package/dist/cjs/editor/extensions/jsonHighlight/tokenizeJson.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/ProductTour.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/ProductTour.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/RestApi.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/RestApi.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/Save.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/Save.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/Shortcut.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/Shortcut.js.map +1 -0
- package/dist/cjs/icons/BIK AI specific/WandSparkles.js +2 -0
- package/dist/cjs/icons/BIK AI specific/WandSparkles.js.map +1 -0
- package/dist/cjs/icons/BIK AI specific/Webhook.js +2 -0
- package/dist/cjs/icons/BIK AI specific/Webhook.js.map +1 -0
- package/dist/cjs/icons/Informational/Store related/TicketForm.js +2 -0
- package/dist/cjs/icons/Informational/Store related/TicketForm.js.map +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js +2 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/adbanner/AdBanner.js.map +1 -0
- package/dist/esm/components/{banner → adbanner}/Banner.styled.js +18 -14
- package/dist/esm/components/adbanner/Banner.styled.js.map +1 -0
- package/dist/esm/components/adbanner/BannerInline.js.map +1 -0
- package/dist/esm/components/adbanner/BannerWithImage.js.map +1 -0
- package/dist/esm/components/adbanner/CardBanner.js.map +1 -0
- package/dist/esm/components/adbanner/CardBannerWithImage.js.map +1 -0
- package/dist/esm/components/adbanner/model.js.map +1 -0
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +24 -24
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +98 -101
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +5 -7
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js +40 -37
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/esm/editor/BikEditor.js +247 -181
- package/dist/esm/editor/BikEditor.js.map +1 -1
- package/dist/esm/editor/BikEditor.styles.d.ts +9 -0
- package/dist/esm/editor/BikEditor.styles.js +147 -7
- package/dist/esm/editor/BikEditor.styles.js.map +1 -1
- package/dist/esm/editor/BikEditor.types.d.ts +76 -0
- package/dist/esm/editor/BikEditor.types.js.map +1 -1
- package/dist/esm/editor/BikEditor.utils.d.ts +15 -1
- package/dist/esm/editor/BikEditor.utils.js +155 -92
- package/dist/esm/editor/BikEditor.utils.js.map +1 -1
- package/dist/esm/editor/extensions/buildExtensions.d.ts +1 -1
- package/dist/esm/editor/extensions/buildExtensions.js +86 -55
- package/dist/esm/editor/extensions/buildExtensions.js.map +1 -1
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.d.ts +14 -0
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js +132 -0
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -0
- package/dist/esm/editor/extensions/jsonHighlight/tokenizeJson.d.ts +18 -0
- package/dist/esm/editor/extensions/jsonHighlight/tokenizeJson.js +21 -0
- package/dist/esm/editor/extensions/jsonHighlight/tokenizeJson.js.map +1 -0
- package/dist/esm/editor/index.d.ts +1 -1
- package/dist/esm/icons/Actions/Common actions/ProductTour.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/ProductTour.js +51 -0
- package/dist/esm/icons/Actions/Common actions/ProductTour.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/RestApi.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/RestApi.js +29 -0
- package/dist/esm/icons/Actions/Common actions/RestApi.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/Save.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Save.js +40 -0
- package/dist/esm/icons/Actions/Common actions/Save.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/Shortcut.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Shortcut.js +40 -0
- package/dist/esm/icons/Actions/Common actions/Shortcut.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/index.d.ts +4 -0
- package/dist/esm/icons/BIK AI specific/WandSparkles.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/WandSparkles.js +39 -0
- package/dist/esm/icons/BIK AI specific/WandSparkles.js.map +1 -0
- package/dist/esm/icons/BIK AI specific/Webhook.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Webhook.js +32 -0
- package/dist/esm/icons/BIK AI specific/Webhook.js.map +1 -0
- package/dist/esm/icons/BIK AI specific/index.d.ts +2 -0
- package/dist/esm/icons/Informational/Store related/TicketForm.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/TicketForm.js +65 -0
- package/dist/esm/icons/Informational/Store related/TicketForm.js.map +1 -0
- package/dist/esm/icons/Informational/Store related/index.d.ts +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/LoudSpeaker.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js +35 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js.map +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/index.d.ts +1 -0
- package/dist/esm/icons/index.d.ts +4 -4
- package/dist/esm/icons/index.js +284 -268
- package/dist/esm/icons/index.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
- package/dist/cjs/components/banner/AdBanner.js.map +0 -1
- package/dist/cjs/components/banner/Banner.styled.js.map +0 -1
- package/dist/cjs/components/banner/BannerInline.js.map +0 -1
- package/dist/cjs/components/banner/BannerWithImage.js.map +0 -1
- package/dist/cjs/components/banner/CardBanner.js.map +0 -1
- package/dist/cjs/components/banner/CardBannerWithImage.js.map +0 -1
- package/dist/cjs/components/banner/model.js.map +0 -1
- package/dist/esm/components/banner/AdBanner.js.map +0 -1
- package/dist/esm/components/banner/Banner.stories.d.ts +0 -39
- package/dist/esm/components/banner/Banner.styled.js.map +0 -1
- package/dist/esm/components/banner/BannerInline.js.map +0 -1
- package/dist/esm/components/banner/BannerWithImage.js.map +0 -1
- package/dist/esm/components/banner/CardBanner.js.map +0 -1
- package/dist/esm/components/banner/CardBannerWithImage.js.map +0 -1
- package/dist/esm/components/banner/model.js.map +0 -1
- /package/dist/cjs/components/{banner → adbanner}/AdBanner.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/BannerInline.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/BannerWithImage.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/CardBanner.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/CardBannerWithImage.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/model.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/AdBanner.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/AdBanner.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/Banner.styled.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerInline.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerInline.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerWithImage.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerWithImage.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBanner.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBanner.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBannerWithImage.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBannerWithImage.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/index.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/model.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/model.js +0 -0
package/dist/esm/icons/index.js
CHANGED
|
@@ -8,15 +8,15 @@ import { default as n } from "./Informational/General/AlertTriangle.js";
|
|
|
8
8
|
import { default as h } from "./Informational/Store related/AllProduct.js";
|
|
9
9
|
import { default as g } from "./Informational/Files and folders/Archive1.js";
|
|
10
10
|
import { default as k } from "./Arrows/Normal arrows/ArrowDown.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
11
|
+
import { default as w } from "./Arrows/Normal arrows/ArrowDownLeft.js";
|
|
12
|
+
import { default as P } from "./Arrows/Normal arrows/ArrowDownRight.js";
|
|
13
|
+
import { default as M } from "./Arrows/Normal arrows/ArrowLeft.js";
|
|
14
14
|
import { default as R } from "./Actions/Navigation/ArrowRedo.js";
|
|
15
15
|
import { default as v } from "./Arrows/Normal arrows/ArrowRight.js";
|
|
16
16
|
import { default as y } from "./Arrows/Special/ArrowSwitch.js";
|
|
17
17
|
import { default as U } from "./Actions/Navigation/ArrowUndo.js";
|
|
18
18
|
import { default as B } from "./Arrows/Normal arrows/ArrowUp.js";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as W } from "./Arrows/Normal arrows/ArrowUpLeft.js";
|
|
20
20
|
import { default as G } from "./Arrows/Normal arrows/ArrowUpRight.js";
|
|
21
21
|
import { default as V } from "./Informational/Finance/Bank.js";
|
|
22
22
|
import { default as j } from "./Media/Others/BarcodeScan.js";
|
|
@@ -35,15 +35,15 @@ import { default as ne } from "./Media/Visual/CameraAdd.js";
|
|
|
35
35
|
import { default as he } from "./Arrows/Carat/CaratDown.js";
|
|
36
36
|
import { default as ge } from "./Arrows/Carat/CaratLeft.js";
|
|
37
37
|
import { default as ke } from "./Arrows/Carat/CaratRight.js";
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
38
|
+
import { default as we } from "./Arrows/Carat/CaratUp.js";
|
|
39
|
+
import { default as Pe } from "./Informational/Finance/CashOnDelivery.js";
|
|
40
|
+
import { default as Me } from "./Informational/Finance/ChartLine.js";
|
|
41
41
|
import { default as Re } from "./Informational/Communication/Chat.js";
|
|
42
42
|
import { default as ve } from "./Informational/Communication/ChatCheck.js";
|
|
43
43
|
import { default as ye } from "./Informational/Communication/ChatQuestion.js";
|
|
44
44
|
import { default as Ue } from "./Informational/Communication/ChatStar.js";
|
|
45
45
|
import { default as Be } from "./Informational/Identity/Chatbot.js";
|
|
46
|
-
import { default as
|
|
46
|
+
import { default as We } from "./Informational/General/Check.js";
|
|
47
47
|
import { default as Ge } from "./Informational/General/CheckDouble.js";
|
|
48
48
|
import { default as Ve } from "./Actions/Formatting/CheckboxIcon.js";
|
|
49
49
|
import { default as je } from "./Arrows/Double chevron/ChevronDoubleDown.js";
|
|
@@ -62,15 +62,15 @@ import { default as nr } from "./Informational/Date and time/Clock.js";
|
|
|
62
62
|
import { default as hr } from "./Informational/General/CloseTicket1.js";
|
|
63
63
|
import { default as gr } from "./Actions/Common actions/Code.js";
|
|
64
64
|
import { default as kr } from "./Informational/Identity/Contacts.js";
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
65
|
+
import { default as wr } from "./Actions/Formatting/Copy.js";
|
|
66
|
+
import { default as Pr } from "./Informational/Finance/CreditCard.js";
|
|
67
|
+
import { default as Mr } from "./Media/Visual/Crop.js";
|
|
68
68
|
import { default as Rr } from "./Actions/Common actions/Cross.js";
|
|
69
69
|
import { default as vr } from "./Legacy - Bikayi specific/Services/Customdomain.js";
|
|
70
70
|
import { default as yr } from "./Informational/Store related/CustomerReport.js";
|
|
71
71
|
import { default as Ur } from "./Actions/Common actions/Deactivate.js";
|
|
72
72
|
import { default as Br } from "./Actions/Formatting/DecreaseIndent.js";
|
|
73
|
-
import { default as
|
|
73
|
+
import { default as Wr } from "./Actions/Common actions/Delete.js";
|
|
74
74
|
import { default as Gr } from "./Media/Devices/Desktop.js";
|
|
75
75
|
import { default as Vr } from "./Media/Others/Download.js";
|
|
76
76
|
import { default as jr } from "./Actions/Formatting/Dropdown.js";
|
|
@@ -88,16 +88,16 @@ import { default as io } from "./Toggles/General/Eye.js";
|
|
|
88
88
|
import { default as co } from "./Toggles/General/EyeClosed.js";
|
|
89
89
|
import { default as Co } from "./Toggles/General/EyeOff.js";
|
|
90
90
|
import { default as So } from "./Social/Channels/Facebook.js";
|
|
91
|
-
import { default as
|
|
91
|
+
import { default as Ao } from "./Social/Social/Facebook.js";
|
|
92
92
|
import { default as bo } from "./Social/Channels/FacebookComment.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as To } from "./Informational/General/FailDoc.js";
|
|
94
94
|
import { default as Fo } from "./Informational/Files and folders/File.js";
|
|
95
95
|
import { default as Lo } from "./Informational/Files and folders/FileCsv.js";
|
|
96
96
|
import { default as Do } from "./Informational/Files and folders/FilePage.js";
|
|
97
97
|
import { default as Io } from "./Informational/Files and folders/FilePdf.js";
|
|
98
98
|
import { default as Eo } from "./Informational/eCommerce/Filter.js";
|
|
99
99
|
import { default as Ho } from "./Media/Visual/FlashOff.js";
|
|
100
|
-
import { default as
|
|
100
|
+
import { default as Oo } from "./Media/Visual/FlashOn.js";
|
|
101
101
|
import { default as No } from "./Informational/Files and folders/Folder.js";
|
|
102
102
|
import { default as zo } from "./Informational/Common UI/Forms.js";
|
|
103
103
|
import { default as Jo } from "./Actions/Common actions/Forward.js";
|
|
@@ -115,16 +115,16 @@ import { default as ia } from "./Informational/Identity/Group.js";
|
|
|
115
115
|
import { default as ca } from "./Informational/Finance/Growth.js";
|
|
116
116
|
import { default as Ca } from "./Actions/Selection/HandleDrag.js";
|
|
117
117
|
import { default as Sa } from "./Informational/Store related/Head112.js";
|
|
118
|
-
import { default as
|
|
118
|
+
import { default as Aa } from "./Toggles/General/HeartEmpty.js";
|
|
119
119
|
import { default as ba } from "./Toggles/General/HeartFilled.js";
|
|
120
|
-
import { default as
|
|
120
|
+
import { default as Ta } from "./Informational/Customer intent/Help.js";
|
|
121
121
|
import { default as Fa } from "./Informational/General/Help.js";
|
|
122
122
|
import { default as La } from "./Informational/Date and time/HourGlass.js";
|
|
123
123
|
import { default as Da } from "./Informational/General/IcList.js";
|
|
124
124
|
import { default as Ia } from "./Informational/Identity/IdCard.js";
|
|
125
125
|
import { default as Ea } from "./Media/Visual/Image.js";
|
|
126
126
|
import { default as Ha } from "./Media/Visual/ImageAdd.js";
|
|
127
|
-
import { default as
|
|
127
|
+
import { default as Oa } from "./Media/Visual/Images.js";
|
|
128
128
|
import { default as Na } from "./Actions/Formatting/IncreaseIndent.js";
|
|
129
129
|
import { default as za } from "./Informational/General/Info.js";
|
|
130
130
|
import { default as Ja } from "./Social/Channels/Instagram.js";
|
|
@@ -139,123 +139,131 @@ import { default as st } from "./Informational/Communication/LiveChat.js";
|
|
|
139
139
|
import { default as pt } from "./Toggles/General/Lock.js";
|
|
140
140
|
import { default as mt } from "./Actions/Navigation/LogIn.js";
|
|
141
141
|
import { default as it } from "./Actions/Navigation/LogOut.js";
|
|
142
|
-
import { default as ct } from "./
|
|
143
|
-
import { default as Ct } from "./
|
|
144
|
-
import { default as St } from "./
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as bt } from "./
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as Ft } from "./Informational/Common UI/
|
|
149
|
-
import { default as Lt } from "./
|
|
150
|
-
import { default as Dt } from "./Social/
|
|
151
|
-
import { default as It } from "./
|
|
152
|
-
import { default as Et } from "./
|
|
153
|
-
import { default as Ht } from "./
|
|
154
|
-
import { default as
|
|
155
|
-
import { default as Nt } from "./Informational/Common UI/
|
|
156
|
-
import { default as zt } from "./Informational/
|
|
157
|
-
import { default as Jt } from "./
|
|
158
|
-
import { default as Yt } from "./Actions/Formatting/
|
|
159
|
-
import { default as Kt } from "./
|
|
160
|
-
import { default as Zt } from "./Informational/
|
|
161
|
-
import { default as $t } from "./
|
|
162
|
-
import { default as rf } from "./Actions/Formatting/
|
|
163
|
-
import { default as af } from "./Actions/
|
|
164
|
-
import { default as ff } from "./
|
|
165
|
-
import { default as sf } from "./Informational/
|
|
166
|
-
import { default as pf } from "./
|
|
167
|
-
import { default as mf } from "./Media/
|
|
168
|
-
import { default as nf } from "./
|
|
169
|
-
import { default as hf } from "./
|
|
170
|
-
import { default as gf } from "./Informational/
|
|
171
|
-
import { default as kf } from "./Informational/
|
|
172
|
-
import { default as
|
|
142
|
+
import { default as ct } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
|
|
143
|
+
import { default as Ct } from "./BIK AI specific/ManifestSparkle.js";
|
|
144
|
+
import { default as St } from "./Informational/Location/MapPin.js";
|
|
145
|
+
import { default as At } from "./Legacy - Bikayi specific/Services/Marketing.js";
|
|
146
|
+
import { default as bt } from "./Media/Visual/Maximize.js";
|
|
147
|
+
import { default as Tt } from "./Informational/Files and folders/MediaMessage.js";
|
|
148
|
+
import { default as Ft } from "./Informational/Common UI/MenuHamburger.js";
|
|
149
|
+
import { default as Lt } from "./Informational/Common UI/MessageSearch.js";
|
|
150
|
+
import { default as Dt } from "./Social/Channels/Messenger.js";
|
|
151
|
+
import { default as It } from "./Social/Social/Messenger.js";
|
|
152
|
+
import { default as Et } from "./Media/Audio/Microphone.js";
|
|
153
|
+
import { default as Ht } from "./Actions/Common actions/Minus.js";
|
|
154
|
+
import { default as Ot } from "./Informational/Finance/Money1.js";
|
|
155
|
+
import { default as Nt } from "./Informational/Common UI/MoreHorizontal.js";
|
|
156
|
+
import { default as zt } from "./Informational/Common UI/MoreVertical.js";
|
|
157
|
+
import { default as Jt } from "./Informational/Files and folders/Move.js";
|
|
158
|
+
import { default as Yt } from "./Actions/Formatting/MultiLine.js";
|
|
159
|
+
import { default as Kt } from "./Actions/Formatting/MultiSelect.js";
|
|
160
|
+
import { default as Zt } from "./Informational/General/NewTicket.js";
|
|
161
|
+
import { default as $t } from "./Informational/Finance/NoCredits.js";
|
|
162
|
+
import { default as rf } from "./Actions/Formatting/Number.js";
|
|
163
|
+
import { default as af } from "./Actions/Formatting/NumberList.js";
|
|
164
|
+
import { default as ff } from "./Actions/Navigation/OpenNewWindow.js";
|
|
165
|
+
import { default as sf } from "./Informational/Files and folders/OrderHistory.js";
|
|
166
|
+
import { default as pf } from "./Informational/Store related/OrderReport.js";
|
|
167
|
+
import { default as mf } from "./Media/Others/Paperclip.js";
|
|
168
|
+
import { default as nf } from "./Media/Audio/Pause.js";
|
|
169
|
+
import { default as hf } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
|
|
170
|
+
import { default as gf } from "./Informational/Store related/PaymentReport.js";
|
|
171
|
+
import { default as kf } from "./Informational/Customer intent/Percent.js";
|
|
172
|
+
import { default as wf } from "./Informational/Finance/Percent.js";
|
|
173
|
+
import { default as Pf } from "./Informational/Identity/Person.js";
|
|
173
174
|
import { default as Mf } from "./Informational/Communication/Phone.js";
|
|
174
|
-
import { default as
|
|
175
|
-
import { default as
|
|
176
|
-
import { default as
|
|
177
|
-
import { default as
|
|
178
|
-
import { default as
|
|
179
|
-
import { default as
|
|
180
|
-
import { default as
|
|
181
|
-
import { default as
|
|
182
|
-
import { default as
|
|
183
|
-
import { default as
|
|
184
|
-
import { default as
|
|
185
|
-
import { default as
|
|
186
|
-
import { default as
|
|
187
|
-
import { default as
|
|
188
|
-
import { default as
|
|
189
|
-
import { default as
|
|
190
|
-
import { default as
|
|
191
|
-
import { default as
|
|
192
|
-
import { default as
|
|
193
|
-
import { default as
|
|
194
|
-
import { default as
|
|
195
|
-
import { default as
|
|
196
|
-
import { default as
|
|
197
|
-
import { default as
|
|
198
|
-
import { default as
|
|
199
|
-
import { default as
|
|
200
|
-
import { default as Ml } from "./
|
|
201
|
-
import { default as
|
|
202
|
-
import { default as
|
|
203
|
-
import { default as
|
|
204
|
-
import { default as
|
|
205
|
-
import { default as
|
|
206
|
-
import { default as
|
|
207
|
-
import { default as
|
|
208
|
-
import { default as
|
|
209
|
-
import { default as
|
|
210
|
-
import { default as
|
|
211
|
-
import { default as
|
|
212
|
-
import { default as
|
|
213
|
-
import { default as
|
|
214
|
-
import { default as
|
|
215
|
-
import { default as
|
|
216
|
-
import { default as
|
|
217
|
-
import { default as
|
|
218
|
-
import { default as
|
|
219
|
-
import { default as
|
|
220
|
-
import { default as
|
|
221
|
-
import { default as
|
|
222
|
-
import { default as
|
|
223
|
-
import { default as
|
|
224
|
-
import { default as
|
|
225
|
-
import { default as
|
|
226
|
-
import { default as
|
|
227
|
-
import { default as Ms } from "./Actions/Formatting/
|
|
228
|
-
import { default as
|
|
229
|
-
import { default as
|
|
230
|
-
import { default as
|
|
231
|
-
import { default as
|
|
232
|
-
import { default as
|
|
233
|
-
import { default as
|
|
234
|
-
import { default as
|
|
235
|
-
import { default as
|
|
236
|
-
import { default as
|
|
237
|
-
import { default as
|
|
238
|
-
import { default as
|
|
239
|
-
import { default as
|
|
240
|
-
import { default as
|
|
241
|
-
import { default as
|
|
242
|
-
import { default as
|
|
243
|
-
import { default as
|
|
244
|
-
import { default as
|
|
245
|
-
import { default as
|
|
246
|
-
import { default as
|
|
247
|
-
import { default as
|
|
248
|
-
import { default as
|
|
249
|
-
import { default as
|
|
250
|
-
import { default as
|
|
251
|
-
import { default as
|
|
252
|
-
import { default as
|
|
253
|
-
import { default as
|
|
254
|
-
import { default as Md } from "./
|
|
255
|
-
import { default as
|
|
256
|
-
import { default as
|
|
257
|
-
import { default as
|
|
258
|
-
import { default as
|
|
175
|
+
import { default as Rf } from "./Informational/Common UI/Placeholder.js";
|
|
176
|
+
import { default as vf } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
|
|
177
|
+
import { default as yf } from "./Media/Audio/Play.js";
|
|
178
|
+
import { default as Uf } from "./Actions/Common actions/Plus.js";
|
|
179
|
+
import { default as Bf } from "./BIK AI specific/PricePlease.js";
|
|
180
|
+
import { default as Wf } from "./Informational/Files and folders/PrivateNote.js";
|
|
181
|
+
import { default as Gf } from "./Actions/Common actions/ProductTour.js";
|
|
182
|
+
import { default as Vf } from "./Informational/eCommerce/Promocode.js";
|
|
183
|
+
import { default as jf } from "./Informational/Customer intent/Purchase.js";
|
|
184
|
+
import { default as Qf } from "./Actions/Formatting/Quotes.js";
|
|
185
|
+
import { default as qf } from "./Social/Social/Rcs.js";
|
|
186
|
+
import { default as Xf } from "./Informational/eCommerce/Receipt.js";
|
|
187
|
+
import { default as _f } from "./Actions/Navigation/Refresh.js";
|
|
188
|
+
import { default as el } from "./Actions/Common actions/RestApi.js";
|
|
189
|
+
import { default as ol } from "./Actions/Navigation/Rewind.js";
|
|
190
|
+
import { default as tl } from "./Informational/Identity/Robot.js";
|
|
191
|
+
import { default as ll } from "./Media/Visual/RotateAnticlockwise.js";
|
|
192
|
+
import { default as dl } from "./Media/Visual/RotateClockwise.js";
|
|
193
|
+
import { default as ul } from "./Informational/General/RoundCheck.js";
|
|
194
|
+
import { default as xl } from "./Informational/Finance/Rupee.js";
|
|
195
|
+
import { default as nl } from "./Actions/Common actions/Save.js";
|
|
196
|
+
import { default as hl } from "./Informational/Common UI/Search.js";
|
|
197
|
+
import { default as gl } from "./Actions/Common actions/SendAirplane.js";
|
|
198
|
+
import { default as kl } from "./Informational/Customer intent/Services.js";
|
|
199
|
+
import { default as wl } from "./Legacy - Bikayi specific/Navigation/Services.js";
|
|
200
|
+
import { default as Pl } from "./Informational/Common UI/Settings.js";
|
|
201
|
+
import { default as Ml } from "./BIK AI specific/Shape.js";
|
|
202
|
+
import { default as Rl } from "./Actions/Common actions/ShareAndroid.js";
|
|
203
|
+
import { default as vl } from "./Informational/eCommerce/ShieldCheck.js";
|
|
204
|
+
import { default as yl } from "./Informational/eCommerce/ShoppingBag.js";
|
|
205
|
+
import { default as Ul } from "./Informational/eCommerce/ShoppingBasket.js";
|
|
206
|
+
import { default as Bl } from "./Informational/Customer intent/ShoppingCart.js";
|
|
207
|
+
import { default as Wl } from "./Informational/eCommerce/ShoppingCart.js";
|
|
208
|
+
import { default as Gl } from "./Actions/Common actions/Shortcut.js";
|
|
209
|
+
import { default as Vl } from "./BIK AI specific/Shorter.js";
|
|
210
|
+
import { default as jl } from "./Actions/Selection/SingleChoice.js";
|
|
211
|
+
import { default as Ql } from "./Informational/Customer intent/SingleChoice.js";
|
|
212
|
+
import { default as ql } from "./Informational/General/Slash.js";
|
|
213
|
+
import { default as Xl } from "./Media/Audio/Sleep.js";
|
|
214
|
+
import { default as _l } from "./Media/Devices/Smartphone.js";
|
|
215
|
+
import { default as es } from "./BIK AI specific/Sparkling2Line.js";
|
|
216
|
+
import { default as os } from "./Toggles/General/StarEmpty.js";
|
|
217
|
+
import { default as ts } from "./Toggles/General/StarFilled.js";
|
|
218
|
+
import { default as ls } from "./Toggles/General/StarHalf.js";
|
|
219
|
+
import { default as ds } from "./Informational/Store related/Store.js";
|
|
220
|
+
import { default as us } from "./Informational/Store related/StoreSync.js";
|
|
221
|
+
import { default as xs } from "./Actions/Formatting/Subscript.js";
|
|
222
|
+
import { default as ns } from "./Actions/Formatting/Superscript.js";
|
|
223
|
+
import { default as hs } from "./Actions/Navigation/Sync.js";
|
|
224
|
+
import { default as gs } from "./Informational/Finance/TablerTicket.js";
|
|
225
|
+
import { default as ks } from "./Social/Channels/Tasks.js";
|
|
226
|
+
import { default as ws } from "./Actions/Formatting/Text.js";
|
|
227
|
+
import { default as Ps } from "./Actions/Formatting/TextAlignCenter.js";
|
|
228
|
+
import { default as Ms } from "./Actions/Formatting/TextAlignLeft.js";
|
|
229
|
+
import { default as Rs } from "./Actions/Formatting/TextAlignRight.js";
|
|
230
|
+
import { default as vs } from "./Actions/Formatting/TextBold.js";
|
|
231
|
+
import { default as ys } from "./Actions/Formatting/TextItalics.js";
|
|
232
|
+
import { default as Us } from "./Actions/Formatting/TextJustify.js";
|
|
233
|
+
import { default as Bs } from "./Informational/Files and folders/TextMessage.js";
|
|
234
|
+
import { default as Ws } from "./Actions/Formatting/TextStrikethrough.js";
|
|
235
|
+
import { default as Gs } from "./Actions/Formatting/TextUnderline.js";
|
|
236
|
+
import { default as Vs } from "./Actions/Formatting/Textbox.js";
|
|
237
|
+
import { default as js } from "./Legacy - Bikayi specific/Services/Theme.js";
|
|
238
|
+
import { default as Qs } from "./Informational/Store related/TicketForm.js";
|
|
239
|
+
import { default as qs } from "./Informational/Common UI/Training.js";
|
|
240
|
+
import { default as Xs } from "./Informational/Location/Truck.js";
|
|
241
|
+
import { default as _s } from "./Social/Social/Twitter.js";
|
|
242
|
+
import { default as ed } from "./Informational/Files and folders/Unarchive.js";
|
|
243
|
+
import { default as od } from "./Informational/Identity/Union.js";
|
|
244
|
+
import { default as td } from "./Informational/Identity/Union1.js";
|
|
245
|
+
import { default as ld } from "./Toggles/General/Unlock.js";
|
|
246
|
+
import { default as dd } from "./Informational/Customer intent/Unsatisfactory.js";
|
|
247
|
+
import { default as ud } from "./Media/Others/Upload.js";
|
|
248
|
+
import { default as xd } from "./Informational/Identity/UserMinus1.js";
|
|
249
|
+
import { default as nd } from "./Informational/Identity/UserPlus.js";
|
|
250
|
+
import { default as hd } from "./Informational/Customer intent/UserSound.js";
|
|
251
|
+
import { default as gd } from "./Media/Visual/VideoCamcorder.js";
|
|
252
|
+
import { default as kd } from "./Media/Visual/VideoFilm.js";
|
|
253
|
+
import { default as wd } from "./Media/Audio/VolumeMute.js";
|
|
254
|
+
import { default as Pd } from "./Media/Audio/VolumeOneline.js";
|
|
255
|
+
import { default as Md } from "./Media/Audio/VolumeTwoline.js";
|
|
256
|
+
import { default as Rd } from "./Informational/Finance/Wallet.js";
|
|
257
|
+
import { default as vd } from "./BIK AI specific/WandSparkles.js";
|
|
258
|
+
import { default as yd } from "./Social/Channels/WebPush.js";
|
|
259
|
+
import { default as Ud } from "./BIK AI specific/Webhook.js";
|
|
260
|
+
import { default as Bd } from "./Social/Social/Website.js";
|
|
261
|
+
import { default as Wd } from "./Social/Channels/WhatsApp.js";
|
|
262
|
+
import { default as Gd } from "./Actions/Navigation/Whatsapp.js";
|
|
263
|
+
import { default as Vd } from "./Social/Social/Whatsapp.js";
|
|
264
|
+
import { default as jd } from "./Informational/Date and time/WorkingHours.js";
|
|
265
|
+
import { default as Qd } from "./BIK AI specific/Write.js";
|
|
266
|
+
import { default as qd } from "./Social/Social/Youtube.js";
|
|
259
267
|
export {
|
|
260
268
|
o as Activate,
|
|
261
269
|
t as AddLabel,
|
|
@@ -267,15 +275,15 @@ export {
|
|
|
267
275
|
h as AllProduct,
|
|
268
276
|
g as Archive1,
|
|
269
277
|
k as ArrowDown,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
278
|
+
w as ArrowDownLeft,
|
|
279
|
+
P as ArrowDownRight,
|
|
280
|
+
M as ArrowLeft,
|
|
273
281
|
R as ArrowRedo,
|
|
274
282
|
v as ArrowRight,
|
|
275
283
|
y as ArrowSwitch,
|
|
276
284
|
U as ArrowUndo,
|
|
277
285
|
B as ArrowUp,
|
|
278
|
-
|
|
286
|
+
W as ArrowUpLeft,
|
|
279
287
|
G as ArrowUpRight,
|
|
280
288
|
V as Bank,
|
|
281
289
|
j as BarcodeScan,
|
|
@@ -294,15 +302,15 @@ export {
|
|
|
294
302
|
he as CaratDown,
|
|
295
303
|
ge as CaratLeft,
|
|
296
304
|
ke as CaratRight,
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
305
|
+
we as CaratUp,
|
|
306
|
+
Pe as CashOnDelivery,
|
|
307
|
+
Me as ChartLine,
|
|
300
308
|
Re as Chat,
|
|
301
309
|
ve as ChatCheck,
|
|
302
310
|
ye as ChatQuestion,
|
|
303
311
|
Ue as ChatStar,
|
|
304
312
|
Be as Chatbot,
|
|
305
|
-
|
|
313
|
+
We as Check,
|
|
306
314
|
Ge as CheckDouble,
|
|
307
315
|
Ve as CheckboxIcon,
|
|
308
316
|
je as ChevronDoubleDown,
|
|
@@ -321,15 +329,15 @@ export {
|
|
|
321
329
|
hr as CloseTicket1,
|
|
322
330
|
gr as Code,
|
|
323
331
|
kr as Contacts,
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
332
|
+
wr as Copy,
|
|
333
|
+
Pr as CreditCard,
|
|
334
|
+
Mr as Crop,
|
|
327
335
|
Rr as Cross,
|
|
328
336
|
vr as Customdomain,
|
|
329
337
|
yr as CustomerReport,
|
|
330
338
|
Ur as Deactivate,
|
|
331
339
|
Br as DecreaseIndent,
|
|
332
|
-
|
|
340
|
+
Wr as Delete,
|
|
333
341
|
Gr as Desktop,
|
|
334
342
|
Vr as Download,
|
|
335
343
|
jr as Dropdown,
|
|
@@ -347,16 +355,16 @@ export {
|
|
|
347
355
|
co as EyeClosed,
|
|
348
356
|
Co as EyeOff,
|
|
349
357
|
So as Facebook,
|
|
350
|
-
|
|
358
|
+
Ao as Facebook2,
|
|
351
359
|
bo as FacebookComment,
|
|
352
|
-
|
|
360
|
+
To as FailDoc,
|
|
353
361
|
Fo as File,
|
|
354
362
|
Lo as FileCsv,
|
|
355
363
|
Do as FilePage,
|
|
356
364
|
Io as FilePdf,
|
|
357
365
|
Eo as Filter,
|
|
358
366
|
Ho as FlashOff,
|
|
359
|
-
|
|
367
|
+
Oo as FlashOn,
|
|
360
368
|
No as Folder,
|
|
361
369
|
zo as Forms,
|
|
362
370
|
Jo as Forward,
|
|
@@ -374,16 +382,16 @@ export {
|
|
|
374
382
|
ca as Growth,
|
|
375
383
|
Ca as HandleDrag,
|
|
376
384
|
Sa as Head112,
|
|
377
|
-
|
|
385
|
+
Aa as HeartEmpty,
|
|
378
386
|
ba as HeartFilled,
|
|
379
|
-
|
|
387
|
+
Ta as Help,
|
|
380
388
|
Fa as Help2,
|
|
381
389
|
La as HourGlass,
|
|
382
390
|
Da as IcList,
|
|
383
391
|
Ia as IdCard,
|
|
384
392
|
Ea as Image,
|
|
385
393
|
Ha as ImageAdd,
|
|
386
|
-
|
|
394
|
+
Oa as Images,
|
|
387
395
|
Na as IncreaseIndent,
|
|
388
396
|
za as Info,
|
|
389
397
|
Ja as Instagram,
|
|
@@ -398,122 +406,130 @@ export {
|
|
|
398
406
|
pt as Lock,
|
|
399
407
|
mt as LogIn,
|
|
400
408
|
it as LogOut,
|
|
401
|
-
ct as
|
|
402
|
-
Ct as
|
|
403
|
-
St as
|
|
404
|
-
|
|
405
|
-
bt as
|
|
406
|
-
|
|
407
|
-
Ft as
|
|
408
|
-
Lt as
|
|
409
|
-
Dt as
|
|
410
|
-
It as
|
|
411
|
-
Et as
|
|
412
|
-
Ht as
|
|
413
|
-
|
|
414
|
-
Nt as
|
|
415
|
-
zt as
|
|
416
|
-
Jt as
|
|
417
|
-
Yt as
|
|
418
|
-
Kt as
|
|
419
|
-
Zt as
|
|
420
|
-
$t as
|
|
421
|
-
rf as
|
|
422
|
-
af as
|
|
423
|
-
ff as
|
|
424
|
-
sf as
|
|
425
|
-
pf as
|
|
426
|
-
mf as
|
|
427
|
-
nf as
|
|
428
|
-
hf as
|
|
429
|
-
gf as
|
|
430
|
-
kf as
|
|
431
|
-
|
|
409
|
+
ct as LoudSpeaker,
|
|
410
|
+
Ct as ManifestSparkle,
|
|
411
|
+
St as MapPin,
|
|
412
|
+
At as Marketing,
|
|
413
|
+
bt as Maximize,
|
|
414
|
+
Tt as MediaMessage,
|
|
415
|
+
Ft as MenuHamburger,
|
|
416
|
+
Lt as MessageSearch,
|
|
417
|
+
Dt as Messenger,
|
|
418
|
+
It as Messenger2,
|
|
419
|
+
Et as Microphone,
|
|
420
|
+
Ht as Minus,
|
|
421
|
+
Ot as Money1,
|
|
422
|
+
Nt as MoreHorizontal,
|
|
423
|
+
zt as MoreVertical,
|
|
424
|
+
Jt as Move,
|
|
425
|
+
Yt as MultiLine,
|
|
426
|
+
Kt as MultiSelect,
|
|
427
|
+
Zt as NewTicket,
|
|
428
|
+
$t as NoCredits,
|
|
429
|
+
rf as Number,
|
|
430
|
+
af as NumberList,
|
|
431
|
+
ff as OpenNewWindow,
|
|
432
|
+
sf as OrderHistory,
|
|
433
|
+
pf as OrderReport,
|
|
434
|
+
mf as Paperclip,
|
|
435
|
+
nf as Pause,
|
|
436
|
+
hf as PaymentLink,
|
|
437
|
+
gf as PaymentReport,
|
|
438
|
+
kf as Percent,
|
|
439
|
+
wf as Percent2,
|
|
440
|
+
Pf as Person,
|
|
432
441
|
Mf as Phone,
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
Ml as
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
Ms as
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
Md as
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
442
|
+
Rf as Placeholder,
|
|
443
|
+
vf as PlanUltimate,
|
|
444
|
+
yf as Play,
|
|
445
|
+
Uf as Plus,
|
|
446
|
+
Bf as PricePlease,
|
|
447
|
+
Wf as PrivateNote,
|
|
448
|
+
Gf as ProductTour,
|
|
449
|
+
Vf as Promocode,
|
|
450
|
+
jf as Purchase,
|
|
451
|
+
Qf as Quotes,
|
|
452
|
+
qf as Rcs,
|
|
453
|
+
Xf as Receipt,
|
|
454
|
+
_f as Refresh,
|
|
455
|
+
el as RestApi,
|
|
456
|
+
ol as Rewind,
|
|
457
|
+
tl as Robot,
|
|
458
|
+
ll as RotateAnticlockwise,
|
|
459
|
+
dl as RotateClockwise,
|
|
460
|
+
ul as RoundCheck,
|
|
461
|
+
xl as Rupee,
|
|
462
|
+
nl as Save,
|
|
463
|
+
hl as Search,
|
|
464
|
+
gl as SendAirplane,
|
|
465
|
+
kl as Services,
|
|
466
|
+
wl as Services2,
|
|
467
|
+
Pl as Settings,
|
|
468
|
+
Ml as Shape,
|
|
469
|
+
Rl as ShareAndroid,
|
|
470
|
+
vl as ShieldCheck,
|
|
471
|
+
yl as ShoppingBag,
|
|
472
|
+
Ul as ShoppingBasket,
|
|
473
|
+
Bl as ShoppingCart,
|
|
474
|
+
Wl as ShoppingCart2,
|
|
475
|
+
Gl as Shortcut,
|
|
476
|
+
Vl as Shorter,
|
|
477
|
+
jl as SingleChoice,
|
|
478
|
+
Ql as SingleChoice2,
|
|
479
|
+
ql as Slash,
|
|
480
|
+
Xl as Sleep,
|
|
481
|
+
_l as Smartphone,
|
|
482
|
+
es as Sparkling2Line,
|
|
483
|
+
os as StarEmpty,
|
|
484
|
+
ts as StarFilled,
|
|
485
|
+
ls as StarHalf,
|
|
486
|
+
ds as Store,
|
|
487
|
+
us as StoreSync,
|
|
488
|
+
xs as Subscript,
|
|
489
|
+
ns as Superscript,
|
|
490
|
+
hs as Sync,
|
|
491
|
+
gs as TablerTicket,
|
|
492
|
+
ks as Tasks,
|
|
493
|
+
ws as Text,
|
|
494
|
+
Ps as TextAlignCenter,
|
|
495
|
+
Ms as TextAlignLeft,
|
|
496
|
+
Rs as TextAlignRight,
|
|
497
|
+
vs as TextBold,
|
|
498
|
+
ys as TextItalics,
|
|
499
|
+
Us as TextJustify,
|
|
500
|
+
Bs as TextMessage,
|
|
501
|
+
Ws as TextStrikethrough,
|
|
502
|
+
Gs as TextUnderline,
|
|
503
|
+
Vs as Textbox,
|
|
504
|
+
js as Theme,
|
|
505
|
+
Qs as TicketForm,
|
|
506
|
+
qs as Training,
|
|
507
|
+
Xs as Truck,
|
|
508
|
+
_s as Twitter,
|
|
509
|
+
ed as Unarchive,
|
|
510
|
+
od as Union,
|
|
511
|
+
td as Union1,
|
|
512
|
+
ld as Unlock,
|
|
513
|
+
dd as Unsatisfactory,
|
|
514
|
+
ud as Upload,
|
|
515
|
+
xd as UserMinus1,
|
|
516
|
+
nd as UserPlus,
|
|
517
|
+
hd as UserSound,
|
|
518
|
+
gd as VideoCamcorder,
|
|
519
|
+
kd as VideoFilm,
|
|
520
|
+
wd as VolumeMute,
|
|
521
|
+
Pd as VolumeOneline,
|
|
522
|
+
Md as VolumeTwoline,
|
|
523
|
+
Rd as Wallet,
|
|
524
|
+
vd as WandSparkles,
|
|
525
|
+
yd as WebPush,
|
|
526
|
+
Ud as Webhook,
|
|
527
|
+
Bd as Website,
|
|
528
|
+
Wd as WhatsApp,
|
|
529
|
+
Gd as Whatsapp,
|
|
530
|
+
Vd as Whatsapp2,
|
|
531
|
+
jd as WorkingHours,
|
|
532
|
+
Qd as Write,
|
|
533
|
+
qd as Youtube
|
|
518
534
|
};
|
|
519
535
|
//# sourceMappingURL=index.js.map
|