@capillarytech/blaze-ui 5.2.1 → 5.3.0
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/.DS_Store +0 -0
- package/CapCondition/index.js +0 -1
- package/CapCondition/index.js.map +1 -1
- package/CapDatePicker/index.d.ts.map +1 -1
- package/CapDatePicker/index.js +0 -1
- package/CapDatePicker/index.js.map +1 -1
- package/CapDateRangePicker/README.md +159 -0
- package/CapDateRangePicker/index.d.ts +11 -0
- package/CapDateRangePicker/index.d.ts.map +1 -0
- package/CapDateRangePicker/index.js +768 -7300
- package/CapDateRangePicker/index.js.map +1 -1
- package/CapDateRangePicker/types.d.ts +142 -0
- package/CapDateRangePicker/types.d.ts.map +1 -0
- package/CapEmptyDivWithBorder/index.js +9 -647
- package/CapEmptyDivWithBorder/index.js.map +1 -1
- package/CapMobileDateRangePicker/index.js +847 -7131
- package/CapMobileDateRangePicker/index.js.map +1 -1
- package/index.d.ts +2 -2
- package/index.d.ts.map +1 -1
- package/index.js +281 -133
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/_variables.scss +8 -0
- package/CapEmptyDivWithBorder/index.d.ts +0 -12
- package/CapEmptyDivWithBorder/index.d.ts.map +0 -1
- package/CapEmptyDivWithBorder/types.d.ts +0 -26
- package/CapEmptyDivWithBorder/types.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapDatePicker/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,iCAAiC,CAAC;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapDatePicker/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,iCAAiC,CAAC;;AAiJzC,wBAAoD;AACpD,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC"}
|
package/CapDatePicker/index.js
CHANGED
|
@@ -17277,7 +17277,6 @@ const CapDatePicker = _ref => {
|
|
|
17277
17277
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
17278
17278
|
className: (0, _classnames.default)(commonClsPrefix, clsPrefix),
|
|
17279
17279
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_antdV.DatePicker, _extends({
|
|
17280
|
-
allowClear: false,
|
|
17281
17280
|
suffixIcon: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
17282
17281
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {
|
|
17283
17282
|
type: "calendar",
|