@alfalab/core-components-masked-input 4.3.6 → 4.4.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/CHANGELOG.md +39 -0
- package/{dist/Component.d.ts → Component.d.ts} +0 -0
- package/{dist/Component.js → Component.js} +1 -1
- package/{dist/cssm → cssm}/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.js +1 -1
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +1 -1
- package/{dist/cssm → cssm}/index.module.css +0 -0
- package/{dist/esm → esm}/Component.d.ts +0 -0
- package/{dist/esm → esm}/Component.js +2 -2
- package/esm/index.css +1 -0
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +1 -1
- package/index.css +1 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +0 -0
- package/{dist/modern → modern}/Component.d.ts +0 -0
- package/{dist/modern → modern}/Component.js +2 -2
- package/modern/index.css +1 -0
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +1 -1
- package/package.json +11 -14
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/dist/esm/index.css +0 -1
- package/dist/index.css +0 -1
- package/dist/modern/index.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.4.1...@alfalab/core-components-masked-input@4.4.2) (2022-07-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [4.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.4.0...@alfalab/core-components-masked-input@4.4.1) (2022-07-14)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [4.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.7...@alfalab/core-components-masked-input@4.4.0) (2022-06-28)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [4.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.6...@alfalab/core-components-masked-input@4.3.7) (2022-06-23)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## [4.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.5...@alfalab/core-components-masked-input@4.3.6) (2022-06-03)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
@@ -425,4 +463,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
425
463
|
|
|
426
464
|
## [3.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@3.2.0...@alfalab/core-components-masked-input@3.2.1) (2021-02-18)
|
|
427
465
|
|
|
466
|
+
|
|
428
467
|
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
File without changes
|
|
@@ -53,7 +53,7 @@ function __rest(s, e) {
|
|
|
53
53
|
return t;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
var styles = {"textHidden":"masked-
|
|
56
|
+
var styles = {"textHidden":"masked-input__textHidden_1vfvu"};
|
|
57
57
|
require('./index.css')
|
|
58
58
|
|
|
59
59
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
|
File without changes
|
|
@@ -6,7 +6,7 @@ var React = require('react');
|
|
|
6
6
|
var cn = require('classnames');
|
|
7
7
|
var mergeRefs = require('react-merge-refs');
|
|
8
8
|
var textMaskCore = require('text-mask-core');
|
|
9
|
-
var coreComponentsInput = require('@alfalab/core-components-input/
|
|
9
|
+
var coreComponentsInput = require('@alfalab/core-components-input/cssm');
|
|
10
10
|
var styles = require('./index.module.css');
|
|
11
11
|
|
|
12
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import React, { useRef, useState, useCallback, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import { createTextMaskInputElement } from 'text-mask-core';
|
|
5
|
-
import { Input } from '@alfalab/core-components-input/
|
|
5
|
+
import { Input } from '@alfalab/core-components-input/esm';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -43,7 +43,7 @@ function __rest(s, e) {
|
|
|
43
43
|
return t;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var styles = {"textHidden":"masked-
|
|
46
|
+
var styles = {"textHidden":"masked-input__textHidden_1vfvu"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/esm/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* hash: mhbza */
|
|
File without changes
|
package/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* hash: mhbza */
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,9 +2,9 @@ import React, { useRef, useState, useCallback, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import { createTextMaskInputElement } from 'text-mask-core';
|
|
5
|
-
import { Input } from '@alfalab/core-components-input/
|
|
5
|
+
import { Input } from '@alfalab/core-components-input/modern';
|
|
6
6
|
|
|
7
|
-
var styles = {"textHidden":"masked-
|
|
7
|
+
var styles = {"textHidden":"masked-input__textHidden_1vfvu"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/modern/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* hash: mhbza */
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-masked-input",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "
|
|
8
|
-
"module": "./
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
7
|
+
"main": "index.js",
|
|
8
|
+
"module": "./esm/index.js",
|
|
12
9
|
"scripts": {
|
|
13
|
-
"postinstall": "node ./
|
|
10
|
+
"postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
|
|
14
11
|
},
|
|
15
12
|
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
13
|
+
"access": "public",
|
|
14
|
+
"directory": "dist"
|
|
17
15
|
},
|
|
18
16
|
"peerDependencies": {
|
|
19
17
|
"react": "^16.9.0 || ^17.0.1"
|
|
20
18
|
},
|
|
21
19
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-input": "^8.
|
|
23
|
-
"classnames": "2.2.6",
|
|
24
|
-
"react-merge-refs": "1.1.0",
|
|
25
|
-
"text-mask-core": "5.1.2"
|
|
26
|
-
}
|
|
27
|
-
"gitHead": "d86d1207351d2e8dceb0519cbb0b64c06aaa6884"
|
|
20
|
+
"@alfalab/core-components-input": "^8.2.2",
|
|
21
|
+
"classnames": "^2.2.6",
|
|
22
|
+
"react-merge-refs": "^1.1.0",
|
|
23
|
+
"text-mask-core": "^5.1.2"
|
|
24
|
+
}
|
|
28
25
|
}
|
|
File without changes
|
package/dist/esm/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* hash: e1u04 */
|
package/dist/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* hash: e1u04 */
|
package/dist/modern/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* hash: e1u04 */
|