@bikiran/utils 2.3.0 → 2.3.2

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.d.ts CHANGED
@@ -13,7 +13,6 @@ export { default as UserInfoComp } from "./components/user-info/UserInfoComp";
13
13
  export { default as ProjectSelector } from "./components/project-selector/ProjectSelector";
14
14
  export { default as InformationTooltip } from "./components/information-tooltip/InformationTooltip";
15
15
  export { default as CopyWrapper } from "./components/copy-wrapper/CopyWrapper";
16
- export { default as StringOperation } from "./lib/utils/StringOperation";
17
16
  export { GetDate, GetTime, timeAgo, timeRemaining, getTimestamp, } from "./lib/utils/date";
18
17
  export { default as capitalizeFirstLetter } from "./lib/utils/capitalizeFirstLetter";
19
18
  export { default as capitalizeSentence } from "./lib/utils/capitalizeSentence";
@@ -28,6 +27,7 @@ export { showCurrencySign, showInt } from "./lib/utils/show";
28
27
  export { addOption, addOption2 } from "./lib/utils/option";
29
28
  export { getBikiranUrl, getAccountUrl, getApiUrl, getApi2Url, getApi3Url, getBaseDomain, getSupportUrl, generateAnyUrl, getAdManageUrl, getAppoceanUrl, getDBConnectionString, getDocsUrl, getDomainUrl, getHostingUrl, getSiteUrl, SUB_DOMAIN_NAMES, isDev, getMode, } from "./lib/utils/Env";
30
29
  export type { TInputChangeEvent, TTextAreaChangeEvent, TMouseEvent, TFormEvent, TKeyboardEvent, TFocusEvent, TDragEvent, TState, } from "./lib/types/GlobalType";
31
- export { default as country } from "./lib/utils/country.json";
30
+ export { default as countries } from "./lib/utils/country.json";
32
31
  export { win, doc, storage } from "./lib/utils/dom";
33
32
  export { setLocalStorage, getLocalStorage } from "./lib/utils/storage";
33
+ export { mkQueryString, mkToken, mkStrongPassword, } from "./lib/utils/StringOperation";
package/dist/index.js CHANGED
@@ -13,7 +13,6 @@ export { default as UserInfoComp } from "./components/user-info/UserInfoComp";
13
13
  export { default as ProjectSelector } from "./components/project-selector/ProjectSelector";
14
14
  export { default as InformationTooltip } from "./components/information-tooltip/InformationTooltip";
15
15
  export { default as CopyWrapper } from "./components/copy-wrapper/CopyWrapper";
16
- export { default as StringOperation } from "./lib/utils/StringOperation";
17
16
  export { GetDate, GetTime, timeAgo, timeRemaining, getTimestamp, } from "./lib/utils/date";
18
17
  export { default as capitalizeFirstLetter } from "./lib/utils/capitalizeFirstLetter";
19
18
  export { default as capitalizeSentence } from "./lib/utils/capitalizeSentence";
@@ -27,6 +26,7 @@ export { convertToYears } from "./lib/utils/convertToYears";
27
26
  export { showCurrencySign, showInt } from "./lib/utils/show";
28
27
  export { addOption, addOption2 } from "./lib/utils/option";
29
28
  export { getBikiranUrl, getAccountUrl, getApiUrl, getApi2Url, getApi3Url, getBaseDomain, getSupportUrl, generateAnyUrl, getAdManageUrl, getAppoceanUrl, getDBConnectionString, getDocsUrl, getDomainUrl, getHostingUrl, getSiteUrl, SUB_DOMAIN_NAMES, isDev, getMode, } from "./lib/utils/Env";
30
- export { default as country } from "./lib/utils/country.json";
29
+ export { default as countries } from "./lib/utils/country.json";
31
30
  export { win, doc, storage } from "./lib/utils/dom";
32
31
  export { setLocalStorage, getLocalStorage } from "./lib/utils/storage";
32
+ export { mkQueryString, mkToken, mkStrongPassword, } from "./lib/utils/StringOperation";
package/dist/index.ts CHANGED
@@ -13,7 +13,6 @@ export { default as UserInfoComp } from "./components/user-info/UserInfoComp";
13
13
  export { default as ProjectSelector } from "./components/project-selector/ProjectSelector";
14
14
  export { default as InformationTooltip } from "./components/information-tooltip/InformationTooltip";
15
15
  export { default as CopyWrapper } from "./components/copy-wrapper/CopyWrapper";
16
- export { default as StringOperation } from "./lib/utils/StringOperation";
17
16
  export {
18
17
  GetDate,
19
18
  GetTime,
@@ -62,6 +61,11 @@ export type {
62
61
  TDragEvent,
63
62
  TState,
64
63
  } from "./lib/types/GlobalType";
65
- export { default as country } from "./lib/utils/country.json";
64
+ export { default as countries } from "./lib/utils/country.json";
66
65
  export { win, doc, storage } from "./lib/utils/dom";
67
66
  export { setLocalStorage, getLocalStorage } from "./lib/utils/storage";
67
+ export {
68
+ mkQueryString,
69
+ mkToken,
70
+ mkStrongPassword,
71
+ } from "./lib/utils/StringOperation";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikiran/utils",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [