kts-component-invoice-operate 3.2.228 → 3.2.229

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.esm.js CHANGED
@@ -19230,6 +19230,9 @@ var NationalSelect = /*#__PURE__*/function (_React$Component3) {
19230
19230
  value: function render() {
19231
19231
  var props = this.props;
19232
19232
  var option = [{
19233
+ value: "156",
19234
+ label: "中国"
19235
+ }, {
19233
19236
  value: "004",
19234
19237
  label: "阿富汗"
19235
19238
  }, {
@@ -19358,9 +19361,6 @@ var NationalSelect = /*#__PURE__*/function (_React$Component3) {
19358
19361
  }, {
19359
19362
  value: "152",
19360
19363
  label: "智利"
19361
- }, {
19362
- value: "156",
19363
- label: "中国"
19364
19364
  }, {
19365
19365
  value: "158",
19366
19366
  label: "中国台湾"
package/dist/index.js CHANGED
@@ -19240,6 +19240,9 @@ var NationalSelect = /*#__PURE__*/function (_React$Component3) {
19240
19240
  value: function render() {
19241
19241
  var props = this.props;
19242
19242
  var option = [{
19243
+ value: "156",
19244
+ label: "中国"
19245
+ }, {
19243
19246
  value: "004",
19244
19247
  label: "阿富汗"
19245
19248
  }, {
@@ -19368,9 +19371,6 @@ var NationalSelect = /*#__PURE__*/function (_React$Component3) {
19368
19371
  }, {
19369
19372
  value: "152",
19370
19373
  label: "智利"
19371
- }, {
19372
- value: "156",
19373
- label: "中国"
19374
19374
  }, {
19375
19375
  value: "158",
19376
19376
  label: "中国台湾"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.228",
3
+ "version": "3.2.229",
4
4
  "scripts": {
5
5
  "dev": "dumi dev --max-old-space-size=6096",
6
6
  "start": "dumi dev",
@@ -544,6 +544,7 @@ class NationalSelect extends React.Component<any> {
544
544
  render() {
545
545
  const props = this.props;
546
546
  const option = [
547
+ { value: "156", label: "中国" },
547
548
  { value: "004", label: "阿富汗" },
548
549
  { value: "008", label: "阿尔巴尼亚" },
549
550
  { value: "010", label: "南极洲" },
@@ -587,7 +588,7 @@ class NationalSelect extends React.Component<any> {
587
588
  { value: "144", label: "斯里兰卡" },
588
589
  { value: "148", label: "乍得" },
589
590
  { value: "152", label: "智利" },
590
- { value: "156", label: "中国" },
591
+
591
592
  { value: "158", label: "中国台湾" },
592
593
  { value: "162", label: "圣诞岛" },
593
594
  { value: "166", label: "科科斯(基林)群岛" },