@experts_hub/shared 1.0.251 → 1.0.252
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.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/geographic/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4010,7 +4010,8 @@ __decorateClass([
|
|
|
4010
4010
|
|
|
4011
4011
|
// src/modules/geographic/pattern/pattern.ts
|
|
4012
4012
|
var COUNTRY_PATTERN = {
|
|
4013
|
-
fetchCountryDropdown: "fetch.country.dropdown"
|
|
4013
|
+
fetchCountryDropdown: "fetch.country.dropdown",
|
|
4014
|
+
fetchCountryPhoneCodeDropdown: "fetch.country.phone.code.dropdown"
|
|
4014
4015
|
};
|
|
4015
4016
|
var STATE_PATTERN = {
|
|
4016
4017
|
fetchStateDropdown: "fetch.state.dropdown"
|
package/dist/index.mjs
CHANGED
|
@@ -4135,7 +4135,8 @@ __decorateClass([
|
|
|
4135
4135
|
|
|
4136
4136
|
// src/modules/geographic/pattern/pattern.ts
|
|
4137
4137
|
var COUNTRY_PATTERN = {
|
|
4138
|
-
fetchCountryDropdown: "fetch.country.dropdown"
|
|
4138
|
+
fetchCountryDropdown: "fetch.country.dropdown",
|
|
4139
|
+
fetchCountryPhoneCodeDropdown: "fetch.country.phone.code.dropdown"
|
|
4139
4140
|
};
|
|
4140
4141
|
var STATE_PATTERN = {
|
|
4141
4142
|
fetchStateDropdown: "fetch.state.dropdown"
|