@social-mail/social-mail-client 1.8.139 → 1.8.140
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/dist/site-editor/properties/groups/AnimateGroupEditor.d.ts.map +1 -1
- package/dist/site-editor/properties/groups/AnimateGroupEditor.js +10 -8
- package/dist/site-editor/properties/groups/AnimateGroupEditor.js.map +1 -1
- package/dist/site-editor/suggestions/editorSuggestions.d.ts +27 -27
- package/dist/site-editor/suggestions/pair.d.ts +4 -1
- package/dist/site-editor/suggestions/pair.d.ts.map +1 -1
- package/dist/site-editor/suggestions/pair.js +1 -1
- package/dist/site-editor/suggestions/pair.js.map +1 -1
- package/dist/site-editor/suggestions/properties/animation-properties.d.ts +27 -27
- package/dist/site-editor/suggestions/properties/animation-properties.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/animation-properties.js +12 -11
- package/dist/site-editor/suggestions/properties/animation-properties.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +23 -20
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/properties/groups/AnimateGroupEditor.tsx +14 -11
- package/src/site-editor/suggestions/pair.ts +1 -1
- package/src/site-editor/suggestions/properties/animation-properties.ts +21 -9
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styler.css.map +1 -1
- package/styler-lite/styles/animations/animations.css +0 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimateGroupEditor.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/properties/groups/AnimateGroupEditor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AnimateGroupEditor.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/properties/groups/AnimateGroupEditor.tsx"],"names":[],"mappings":"AA6CA,MAAM,CAAC,OAAO,UAAU,kBAAkB,QAQzC"}
|
|
@@ -23,22 +23,24 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
23
23
|
b.toString = () => `(s) => s.selection.element.matches([${name}])`;
|
|
24
24
|
return Bind.oneWay(b);
|
|
25
25
|
};
|
|
26
|
-
AnimationGroup = (title, name,
|
|
26
|
+
AnimationGroup = (title, name, nest = true, bindChildrenVisibility = bindDisplay(name)) => [XNode.create(DropDownProperty, {
|
|
27
27
|
label: title,
|
|
28
|
-
attributeName: name
|
|
29
|
-
"style-display": bindVisibility
|
|
28
|
+
attributeName: name
|
|
30
29
|
}), XNode.create("div", {
|
|
31
30
|
"style-display": bindChildrenVisibility
|
|
32
31
|
}, XNode.create(DropDownProperty, {
|
|
33
|
-
label:
|
|
32
|
+
label: `Timing`,
|
|
34
33
|
attributeName: `${name}-timing-function`
|
|
35
34
|
}), XNode.create(DropDownProperty, {
|
|
36
|
-
label:
|
|
35
|
+
label: `Duration`,
|
|
37
36
|
attributeName: `${name}-duration`
|
|
38
|
-
}), XNode.create(DropDownProperty, {
|
|
39
|
-
label:
|
|
37
|
+
}), /^styler\-on\-scroll/i.test(name) ? XNode.create(DropDownProperty, {
|
|
38
|
+
label: `Range`,
|
|
39
|
+
attributeName: `${name}-range`
|
|
40
|
+
}) : XNode.create(DropDownProperty, {
|
|
41
|
+
label: `Delay`,
|
|
40
42
|
attributeName: `${name}-delay`
|
|
41
|
-
}), ...(nest ? AnimationGroup(title + " Effect 1", name + "-effect-1",
|
|
43
|
+
}), ...(nest ? AnimationGroup(title + " Effect 1", name + "-effect-1", false) : []), ...(nest ? AnimationGroup(title + " Effect 2", name + "-effect-2", false) : []))];
|
|
42
44
|
}
|
|
43
45
|
};
|
|
44
46
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["AnimateGroupEditor","XNode","create","ExpanderPropertyEditor","label","AnimationGroup","_export","setters","_webAtomsCoreDistCoreXNode","default","_controlsPropertyEditor","DropDownProperty","_webAtomsCoreDistCoreBind","Bind","execute","bindDisplay","name","b","s","selection","element","matches","toString","oneWay","title","
|
|
1
|
+
{"version":3,"names":["AnimateGroupEditor","XNode","create","ExpanderPropertyEditor","label","AnimationGroup","_export","setters","_webAtomsCoreDistCoreXNode","default","_controlsPropertyEditor","DropDownProperty","_webAtomsCoreDistCoreBind","Bind","execute","bindDisplay","name","b","s","selection","element","matches","toString","oneWay","title","nest","bindChildrenVisibility","attributeName","test"],"sources":["../../../../src/site-editor/properties/groups/AnimateGroupEditor.tsx"],"sourcesContent":[null],"mappings":";;;;EA6Cc,SAAUA,kBAAkBA,CAAA;IACtC,OAAOC,KAAA,CAAAC,MAAA,CAACC,sBAAsB;MAACC,KAAK,EAAC;IAAS,G,GACpCC,cAAc,CAAC,UAAU,EAAE,iBAAiB,CAAC,E,GAC7CA,cAAc,CAAC,UAAU,EAAE,iBAAiB,CAAC,E,GAC7CA,cAAc,CAAC,WAAW,EAAE,kBAAkB,CAAC,E,GAC/CA,cAAc,CAAC,iBAAiB,EAAE,wBAAwB,CAAC,E,GAC3DA,cAAc,CAAC,oBAAoB,EAAE,2BAA2B,CAAC,CAClD;EAC7B;EAACC,OAAA,YARuBN,kBAAkB;EAAA;IAAAO,OAAA,aAAAC,0BAAA;MA7CnCP,KAAK,GAAAO,0BAAA,CAAAC,OAAA;IAAA,aAAAC,uBAAA;MACHC,gBAAgB,GAAAD,uBAAA,CAAhBC,gBAAgB;MAAER,sBAAsB,GAAAO,uBAAA,CAAtBP,sBAAsB;IAAA,aAAAS,yBAAA;MAC1CC,IAAI,GAAAD,yBAAA,CAAAH,OAAA;IAAA;IAAAK,OAAA,WAAAA,CAAA;MAELC,WAAW,GAAIC,IAAI,IAAI;QACzB,MAAMC,CAAC,GAAIC,CAAC,IAAKA,CAAC,CAACC,SAAS,CAACC,OAAO,CAACC,OAAO,CAAC,IAAIL,IAAI,GAAG,CAAC;QACzDC,CAAC,CAACK,QAAQ,GAAG,MAAM,uCAAuCN,IAAI,IAAI;QAClE,OAAOH,IAAI,CAACU,MAAM,CAACN,CAAC,CAAC;MACzB,CAAC;MAEKZ,cAAc,GAAGA,CACnBmB,KAAK,EACLR,IAAI,EACJS,IAAI,GAAG,IAAI,EACXC,sBAAsB,GAAGX,WAAW,CAACC,IAAI,CAAC,KACzC,CACDf,KAAA,CAAAC,MAAA,CAACS,gBAAgB;QACbP,KAAK,EAAEoB,KAAK;QACZG,aAAa,EAAEX;MAAI,EACjB,EACNf,KAAA,CAAAC,MAAA;QAAA,iBAAoBwB;MAAsB,GACtCzB,KAAA,CAAAC,MAAA,CAACS,gBAAgB;QACbP,KAAK,EAAG,QAAQ;QAChBuB,aAAa,EAAG,GAAGX,IAAI;MAAkB,EACvC,EACNf,KAAA,CAAAC,MAAA,CAACS,gBAAgB;QACbP,KAAK,EAAG,UAAU;QAClBuB,aAAa,EAAG,GAAGX,IAAI;MAAW,EAChC,EACJ,sBAAsB,CAACY,IAAI,CAACZ,IAAI,CAAC,GAC7Bf,KAAA,CAAAC,MAAA,CAACS,gBAAgB;QACnBP,KAAK,EAAG,OAAO;QACfuB,aAAa,EAAG,GAAGX,IAAI;MAAQ,EAC7B,GACAf,KAAA,CAAAC,MAAA,CAACS,gBAAgB;QACnBP,KAAK,EAAG,OAAO;QACfuB,aAAa,EAAG,GAAGX,IAAI;MAAQ,EAC7B,E,IAECS,IAAI,GAAGpB,cAAc,CAACmB,KAAK,GAAG,WAAW,EAAER,IAAI,GAAG,WAAW,EAAE,KAAK,CAAE,GAAG,EAAE,CAAC,E,IAC5ES,IAAI,GAAGpB,cAAc,CAACmB,KAAK,GAAG,WAAW,EAAER,IAAI,GAAG,WAAW,EAAE,KAAK,CAAE,GAAG,EAAE,CAAC,CACjF,CACT;IAAA;EAAA;AAAA"}
|
|
@@ -179,111 +179,111 @@ export declare const editorSuggestions: {
|
|
|
179
179
|
label: string;
|
|
180
180
|
value: string;
|
|
181
181
|
}[];
|
|
182
|
-
"styler-on-
|
|
182
|
+
"styler-on-enter-direction": {
|
|
183
183
|
label: string;
|
|
184
184
|
value: string;
|
|
185
185
|
}[];
|
|
186
|
-
"styler-on-
|
|
186
|
+
"styler-on-enter-effect-1-direction": {
|
|
187
187
|
label: string;
|
|
188
188
|
value: string;
|
|
189
189
|
}[];
|
|
190
|
-
"styler-on-
|
|
190
|
+
"styler-on-enter-effect-2-direction": {
|
|
191
191
|
label: string;
|
|
192
192
|
value: string;
|
|
193
193
|
}[];
|
|
194
|
-
"styler-on-
|
|
194
|
+
"styler-on-hover-direction": {
|
|
195
195
|
label: string;
|
|
196
196
|
value: string;
|
|
197
197
|
}[];
|
|
198
|
-
"styler-on-
|
|
198
|
+
"styler-on-hover-effect-1-direction": {
|
|
199
199
|
label: string;
|
|
200
200
|
value: string;
|
|
201
201
|
}[];
|
|
202
|
-
"styler-on-
|
|
202
|
+
"styler-on-hover-effect-2-direction": {
|
|
203
203
|
label: string;
|
|
204
204
|
value: string;
|
|
205
205
|
}[];
|
|
206
|
-
"styler-on-
|
|
206
|
+
"styler-on-leave-direction": {
|
|
207
207
|
label: string;
|
|
208
208
|
value: string;
|
|
209
209
|
}[];
|
|
210
|
-
"styler-on-
|
|
210
|
+
"styler-on-leave-effect-1-direction": {
|
|
211
211
|
label: string;
|
|
212
212
|
value: string;
|
|
213
213
|
}[];
|
|
214
|
-
"styler-on-
|
|
214
|
+
"styler-on-leave-effect-2-direction": {
|
|
215
215
|
label: string;
|
|
216
216
|
value: string;
|
|
217
217
|
}[];
|
|
218
|
-
"styler-on-enter-
|
|
218
|
+
"styler-on-enter-iteration-count": {
|
|
219
219
|
label: string;
|
|
220
220
|
value: string;
|
|
221
221
|
}[];
|
|
222
|
-
"styler-on-enter-effect-1-
|
|
222
|
+
"styler-on-enter-effect-1-iteration-count": {
|
|
223
223
|
label: string;
|
|
224
224
|
value: string;
|
|
225
225
|
}[];
|
|
226
|
-
"styler-on-enter-effect-2-
|
|
226
|
+
"styler-on-enter-effect-2-iteration-count": {
|
|
227
227
|
label: string;
|
|
228
228
|
value: string;
|
|
229
229
|
}[];
|
|
230
|
-
"styler-on-hover-
|
|
230
|
+
"styler-on-hover-iteration-count": {
|
|
231
231
|
label: string;
|
|
232
232
|
value: string;
|
|
233
233
|
}[];
|
|
234
|
-
"styler-on-hover-effect-1-
|
|
234
|
+
"styler-on-hover-effect-1-iteration-count": {
|
|
235
235
|
label: string;
|
|
236
236
|
value: string;
|
|
237
237
|
}[];
|
|
238
|
-
"styler-on-hover-effect-2-
|
|
238
|
+
"styler-on-hover-effect-2-iteration-count": {
|
|
239
239
|
label: string;
|
|
240
240
|
value: string;
|
|
241
241
|
}[];
|
|
242
|
-
"styler-on-leave-
|
|
242
|
+
"styler-on-leave-iteration-count": {
|
|
243
243
|
label: string;
|
|
244
244
|
value: string;
|
|
245
245
|
}[];
|
|
246
|
-
"styler-on-leave-effect-1-
|
|
246
|
+
"styler-on-leave-effect-1-iteration-count": {
|
|
247
247
|
label: string;
|
|
248
248
|
value: string;
|
|
249
249
|
}[];
|
|
250
|
-
"styler-on-leave-effect-2-
|
|
250
|
+
"styler-on-leave-effect-2-iteration-count": {
|
|
251
251
|
label: string;
|
|
252
252
|
value: string;
|
|
253
253
|
}[];
|
|
254
|
-
"styler-on-
|
|
254
|
+
"styler-on-scroll-range": {
|
|
255
255
|
label: string;
|
|
256
256
|
value: string;
|
|
257
257
|
}[];
|
|
258
|
-
"styler-on-
|
|
258
|
+
"styler-on-scroll-effect-1-range": {
|
|
259
259
|
label: string;
|
|
260
260
|
value: string;
|
|
261
261
|
}[];
|
|
262
|
-
"styler-on-
|
|
262
|
+
"styler-on-scroll-effect-2-range": {
|
|
263
263
|
label: string;
|
|
264
264
|
value: string;
|
|
265
265
|
}[];
|
|
266
|
-
"styler-on-
|
|
266
|
+
"styler-on-scroll-above-range": {
|
|
267
267
|
label: string;
|
|
268
268
|
value: string;
|
|
269
269
|
}[];
|
|
270
|
-
"styler-on-
|
|
270
|
+
"styler-on-scroll-above-effect-1-range": {
|
|
271
271
|
label: string;
|
|
272
272
|
value: string;
|
|
273
273
|
}[];
|
|
274
|
-
"styler-on-
|
|
274
|
+
"styler-on-scroll-above-effect-2-range": {
|
|
275
275
|
label: string;
|
|
276
276
|
value: string;
|
|
277
277
|
}[];
|
|
278
|
-
"styler-on-
|
|
278
|
+
"styler-on-scroll-top-half-range": {
|
|
279
279
|
label: string;
|
|
280
280
|
value: string;
|
|
281
281
|
}[];
|
|
282
|
-
"styler-on-
|
|
282
|
+
"styler-on-scroll-top-half-effect-1-range": {
|
|
283
283
|
label: string;
|
|
284
284
|
value: string;
|
|
285
285
|
}[];
|
|
286
|
-
"styler-on-
|
|
286
|
+
"styler-on-scroll-top-half-effect-2-range": {
|
|
287
287
|
label: string;
|
|
288
288
|
value: string;
|
|
289
289
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pair.d.ts","sourceRoot":"","sources":["../../../src/site-editor/suggestions/pair.ts"],"names":[],"mappings":"AAAA,iBAAwB,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAc;;;EAKhE;kBALuB,IAAI
|
|
1
|
+
{"version":3,"file":"pair.d.ts","sourceRoot":"","sources":["../../../src/site-editor/suggestions/pair.ts"],"names":[],"mappings":"AAAA,iBAAwB,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,GAAE,MAAc;;;EAKhE;kBALuB,IAAI;;;;;;;;;eAAJ,IAAI;AAS5B,eAAO,MAAM,QAAQ,UAAW,MAAM,SAAS,GAAG;;;CAAuC,CAAC"}
|
|
@@ -12,7 +12,7 @@ System.register([], function (_export, _context) {
|
|
|
12
12
|
return {
|
|
13
13
|
setters: [],
|
|
14
14
|
execute: function () {
|
|
15
|
-
pair.from = a => a.map(x => pair(x));
|
|
15
|
+
pair.from = a => a.map(x => typeof x === "string" ? pair(x) : x);
|
|
16
16
|
_export("jsonPair", jsonPair = (label, value) => pair(label, JSON.stringify(value)));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["pair","label","value","_export","setters","execute","from","a","map","x","jsonPair","JSON","stringify"],"sources":["../../../src/site-editor/suggestions/pair.ts"],"sourcesContent":[null],"mappings":";;;;EAAc,SAAUA,IAAIA,CAACC,KAAa,EAAEC,KAAA,GAAgBD,KAAK;IAC7D,OAAO;MACHA,KAAK;MACLC;KACH;EACL;EAACC,OAAA,YALuBH,IAAI;EAAA;IAAAI,OAAA;IAAAC,OAAA,WAAAA,CAAA;MAO5BL,IAAI,CAACM,IAAI,GAAIC,
|
|
1
|
+
{"version":3,"names":["pair","label","value","_export","setters","execute","from","a","map","x","jsonPair","JSON","stringify"],"sources":["../../../src/site-editor/suggestions/pair.ts"],"sourcesContent":[null],"mappings":";;;;EAAc,SAAUA,IAAIA,CAACC,KAAa,EAAEC,KAAA,GAAgBD,KAAK;IAC7D,OAAO;MACHA,KAAK;MACLC;KACH;EACL;EAACC,OAAA,YALuBH,IAAI;EAAA;IAAAI,OAAA;IAAAC,OAAA,WAAAA,CAAA;MAO5BL,IAAI,CAACM,IAAI,GAAIC,CAA+C,IAAKA,CAAC,CAACC,GAAG,CAAEC,CAAC,IAAK,OAAOA,CAAC,KAAK,QAAQ,GAAGT,IAAI,CAACS,CAAC,CAAC,GAAGA,CAAC,CAAC;MAACN,OAAA,aAEtGO,QAAQ,GAAGA,CAACT,KAAa,EAAEC,KAAU,KAAKF,IAAI,CAACC,KAAK,EAAEU,IAAI,CAACC,SAAS,CAACV,KAAK,CAAC,CAAC;IAAA;EAAA;AAAA"}
|
|
@@ -107,111 +107,111 @@ export declare const animationPropertiesSuggestions: {
|
|
|
107
107
|
label: string;
|
|
108
108
|
value: string;
|
|
109
109
|
}[];
|
|
110
|
-
"styler-on-
|
|
110
|
+
"styler-on-enter-direction": {
|
|
111
111
|
label: string;
|
|
112
112
|
value: string;
|
|
113
113
|
}[];
|
|
114
|
-
"styler-on-
|
|
114
|
+
"styler-on-enter-effect-1-direction": {
|
|
115
115
|
label: string;
|
|
116
116
|
value: string;
|
|
117
117
|
}[];
|
|
118
|
-
"styler-on-
|
|
118
|
+
"styler-on-enter-effect-2-direction": {
|
|
119
119
|
label: string;
|
|
120
120
|
value: string;
|
|
121
121
|
}[];
|
|
122
|
-
"styler-on-
|
|
122
|
+
"styler-on-hover-direction": {
|
|
123
123
|
label: string;
|
|
124
124
|
value: string;
|
|
125
125
|
}[];
|
|
126
|
-
"styler-on-
|
|
126
|
+
"styler-on-hover-effect-1-direction": {
|
|
127
127
|
label: string;
|
|
128
128
|
value: string;
|
|
129
129
|
}[];
|
|
130
|
-
"styler-on-
|
|
130
|
+
"styler-on-hover-effect-2-direction": {
|
|
131
131
|
label: string;
|
|
132
132
|
value: string;
|
|
133
133
|
}[];
|
|
134
|
-
"styler-on-
|
|
134
|
+
"styler-on-leave-direction": {
|
|
135
135
|
label: string;
|
|
136
136
|
value: string;
|
|
137
137
|
}[];
|
|
138
|
-
"styler-on-
|
|
138
|
+
"styler-on-leave-effect-1-direction": {
|
|
139
139
|
label: string;
|
|
140
140
|
value: string;
|
|
141
141
|
}[];
|
|
142
|
-
"styler-on-
|
|
142
|
+
"styler-on-leave-effect-2-direction": {
|
|
143
143
|
label: string;
|
|
144
144
|
value: string;
|
|
145
145
|
}[];
|
|
146
|
-
"styler-on-enter-
|
|
146
|
+
"styler-on-enter-iteration-count": {
|
|
147
147
|
label: string;
|
|
148
148
|
value: string;
|
|
149
149
|
}[];
|
|
150
|
-
"styler-on-enter-effect-1-
|
|
150
|
+
"styler-on-enter-effect-1-iteration-count": {
|
|
151
151
|
label: string;
|
|
152
152
|
value: string;
|
|
153
153
|
}[];
|
|
154
|
-
"styler-on-enter-effect-2-
|
|
154
|
+
"styler-on-enter-effect-2-iteration-count": {
|
|
155
155
|
label: string;
|
|
156
156
|
value: string;
|
|
157
157
|
}[];
|
|
158
|
-
"styler-on-hover-
|
|
158
|
+
"styler-on-hover-iteration-count": {
|
|
159
159
|
label: string;
|
|
160
160
|
value: string;
|
|
161
161
|
}[];
|
|
162
|
-
"styler-on-hover-effect-1-
|
|
162
|
+
"styler-on-hover-effect-1-iteration-count": {
|
|
163
163
|
label: string;
|
|
164
164
|
value: string;
|
|
165
165
|
}[];
|
|
166
|
-
"styler-on-hover-effect-2-
|
|
166
|
+
"styler-on-hover-effect-2-iteration-count": {
|
|
167
167
|
label: string;
|
|
168
168
|
value: string;
|
|
169
169
|
}[];
|
|
170
|
-
"styler-on-leave-
|
|
170
|
+
"styler-on-leave-iteration-count": {
|
|
171
171
|
label: string;
|
|
172
172
|
value: string;
|
|
173
173
|
}[];
|
|
174
|
-
"styler-on-leave-effect-1-
|
|
174
|
+
"styler-on-leave-effect-1-iteration-count": {
|
|
175
175
|
label: string;
|
|
176
176
|
value: string;
|
|
177
177
|
}[];
|
|
178
|
-
"styler-on-leave-effect-2-
|
|
178
|
+
"styler-on-leave-effect-2-iteration-count": {
|
|
179
179
|
label: string;
|
|
180
180
|
value: string;
|
|
181
181
|
}[];
|
|
182
|
-
"styler-on-
|
|
182
|
+
"styler-on-scroll-range": {
|
|
183
183
|
label: string;
|
|
184
184
|
value: string;
|
|
185
185
|
}[];
|
|
186
|
-
"styler-on-
|
|
186
|
+
"styler-on-scroll-effect-1-range": {
|
|
187
187
|
label: string;
|
|
188
188
|
value: string;
|
|
189
189
|
}[];
|
|
190
|
-
"styler-on-
|
|
190
|
+
"styler-on-scroll-effect-2-range": {
|
|
191
191
|
label: string;
|
|
192
192
|
value: string;
|
|
193
193
|
}[];
|
|
194
|
-
"styler-on-
|
|
194
|
+
"styler-on-scroll-above-range": {
|
|
195
195
|
label: string;
|
|
196
196
|
value: string;
|
|
197
197
|
}[];
|
|
198
|
-
"styler-on-
|
|
198
|
+
"styler-on-scroll-above-effect-1-range": {
|
|
199
199
|
label: string;
|
|
200
200
|
value: string;
|
|
201
201
|
}[];
|
|
202
|
-
"styler-on-
|
|
202
|
+
"styler-on-scroll-above-effect-2-range": {
|
|
203
203
|
label: string;
|
|
204
204
|
value: string;
|
|
205
205
|
}[];
|
|
206
|
-
"styler-on-
|
|
206
|
+
"styler-on-scroll-top-half-range": {
|
|
207
207
|
label: string;
|
|
208
208
|
value: string;
|
|
209
209
|
}[];
|
|
210
|
-
"styler-on-
|
|
210
|
+
"styler-on-scroll-top-half-effect-1-range": {
|
|
211
211
|
label: string;
|
|
212
212
|
value: string;
|
|
213
213
|
}[];
|
|
214
|
-
"styler-on-
|
|
214
|
+
"styler-on-scroll-top-half-effect-2-range": {
|
|
215
215
|
label: string;
|
|
216
216
|
value: string;
|
|
217
217
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animation-properties.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/animation-properties.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"animation-properties.d.ts","sourceRoot":"","sources":["../../../../src/site-editor/suggestions/properties/animation-properties.ts"],"names":[],"mappings":"AAgHA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D1C,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
System.register(["../pair"], function (_export, _context) {
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
var pair, animationTimingFunction, duration, delay, direction, iterationCount, animationPropertiesSuggestions;
|
|
4
|
+
var pair, animationTimingFunction, duration, delay, direction, iterationCount, range, animationPropertiesSuggestions;
|
|
5
5
|
return {
|
|
6
6
|
setters: [function (_pair) {
|
|
7
7
|
pair = _pair.default;
|
|
@@ -12,6 +12,7 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
12
12
|
delay = pair.from(["inherit", "initial", "revert", "revert-layer", "unset", "0", "0.1s", "0.2s", "0.3s", "0.4s", "0.5s", "0.6s", "0.7s", "0.8s", "0.9s", "1s", "2s", "3s", "4s", "5s", "6s", "7s", "8s", "9s", "10s"]);
|
|
13
13
|
direction = pair.from(["inherit", "initial", "revert", "revert-layer", "unset", "normal", "reverse", "alternate", "alternate-reverse"]);
|
|
14
14
|
iterationCount = pair.from(["inherit", "initial", "revert", "revert-layer", "unset", "infinite", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]);
|
|
15
|
+
range = pair.from([pair("top-half (0% 50%)", "0% 50%"), pair("top 20% (0% 20%)", "0% 20%"), pair("bottom-half (50% 100%)", "50% 100%"), pair("above-screen (exit-crossing 0 exit-crossing 100%)", "exit-crossing 0 exit-crossing 100%"), pair("20%-above-screen (exit-crossing 20% exit-crossing 120%)", "exit-crossing 20% exit-crossing 120%")]);
|
|
15
16
|
_export("animationPropertiesSuggestions", animationPropertiesSuggestions = {
|
|
16
17
|
"styler-on-enter-timing-function": animationTimingFunction,
|
|
17
18
|
"styler-on-enter-effect-1-timing-function": animationTimingFunction,
|
|
@@ -40,15 +41,6 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
40
41
|
"styler-on-leave-delay": delay,
|
|
41
42
|
"styler-on-leave-effect-1-delay": delay,
|
|
42
43
|
"styler-on-leave-effect-2-delay": delay,
|
|
43
|
-
"styler-on-scroll-delay": delay,
|
|
44
|
-
"styler-on-scroll-effect-1-delay": delay,
|
|
45
|
-
"styler-on-scroll-effect-2-delay": delay,
|
|
46
|
-
"styler-on-scroll-above-delay": delay,
|
|
47
|
-
"styler-on-scroll-above-effect-1-delay": delay,
|
|
48
|
-
"styler-on-scroll-above-effect-2-delay": delay,
|
|
49
|
-
"styler-on-scroll-top-half-delay": delay,
|
|
50
|
-
"styler-on-scroll-top-half-effect-1-delay": delay,
|
|
51
|
-
"styler-on-scroll-top-half-effect-2-delay": delay,
|
|
52
44
|
"styler-on-enter-direction": direction,
|
|
53
45
|
"styler-on-enter-effect-1-direction": direction,
|
|
54
46
|
"styler-on-enter-effect-2-direction": direction,
|
|
@@ -66,7 +58,16 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
66
58
|
"styler-on-hover-effect-2-iteration-count": iterationCount,
|
|
67
59
|
"styler-on-leave-iteration-count": iterationCount,
|
|
68
60
|
"styler-on-leave-effect-1-iteration-count": iterationCount,
|
|
69
|
-
"styler-on-leave-effect-2-iteration-count": iterationCount
|
|
61
|
+
"styler-on-leave-effect-2-iteration-count": iterationCount,
|
|
62
|
+
"styler-on-scroll-range": range,
|
|
63
|
+
"styler-on-scroll-effect-1-range": range,
|
|
64
|
+
"styler-on-scroll-effect-2-range": range,
|
|
65
|
+
"styler-on-scroll-above-range": range,
|
|
66
|
+
"styler-on-scroll-above-effect-1-range": range,
|
|
67
|
+
"styler-on-scroll-above-effect-2-range": range,
|
|
68
|
+
"styler-on-scroll-top-half-range": range,
|
|
69
|
+
"styler-on-scroll-top-half-effect-1-range": range,
|
|
70
|
+
"styler-on-scroll-top-half-effect-2-range": range
|
|
70
71
|
});
|
|
71
72
|
}
|
|
72
73
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["pair","_pair","default","execute","animationTimingFunction","from","duration","delay","direction","iterationCount","_export","animationPropertiesSuggestions"],"sources":["../../../../src/site-editor/suggestions/properties/animation-properties.ts"],"sourcesContent":[null],"mappings":";;;;;;MAAOA,IAAI,GAAAC,KAAA,CAAAC,OAAA;IAAA;IAAAC,OAAA,WAAAA,CAAA;MAELC,uBAAuB,GAAGJ,IAAI,CAACK,IAAI,CAAC,CACtC,SAAS,EACT,SAAS,EACT,OAAO,EACP,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,cAAc,EACd,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,UAAU,CACb,CAAC;MAEIC,QAAQ,GAAGN,IAAI,CAACK,IAAI,CAAC,CACvB,SAAS,EACT,SAAS,EACT,QAAQ,EACR,cAAc,EACd,OAAO,EACP,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,KAAK,CACR,CAAC;MAEIE,KAAK,GAAGP,IAAI,CAACK,IAAI,CAAC,CACpB,SAAS,EACT,SAAS,EACT,QAAQ,EACR,cAAc,EACd,OAAO,EACP,GAAG,EACH,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,KAAK,CACR,CAAC;MAEIG,SAAS,GAAGR,IAAI,CAACK,IAAI,CAAC,CACxB,SAAS,EACT,SAAS,EACT,QAAQ,EACR,cAAc,EACd,OAAO,EACP,QAAQ,EACR,SAAS,EACT,WAAW,EACX,mBAAmB,CACtB,CAAC;MAEII,cAAc,GAAGT,IAAI,CAACK,IAAI,CAAC,CAC7B,SAAS,EACT,SAAS,EACT,QAAQ,EACR,cAAc,EACd,OAAO,EACP,UAAU,EACV,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,IAAI,CACP,CAAC;
|
|
1
|
+
{"version":3,"names":["pair","_pair","default","execute","animationTimingFunction","from","duration","delay","direction","iterationCount","range","_export","animationPropertiesSuggestions"],"sources":["../../../../src/site-editor/suggestions/properties/animation-properties.ts"],"sourcesContent":[null],"mappings":"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"}
|
|
@@ -32655,7 +32655,7 @@ System.register([], function (_export, _context) {
|
|
|
32655
32655
|
return {
|
|
32656
32656
|
setters: [],
|
|
32657
32657
|
execute: function () {
|
|
32658
|
-
pair.from = a => a.map(x => pair(x));
|
|
32658
|
+
pair.from = a => a.map(x => typeof x === "string" ? pair(x) : x);
|
|
32659
32659
|
_export("jsonPair", jsonPair = (label, value) => pair(label, JSON.stringify(value)));
|
|
32660
32660
|
}
|
|
32661
32661
|
};
|
|
@@ -33485,22 +33485,24 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
33485
33485
|
b.toString = () => `(s) => s.selection.element.matches([${name}])`;
|
|
33486
33486
|
return Bind.oneWay(b);
|
|
33487
33487
|
};
|
|
33488
|
-
AnimationGroup = (title, name,
|
|
33488
|
+
AnimationGroup = (title, name, nest = true, bindChildrenVisibility = bindDisplay(name)) => [XNode.create(DropDownProperty, {
|
|
33489
33489
|
label: title,
|
|
33490
|
-
attributeName: name
|
|
33491
|
-
"style-display": bindVisibility
|
|
33490
|
+
attributeName: name
|
|
33492
33491
|
}), XNode.create("div", {
|
|
33493
33492
|
"style-display": bindChildrenVisibility
|
|
33494
33493
|
}, XNode.create(DropDownProperty, {
|
|
33495
|
-
label:
|
|
33494
|
+
label: `Timing`,
|
|
33496
33495
|
attributeName: `${name}-timing-function`
|
|
33497
33496
|
}), XNode.create(DropDownProperty, {
|
|
33498
|
-
label:
|
|
33497
|
+
label: `Duration`,
|
|
33499
33498
|
attributeName: `${name}-duration`
|
|
33500
|
-
}), XNode.create(DropDownProperty, {
|
|
33501
|
-
label:
|
|
33499
|
+
}), /^styler\-on\-scroll/i.test(name) ? XNode.create(DropDownProperty, {
|
|
33500
|
+
label: `Range`,
|
|
33501
|
+
attributeName: `${name}-range`
|
|
33502
|
+
}) : XNode.create(DropDownProperty, {
|
|
33503
|
+
label: `Delay`,
|
|
33502
33504
|
attributeName: `${name}-delay`
|
|
33503
|
-
}), ...(nest ? AnimationGroup(title + " Effect 1", name + "-effect-1",
|
|
33505
|
+
}), ...(nest ? AnimationGroup(title + " Effect 1", name + "-effect-1", false) : []), ...(nest ? AnimationGroup(title + " Effect 2", name + "-effect-2", false) : []))];
|
|
33504
33506
|
}
|
|
33505
33507
|
};
|
|
33506
33508
|
});
|
|
@@ -35420,7 +35422,7 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
35420
35422
|
System.register(["../pair"], function (_export, _context) {
|
|
35421
35423
|
"use strict";
|
|
35422
35424
|
|
|
35423
|
-
var pair, animationTimingFunction, duration, delay, direction, iterationCount, animationPropertiesSuggestions;
|
|
35425
|
+
var pair, animationTimingFunction, duration, delay, direction, iterationCount, range, animationPropertiesSuggestions;
|
|
35424
35426
|
return {
|
|
35425
35427
|
setters: [function (_pair) {
|
|
35426
35428
|
pair = _pair.default;
|
|
@@ -35431,6 +35433,7 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
35431
35433
|
delay = pair.from(["inherit", "initial", "revert", "revert-layer", "unset", "0", "0.1s", "0.2s", "0.3s", "0.4s", "0.5s", "0.6s", "0.7s", "0.8s", "0.9s", "1s", "2s", "3s", "4s", "5s", "6s", "7s", "8s", "9s", "10s"]);
|
|
35432
35434
|
direction = pair.from(["inherit", "initial", "revert", "revert-layer", "unset", "normal", "reverse", "alternate", "alternate-reverse"]);
|
|
35433
35435
|
iterationCount = pair.from(["inherit", "initial", "revert", "revert-layer", "unset", "infinite", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]);
|
|
35436
|
+
range = pair.from([pair("top-half (0% 50%)", "0% 50%"), pair("top 20% (0% 20%)", "0% 20%"), pair("bottom-half (50% 100%)", "50% 100%"), pair("above-screen (exit-crossing 0 exit-crossing 100%)", "exit-crossing 0 exit-crossing 100%"), pair("20%-above-screen (exit-crossing 20% exit-crossing 120%)", "exit-crossing 20% exit-crossing 120%")]);
|
|
35434
35437
|
_export("animationPropertiesSuggestions", animationPropertiesSuggestions = {
|
|
35435
35438
|
"styler-on-enter-timing-function": animationTimingFunction,
|
|
35436
35439
|
"styler-on-enter-effect-1-timing-function": animationTimingFunction,
|
|
@@ -35459,15 +35462,6 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
35459
35462
|
"styler-on-leave-delay": delay,
|
|
35460
35463
|
"styler-on-leave-effect-1-delay": delay,
|
|
35461
35464
|
"styler-on-leave-effect-2-delay": delay,
|
|
35462
|
-
"styler-on-scroll-delay": delay,
|
|
35463
|
-
"styler-on-scroll-effect-1-delay": delay,
|
|
35464
|
-
"styler-on-scroll-effect-2-delay": delay,
|
|
35465
|
-
"styler-on-scroll-above-delay": delay,
|
|
35466
|
-
"styler-on-scroll-above-effect-1-delay": delay,
|
|
35467
|
-
"styler-on-scroll-above-effect-2-delay": delay,
|
|
35468
|
-
"styler-on-scroll-top-half-delay": delay,
|
|
35469
|
-
"styler-on-scroll-top-half-effect-1-delay": delay,
|
|
35470
|
-
"styler-on-scroll-top-half-effect-2-delay": delay,
|
|
35471
35465
|
"styler-on-enter-direction": direction,
|
|
35472
35466
|
"styler-on-enter-effect-1-direction": direction,
|
|
35473
35467
|
"styler-on-enter-effect-2-direction": direction,
|
|
@@ -35485,7 +35479,16 @@ System.register(["../pair"], function (_export, _context) {
|
|
|
35485
35479
|
"styler-on-hover-effect-2-iteration-count": iterationCount,
|
|
35486
35480
|
"styler-on-leave-iteration-count": iterationCount,
|
|
35487
35481
|
"styler-on-leave-effect-1-iteration-count": iterationCount,
|
|
35488
|
-
"styler-on-leave-effect-2-iteration-count": iterationCount
|
|
35482
|
+
"styler-on-leave-effect-2-iteration-count": iterationCount,
|
|
35483
|
+
"styler-on-scroll-range": range,
|
|
35484
|
+
"styler-on-scroll-effect-1-range": range,
|
|
35485
|
+
"styler-on-scroll-effect-2-range": range,
|
|
35486
|
+
"styler-on-scroll-above-range": range,
|
|
35487
|
+
"styler-on-scroll-above-effect-1-range": range,
|
|
35488
|
+
"styler-on-scroll-above-effect-2-range": range,
|
|
35489
|
+
"styler-on-scroll-top-half-range": range,
|
|
35490
|
+
"styler-on-scroll-top-half-effect-1-range": range,
|
|
35491
|
+
"styler-on-scroll-top-half-effect-2-range": range
|
|
35489
35492
|
});
|
|
35490
35493
|
}
|
|
35491
35494
|
};
|