@semcore/ui 16.13.1-prerelease.2 → 16.13.1-prerelease.4
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 +12 -1
- package/package.json +144 -144
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
## [16.13.1] - 2025-12-
|
|
1
|
+
## [16.13.1] - 2025-12-18
|
|
2
|
+
|
|
3
|
+
### @semcore/notice-global
|
|
4
|
+
|
|
5
|
+
- **Changed** Package is deprecated.
|
|
6
|
+
- **Changed** [ ] Bug fix (non-breaking change which fixes an issue).
|
|
7
|
+
- **Changed** [ ] New feature (non-breaking change which adds functionality).
|
|
8
|
+
- **Changed** [ ] Breaking change (fix or feature that would cause existing
|
|
9
|
+
functionality to not work as expected).
|
|
10
|
+
- **Changed** [ ] Nice improve.
|
|
11
|
+
- **Changed** [x] I have updated the documentation accordingly.
|
|
12
|
+
- **Changed** [ ] I have added new tests on added of fixed functionality.
|
|
2
13
|
|
|
3
14
|
### @semcore/data-table
|
|
4
15
|
|
package/package.json
CHANGED
|
@@ -1,87 +1,87 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "16.13.1-prerelease.
|
|
3
|
+
"version": "16.13.1-prerelease.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
|
+
"@semcore/add-filter": "16.6.3-prerelease.4",
|
|
8
9
|
"@semcore/accordion": "16.7.2",
|
|
10
|
+
"@semcore/base-components": "16.4.2",
|
|
9
11
|
"@semcore/badge": "16.0.7",
|
|
10
|
-
"@semcore/base-trigger": "16.4.5-prerelease.
|
|
12
|
+
"@semcore/base-trigger": "16.4.5-prerelease.4",
|
|
11
13
|
"@semcore/breadcrumbs": "16.5.4",
|
|
12
14
|
"@semcore/animation": "16.0.7",
|
|
13
15
|
"@semcore/breakpoints": "16.0.11",
|
|
14
16
|
"@semcore/bulk-textarea": "16.6.2",
|
|
17
|
+
"@semcore/carousel": "16.1.13-prerelease.4",
|
|
15
18
|
"@semcore/button": "16.0.12",
|
|
16
|
-
"@semcore/add-filter": "16.6.3-prerelease.2",
|
|
17
|
-
"@semcore/carousel": "16.1.13-prerelease.2",
|
|
18
19
|
"@semcore/card": "16.1.12",
|
|
20
|
+
"@semcore/color-picker": "16.1.13-prerelease.4",
|
|
19
21
|
"@semcore/checkbox": "16.2.2",
|
|
20
|
-
"@semcore/color-picker": "16.1.13-prerelease.2",
|
|
21
22
|
"@semcore/core": "16.5.1",
|
|
22
|
-
"@semcore/
|
|
23
|
-
"@semcore/
|
|
24
|
-
"@semcore/date-picker": "16.2.3-prerelease.2",
|
|
25
|
-
"@semcore/data-table": "16.5.1-prerelease.2",
|
|
23
|
+
"@semcore/d3-chart": "16.4.2-prerelease.4",
|
|
24
|
+
"@semcore/data-table": "16.5.1-prerelease.4",
|
|
26
25
|
"@semcore/divider": "16.0.11",
|
|
26
|
+
"@semcore/date-picker": "16.2.3-prerelease.4",
|
|
27
|
+
"@semcore/counter": "16.0.11",
|
|
27
28
|
"@semcore/dot": "16.0.11",
|
|
28
29
|
"@semcore/drag-and-drop": "16.1.12",
|
|
30
|
+
"@semcore/dropdown-menu": "16.2.1-prerelease.4",
|
|
31
|
+
"@semcore/feature-popover": "16.2.5",
|
|
29
32
|
"@semcore/dropdown": "16.1.4",
|
|
30
|
-
"@semcore/errors": "16.1.7",
|
|
31
|
-
"@semcore/dropdown-menu": "16.2.1-prerelease.2",
|
|
32
33
|
"@semcore/ellipsis": "16.0.12",
|
|
33
34
|
"@semcore/feedback-form": "16.1.12",
|
|
34
|
-
"@semcore/feature-highlight": "16.2.2",
|
|
35
|
-
"@semcore/flags": "16.1.8",
|
|
36
35
|
"@semcore/flex-box": "16.0.11",
|
|
37
|
-
"@semcore/
|
|
36
|
+
"@semcore/flags": "16.1.8",
|
|
38
37
|
"@semcore/format-text": "16.1.1",
|
|
39
38
|
"@semcore/fullscreen-modal": "16.1.12",
|
|
40
39
|
"@semcore/grid": "16.0.11",
|
|
41
40
|
"@semcore/i18n-unplugin": "16.0.9",
|
|
42
|
-
"@semcore/illustration": "16.0.12",
|
|
43
41
|
"@semcore/inline-edit": "16.0.11",
|
|
42
|
+
"@semcore/illustration": "16.0.12",
|
|
43
|
+
"@semcore/input-mask": "16.0.11",
|
|
44
|
+
"@semcore/icon": "16.7.3-prerelease.4",
|
|
44
45
|
"@semcore/inline-input": "16.2.2",
|
|
45
|
-
"@semcore/icon": "16.7.3-prerelease.2",
|
|
46
|
-
"@semcore/input-number": "16.0.11",
|
|
47
|
-
"@semcore/base-components": "16.4.2",
|
|
48
|
-
"@semcore/input": "16.1.1",
|
|
49
46
|
"@semcore/input-tags": "16.0.13",
|
|
50
|
-
"@semcore/
|
|
47
|
+
"@semcore/feature-highlight": "16.2.2",
|
|
51
48
|
"@semcore/link": "16.0.11",
|
|
49
|
+
"@semcore/mini-chart": "16.1.1",
|
|
52
50
|
"@semcore/modal": "16.1.12",
|
|
53
51
|
"@semcore/neighbor-location": "16.0.11",
|
|
54
|
-
"@semcore/input-mask": "16.0.11",
|
|
55
|
-
"@semcore/notice-global": "16.1.12",
|
|
56
|
-
"@semcore/notice": "16.1.12",
|
|
57
52
|
"@semcore/notice-bubble": "16.2.0",
|
|
53
|
+
"@semcore/notice-global": "16.1.13-prerelease.4",
|
|
54
|
+
"@semcore/input": "16.1.1",
|
|
55
|
+
"@semcore/errors": "16.1.7",
|
|
58
56
|
"@semcore/outside-click": "16.0.11",
|
|
57
|
+
"@semcore/pagination": "16.1.12",
|
|
59
58
|
"@semcore/pills": "16.0.11",
|
|
60
59
|
"@semcore/popper": "16.0.11",
|
|
61
|
-
"@semcore/pagination": "16.1.12",
|
|
62
|
-
"@semcore/product-head": "16.0.11",
|
|
63
60
|
"@semcore/portal": "16.0.11",
|
|
64
|
-
"@semcore/
|
|
61
|
+
"@semcore/product-head": "16.0.11",
|
|
62
|
+
"@semcore/notice": "16.1.12",
|
|
65
63
|
"@semcore/radio": "16.1.1",
|
|
66
64
|
"@semcore/scroll-area": "16.0.11",
|
|
67
65
|
"@semcore/side-panel": "16.1.12",
|
|
68
|
-
"@semcore/
|
|
66
|
+
"@semcore/progress-bar": "16.0.11",
|
|
69
67
|
"@semcore/skeleton": "16.0.11",
|
|
70
68
|
"@semcore/slider": "16.1.1",
|
|
71
69
|
"@semcore/spin": "16.0.11",
|
|
70
|
+
"@semcore/input-number": "16.0.11",
|
|
72
71
|
"@semcore/spin-container": "16.0.11",
|
|
72
|
+
"@semcore/select": "16.1.12",
|
|
73
73
|
"@semcore/sticky": "16.0.11",
|
|
74
74
|
"@semcore/switch": "16.1.1",
|
|
75
75
|
"@semcore/tab-line": "16.0.11",
|
|
76
|
-
"@semcore/stylelint-plugin": "0.0.1",
|
|
77
76
|
"@semcore/tab-panel": "16.0.11",
|
|
78
|
-
"@semcore/
|
|
77
|
+
"@semcore/stylelint-plugin": "0.0.1",
|
|
79
78
|
"@semcore/textarea": "16.0.11",
|
|
79
|
+
"@semcore/tag": "16.1.14-prerelease.4",
|
|
80
80
|
"@semcore/time-picker": "16.1.13",
|
|
81
81
|
"@semcore/tooltip": "16.0.11",
|
|
82
82
|
"@semcore/typography": "16.3.2",
|
|
83
83
|
"@semcore/widget-empty": "16.0.11",
|
|
84
|
-
"@semcore/wizard": "16.2.2-prerelease.
|
|
84
|
+
"@semcore/wizard": "16.2.2-prerelease.4"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"react": "16.8 - 18",
|
|
@@ -103,11 +103,21 @@
|
|
|
103
103
|
"directory": "semcore/ui"
|
|
104
104
|
},
|
|
105
105
|
"exports": {
|
|
106
|
+
"./add-filter": {
|
|
107
|
+
"require": "./add-filter/index.cjs",
|
|
108
|
+
"import": "./add-filter/index.mjs",
|
|
109
|
+
"types": "./add-filter/index.d.ts"
|
|
110
|
+
},
|
|
106
111
|
"./accordion": {
|
|
107
112
|
"require": "./accordion/index.cjs",
|
|
108
113
|
"import": "./accordion/index.mjs",
|
|
109
114
|
"types": "./accordion/index.d.ts"
|
|
110
115
|
},
|
|
116
|
+
"./base-components": {
|
|
117
|
+
"require": "./base-components/index.cjs",
|
|
118
|
+
"import": "./base-components/index.mjs",
|
|
119
|
+
"types": "./base-components/index.d.ts"
|
|
120
|
+
},
|
|
111
121
|
"./badge": {
|
|
112
122
|
"require": "./badge/index.cjs",
|
|
113
123
|
"import": "./badge/index.mjs",
|
|
@@ -138,36 +148,31 @@
|
|
|
138
148
|
"import": "./bulk-textarea/index.mjs",
|
|
139
149
|
"types": "./bulk-textarea/index.d.ts"
|
|
140
150
|
},
|
|
141
|
-
"./button": {
|
|
142
|
-
"require": "./button/index.cjs",
|
|
143
|
-
"import": "./button/index.mjs",
|
|
144
|
-
"types": "./button/index.d.ts"
|
|
145
|
-
},
|
|
146
|
-
"./add-filter": {
|
|
147
|
-
"require": "./add-filter/index.cjs",
|
|
148
|
-
"import": "./add-filter/index.mjs",
|
|
149
|
-
"types": "./add-filter/index.d.ts"
|
|
150
|
-
},
|
|
151
151
|
"./carousel": {
|
|
152
152
|
"require": "./carousel/index.cjs",
|
|
153
153
|
"import": "./carousel/index.mjs",
|
|
154
154
|
"types": "./carousel/index.d.ts"
|
|
155
155
|
},
|
|
156
|
+
"./button": {
|
|
157
|
+
"require": "./button/index.cjs",
|
|
158
|
+
"import": "./button/index.mjs",
|
|
159
|
+
"types": "./button/index.d.ts"
|
|
160
|
+
},
|
|
156
161
|
"./card": {
|
|
157
162
|
"require": "./card/index.cjs",
|
|
158
163
|
"import": "./card/index.mjs",
|
|
159
164
|
"types": "./card/index.d.ts"
|
|
160
165
|
},
|
|
161
|
-
"./checkbox": {
|
|
162
|
-
"require": "./checkbox/index.cjs",
|
|
163
|
-
"import": "./checkbox/index.mjs",
|
|
164
|
-
"types": "./checkbox/index.d.ts"
|
|
165
|
-
},
|
|
166
166
|
"./color-picker": {
|
|
167
167
|
"require": "./color-picker/index.cjs",
|
|
168
168
|
"import": "./color-picker/index.mjs",
|
|
169
169
|
"types": "./color-picker/index.d.ts"
|
|
170
170
|
},
|
|
171
|
+
"./checkbox": {
|
|
172
|
+
"require": "./checkbox/index.cjs",
|
|
173
|
+
"import": "./checkbox/index.mjs",
|
|
174
|
+
"types": "./checkbox/index.d.ts"
|
|
175
|
+
},
|
|
171
176
|
"./core": {
|
|
172
177
|
"require": "./core/index.cjs",
|
|
173
178
|
"import": "./core/index.mjs",
|
|
@@ -557,21 +562,11 @@
|
|
|
557
562
|
"require": "./core/lib/theme/themes/light.css",
|
|
558
563
|
"import": "./core/lib/theme/themes/light.css"
|
|
559
564
|
},
|
|
560
|
-
"./counter": {
|
|
561
|
-
"require": "./counter/index.cjs",
|
|
562
|
-
"import": "./counter/index.mjs",
|
|
563
|
-
"types": "./counter/index.d.ts"
|
|
564
|
-
},
|
|
565
565
|
"./d3-chart": {
|
|
566
566
|
"require": "./d3-chart/index.cjs",
|
|
567
567
|
"import": "./d3-chart/index.mjs",
|
|
568
568
|
"types": "./d3-chart/index.d.ts"
|
|
569
569
|
},
|
|
570
|
-
"./date-picker": {
|
|
571
|
-
"require": "./date-picker/index.cjs",
|
|
572
|
-
"import": "./date-picker/index.mjs",
|
|
573
|
-
"types": "./date-picker/index.d.ts"
|
|
574
|
-
},
|
|
575
570
|
"./data-table": {
|
|
576
571
|
"require": "./data-table/index.cjs",
|
|
577
572
|
"import": "./data-table/index.mjs",
|
|
@@ -582,6 +577,16 @@
|
|
|
582
577
|
"import": "./divider/index.mjs",
|
|
583
578
|
"types": "./divider/index.d.ts"
|
|
584
579
|
},
|
|
580
|
+
"./date-picker": {
|
|
581
|
+
"require": "./date-picker/index.cjs",
|
|
582
|
+
"import": "./date-picker/index.mjs",
|
|
583
|
+
"types": "./date-picker/index.d.ts"
|
|
584
|
+
},
|
|
585
|
+
"./counter": {
|
|
586
|
+
"require": "./counter/index.cjs",
|
|
587
|
+
"import": "./counter/index.mjs",
|
|
588
|
+
"types": "./counter/index.d.ts"
|
|
589
|
+
},
|
|
585
590
|
"./dot": {
|
|
586
591
|
"require": "./dot/index.cjs",
|
|
587
592
|
"import": "./dot/index.mjs",
|
|
@@ -592,21 +597,21 @@
|
|
|
592
597
|
"import": "./drag-and-drop/index.mjs",
|
|
593
598
|
"types": "./drag-and-drop/index.d.ts"
|
|
594
599
|
},
|
|
595
|
-
"./dropdown": {
|
|
596
|
-
"require": "./dropdown/index.cjs",
|
|
597
|
-
"import": "./dropdown/index.mjs",
|
|
598
|
-
"types": "./dropdown/index.d.ts"
|
|
599
|
-
},
|
|
600
|
-
"./errors": {
|
|
601
|
-
"require": "./errors/index.cjs",
|
|
602
|
-
"import": "./errors/index.mjs",
|
|
603
|
-
"types": "./errors/index.d.ts"
|
|
604
|
-
},
|
|
605
600
|
"./dropdown-menu": {
|
|
606
601
|
"require": "./dropdown-menu/index.cjs",
|
|
607
602
|
"import": "./dropdown-menu/index.mjs",
|
|
608
603
|
"types": "./dropdown-menu/index.d.ts"
|
|
609
604
|
},
|
|
605
|
+
"./feature-popover": {
|
|
606
|
+
"require": "./feature-popover/index.cjs",
|
|
607
|
+
"import": "./feature-popover/index.mjs",
|
|
608
|
+
"types": "./feature-popover/index.d.ts"
|
|
609
|
+
},
|
|
610
|
+
"./dropdown": {
|
|
611
|
+
"require": "./dropdown/index.cjs",
|
|
612
|
+
"import": "./dropdown/index.mjs",
|
|
613
|
+
"types": "./dropdown/index.d.ts"
|
|
614
|
+
},
|
|
610
615
|
"./ellipsis": {
|
|
611
616
|
"require": "./ellipsis/index.cjs",
|
|
612
617
|
"import": "./ellipsis/index.mjs",
|
|
@@ -617,25 +622,15 @@
|
|
|
617
622
|
"import": "./feedback-form/index.mjs",
|
|
618
623
|
"types": "./feedback-form/index.d.ts"
|
|
619
624
|
},
|
|
620
|
-
"./feature-highlight": {
|
|
621
|
-
"require": "./feature-highlight/index.cjs",
|
|
622
|
-
"import": "./feature-highlight/index.mjs",
|
|
623
|
-
"types": "./feature-highlight/index.d.ts"
|
|
624
|
-
},
|
|
625
|
-
"./flags": {
|
|
626
|
-
"require": "./flags/index.cjs",
|
|
627
|
-
"import": "./flags/index.mjs",
|
|
628
|
-
"types": "./flags/index.d.ts"
|
|
629
|
-
},
|
|
630
625
|
"./flex-box": {
|
|
631
626
|
"require": "./flex-box/index.cjs",
|
|
632
627
|
"import": "./flex-box/index.mjs",
|
|
633
628
|
"types": "./flex-box/index.d.ts"
|
|
634
629
|
},
|
|
635
|
-
"./
|
|
636
|
-
"require": "./
|
|
637
|
-
"import": "./
|
|
638
|
-
"types": "./
|
|
630
|
+
"./flags": {
|
|
631
|
+
"require": "./flags/index.cjs",
|
|
632
|
+
"import": "./flags/index.mjs",
|
|
633
|
+
"types": "./flags/index.d.ts"
|
|
639
634
|
},
|
|
640
635
|
"./format-text": {
|
|
641
636
|
"require": "./format-text/index.cjs",
|
|
@@ -657,6 +652,11 @@
|
|
|
657
652
|
"import": "./i18n-unplugin/index.mjs",
|
|
658
653
|
"types": "./i18n-unplugin/index.d.ts"
|
|
659
654
|
},
|
|
655
|
+
"./inline-edit": {
|
|
656
|
+
"require": "./inline-edit/index.cjs",
|
|
657
|
+
"import": "./inline-edit/index.mjs",
|
|
658
|
+
"types": "./inline-edit/index.d.ts"
|
|
659
|
+
},
|
|
660
660
|
"./illustration/AccessDenied": {
|
|
661
661
|
"require": "./illustration/AccessDenied/index.cjs",
|
|
662
662
|
"import": "./illustration/AccessDenied/index.mjs",
|
|
@@ -942,15 +942,10 @@
|
|
|
942
942
|
"import": "./illustration/index.mjs",
|
|
943
943
|
"types": "./illustration/index.d.ts"
|
|
944
944
|
},
|
|
945
|
-
"./
|
|
946
|
-
"require": "./
|
|
947
|
-
"import": "./
|
|
948
|
-
"types": "./
|
|
949
|
-
},
|
|
950
|
-
"./inline-input": {
|
|
951
|
-
"require": "./inline-input/index.cjs",
|
|
952
|
-
"import": "./inline-input/index.mjs",
|
|
953
|
-
"types": "./inline-input/index.d.ts"
|
|
945
|
+
"./input-mask": {
|
|
946
|
+
"require": "./input-mask/index.cjs",
|
|
947
|
+
"import": "./input-mask/index.mjs",
|
|
948
|
+
"types": "./input-mask/index.d.ts"
|
|
954
949
|
},
|
|
955
950
|
"./icon/Ad/l": {
|
|
956
951
|
"require": "./icon/Ad/l/index.cjs",
|
|
@@ -5317,36 +5312,31 @@
|
|
|
5317
5312
|
"import": "./icon/index.mjs",
|
|
5318
5313
|
"types": "./icon/index.d.ts"
|
|
5319
5314
|
},
|
|
5320
|
-
"./input
|
|
5321
|
-
"require": "./input
|
|
5322
|
-
"import": "./input
|
|
5323
|
-
"types": "./input
|
|
5324
|
-
},
|
|
5325
|
-
"./base-components": {
|
|
5326
|
-
"require": "./base-components/index.cjs",
|
|
5327
|
-
"import": "./base-components/index.mjs",
|
|
5328
|
-
"types": "./base-components/index.d.ts"
|
|
5329
|
-
},
|
|
5330
|
-
"./input": {
|
|
5331
|
-
"require": "./input/index.cjs",
|
|
5332
|
-
"import": "./input/index.mjs",
|
|
5333
|
-
"types": "./input/index.d.ts"
|
|
5315
|
+
"./inline-input": {
|
|
5316
|
+
"require": "./inline-input/index.cjs",
|
|
5317
|
+
"import": "./inline-input/index.mjs",
|
|
5318
|
+
"types": "./inline-input/index.d.ts"
|
|
5334
5319
|
},
|
|
5335
5320
|
"./input-tags": {
|
|
5336
5321
|
"require": "./input-tags/index.cjs",
|
|
5337
5322
|
"import": "./input-tags/index.mjs",
|
|
5338
5323
|
"types": "./input-tags/index.d.ts"
|
|
5339
5324
|
},
|
|
5340
|
-
"./
|
|
5341
|
-
"require": "./
|
|
5342
|
-
"import": "./
|
|
5343
|
-
"types": "./
|
|
5325
|
+
"./feature-highlight": {
|
|
5326
|
+
"require": "./feature-highlight/index.cjs",
|
|
5327
|
+
"import": "./feature-highlight/index.mjs",
|
|
5328
|
+
"types": "./feature-highlight/index.d.ts"
|
|
5344
5329
|
},
|
|
5345
5330
|
"./link": {
|
|
5346
5331
|
"require": "./link/index.cjs",
|
|
5347
5332
|
"import": "./link/index.mjs",
|
|
5348
5333
|
"types": "./link/index.d.ts"
|
|
5349
5334
|
},
|
|
5335
|
+
"./mini-chart": {
|
|
5336
|
+
"require": "./mini-chart/index.cjs",
|
|
5337
|
+
"import": "./mini-chart/index.mjs",
|
|
5338
|
+
"types": "./mini-chart/index.d.ts"
|
|
5339
|
+
},
|
|
5350
5340
|
"./modal": {
|
|
5351
5341
|
"require": "./modal/index.cjs",
|
|
5352
5342
|
"import": "./modal/index.mjs",
|
|
@@ -5357,31 +5347,36 @@
|
|
|
5357
5347
|
"import": "./neighbor-location/index.mjs",
|
|
5358
5348
|
"types": "./neighbor-location/index.d.ts"
|
|
5359
5349
|
},
|
|
5360
|
-
"./
|
|
5361
|
-
"require": "./
|
|
5362
|
-
"import": "./
|
|
5363
|
-
"types": "./
|
|
5350
|
+
"./notice-bubble": {
|
|
5351
|
+
"require": "./notice-bubble/index.cjs",
|
|
5352
|
+
"import": "./notice-bubble/index.mjs",
|
|
5353
|
+
"types": "./notice-bubble/index.d.ts"
|
|
5364
5354
|
},
|
|
5365
5355
|
"./notice-global": {
|
|
5366
5356
|
"require": "./notice-global/index.cjs",
|
|
5367
5357
|
"import": "./notice-global/index.mjs",
|
|
5368
5358
|
"types": "./notice-global/index.d.ts"
|
|
5369
5359
|
},
|
|
5370
|
-
"./
|
|
5371
|
-
"require": "./
|
|
5372
|
-
"import": "./
|
|
5373
|
-
"types": "./
|
|
5360
|
+
"./input": {
|
|
5361
|
+
"require": "./input/index.cjs",
|
|
5362
|
+
"import": "./input/index.mjs",
|
|
5363
|
+
"types": "./input/index.d.ts"
|
|
5374
5364
|
},
|
|
5375
|
-
"./
|
|
5376
|
-
"require": "./
|
|
5377
|
-
"import": "./
|
|
5378
|
-
"types": "./
|
|
5365
|
+
"./errors": {
|
|
5366
|
+
"require": "./errors/index.cjs",
|
|
5367
|
+
"import": "./errors/index.mjs",
|
|
5368
|
+
"types": "./errors/index.d.ts"
|
|
5379
5369
|
},
|
|
5380
5370
|
"./outside-click": {
|
|
5381
5371
|
"require": "./outside-click/index.cjs",
|
|
5382
5372
|
"import": "./outside-click/index.mjs",
|
|
5383
5373
|
"types": "./outside-click/index.d.ts"
|
|
5384
5374
|
},
|
|
5375
|
+
"./pagination": {
|
|
5376
|
+
"require": "./pagination/index.cjs",
|
|
5377
|
+
"import": "./pagination/index.mjs",
|
|
5378
|
+
"types": "./pagination/index.d.ts"
|
|
5379
|
+
},
|
|
5385
5380
|
"./pills": {
|
|
5386
5381
|
"require": "./pills/index.cjs",
|
|
5387
5382
|
"import": "./pills/index.mjs",
|
|
@@ -5392,25 +5387,20 @@
|
|
|
5392
5387
|
"import": "./popper/index.mjs",
|
|
5393
5388
|
"types": "./popper/index.d.ts"
|
|
5394
5389
|
},
|
|
5395
|
-
"./
|
|
5396
|
-
"require": "./
|
|
5397
|
-
"import": "./
|
|
5398
|
-
"types": "./
|
|
5390
|
+
"./portal": {
|
|
5391
|
+
"require": "./portal/index.cjs",
|
|
5392
|
+
"import": "./portal/index.mjs",
|
|
5393
|
+
"types": "./portal/index.d.ts"
|
|
5399
5394
|
},
|
|
5400
5395
|
"./product-head": {
|
|
5401
5396
|
"require": "./product-head/index.cjs",
|
|
5402
5397
|
"import": "./product-head/index.mjs",
|
|
5403
5398
|
"types": "./product-head/index.d.ts"
|
|
5404
5399
|
},
|
|
5405
|
-
"./
|
|
5406
|
-
"require": "./
|
|
5407
|
-
"import": "./
|
|
5408
|
-
"types": "./
|
|
5409
|
-
},
|
|
5410
|
-
"./progress-bar": {
|
|
5411
|
-
"require": "./progress-bar/index.cjs",
|
|
5412
|
-
"import": "./progress-bar/index.mjs",
|
|
5413
|
-
"types": "./progress-bar/index.d.ts"
|
|
5400
|
+
"./notice": {
|
|
5401
|
+
"require": "./notice/index.cjs",
|
|
5402
|
+
"import": "./notice/index.mjs",
|
|
5403
|
+
"types": "./notice/index.d.ts"
|
|
5414
5404
|
},
|
|
5415
5405
|
"./radio": {
|
|
5416
5406
|
"require": "./radio/index.cjs",
|
|
@@ -5427,10 +5417,10 @@
|
|
|
5427
5417
|
"import": "./side-panel/index.mjs",
|
|
5428
5418
|
"types": "./side-panel/index.d.ts"
|
|
5429
5419
|
},
|
|
5430
|
-
"./
|
|
5431
|
-
"require": "./
|
|
5432
|
-
"import": "./
|
|
5433
|
-
"types": "./
|
|
5420
|
+
"./progress-bar": {
|
|
5421
|
+
"require": "./progress-bar/index.cjs",
|
|
5422
|
+
"import": "./progress-bar/index.mjs",
|
|
5423
|
+
"types": "./progress-bar/index.d.ts"
|
|
5434
5424
|
},
|
|
5435
5425
|
"./skeleton": {
|
|
5436
5426
|
"require": "./skeleton/index.cjs",
|
|
@@ -5447,11 +5437,21 @@
|
|
|
5447
5437
|
"import": "./spin/index.mjs",
|
|
5448
5438
|
"types": "./spin/index.d.ts"
|
|
5449
5439
|
},
|
|
5440
|
+
"./input-number": {
|
|
5441
|
+
"require": "./input-number/index.cjs",
|
|
5442
|
+
"import": "./input-number/index.mjs",
|
|
5443
|
+
"types": "./input-number/index.d.ts"
|
|
5444
|
+
},
|
|
5450
5445
|
"./spin-container": {
|
|
5451
5446
|
"require": "./spin-container/index.cjs",
|
|
5452
5447
|
"import": "./spin-container/index.mjs",
|
|
5453
5448
|
"types": "./spin-container/index.d.ts"
|
|
5454
5449
|
},
|
|
5450
|
+
"./select": {
|
|
5451
|
+
"require": "./select/index.cjs",
|
|
5452
|
+
"import": "./select/index.mjs",
|
|
5453
|
+
"types": "./select/index.d.ts"
|
|
5454
|
+
},
|
|
5455
5455
|
"./sticky": {
|
|
5456
5456
|
"require": "./sticky/index.cjs",
|
|
5457
5457
|
"import": "./sticky/index.mjs",
|
|
@@ -5467,26 +5467,26 @@
|
|
|
5467
5467
|
"import": "./tab-line/index.mjs",
|
|
5468
5468
|
"types": "./tab-line/index.d.ts"
|
|
5469
5469
|
},
|
|
5470
|
-
"./stylelint-plugin": {
|
|
5471
|
-
"require": "./stylelint-plugin/index.cjs",
|
|
5472
|
-
"import": "./stylelint-plugin/index.mjs",
|
|
5473
|
-
"types": "./stylelint-plugin/index.d.ts"
|
|
5474
|
-
},
|
|
5475
5470
|
"./tab-panel": {
|
|
5476
5471
|
"require": "./tab-panel/index.cjs",
|
|
5477
5472
|
"import": "./tab-panel/index.mjs",
|
|
5478
5473
|
"types": "./tab-panel/index.d.ts"
|
|
5479
5474
|
},
|
|
5480
|
-
"./
|
|
5481
|
-
"require": "./
|
|
5482
|
-
"import": "./
|
|
5483
|
-
"types": "./
|
|
5475
|
+
"./stylelint-plugin": {
|
|
5476
|
+
"require": "./stylelint-plugin/index.cjs",
|
|
5477
|
+
"import": "./stylelint-plugin/index.mjs",
|
|
5478
|
+
"types": "./stylelint-plugin/index.d.ts"
|
|
5484
5479
|
},
|
|
5485
5480
|
"./textarea": {
|
|
5486
5481
|
"require": "./textarea/index.cjs",
|
|
5487
5482
|
"import": "./textarea/index.mjs",
|
|
5488
5483
|
"types": "./textarea/index.d.ts"
|
|
5489
5484
|
},
|
|
5485
|
+
"./tag": {
|
|
5486
|
+
"require": "./tag/index.cjs",
|
|
5487
|
+
"import": "./tag/index.mjs",
|
|
5488
|
+
"types": "./tag/index.d.ts"
|
|
5489
|
+
},
|
|
5490
5490
|
"./time-picker": {
|
|
5491
5491
|
"require": "./time-picker/index.cjs",
|
|
5492
5492
|
"import": "./time-picker/index.mjs",
|