@pie-element/complex-rubric 0.0.2-next.4424
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/LICENSE.md +5 -0
- package/README.md +3 -0
- package/configure/lib/defaults.js +99 -0
- package/configure/lib/defaults.js.map +1 -0
- package/configure/lib/index.js +232 -0
- package/configure/lib/index.js.map +1 -0
- package/configure/lib/main.js +165 -0
- package/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +376 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +344 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +455 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +82 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +112 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +438 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +324 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +490 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +334 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +254 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +29 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +22 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +66 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +9 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +122 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +226 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +169 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +108 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +282 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +189 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +85 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +99 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +209 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +24 -0
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +731 -0
- package/configure/node_modules/@pie-element/rubric/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/rubric/README.md +3 -0
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +615 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +93 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/package.json +16 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/index.js +38 -0
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +105 -0
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +14 -0
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/controller/package.json +9 -0
- package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +35 -0
- package/configure/node_modules/@pie-element/rubric/controller/src/index.js +6 -0
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +24 -0
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +19 -0
- package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
- package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
- package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +3 -0
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +62 -0
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +35 -0
- package/configure/node_modules/@pie-element/rubric/lib/index.js +88 -0
- package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/lib/main.js +171 -0
- package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
- package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/package.json +25 -0
- package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +22767 -0
- package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +48 -0
- package/configure/node_modules/@pie-element/rubric/src/index.js +38 -0
- package/configure/node_modules/@pie-element/rubric/src/main.jsx +117 -0
- package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
- package/configure/package.json +22 -0
- package/configure/src/__tests__/__snapshots__/main.test.jsx.snap +106 -0
- package/configure/src/__tests__/index.test.js +41 -0
- package/configure/src/__tests__/main.test.jsx +104 -0
- package/configure/src/defaults.js +122 -0
- package/configure/src/index.js +138 -0
- package/configure/src/main.jsx +117 -0
- package/controller/lib/defaults.js +99 -0
- package/controller/lib/defaults.js.map +1 -0
- package/controller/lib/index.js +147 -0
- package/controller/lib/index.js.map +1 -0
- package/controller/package.json +12 -0
- package/controller/src/__tests__/index.test.js +58 -0
- package/controller/src/defaults.js +121 -0
- package/controller/src/index.js +81 -0
- package/docs/config-schema.json +427 -0
- package/docs/config-schema.json.md +315 -0
- package/docs/demo/config.js +8 -0
- package/docs/demo/generate.js +119 -0
- package/docs/demo/index.html +1 -0
- package/docs/demo/session.js +6 -0
- package/docs/pie-schema.json +994 -0
- package/docs/pie-schema.json.md +660 -0
- package/lib/index.js +176 -0
- package/lib/index.js.map +1 -0
- package/package.json +25 -0
- package/src/__tests__/index.test.js +166 -0
- package/src/index.js +106 -0
|
@@ -0,0 +1,615 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [2.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.9...@pie-element/rubric-configure@2.0.10) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.8...@pie-element/rubric-configure@2.0.9) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.7...@pie-element/rubric-configure@2.0.8) (2022-08-31)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.6...@pie-element/rubric-configure@2.0.7) (2022-08-16)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.5...@pie-element/rubric-configure@2.0.6) (2022-08-08)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.4...@pie-element/rubric-configure@2.0.5) (2022-08-02)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.3...@pie-element/rubric-configure@2.0.4) (2022-07-22)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.2...@pie-element/rubric-configure@2.0.3) (2022-07-20)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.1...@pie-element/rubric-configure@2.0.2) (2022-07-19)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.0...@pie-element/rubric-configure@2.0.1) (2022-06-28)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.47...@pie-element/rubric-configure@2.0.0) (2022-06-28)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### chore
|
|
90
|
+
|
|
91
|
+
* Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### BREAKING CHANGES
|
|
95
|
+
|
|
96
|
+
* Image percent buttons were removed from toolbar.
|
|
97
|
+
New properties maxImageWidth and maxImageHeight were added.
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## [1.2.47](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.46...@pie-element/rubric-configure@1.2.47) (2022-06-13)
|
|
104
|
+
|
|
105
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## [1.2.46](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.45...@pie-element/rubric-configure@1.2.46) (2022-05-30)
|
|
112
|
+
|
|
113
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## [1.2.45](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.44...@pie-element/rubric-configure@1.2.45) (2022-05-16)
|
|
120
|
+
|
|
121
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## [1.2.44](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.43...@pie-element/rubric-configure@1.2.44) (2022-05-09)
|
|
128
|
+
|
|
129
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## [1.2.43](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.42...@pie-element/rubric-configure@1.2.43) (2022-05-03)
|
|
136
|
+
|
|
137
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## [1.2.42](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.41...@pie-element/rubric-configure@1.2.42) (2022-04-12)
|
|
144
|
+
|
|
145
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
## [1.2.41](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.40...@pie-element/rubric-configure@1.2.41) (2022-03-22)
|
|
152
|
+
|
|
153
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## [1.2.40](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.39...@pie-element/rubric-configure@1.2.40) (2022-03-08)
|
|
160
|
+
|
|
161
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## [1.2.39](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.38...@pie-element/rubric-configure@1.2.39) (2022-03-08)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## [1.2.38](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.37...@pie-element/rubric-configure@1.2.38) (2022-02-21)
|
|
176
|
+
|
|
177
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## [1.2.37](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.36...@pie-element/rubric-configure@1.2.37) (2022-02-04)
|
|
184
|
+
|
|
185
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
## [1.2.36](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.35...@pie-element/rubric-configure@1.2.36) (2022-01-24)
|
|
192
|
+
|
|
193
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
## [1.2.35](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.34...@pie-element/rubric-configure@1.2.35) (2022-01-10)
|
|
200
|
+
|
|
201
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## [1.2.34](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.33...@pie-element/rubric-configure@1.2.34) (2021-12-23)
|
|
208
|
+
|
|
209
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
## [1.2.32](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.31...@pie-element/rubric-configure@1.2.32) (2021-12-13)
|
|
216
|
+
|
|
217
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
## [1.2.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.28...@pie-element/rubric-configure@1.2.29) (2021-11-29)
|
|
224
|
+
|
|
225
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## [1.2.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.27...@pie-element/rubric-configure@1.2.28) (2021-10-04)
|
|
232
|
+
|
|
233
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
## [1.2.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.26...@pie-element/rubric-configure@1.2.27) (2021-09-20)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
* pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
|
|
245
|
+
* Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
|
|
246
|
+
* Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
## [1.2.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.25...@pie-element/rubric-configure@1.2.26) (2021-08-05)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
## [1.2.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.23...@pie-element/rubric-configure@1.2.25) (2021-08-05)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Bug Fixes
|
|
264
|
+
|
|
265
|
+
* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
## [1.2.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.22...@pie-element/rubric-configure@1.2.23) (2021-06-29)
|
|
272
|
+
|
|
273
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
## [1.2.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.21...@pie-element/rubric-configure@1.2.22) (2021-04-07)
|
|
280
|
+
|
|
281
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## [1.2.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.18...@pie-element/rubric-configure@1.2.21) (2021-03-03)
|
|
288
|
+
|
|
289
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
## [1.2.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.17...@pie-element/rubric-configure@1.2.18) (2021-03-03)
|
|
296
|
+
|
|
297
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## [1.2.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.16...@pie-element/rubric-configure@1.2.17) (2021-02-04)
|
|
304
|
+
|
|
305
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
## [1.2.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.15...@pie-element/rubric-configure@1.2.16) (2021-02-02)
|
|
312
|
+
|
|
313
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
## [1.2.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.14...@pie-element/rubric-configure@1.2.15) (2020-11-07)
|
|
320
|
+
|
|
321
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
## [1.2.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.13...@pie-element/rubric-configure@1.2.14) (2020-10-29)
|
|
328
|
+
|
|
329
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## [1.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.12...@pie-element/rubric-configure@1.2.13) (2020-10-29)
|
|
336
|
+
|
|
337
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
## [1.2.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.11...@pie-element/rubric-configure@1.2.12) (2020-10-16)
|
|
344
|
+
|
|
345
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
## [1.2.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.10...@pie-element/rubric-configure@1.2.11) (2020-10-02)
|
|
352
|
+
|
|
353
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
## [1.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.9...@pie-element/rubric-configure@1.2.10) (2020-09-23)
|
|
360
|
+
|
|
361
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
## [1.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.8...@pie-element/rubric-configure@1.2.9) (2020-09-23)
|
|
368
|
+
|
|
369
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
## [1.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.7...@pie-element/rubric-configure@1.2.8) (2020-08-13)
|
|
376
|
+
|
|
377
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
## [1.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.6...@pie-element/rubric-configure@1.2.7) (2020-08-07)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
## [1.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.5...@pie-element/rubric-configure@1.2.6) (2020-05-25)
|
|
392
|
+
|
|
393
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
## [1.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.4...@pie-element/rubric-configure@1.2.5) (2020-05-25)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Bug Fixes
|
|
403
|
+
|
|
404
|
+
* bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.3...@pie-element/rubric-configure@1.2.4) (2020-04-28)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Bug Fixes
|
|
414
|
+
|
|
415
|
+
* bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
|
|
416
|
+
* ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
|
|
417
|
+
* update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.2...@pie-element/rubric-configure@1.2.3) (2020-04-14)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Bug Fixes
|
|
427
|
+
|
|
428
|
+
* bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.1...@pie-element/rubric-configure@1.2.2) (2020-04-14)
|
|
435
|
+
|
|
436
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.16...@pie-element/rubric-configure@1.2.1) (2020-04-10)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
* bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
|
|
448
|
+
* bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
|
|
449
|
+
* bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
## [1.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.16...@pie-element/rubric-configure@1.1.17) (2020-04-10)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
* bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
|
|
461
|
+
* bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
## [1.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.15...@pie-element/rubric-configure@1.1.16) (2019-12-03)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Bug Fixes
|
|
471
|
+
|
|
472
|
+
* PIE-198 - remove maxPoints from rubric - redundant ([3ac9a1b](https://github.com/pie-framework/pie-elements/commit/3ac9a1b))
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
## [1.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.14...@pie-element/rubric-configure@1.1.15) (2019-11-06)
|
|
479
|
+
|
|
480
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
## [1.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.13...@pie-element/rubric-configure@1.1.14) (2019-10-03)
|
|
487
|
+
|
|
488
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
## [1.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.12...@pie-element/rubric-configure@1.1.13) (2019-09-27)
|
|
495
|
+
|
|
496
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
## [1.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.11...@pie-element/rubric-configure@1.1.12) (2019-08-27)
|
|
503
|
+
|
|
504
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
## [1.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.10...@pie-element/rubric-configure@1.1.11) (2019-08-26)
|
|
511
|
+
|
|
512
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
## [1.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.9...@pie-element/rubric-configure@1.1.10) (2019-08-21)
|
|
519
|
+
|
|
520
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
## [1.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.8...@pie-element/rubric-configure@1.1.9) (2019-08-21)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
* **math-rendering:** updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530] ([33e3287](https://github.com/pie-framework/pie-elements/commit/33e3287))
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
## [1.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.7...@pie-element/rubric-configure@1.1.8) (2019-08-18)
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
### Bug Fixes
|
|
541
|
+
|
|
542
|
+
* **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
## [1.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.6...@pie-element/rubric-configure@1.1.7) (2019-08-15)
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
* **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
## [1.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.5...@pie-element/rubric-configure@1.1.6) (2019-08-02)
|
|
560
|
+
|
|
561
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
## [1.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.4...@pie-element/rubric-configure@1.1.5) (2019-07-25)
|
|
568
|
+
|
|
569
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
## [1.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.3...@pie-element/rubric-configure@1.1.4) (2019-07-25)
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
### Bug Fixes
|
|
579
|
+
|
|
580
|
+
* exlude zeros handled in renderiing ([ca8b34e](https://github.com/pie-framework/pie-elements/commit/ca8b34e))
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
## [1.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.2...@pie-element/rubric-configure@1.1.3) (2019-07-17)
|
|
587
|
+
|
|
588
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.1...@pie-element/rubric-configure@1.1.2) (2019-06-17)
|
|
595
|
+
|
|
596
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.0...@pie-element/rubric-configure@1.1.1) (2019-06-05)
|
|
603
|
+
|
|
604
|
+
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
# 1.1.0 (2019-05-31)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
### Features
|
|
614
|
+
|
|
615
|
+
* rubric interaction ([3cc2b6c](https://github.com/pie-framework/pie-elements/commit/3cc2b6c))
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
11
|
+
|
|
12
|
+
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
13
|
+
|
|
14
|
+
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
|
15
|
+
|
|
16
|
+
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
17
|
+
|
|
18
|
+
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
19
|
+
|
|
20
|
+
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
21
|
+
|
|
22
|
+
var _wrapNativeSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/wrapNativeSuper"));
|
|
23
|
+
|
|
24
|
+
var _pieConfigureEvents = require("@pie-framework/pie-configure-events");
|
|
25
|
+
|
|
26
|
+
var _react = _interopRequireDefault(require("react"));
|
|
27
|
+
|
|
28
|
+
var _reactDom = _interopRequireDefault(require("react-dom"));
|
|
29
|
+
|
|
30
|
+
var _rubric = require("@pie-lib/rubric");
|
|
31
|
+
|
|
32
|
+
var _debug = _interopRequireDefault(require("debug"));
|
|
33
|
+
|
|
34
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2["default"])(this, result); }; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
var RubricElement = /*#__PURE__*/function (_HTMLElement) {
|
|
39
|
+
(0, _inherits2["default"])(RubricElement, _HTMLElement);
|
|
40
|
+
|
|
41
|
+
var _super = _createSuper(RubricElement);
|
|
42
|
+
|
|
43
|
+
function RubricElement() {
|
|
44
|
+
var _this;
|
|
45
|
+
|
|
46
|
+
(0, _classCallCheck2["default"])(this, RubricElement);
|
|
47
|
+
_this = _super.call(this);
|
|
48
|
+
|
|
49
|
+
_debug["default"].log('constructor called');
|
|
50
|
+
|
|
51
|
+
_this.onModelChanged = _this.onModelChanged.bind((0, _assertThisInitialized2["default"])(_this));
|
|
52
|
+
return _this;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
(0, _createClass2["default"])(RubricElement, [{
|
|
56
|
+
key: "model",
|
|
57
|
+
set: function set(s) {
|
|
58
|
+
this._model = s;
|
|
59
|
+
|
|
60
|
+
this._render();
|
|
61
|
+
}
|
|
62
|
+
}, {
|
|
63
|
+
key: "onModelChanged",
|
|
64
|
+
value: function onModelChanged(m) {
|
|
65
|
+
this._model = m;
|
|
66
|
+
|
|
67
|
+
this._render();
|
|
68
|
+
|
|
69
|
+
this.dispatchEvent(new _pieConfigureEvents.ModelUpdatedEvent(this._model, false));
|
|
70
|
+
}
|
|
71
|
+
}, {
|
|
72
|
+
key: "connectedCallback",
|
|
73
|
+
value: function connectedCallback() {
|
|
74
|
+
this._render();
|
|
75
|
+
}
|
|
76
|
+
}, {
|
|
77
|
+
key: "_render",
|
|
78
|
+
value: function _render() {
|
|
79
|
+
if (this._model) {
|
|
80
|
+
var el = /*#__PURE__*/_react["default"].createElement(_rubric.Authoring, {
|
|
81
|
+
value: this._model,
|
|
82
|
+
onChange: this.onModelChanged
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
_reactDom["default"].render(el, this);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}]);
|
|
89
|
+
return RubricElement;
|
|
90
|
+
}( /*#__PURE__*/(0, _wrapNativeSuper2["default"])(HTMLElement));
|
|
91
|
+
|
|
92
|
+
exports["default"] = RubricElement;
|
|
93
|
+
//# sourceMappingURL=index.js.map
|