@kmkf-fe-packages/services-components 0.13.0-alpha.4 → 0.13.0-alpha.5
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/esm/components/BS/BsPosting/components/City/index.d.ts +1 -1
- package/dist/esm/components/BS/BsPosting/components/City/index.js +1 -1
- package/dist/esm/components/BS/BsPosting/components/Detail/index.d.ts +1 -1
- package/dist/esm/components/BS/BsPosting/components/Detail/index.js +1 -1
- package/dist/esm/components/BS/BsPosting/components/District/index.d.ts +1 -1
- package/dist/esm/components/BS/BsPosting/components/District/index.js +1 -1
- package/dist/esm/components/BS/BsPosting/components/Province/index.d.ts +1 -1
- package/dist/esm/components/BS/BsPosting/components/Province/index.js +1 -1
- package/dist/esm/components/BS/BsPosting/components/ReceiverMobile/index.d.ts +1 -1
- package/dist/esm/components/BS/BsPosting/components/ReceiverMobile/index.js +1 -1
- package/dist/esm/components/BS/BsPosting/components/ReceiverName/index.d.ts +1 -1
- package/dist/esm/components/BS/BsPosting/components/ReceiverName/index.js +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
3
|
+
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
4
4
|
declare class City implements ComponentInterface {
|
|
5
5
|
name: string;
|
|
6
6
|
id: string;
|
|
@@ -7,8 +7,8 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
|
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { BsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
10
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
11
10
|
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
11
|
+
import ItemView from "../../../../../commonComponents/ItemView";
|
|
12
12
|
var City = /*#__PURE__*/_createClass(function City(options) {
|
|
13
13
|
var _this = this;
|
|
14
14
|
_classCallCheck(this, City);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
2
1
|
import React from 'react';
|
|
2
|
+
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
3
3
|
declare class Detail implements ComponentInterface {
|
|
4
4
|
name: string;
|
|
5
5
|
id: string;
|
|
@@ -6,8 +6,8 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
|
|
|
6
6
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
10
9
|
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
10
|
+
import ItemView from "../../../../../commonComponents/ItemView";
|
|
11
11
|
var Detail = /*#__PURE__*/_createClass(function Detail(options) {
|
|
12
12
|
var _this = this;
|
|
13
13
|
_classCallCheck(this, Detail);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
3
|
+
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
4
4
|
declare class District implements ComponentInterface {
|
|
5
5
|
name: string;
|
|
6
6
|
id: string;
|
|
@@ -7,8 +7,8 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
|
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { BsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
10
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
11
10
|
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
11
|
+
import ItemView from "../../../../../commonComponents/ItemView";
|
|
12
12
|
var District = /*#__PURE__*/_createClass(function District(options) {
|
|
13
13
|
var _this = this;
|
|
14
14
|
_classCallCheck(this, District);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
3
|
+
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
4
4
|
declare class Province implements ComponentInterface {
|
|
5
5
|
name: string;
|
|
6
6
|
id: string;
|
|
@@ -7,8 +7,8 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
|
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { BsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
10
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
11
10
|
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
11
|
+
import ItemView from "../../../../../commonComponents/ItemView";
|
|
12
12
|
var Province = /*#__PURE__*/_createClass(function Province(options) {
|
|
13
13
|
var _this = this;
|
|
14
14
|
_classCallCheck(this, Province);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
2
1
|
import React from 'react';
|
|
2
|
+
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
3
3
|
declare class ReceiverMobile implements ComponentInterface {
|
|
4
4
|
name: string;
|
|
5
5
|
id: string;
|
|
@@ -6,8 +6,8 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
|
|
|
6
6
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
10
9
|
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
10
|
+
import ItemView from "../../../../../commonComponents/ItemView";
|
|
11
11
|
var ReceiverMobile = /*#__PURE__*/_createClass(function ReceiverMobile(options) {
|
|
12
12
|
var _this = this;
|
|
13
13
|
_classCallCheck(this, ReceiverMobile);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
2
1
|
import React from 'react';
|
|
2
|
+
import { ComponentInterface, PickOption, ALignType, Record } from '../../../../../type';
|
|
3
3
|
declare class ReceiverName implements ComponentInterface {
|
|
4
4
|
name: string;
|
|
5
5
|
id: string;
|
|
@@ -6,8 +6,8 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
|
|
|
6
6
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
10
9
|
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
10
|
+
import ItemView from "../../../../../commonComponents/ItemView";
|
|
11
11
|
var ReceiverName = /*#__PURE__*/_createClass(function ReceiverName(options) {
|
|
12
12
|
var _this = this;
|
|
13
13
|
_classCallCheck(this, ReceiverName);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.13.0-alpha.
|
|
3
|
+
"version": "0.13.0-alpha.5",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "18c037b86ee47aefed481b9de0bdb9d1af119433"
|
|
44
44
|
}
|