@watermarkinsights/ripple 3.4.0 → 3.5.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cjs/functions-653e695c.js +6164 -0
- package/dist/cjs/{global-caec45e5.js → global-067b9f65.js} +65 -65
- package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
- package/dist/cjs/{index-921ef454.js → index-cd179539.js} +157 -103
- package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/priv-chart-popover.cjs.entry.js +79 -79
- package/dist/cjs/priv-datepicker.cjs.entry.js +668 -668
- package/dist/cjs/priv-navigator-button.cjs.entry.js +19 -19
- package/dist/cjs/priv-navigator-item.cjs.entry.js +24 -24
- package/dist/cjs/ripple.cjs.js +5 -5
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +342 -342
- package/dist/cjs/wm-button.cjs.entry.js +219 -219
- package/dist/cjs/wm-chart-slice.cjs.entry.js +14 -14
- package/dist/cjs/wm-chart.cjs.entry.js +475 -517
- package/dist/cjs/wm-datepicker.cjs.entry.js +257 -257
- package/dist/cjs/wm-input.cjs.entry.js +134 -134
- package/dist/cjs/wm-modal-footer.cjs.entry.js +32 -32
- package/dist/cjs/wm-modal-header.cjs.entry.js +35 -35
- package/dist/cjs/wm-modal.cjs.entry.js +162 -162
- package/dist/cjs/wm-navigator.cjs.entry.js +269 -269
- package/dist/cjs/wm-network-uploader.cjs.entry.js +421 -421
- package/dist/cjs/wm-option_2.cjs.entry.js +492 -492
- package/dist/cjs/wm-pagination.cjs.entry.js +168 -168
- package/dist/cjs/wm-search.cjs.entry.js +232 -232
- package/dist/cjs/wm-snackbar.cjs.entry.js +171 -171
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +301 -301
- package/dist/cjs/wm-tag-input.cjs.entry.js +557 -557
- package/dist/cjs/wm-timepicker.cjs.entry.js +384 -384
- package/dist/cjs/wm-toggletip.cjs.entry.js +125 -125
- package/dist/cjs/wm-uploader.cjs.entry.js +347 -347
- package/dist/cjs/wm-wrapper.cjs.entry.js +13 -13
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
- package/dist/collection/components/wm-button/wm-button.js +485 -485
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
- package/dist/collection/components/wm-chart/wm-chart-slice.js +64 -64
- package/dist/collection/components/wm-chart/wm-chart.css +59 -74
- package/dist/collection/components/wm-chart/wm-chart.js +717 -765
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1015 -1015
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +462 -462
- package/dist/collection/components/wm-input/wm-input.js +423 -423
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
- package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
- package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
- package/dist/collection/components/wm-modal/wm-modal.js +459 -459
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
- package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
- package/dist/collection/components/wm-option/wm-option.js +422 -422
- package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
- package/dist/collection/components/wm-search/wm-search.js +479 -479
- package/dist/collection/components/wm-select/wm-select.js +717 -717
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +219 -219
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +331 -331
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +787 -787
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +589 -589
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
- package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
- package/dist/collection/dev/scripts.js +20 -20
- package/dist/collection/global/__mocks__/functions.js +6 -6
- package/dist/collection/global/functions.js +445 -445
- package/dist/collection/global/global.js +72 -72
- package/dist/collection/global/interfaces.js +49 -49
- package/dist/collection/global/services/__mocks__/http-service.js +130 -130
- package/dist/collection/global/services/http-service.js +50 -50
- package/dist/collection/lang/lang.js +5 -5
- package/dist/collection/lang/piglatin.js +93 -93
- package/dist/esm/functions-e528c934.js +6144 -0
- package/dist/esm/{global-08ca269c.js → global-18fdd890.js} +65 -65
- package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
- package/dist/esm/{index-f8b130b6.js → index-66f8130e.js} +157 -103
- package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +29 -29
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +2 -2
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/priv-chart-popover.entry.js +79 -79
- package/dist/esm/priv-datepicker.entry.js +668 -668
- package/dist/esm/priv-navigator-button.entry.js +19 -19
- package/dist/esm/priv-navigator-item.entry.js +24 -24
- package/dist/esm/ripple.js +5 -5
- package/dist/esm/wm-action-menu_2.entry.js +342 -342
- package/dist/esm/wm-button.entry.js +219 -219
- package/dist/esm/wm-chart-slice.entry.js +14 -14
- package/dist/esm/wm-chart.entry.js +475 -517
- package/dist/esm/wm-datepicker.entry.js +257 -257
- package/dist/esm/wm-input.entry.js +134 -134
- package/dist/esm/wm-modal-footer.entry.js +32 -32
- package/dist/esm/wm-modal-header.entry.js +35 -35
- package/dist/esm/wm-modal.entry.js +162 -162
- package/dist/esm/wm-navigator.entry.js +269 -269
- package/dist/esm/wm-network-uploader.entry.js +421 -421
- package/dist/esm/wm-option_2.entry.js +492 -492
- package/dist/esm/wm-pagination.entry.js +168 -168
- package/dist/esm/wm-search.entry.js +232 -232
- package/dist/esm/wm-snackbar.entry.js +171 -171
- package/dist/esm/wm-tab-item_3.entry.js +301 -301
- package/dist/esm/wm-tag-input.entry.js +557 -557
- package/dist/esm/wm-timepicker.entry.js +384 -384
- package/dist/esm/wm-toggletip.entry.js +125 -125
- package/dist/esm/wm-uploader.entry.js +347 -347
- package/dist/esm/wm-wrapper.entry.js +13 -13
- package/dist/ripple/p-092b01f3.entry.js +1 -0
- package/dist/ripple/{p-c995acbc.entry.js → p-0c58f50d.entry.js} +1 -1
- package/dist/ripple/p-11c09317.entry.js +1 -0
- package/dist/ripple/p-1e0c41a9.entry.js +1 -0
- package/dist/ripple/p-237a432a.entry.js +1 -0
- package/dist/ripple/p-3003d26d.entry.js +1 -0
- package/dist/ripple/p-33524565.entry.js +1 -0
- package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
- package/dist/ripple/{p-5e49aba7.entry.js → p-4cc71463.entry.js} +1 -1
- package/dist/ripple/p-588b4475.js +16 -0
- package/dist/ripple/p-65e3a656.entry.js +1 -0
- package/dist/ripple/p-8923b7d0.entry.js +1 -0
- package/dist/ripple/{p-d52033d5.entry.js → p-8b0eb05e.entry.js} +1 -1
- package/dist/ripple/p-8cd1396e.entry.js +1 -0
- package/dist/ripple/{p-22a1a636.entry.js → p-99db8501.entry.js} +1 -1
- package/dist/ripple/p-9baa3039.js +1 -0
- package/dist/ripple/p-aa973691.entry.js +1 -0
- package/dist/ripple/{p-a61977b2.entry.js → p-b3d5ea85.entry.js} +1 -1
- package/dist/ripple/{p-7d009793.entry.js → p-b5189f72.entry.js} +1 -1
- package/dist/ripple/p-b9838664.js +1 -0
- package/dist/ripple/p-bc27b604.entry.js +1 -0
- package/dist/ripple/p-bc9ca97b.entry.js +1 -0
- package/dist/ripple/{p-bba99fcd.entry.js → p-cd58a15c.entry.js} +1 -1
- package/dist/ripple/p-dc9c9fda.entry.js +1 -0
- package/dist/ripple/p-e7616311.entry.js +1 -0
- package/dist/ripple/p-e9e8334e.entry.js +1 -0
- package/dist/ripple/p-ec9697db.entry.js +1 -0
- package/dist/ripple/p-efdaf3b6.entry.js +1 -0
- package/dist/ripple/p-fcdc6395.entry.js +1 -0
- package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
- package/dist/types/components/wm-button/wm-button.d.ts +44 -44
- package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
- package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
- package/dist/types/components/wm-chart/wm-chart.d.ts +81 -80
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -76
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
- package/dist/types/components/wm-input/wm-input.d.ts +46 -46
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
- package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
- package/dist/types/components/wm-option/wm-option.d.ts +32 -32
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
- package/dist/types/components/wm-search/wm-search.d.ts +86 -86
- package/dist/types/components/wm-select/wm-select.d.ts +66 -66
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +91 -91
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +62 -62
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
- package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
- package/dist/types/components.d.ts +24 -24
- package/dist/types/global/__mocks__/functions.d.ts +6 -6
- package/dist/types/global/functions.d.ts +40 -0
- package/dist/types/global/global.d.ts +1 -1
- package/dist/types/global/interfaces.d.ts +34 -34
- package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
- package/dist/types/global/services/http-service.d.ts +4 -4
- package/dist/types/lang/lang.d.ts +5 -5
- package/dist/types/stencil-public-runtime.d.ts +194 -186
- package/package.json +46 -46
- package/dist/cjs/functions-a6491ba8.js +0 -7943
- package/dist/esm/functions-5aebd578.js +0 -7923
- package/dist/ripple/p-0865e7cf.js +0 -16
- package/dist/ripple/p-0f663e59.entry.js +0 -1
- package/dist/ripple/p-1b790a7d.entry.js +0 -1
- package/dist/ripple/p-3b4c01b8.entry.js +0 -1
- package/dist/ripple/p-54c1f704.entry.js +0 -1
- package/dist/ripple/p-76c615e9.entry.js +0 -1
- package/dist/ripple/p-7d993d52.js +0 -1
- package/dist/ripple/p-8198cc9c.entry.js +0 -1
- package/dist/ripple/p-839d35bd.entry.js +0 -1
- package/dist/ripple/p-8708b8cb.entry.js +0 -1
- package/dist/ripple/p-8bd66955.entry.js +0 -1
- package/dist/ripple/p-957e3a05.entry.js +0 -1
- package/dist/ripple/p-af6eb4d5.entry.js +0 -1
- package/dist/ripple/p-b3f9f575.entry.js +0 -1
- package/dist/ripple/p-cd30198d.entry.js +0 -1
- package/dist/ripple/p-d9d6bf11.js +0 -1
- package/dist/ripple/p-e097c562.entry.js +0 -1
- package/dist/ripple/p-e9db6122.entry.js +0 -1
- package/dist/ripple/p-eabbd1e9.entry.js +0 -1
- package/dist/ripple/p-ec496b8b.entry.js +0 -1
- package/dist/ripple/p-fc8ec142.entry.js +0 -1
|
@@ -224,6 +224,13 @@ export declare const setMode: (handler: ResolutionHandler) => void;
|
|
|
224
224
|
* getMode
|
|
225
225
|
*/
|
|
226
226
|
export declare function getMode<T = string | undefined>(ref: any): T;
|
|
227
|
+
export declare function setPlatformHelpers(helpers: {
|
|
228
|
+
jmp?: (c: any) => any;
|
|
229
|
+
raf?: (c: any) => number;
|
|
230
|
+
ael?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
231
|
+
rel?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
232
|
+
ce?: (eventName: string, opts?: any) => any;
|
|
233
|
+
}): void;
|
|
227
234
|
/**
|
|
228
235
|
* Get the base path to where the assets can be found. Use `setAssetPath(path)`
|
|
229
236
|
* if the path needs to be customized.
|
|
@@ -672,6 +679,7 @@ export declare namespace JSXBase {
|
|
|
672
679
|
media?: string;
|
|
673
680
|
rel?: string;
|
|
674
681
|
target?: string;
|
|
682
|
+
referrerPolicy?: ReferrerPolicy;
|
|
675
683
|
}
|
|
676
684
|
interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
|
677
685
|
}
|
|
@@ -1159,87 +1167,87 @@ export declare namespace JSXBase {
|
|
|
1159
1167
|
unselectable?: boolean;
|
|
1160
1168
|
}
|
|
1161
1169
|
interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
|
|
1162
|
-
|
|
1170
|
+
class?: string | {
|
|
1163
1171
|
[className: string]: boolean;
|
|
1164
1172
|
};
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1173
|
+
color?: string;
|
|
1174
|
+
height?: number | string;
|
|
1175
|
+
id?: string;
|
|
1176
|
+
lang?: string;
|
|
1177
|
+
max?: number | string;
|
|
1178
|
+
media?: string;
|
|
1179
|
+
method?: string;
|
|
1180
|
+
min?: number | string;
|
|
1181
|
+
name?: string;
|
|
1182
|
+
style?: {
|
|
1175
1183
|
[key: string]: string | undefined;
|
|
1176
1184
|
};
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1185
|
+
target?: string;
|
|
1186
|
+
type?: string;
|
|
1187
|
+
width?: number | string;
|
|
1188
|
+
role?: string;
|
|
1189
|
+
tabindex?: number;
|
|
1182
1190
|
'accent-height'?: number | string;
|
|
1183
|
-
|
|
1184
|
-
|
|
1191
|
+
accumulate?: 'none' | 'sum';
|
|
1192
|
+
additive?: 'replace' | 'sum';
|
|
1185
1193
|
'alignment-baseline'?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1194
|
+
allowReorder?: 'no' | 'yes';
|
|
1195
|
+
alphabetic?: number | string;
|
|
1196
|
+
amplitude?: number | string;
|
|
1189
1197
|
'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated';
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1198
|
+
ascent?: number | string;
|
|
1199
|
+
attributeName?: string;
|
|
1200
|
+
attributeType?: string;
|
|
1201
|
+
autoReverse?: number | string;
|
|
1202
|
+
azimuth?: number | string;
|
|
1203
|
+
baseFrequency?: number | string;
|
|
1196
1204
|
'baseline-shift'?: number | string;
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1205
|
+
baseProfile?: number | string;
|
|
1206
|
+
bbox?: number | string;
|
|
1207
|
+
begin?: number | string;
|
|
1208
|
+
bias?: number | string;
|
|
1209
|
+
by?: number | string;
|
|
1210
|
+
calcMode?: number | string;
|
|
1203
1211
|
'cap-height'?: number | string;
|
|
1204
|
-
|
|
1212
|
+
clip?: number | string;
|
|
1205
1213
|
'clip-path'?: string;
|
|
1206
|
-
|
|
1214
|
+
clipPathUnits?: number | string;
|
|
1207
1215
|
'clip-rule'?: number | string;
|
|
1208
1216
|
'color-interpolation'?: number | string;
|
|
1209
1217
|
'color-interpolation-filters'?: 'auto' | 's-rGB' | 'linear-rGB' | 'inherit';
|
|
1210
1218
|
'color-profile'?: number | string;
|
|
1211
1219
|
'color-rendering'?: number | string;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1220
|
+
contentScriptType?: number | string;
|
|
1221
|
+
contentStyleType?: number | string;
|
|
1222
|
+
cursor?: number | string;
|
|
1223
|
+
cx?: number | string;
|
|
1224
|
+
cy?: number | string;
|
|
1225
|
+
d?: string;
|
|
1226
|
+
decelerate?: number | string;
|
|
1227
|
+
descent?: number | string;
|
|
1228
|
+
diffuseConstant?: number | string;
|
|
1229
|
+
direction?: number | string;
|
|
1230
|
+
display?: number | string;
|
|
1231
|
+
divisor?: number | string;
|
|
1224
1232
|
'dominant-baseline'?: number | string;
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1233
|
+
dur?: number | string;
|
|
1234
|
+
dx?: number | string;
|
|
1235
|
+
dy?: number | string;
|
|
1228
1236
|
'edge-mode'?: number | string;
|
|
1229
|
-
|
|
1237
|
+
elevation?: number | string;
|
|
1230
1238
|
'enable-background'?: number | string;
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1239
|
+
end?: number | string;
|
|
1240
|
+
exponent?: number | string;
|
|
1241
|
+
externalResourcesRequired?: number | string;
|
|
1242
|
+
fill?: string;
|
|
1235
1243
|
'fill-opacity'?: number | string;
|
|
1236
1244
|
'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit';
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1245
|
+
filter?: string;
|
|
1246
|
+
filterRes?: number | string;
|
|
1247
|
+
filterUnits?: number | string;
|
|
1240
1248
|
'flood-color'?: number | string;
|
|
1241
1249
|
'flood-opacity'?: number | string;
|
|
1242
|
-
|
|
1250
|
+
focusable?: number | string;
|
|
1243
1251
|
'font-family'?: string;
|
|
1244
1252
|
'font-size'?: number | string;
|
|
1245
1253
|
'font-size-adjust'?: number | string;
|
|
@@ -1247,113 +1255,113 @@ export declare namespace JSXBase {
|
|
|
1247
1255
|
'font-style'?: number | string;
|
|
1248
1256
|
'font-variant'?: number | string;
|
|
1249
1257
|
'font-weight'?: number | string;
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1258
|
+
format?: number | string;
|
|
1259
|
+
from?: number | string;
|
|
1260
|
+
fx?: number | string;
|
|
1261
|
+
fy?: number | string;
|
|
1262
|
+
g1?: number | string;
|
|
1263
|
+
g2?: number | string;
|
|
1256
1264
|
'glyph-name'?: number | string;
|
|
1257
1265
|
'glyph-orientation-horizontal'?: number | string;
|
|
1258
1266
|
'glyph-orientation-vertical'?: number | string;
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1267
|
+
glyphRef?: number | string;
|
|
1268
|
+
gradientTransform?: string;
|
|
1269
|
+
gradientUnits?: string;
|
|
1270
|
+
hanging?: number | string;
|
|
1263
1271
|
'horiz-adv-x'?: number | string;
|
|
1264
1272
|
'horiz-origin-x'?: number | string;
|
|
1265
|
-
|
|
1266
|
-
|
|
1273
|
+
href?: string;
|
|
1274
|
+
ideographic?: number | string;
|
|
1267
1275
|
'image-rendering'?: number | string;
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1276
|
+
in2?: number | string;
|
|
1277
|
+
in?: string;
|
|
1278
|
+
intercept?: number | string;
|
|
1279
|
+
k1?: number | string;
|
|
1280
|
+
k2?: number | string;
|
|
1281
|
+
k3?: number | string;
|
|
1282
|
+
k4?: number | string;
|
|
1283
|
+
k?: number | string;
|
|
1284
|
+
kernelMatrix?: number | string;
|
|
1285
|
+
kernelUnitLength?: number | string;
|
|
1286
|
+
kerning?: number | string;
|
|
1287
|
+
keyPoints?: number | string;
|
|
1288
|
+
keySplines?: number | string;
|
|
1289
|
+
keyTimes?: number | string;
|
|
1290
|
+
lengthAdjust?: number | string;
|
|
1283
1291
|
'letter-spacing'?: number | string;
|
|
1284
1292
|
'lighting-color'?: number | string;
|
|
1285
|
-
|
|
1286
|
-
|
|
1293
|
+
limitingConeAngle?: number | string;
|
|
1294
|
+
local?: number | string;
|
|
1287
1295
|
'marker-end'?: string;
|
|
1288
|
-
|
|
1296
|
+
markerHeight?: number | string;
|
|
1289
1297
|
'marker-mid'?: string;
|
|
1290
1298
|
'marker-start'?: string;
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1299
|
+
markerUnits?: number | string;
|
|
1300
|
+
markerWidth?: number | string;
|
|
1301
|
+
mask?: string;
|
|
1302
|
+
maskContentUnits?: number | string;
|
|
1303
|
+
maskUnits?: number | string;
|
|
1304
|
+
mathematical?: number | string;
|
|
1305
|
+
mode?: number | string;
|
|
1306
|
+
numOctaves?: number | string;
|
|
1307
|
+
offset?: number | string;
|
|
1308
|
+
opacity?: number | string;
|
|
1309
|
+
operator?: number | string;
|
|
1310
|
+
order?: number | string;
|
|
1311
|
+
orient?: number | string;
|
|
1312
|
+
orientation?: number | string;
|
|
1313
|
+
origin?: number | string;
|
|
1314
|
+
overflow?: number | string;
|
|
1307
1315
|
'overline-position'?: number | string;
|
|
1308
1316
|
'overline-thickness'?: number | string;
|
|
1309
1317
|
'paint-order'?: number | string;
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1318
|
+
panose1?: number | string;
|
|
1319
|
+
pathLength?: number | string;
|
|
1320
|
+
patternContentUnits?: string;
|
|
1321
|
+
patternTransform?: number | string;
|
|
1322
|
+
patternUnits?: string;
|
|
1315
1323
|
'pointer-events'?: number | string;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1324
|
+
points?: string;
|
|
1325
|
+
pointsAtX?: number | string;
|
|
1326
|
+
pointsAtY?: number | string;
|
|
1327
|
+
pointsAtZ?: number | string;
|
|
1328
|
+
preserveAlpha?: number | string;
|
|
1329
|
+
preserveAspectRatio?: string;
|
|
1330
|
+
primitiveUnits?: number | string;
|
|
1331
|
+
r?: number | string;
|
|
1332
|
+
radius?: number | string;
|
|
1333
|
+
refX?: number | string;
|
|
1334
|
+
refY?: number | string;
|
|
1327
1335
|
'rendering-intent'?: number | string;
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1336
|
+
repeatCount?: number | string;
|
|
1337
|
+
repeatDur?: number | string;
|
|
1338
|
+
requiredextensions?: number | string;
|
|
1339
|
+
requiredFeatures?: number | string;
|
|
1340
|
+
restart?: number | string;
|
|
1341
|
+
result?: string;
|
|
1342
|
+
rotate?: number | string;
|
|
1343
|
+
rx?: number | string;
|
|
1344
|
+
ry?: number | string;
|
|
1345
|
+
scale?: number | string;
|
|
1346
|
+
seed?: number | string;
|
|
1339
1347
|
'shape-rendering'?: number | string;
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1348
|
+
slope?: number | string;
|
|
1349
|
+
spacing?: number | string;
|
|
1350
|
+
specularConstant?: number | string;
|
|
1351
|
+
specularExponent?: number | string;
|
|
1352
|
+
speed?: number | string;
|
|
1353
|
+
spreadMethod?: string;
|
|
1354
|
+
startOffset?: number | string;
|
|
1355
|
+
stdDeviation?: number | string;
|
|
1356
|
+
stemh?: number | string;
|
|
1357
|
+
stemv?: number | string;
|
|
1358
|
+
stitchTiles?: number | string;
|
|
1351
1359
|
'stop-color'?: string;
|
|
1352
1360
|
'stop-opacity'?: number | string;
|
|
1353
1361
|
'strikethrough-position'?: number | string;
|
|
1354
1362
|
'strikethrough-thickness'?: number | string;
|
|
1355
|
-
|
|
1356
|
-
|
|
1363
|
+
string?: number | string;
|
|
1364
|
+
stroke?: string;
|
|
1357
1365
|
'stroke-dasharray'?: string | number;
|
|
1358
1366
|
'stroke-dashoffset'?: string | number;
|
|
1359
1367
|
'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit';
|
|
@@ -1361,63 +1369,63 @@ export declare namespace JSXBase {
|
|
|
1361
1369
|
'stroke-miterlimit'?: string;
|
|
1362
1370
|
'stroke-opacity'?: number | string;
|
|
1363
1371
|
'stroke-width'?: number | string;
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1372
|
+
surfaceScale?: number | string;
|
|
1373
|
+
systemLanguage?: number | string;
|
|
1374
|
+
tableValues?: number | string;
|
|
1375
|
+
targetX?: number | string;
|
|
1376
|
+
targetY?: number | string;
|
|
1369
1377
|
'text-anchor'?: string;
|
|
1370
1378
|
'text-decoration'?: number | string;
|
|
1371
|
-
|
|
1379
|
+
textLength?: number | string;
|
|
1372
1380
|
'text-rendering'?: number | string;
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1381
|
+
to?: number | string;
|
|
1382
|
+
transform?: string;
|
|
1383
|
+
u1?: number | string;
|
|
1384
|
+
u2?: number | string;
|
|
1377
1385
|
'underline-position'?: number | string;
|
|
1378
1386
|
'underline-thickness'?: number | string;
|
|
1379
|
-
|
|
1387
|
+
unicode?: number | string;
|
|
1380
1388
|
'unicode-bidi'?: number | string;
|
|
1381
1389
|
'unicode-range'?: number | string;
|
|
1382
1390
|
'units-per-em'?: number | string;
|
|
1383
1391
|
'v-alphabetic'?: number | string;
|
|
1384
|
-
|
|
1392
|
+
values?: string;
|
|
1385
1393
|
'vector-effect'?: number | string;
|
|
1386
|
-
|
|
1394
|
+
version?: string;
|
|
1387
1395
|
'vert-adv-y'?: number | string;
|
|
1388
1396
|
'vert-origin-x'?: number | string;
|
|
1389
1397
|
'vert-origin-y'?: number | string;
|
|
1390
1398
|
'v-hanging'?: number | string;
|
|
1391
1399
|
'v-ideographic'?: number | string;
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1400
|
+
viewBox?: string;
|
|
1401
|
+
viewTarget?: number | string;
|
|
1402
|
+
visibility?: number | string;
|
|
1395
1403
|
'v-mathematical'?: number | string;
|
|
1396
|
-
|
|
1404
|
+
widths?: number | string;
|
|
1397
1405
|
'word-spacing'?: number | string;
|
|
1398
1406
|
'writing-mode'?: number | string;
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1407
|
+
x1?: number | string;
|
|
1408
|
+
x2?: number | string;
|
|
1409
|
+
x?: number | string;
|
|
1402
1410
|
'x-channel-selector'?: string;
|
|
1403
1411
|
'x-height'?: number | string;
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1412
|
+
xlinkActuate?: string;
|
|
1413
|
+
xlinkArcrole?: string;
|
|
1414
|
+
xlinkHref?: string;
|
|
1415
|
+
xlinkRole?: string;
|
|
1416
|
+
xlinkShow?: string;
|
|
1417
|
+
xlinkTitle?: string;
|
|
1418
|
+
xlinkType?: string;
|
|
1419
|
+
xmlBase?: string;
|
|
1420
|
+
xmlLang?: string;
|
|
1421
|
+
xmlns?: string;
|
|
1422
|
+
xmlSpace?: string;
|
|
1423
|
+
y1?: number | string;
|
|
1424
|
+
y2?: number | string;
|
|
1425
|
+
y?: number | string;
|
|
1426
|
+
yChannelSelector?: string;
|
|
1427
|
+
z?: number | string;
|
|
1428
|
+
zoomAndPan?: string;
|
|
1421
1429
|
}
|
|
1422
1430
|
interface DOMAttributes<T = Element> {
|
|
1423
1431
|
key?: string | number;
|
|
@@ -1439,10 +1447,10 @@ export declare namespace JSXBase {
|
|
|
1439
1447
|
onCompositionUpdateCapture?: (event: CompositionEvent) => void;
|
|
1440
1448
|
onFocus?: (event: FocusEvent) => void;
|
|
1441
1449
|
onFocusCapture?: (event: FocusEvent) => void;
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1450
|
+
onFocusin?: (event: FocusEvent) => void;
|
|
1451
|
+
onFocusinCapture?: (event: FocusEvent) => void;
|
|
1452
|
+
onFocusout?: (event: FocusEvent) => void;
|
|
1453
|
+
onFocusoutCapture?: (event: FocusEvent) => void;
|
|
1446
1454
|
onBlur?: (event: FocusEvent) => void;
|
|
1447
1455
|
onBlurCapture?: (event: FocusEvent) => void;
|
|
1448
1456
|
onChange?: (event: Event) => void;
|
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@watermarkinsights/ripple",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "Ripple Component Library",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"module": "dist/index.js",
|
|
7
|
-
"main": "dist/index.cjs.js",
|
|
8
|
-
"unpkg": "dist/ripple/ripple.js",
|
|
9
|
-
"types": "dist/types/components.d.ts",
|
|
10
|
-
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
-
"files": [
|
|
12
|
-
"dist/"
|
|
13
|
-
],
|
|
14
|
-
"es2017": "dist/esm/index.mjs",
|
|
15
|
-
"es2015": "dist/esm/index.mjs",
|
|
16
|
-
"scripts": {
|
|
17
|
-
"local.pss": "sh ./scripts/build-local-pss.sh",
|
|
18
|
-
"local.aqua": "sh ./scripts/build-local-aqf.sh",
|
|
19
|
-
"local.ripple": "sh ./scripts/build-local-ripple.sh",
|
|
20
|
-
"local.wrappers": "sh ./scripts/build-local-wrappers.sh",
|
|
21
|
-
"build": "stencil build",
|
|
22
|
-
"release": "sh ./scripts/release.sh",
|
|
23
|
-
"start": "stencil build --dev --watch --serve",
|
|
24
|
-
"test": "stencil test --spec --e2e",
|
|
25
|
-
"test.snapshot": "stencil test --spec --e2e -u",
|
|
26
|
-
"test.watch": "stencil test --spec --e2e --watch",
|
|
27
|
-
"test.watchAll": "stencil test --spec --e2e --watchAll",
|
|
28
|
-
"test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
|
|
29
|
-
"extract": "formatjs extract ./src/**/*.tsx --out-file ./src/lang/en.json && node ./src/lang/piglatin.js",
|
|
30
|
-
"compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@axe-core/puppeteer": "^4.1.1",
|
|
34
|
-
"@formatjs/cli": "^4.2.11",
|
|
35
|
-
"@stencil/core": "^2.5.2",
|
|
36
|
-
"@stencil/react-output-target": "^0.0.9",
|
|
37
|
-
"@stencil/sass": "^1.4.1",
|
|
38
|
-
"@types/jest": "^26.0.23",
|
|
39
|
-
"@types/puppeteer": "^5.4.3",
|
|
40
|
-
"jest": "^26.6.3",
|
|
41
|
-
"jest-cli": "^26.6.3"
|
|
42
|
-
},
|
|
43
|
-
"dependencies": {
|
|
44
|
-
"@formatjs/intl": "^1.10.5"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@watermarkinsights/ripple",
|
|
3
|
+
"version": "3.5.0-0",
|
|
4
|
+
"description": "Ripple Component Library",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"main": "dist/index.cjs.js",
|
|
8
|
+
"unpkg": "dist/ripple/ripple.js",
|
|
9
|
+
"types": "dist/types/components.d.ts",
|
|
10
|
+
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
+
"files": [
|
|
12
|
+
"dist/"
|
|
13
|
+
],
|
|
14
|
+
"es2017": "dist/esm/index.mjs",
|
|
15
|
+
"es2015": "dist/esm/index.mjs",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"local.pss": "sh ./scripts/build-local-pss.sh",
|
|
18
|
+
"local.aqua": "sh ./scripts/build-local-aqf.sh",
|
|
19
|
+
"local.ripple": "sh ./scripts/build-local-ripple.sh",
|
|
20
|
+
"local.wrappers": "sh ./scripts/build-local-wrappers.sh",
|
|
21
|
+
"build": "stencil build",
|
|
22
|
+
"release": "sh ./scripts/release.sh",
|
|
23
|
+
"start": "stencil build --dev --watch --serve",
|
|
24
|
+
"test": "stencil test --spec --e2e",
|
|
25
|
+
"test.snapshot": "stencil test --spec --e2e -u",
|
|
26
|
+
"test.watch": "stencil test --spec --e2e --watch",
|
|
27
|
+
"test.watchAll": "stencil test --spec --e2e --watchAll",
|
|
28
|
+
"test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
|
|
29
|
+
"extract": "formatjs extract ./src/**/*.tsx --out-file ./src/lang/en.json && node ./src/lang/piglatin.js",
|
|
30
|
+
"compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@axe-core/puppeteer": "^4.1.1",
|
|
34
|
+
"@formatjs/cli": "^4.2.11",
|
|
35
|
+
"@stencil/core": "^2.5.2",
|
|
36
|
+
"@stencil/react-output-target": "^0.0.9",
|
|
37
|
+
"@stencil/sass": "^1.4.1",
|
|
38
|
+
"@types/jest": "^26.0.23",
|
|
39
|
+
"@types/puppeteer": "^5.4.3",
|
|
40
|
+
"jest": "^26.6.3",
|
|
41
|
+
"jest-cli": "^26.6.3"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@formatjs/intl": "^1.10.5"
|
|
45
|
+
}
|
|
46
|
+
}
|