powell-react 0.0.39 → 0.0.41
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/package.json +50 -20
- /package/dist/types/{api → powell/api}/PowellProvider.d.ts +0 -0
- /package/dist/types/{api → powell/api}/configService.d.ts +0 -0
- /package/dist/types/{api → powell/api}/forms.d.ts +0 -0
- /package/dist/types/{api → powell/api}/index.d.ts +0 -0
- /package/dist/types/{api → powell/api}/overlayEmitter.d.ts +0 -0
- /package/dist/types/{api → powell/api}/overlayService.d.ts +0 -0
- /package/dist/types/{api → powell/api}/powellDefaults.d.ts +0 -0
- /package/dist/types/{api → powell/api}/primereact.d.ts +0 -0
- /package/dist/types/{components → powell/components}/AutoComplete/AutoComplete.d.ts +0 -0
- /package/dist/types/{components → powell/components}/AutoComplete/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Button/Button.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Button/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/CascadeSelect/CascadeSelect.d.ts +0 -0
- /package/dist/types/{components → powell/components}/CascadeSelect/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Checkbox/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Chips/Chips.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Chips/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/ColorPicker/ColorPicker.d.ts +0 -0
- /package/dist/types/{components → powell/components}/ColorPicker/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Dialog/Dialog.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Dialog/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/DialogForm/DialogForm.d.ts +0 -0
- /package/dist/types/{components → powell/components}/DialogForm/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Dropdown/Dropdown.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Dropdown/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Editor/Editor.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Editor/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FieldControl/FieldControl.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FieldControl/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FieldLayout/FieldLayout.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FieldLayout/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FormContainer/FormContainer.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FormContainer/FormContext.d.ts +0 -0
- /package/dist/types/{components → powell/components}/FormContainer/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputMask/InputMask.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputMask/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputNumber/InputNumber.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputNumber/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputOtp/InputOtp.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputOtp/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputPassword/InputPassword.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputPassword/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputSwitch/InputSwitch.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputSwitch/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputText/InputText.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputText/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputTextarea/InputTextarea.d.ts +0 -0
- /package/dist/types/{components → powell/components}/InputTextarea/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Knob/Knob.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Knob/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/ListBox/ListBox.d.ts +0 -0
- /package/dist/types/{components → powell/components}/ListBox/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Mention/Mention.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Mention/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/MultiSelect/MultiSelect.d.ts +0 -0
- /package/dist/types/{components → powell/components}/MultiSelect/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/MultiStateCheckbox/MultiStateCheckbox.d.ts +0 -0
- /package/dist/types/{components → powell/components}/MultiStateCheckbox/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/RadioGroup/RadioGroup.d.ts +0 -0
- /package/dist/types/{components → powell/components}/RadioGroup/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Rating/Rating.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Rating/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/SelectButton/SelectButton.d.ts +0 -0
- /package/dist/types/{components → powell/components}/SelectButton/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Slider/Slider.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Slider/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Toast/Toast.d.ts +0 -0
- /package/dist/types/{components → powell/components}/Toast/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/ToggleButton/ToggleButton.d.ts +0 -0
- /package/dist/types/{components → powell/components}/ToggleButton/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/TreeSelect/TreeSelect.d.ts +0 -0
- /package/dist/types/{components → powell/components}/TreeSelect/index.d.ts +0 -0
- /package/dist/types/{components → powell/components}/TriStateCheckbox/TriStateCheckbox.d.ts +0 -0
- /package/dist/types/{components → powell/components}/TriStateCheckbox/index.d.ts +0 -0
- /package/dist/types/{hooks → powell/hooks}/index.d.ts +0 -0
- /package/dist/types/{hooks → powell/hooks}/useApplyConfig.d.ts +0 -0
- /package/dist/types/{hooks → powell/hooks}/useFormContext.d.ts +0 -0
- /package/dist/types/{hooks → powell/hooks}/usePowellConfig.d.ts +0 -0
- /package/dist/types/{index.d.ts → powell/index.d.ts} +0 -0
- /package/dist/types/{models → powell/models}/common.d.ts +0 -0
- /package/dist/types/{models → powell/models}/config.d.ts +0 -0
- /package/dist/types/{models → powell/models}/forms.d.ts +0 -0
- /package/dist/types/{models → powell/models}/index.d.ts +0 -0
- /package/dist/types/{models → powell/models}/overlay.d.ts +0 -0
- /package/dist/types/{models → powell/models}/props.d.ts +0 -0
- /package/dist/types/{utils → powell/utils}/globalState.d.ts +0 -0
- /package/dist/types/{utils → powell/utils}/index.d.ts +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "powell-react",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.41",
|
4
4
|
"private": false,
|
5
5
|
"description": "A collection of PrimeReact-based components for Powell projects.",
|
6
6
|
"keywords": [
|
@@ -14,75 +14,105 @@
|
|
14
14
|
"type": "module",
|
15
15
|
"main": "./dist/cjs/powell/index.js",
|
16
16
|
"module": "./dist/esm/powell/index.js",
|
17
|
-
"types": "./dist/types/index.d.ts",
|
17
|
+
"types": "./dist/types/powell/index.d.ts",
|
18
18
|
"exports": {
|
19
19
|
".": {
|
20
20
|
"import": {
|
21
|
-
"types":
|
21
|
+
"types": "./dist/types/powell/index.d.ts",
|
22
22
|
"default": "./dist/esm/powell/index.js"
|
23
23
|
},
|
24
24
|
"require": {
|
25
|
-
"types": "./dist/types/index.d.ts",
|
25
|
+
"types": "./dist/types/powell/index.d.ts",
|
26
26
|
"default": "./dist/cjs/powell/index.js"
|
27
27
|
}
|
28
28
|
},
|
29
|
+
"./api": {
|
30
|
+
"import": {
|
31
|
+
"types": "./dist/types/powell/api/index.d.ts",
|
32
|
+
"default": "./dist/esm/powell/api/index.js"
|
33
|
+
},
|
34
|
+
"require": {
|
35
|
+
"types": "./dist/types/powell/api/index.d.ts",
|
36
|
+
"default": "./dist/cjs/powell/api/index.js"
|
37
|
+
}
|
38
|
+
},
|
29
39
|
"./components/*": {
|
30
40
|
"import": {
|
31
|
-
"types": "./dist/types/components/*/index.d.ts",
|
41
|
+
"types": "./dist/types/powell/components/*/index.d.ts",
|
32
42
|
"default": "./dist/esm/powell/components/*/index.js"
|
33
43
|
},
|
34
44
|
"require": {
|
35
|
-
"types": "./dist/types/components/*/index.d.ts",
|
45
|
+
"types": "./dist/types/powell/components/*/index.d.ts",
|
36
46
|
"default": "./dist/cjs/powell/components/*/index.js"
|
37
47
|
}
|
38
48
|
},
|
39
|
-
"./
|
49
|
+
"./hooks": {
|
50
|
+
"import": {
|
51
|
+
"types": "./dist/types/powell/hooks/index.d.ts",
|
52
|
+
"default": "./dist/esm/powell/hooks/index.js"
|
53
|
+
},
|
54
|
+
"require": {
|
55
|
+
"types": "./dist/types/powell/hooks/index.d.ts",
|
56
|
+
"default": "./dist/cjs/powell/hooks/index.js"
|
57
|
+
}
|
58
|
+
},
|
59
|
+
"./models": {
|
60
|
+
"import": {
|
61
|
+
"types": "./dist/types/powell/models/index.d.ts",
|
62
|
+
"default": "./dist/esm/powell/models/index.js"
|
63
|
+
},
|
64
|
+
"require": {
|
65
|
+
"types": "./dist/types/powell/models/index.d.ts",
|
66
|
+
"default": "./dist/cjs/powell/models/index.js"
|
67
|
+
}
|
68
|
+
},
|
69
|
+
"./utils": {
|
40
70
|
"import": {
|
41
|
-
"types": "./dist/types/
|
42
|
-
"default": "./dist/esm/powell/
|
71
|
+
"types": "./dist/types/powell/utils/index.d.ts",
|
72
|
+
"default": "./dist/esm/powell/utils/index.js"
|
43
73
|
},
|
44
74
|
"require": {
|
45
|
-
"types": "./dist/types/
|
46
|
-
"default": "./dist/cjs/powell/
|
75
|
+
"types": "./dist/types/powell/utils/index.d.ts",
|
76
|
+
"default": "./dist/cjs/powell/utils/index.js"
|
47
77
|
}
|
48
78
|
},
|
49
79
|
"./api/*": {
|
50
80
|
"import": {
|
51
|
-
"types": "./dist/types/api/*.d.ts",
|
81
|
+
"types": "./dist/types/powell/api/*.d.ts",
|
52
82
|
"default": "./dist/esm/powell/api/*.js"
|
53
83
|
},
|
54
84
|
"require": {
|
55
|
-
"types": "./dist/types/api/*.d.ts",
|
85
|
+
"types": "./dist/types/powell/api/*.d.ts",
|
56
86
|
"default": "./dist/cjs/powell/api/*.js"
|
57
87
|
}
|
58
88
|
},
|
59
89
|
"./hooks/*": {
|
60
90
|
"import": {
|
61
|
-
"types": "./dist/types/hooks/*.d.ts",
|
91
|
+
"types": "./dist/types/powell/hooks/*.d.ts",
|
62
92
|
"default": "./dist/esm/powell/hooks/*.js"
|
63
93
|
},
|
64
94
|
"require": {
|
65
|
-
"types": "./dist/types/hooks/*.d.ts",
|
95
|
+
"types": "./dist/types/powell/hooks/*.d.ts",
|
66
96
|
"default": "./dist/cjs/powell/hooks/*.js"
|
67
97
|
}
|
68
98
|
},
|
69
99
|
"./models/*": {
|
70
100
|
"import": {
|
71
|
-
"types": "./dist/types/models/*.d.ts",
|
101
|
+
"types": "./dist/types/powell/models/*.d.ts",
|
72
102
|
"default": "./dist/esm/powell/models/*.js"
|
73
103
|
},
|
74
104
|
"require": {
|
75
|
-
"types": "./dist/types/models/*.d.ts",
|
105
|
+
"types": "./dist/types/powell/models/*.d.ts",
|
76
106
|
"default": "./dist/cjs/powell/models/*.js"
|
77
107
|
}
|
78
108
|
},
|
79
109
|
"./utils/*": {
|
80
110
|
"import": {
|
81
|
-
"types": "./dist/types/utils/*.d.ts",
|
111
|
+
"types": "./dist/types/powell/utils/*.d.ts",
|
82
112
|
"default": "./dist/esm/powell/utils/*.js"
|
83
113
|
},
|
84
114
|
"require": {
|
85
|
-
"types": "./dist/types/utils/*.d.ts",
|
115
|
+
"types": "./dist/types/powell/utils/*.d.ts",
|
86
116
|
"default": "./dist/cjs/powell/utils/*.js"
|
87
117
|
}
|
88
118
|
},
|
@@ -133,6 +163,6 @@
|
|
133
163
|
"vite-plugin-dts": "^3.9.1"
|
134
164
|
},
|
135
165
|
"optionalDependencies": {
|
136
|
-
"quill": "
|
166
|
+
"quill": "2.0.3"
|
137
167
|
}
|
138
168
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/types/{components → powell/components}/MultiStateCheckbox/MultiStateCheckbox.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|