@vandenberghinc/volt 1.2.5 → 1.2.6
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/frontend/assets/admin/admin.png +0 -0
- package/frontend/assets/admin/password.webp +0 -0
- package/frontend/assets/icons/arrow.v1.webp +0 -0
- package/frontend/assets/icons/copy.webp +0 -0
- package/frontend/assets/payments/arrow.long.webp +0 -0
- package/frontend/assets/payments/arrow.long2.webp +0 -0
- package/frontend/assets/payments/cancelled.webp +0 -0
- package/frontend/assets/payments/check.sign.webp +0 -0
- package/frontend/assets/payments/check.webp +0 -0
- package/frontend/assets/payments/close.webp +0 -0
- package/frontend/assets/payments/error.webp +0 -0
- package/frontend/assets/payments/exclamation.webp +0 -0
- package/frontend/assets/payments/minus.webp +0 -0
- package/frontend/assets/payments/party.webp +0 -0
- package/frontend/assets/payments/plus.webp +0 -0
- package/frontend/assets/payments/shopping_cart.webp +0 -0
- package/frontend/assets/payments/trash.webp +0 -0
- package/package.json +5 -1
- package/.libris/config.json +0 -82
- package/backend/dist/cjs/backend/src/blacklist.d.ts +0 -12
- package/backend/dist/cjs/backend/src/blacklist.js +0 -78
- package/backend/dist/cjs/backend/src/cli.d.ts +0 -2
- package/backend/dist/cjs/backend/src/cli.js +0 -198
- package/backend/dist/cjs/backend/src/database/collection.d.ts +0 -1765
- package/backend/dist/cjs/backend/src/database/collection.js +0 -3301
- package/backend/dist/cjs/backend/src/database/database.d.ts +0 -92
- package/backend/dist/cjs/backend/src/database/database.js +0 -170
- package/backend/dist/cjs/backend/src/database/document.d.ts +0 -1
- package/backend/dist/cjs/backend/src/database/document.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/filters.d.ts +0 -6
- package/backend/dist/cjs/backend/src/database/filters/filters.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_filter.d.ts +0 -223
- package/backend/dist/cjs/backend/src/database/filters/strict_filter.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_test.d.ts +0 -1
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_test.js +0 -443
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_test_v0.d.ts +0 -1
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_test_v0.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v0.d.ts +0 -50
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v0.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v1.d.ts +0 -76
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v1.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v2.d.ts +0 -75
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v2.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v3.d.ts +0 -219
- package/backend/dist/cjs/backend/src/database/filters/strict_filter_v3.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_update_filter.d.ts +0 -165
- package/backend/dist/cjs/backend/src/database/filters/strict_update_filter.js +0 -15
- package/backend/dist/cjs/backend/src/database/filters/strict_update_filter_test.d.ts +0 -5
- package/backend/dist/cjs/backend/src/database/filters/strict_update_filter_test.js +0 -355
- package/backend/dist/cjs/backend/src/database/flatten.d.ts +0 -78
- package/backend/dist/cjs/backend/src/database/flatten.js +0 -53
- package/backend/dist/cjs/backend/src/database/flatten_test.d.ts +0 -1
- package/backend/dist/cjs/backend/src/database/flatten_test.js +0 -175
- package/backend/dist/cjs/backend/src/database/quota/quoata_v2.d.ts +0 -533
- package/backend/dist/cjs/backend/src/database/quota/quoata_v2.js +0 -1046
- package/backend/dist/cjs/backend/src/database/quota/quota.d.ts +0 -551
- package/backend/dist/cjs/backend/src/database/quota/quota.js +0 -1108
- package/backend/dist/cjs/backend/src/database/quota/quota_v1.d.ts +0 -534
- package/backend/dist/cjs/backend/src/database/quota/quota_v1.js +0 -1087
- package/backend/dist/cjs/backend/src/database/quota/safe_int.d.ts +0 -412
- package/backend/dist/cjs/backend/src/database/quota/safe_int.js +0 -745
- package/backend/dist/cjs/backend/src/endpoint.d.ts +0 -346
- package/backend/dist/cjs/backend/src/endpoint.js +0 -468
- package/backend/dist/cjs/backend/src/errors/index.d.ts +0 -7
- package/backend/dist/cjs/backend/src/errors/index.js +0 -25
- package/backend/dist/cjs/backend/src/errors/internal_external.d.ts +0 -52
- package/backend/dist/cjs/backend/src/errors/internal_external.js +0 -95
- package/backend/dist/cjs/backend/src/errors/invalid_usage_error.d.ts +0 -41
- package/backend/dist/cjs/backend/src/errors/invalid_usage_error.js +0 -47
- package/backend/dist/cjs/backend/src/errors/system_error.d.ts +0 -261
- package/backend/dist/cjs/backend/src/errors/system_error.js +0 -436
- package/backend/dist/cjs/backend/src/events.d.ts +0 -97
- package/backend/dist/cjs/backend/src/events.js +0 -15
- package/backend/dist/cjs/backend/src/frontend.d.ts +0 -11
- package/backend/dist/cjs/backend/src/frontend.js +0 -37
- package/backend/dist/cjs/backend/src/image_endpoint.d.ts +0 -44
- package/backend/dist/cjs/backend/src/image_endpoint.js +0 -185
- package/backend/dist/cjs/backend/src/index.d.ts +0 -23
- package/backend/dist/cjs/backend/src/index.js +0 -70
- package/backend/dist/cjs/backend/src/logger.d.ts +0 -5
- package/backend/dist/cjs/backend/src/logger.js +0 -15
- package/backend/dist/cjs/backend/src/meta.d.ts +0 -112
- package/backend/dist/cjs/backend/src/meta.js +0 -181
- package/backend/dist/cjs/backend/src/payments/paddle.d.ts +0 -329
- package/backend/dist/cjs/backend/src/payments/paddle.js +0 -1996
- package/backend/dist/cjs/backend/src/payments/stripe/checkout.d.ts +0 -113
- package/backend/dist/cjs/backend/src/payments/stripe/checkout.js +0 -295
- package/backend/dist/cjs/backend/src/payments/stripe/customers.d.ts +0 -17
- package/backend/dist/cjs/backend/src/payments/stripe/customers.js +0 -164
- package/backend/dist/cjs/backend/src/payments/stripe/error.d.ts +0 -74
- package/backend/dist/cjs/backend/src/payments/stripe/error.js +0 -64
- package/backend/dist/cjs/backend/src/payments/stripe/events.d.ts +0 -155
- package/backend/dist/cjs/backend/src/payments/stripe/events.js +0 -15
- package/backend/dist/cjs/backend/src/payments/stripe/meters.d.ts +0 -105
- package/backend/dist/cjs/backend/src/payments/stripe/meters.js +0 -230
- package/backend/dist/cjs/backend/src/payments/stripe/payment_methods.d.ts +0 -58
- package/backend/dist/cjs/backend/src/payments/stripe/payment_methods.js +0 -109
- package/backend/dist/cjs/backend/src/payments/stripe/products.d.ts +0 -519
- package/backend/dist/cjs/backend/src/payments/stripe/products.js +0 -650
- package/backend/dist/cjs/backend/src/payments/stripe/stripe.d.ts +0 -215
- package/backend/dist/cjs/backend/src/payments/stripe/stripe.js +0 -468
- package/backend/dist/cjs/backend/src/payments/stripe/subscriptions.d.ts +0 -172
- package/backend/dist/cjs/backend/src/payments/stripe/subscriptions.js +0 -557
- package/backend/dist/cjs/backend/src/payments/stripe/utils.d.ts +0 -63
- package/backend/dist/cjs/backend/src/payments/stripe/utils.js +0 -118
- package/backend/dist/cjs/backend/src/payments/stripe/webhooks.d.ts +0 -105
- package/backend/dist/cjs/backend/src/payments/stripe/webhooks.js +0 -627
- package/backend/dist/cjs/backend/src/plugins/browser.d.ts +0 -1
- package/backend/dist/cjs/backend/src/plugins/browser.js +0 -15
- package/backend/dist/cjs/backend/src/plugins/communication.d.ts +0 -70
- package/backend/dist/cjs/backend/src/plugins/communication.js +0 -196
- package/backend/dist/cjs/backend/src/plugins/mail/mail.d.ts +0 -255
- package/backend/dist/cjs/backend/src/plugins/mail/mail.js +0 -381
- package/backend/dist/cjs/backend/src/plugins/mail/ui.d.ts +0 -297
- package/backend/dist/cjs/backend/src/plugins/mail/ui.js +0 -1370
- package/backend/dist/cjs/backend/src/plugins/pdf.d.ts +0 -1
- package/backend/dist/cjs/backend/src/plugins/pdf.js +0 -1456
- package/backend/dist/cjs/backend/src/plugins/thread_monitor.d.ts +0 -18
- package/backend/dist/cjs/backend/src/plugins/thread_monitor.js +0 -116
- package/backend/dist/cjs/backend/src/rate_limit.d.ts +0 -148
- package/backend/dist/cjs/backend/src/rate_limit.js +0 -543
- package/backend/dist/cjs/backend/src/route.d.ts +0 -39
- package/backend/dist/cjs/backend/src/route.js +0 -172
- package/backend/dist/cjs/backend/src/server.d.ts +0 -502
- package/backend/dist/cjs/backend/src/server.js +0 -1713
- package/backend/dist/cjs/backend/src/server.old.d.ts +0 -594
- package/backend/dist/cjs/backend/src/server.old.js +0 -2058
- package/backend/dist/cjs/backend/src/splash_screen.d.ts +0 -93
- package/backend/dist/cjs/backend/src/splash_screen.js +0 -119
- package/backend/dist/cjs/backend/src/status.d.ts +0 -89
- package/backend/dist/cjs/backend/src/status.js +0 -211
- package/backend/dist/cjs/backend/src/stream.d.ts +0 -494
- package/backend/dist/cjs/backend/src/stream.js +0 -1370
- package/backend/dist/cjs/backend/src/users.d.ts +0 -926
- package/backend/dist/cjs/backend/src/users.js +0 -2223
- package/backend/dist/cjs/backend/src/utils.d.ts +0 -22
- package/backend/dist/cjs/backend/src/utils.js +0 -626
- package/backend/dist/cjs/backend/src/view.d.ts +0 -115
- package/backend/dist/cjs/backend/src/view.js +0 -519
- package/backend/dist/cjs/backend/src/vinc.d.ts +0 -6
- package/backend/dist/cjs/backend/src/vinc.js +0 -40
- package/backend/dist/cjs/backend/src/volt.d.ts +0 -24
- package/backend/dist/cjs/backend/src/volt.js +0 -72
- package/backend/dist/cjs/frontend/src/modules/request.d.ts +0 -70
- package/backend/dist/cjs/frontend/src/modules/request.js +0 -99
- package/backend/dist/cjs/package.json +0 -1
- package/backend/dist/esm/backend/src/blacklist.d.ts +0 -12
- package/backend/dist/esm/backend/src/blacklist.js +0 -52
- package/backend/dist/esm/backend/src/cli.d.ts +0 -2
- package/backend/dist/esm/backend/src/cli.js +0 -211
- package/backend/dist/esm/backend/src/database/collection.d.ts +0 -1765
- package/backend/dist/esm/backend/src/database/collection.js +0 -3779
- package/backend/dist/esm/backend/src/database/database.d.ts +0 -92
- package/backend/dist/esm/backend/src/database/database.js +0 -214
- package/backend/dist/esm/backend/src/database/document.d.ts +0 -1
- package/backend/dist/esm/backend/src/database/document.js +0 -558
- package/backend/dist/esm/backend/src/database/filters/filters.d.ts +0 -6
- package/backend/dist/esm/backend/src/database/filters/filters.js +0 -1
- package/backend/dist/esm/backend/src/database/filters/strict_filter.d.ts +0 -223
- package/backend/dist/esm/backend/src/database/filters/strict_filter.js +0 -3
- package/backend/dist/esm/backend/src/database/filters/strict_filter_test.d.ts +0 -1
- package/backend/dist/esm/backend/src/database/filters/strict_filter_test.js +0 -505
- package/backend/dist/esm/backend/src/database/filters/strict_filter_test_v0.d.ts +0 -1
- package/backend/dist/esm/backend/src/database/filters/strict_filter_test_v0.js +0 -712
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v0.d.ts +0 -50
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v0.js +0 -5
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v1.d.ts +0 -76
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v1.js +0 -44
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v2.d.ts +0 -75
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v2.js +0 -5
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v3.d.ts +0 -219
- package/backend/dist/esm/backend/src/database/filters/strict_filter_v3.js +0 -1
- package/backend/dist/esm/backend/src/database/filters/strict_update_filter.d.ts +0 -165
- package/backend/dist/esm/backend/src/database/filters/strict_update_filter.js +0 -5
- package/backend/dist/esm/backend/src/database/filters/strict_update_filter_test.d.ts +0 -5
- package/backend/dist/esm/backend/src/database/filters/strict_update_filter_test.js +0 -415
- package/backend/dist/esm/backend/src/database/flatten.d.ts +0 -78
- package/backend/dist/esm/backend/src/database/flatten.js +0 -22
- package/backend/dist/esm/backend/src/database/flatten_test.d.ts +0 -1
- package/backend/dist/esm/backend/src/database/flatten_test.js +0 -174
- package/backend/dist/esm/backend/src/database/quota/quoata_v2.d.ts +0 -533
- package/backend/dist/esm/backend/src/database/quota/quoata_v2.js +0 -1155
- package/backend/dist/esm/backend/src/database/quota/quota.d.ts +0 -551
- package/backend/dist/esm/backend/src/database/quota/quota.js +0 -1219
- package/backend/dist/esm/backend/src/database/quota/quota_v1.d.ts +0 -534
- package/backend/dist/esm/backend/src/database/quota/quota_v1.js +0 -1242
- package/backend/dist/esm/backend/src/database/quota/safe_int.d.ts +0 -412
- package/backend/dist/esm/backend/src/database/quota/safe_int.js +0 -810
- package/backend/dist/esm/backend/src/endpoint.d.ts +0 -346
- package/backend/dist/esm/backend/src/endpoint.js +0 -479
- package/backend/dist/esm/backend/src/errors/index.d.ts +0 -7
- package/backend/dist/esm/backend/src/errors/index.js +0 -7
- package/backend/dist/esm/backend/src/errors/internal_external.d.ts +0 -52
- package/backend/dist/esm/backend/src/errors/internal_external.js +0 -86
- package/backend/dist/esm/backend/src/errors/invalid_usage_error.d.ts +0 -41
- package/backend/dist/esm/backend/src/errors/invalid_usage_error.js +0 -33
- package/backend/dist/esm/backend/src/errors/system_error.d.ts +0 -261
- package/backend/dist/esm/backend/src/errors/system_error.js +0 -444
- package/backend/dist/esm/backend/src/events.d.ts +0 -97
- package/backend/dist/esm/backend/src/events.js +0 -5
- package/backend/dist/esm/backend/src/frontend.d.ts +0 -11
- package/backend/dist/esm/backend/src/frontend.js +0 -12
- package/backend/dist/esm/backend/src/image_endpoint.d.ts +0 -44
- package/backend/dist/esm/backend/src/image_endpoint.js +0 -196
- package/backend/dist/esm/backend/src/index.d.ts +0 -23
- package/backend/dist/esm/backend/src/index.js +0 -26
- package/backend/dist/esm/backend/src/logger.d.ts +0 -5
- package/backend/dist/esm/backend/src/logger.js +0 -8
- package/backend/dist/esm/backend/src/meta.d.ts +0 -112
- package/backend/dist/esm/backend/src/meta.js +0 -152
- package/backend/dist/esm/backend/src/payments/paddle.d.ts +0 -329
- package/backend/dist/esm/backend/src/payments/paddle.js +0 -2276
- package/backend/dist/esm/backend/src/payments/stripe/checkout.d.ts +0 -113
- package/backend/dist/esm/backend/src/payments/stripe/checkout.js +0 -356
- package/backend/dist/esm/backend/src/payments/stripe/customers.d.ts +0 -17
- package/backend/dist/esm/backend/src/payments/stripe/customers.js +0 -193
- package/backend/dist/esm/backend/src/payments/stripe/error.d.ts +0 -74
- package/backend/dist/esm/backend/src/payments/stripe/error.js +0 -51
- package/backend/dist/esm/backend/src/payments/stripe/events.d.ts +0 -155
- package/backend/dist/esm/backend/src/payments/stripe/events.js +0 -5
- package/backend/dist/esm/backend/src/payments/stripe/meters.d.ts +0 -105
- package/backend/dist/esm/backend/src/payments/stripe/meters.js +0 -318
- package/backend/dist/esm/backend/src/payments/stripe/payment_methods.d.ts +0 -58
- package/backend/dist/esm/backend/src/payments/stripe/payment_methods.js +0 -135
- package/backend/dist/esm/backend/src/payments/stripe/products.d.ts +0 -519
- package/backend/dist/esm/backend/src/payments/stripe/products.js +0 -896
- package/backend/dist/esm/backend/src/payments/stripe/stripe.d.ts +0 -215
- package/backend/dist/esm/backend/src/payments/stripe/stripe.js +0 -464
- package/backend/dist/esm/backend/src/payments/stripe/subscriptions.d.ts +0 -172
- package/backend/dist/esm/backend/src/payments/stripe/subscriptions.js +0 -754
- package/backend/dist/esm/backend/src/payments/stripe/utils.d.ts +0 -63
- package/backend/dist/esm/backend/src/payments/stripe/utils.js +0 -131
- package/backend/dist/esm/backend/src/payments/stripe/webhooks.d.ts +0 -105
- package/backend/dist/esm/backend/src/payments/stripe/webhooks.js +0 -752
- package/backend/dist/esm/backend/src/plugins/browser.d.ts +0 -1
- package/backend/dist/esm/backend/src/plugins/browser.js +0 -170
- package/backend/dist/esm/backend/src/plugins/communication.d.ts +0 -70
- package/backend/dist/esm/backend/src/plugins/communication.js +0 -169
- package/backend/dist/esm/backend/src/plugins/mail/mail.d.ts +0 -255
- package/backend/dist/esm/backend/src/plugins/mail/mail.js +0 -396
- package/backend/dist/esm/backend/src/plugins/mail/ui.d.ts +0 -297
- package/backend/dist/esm/backend/src/plugins/mail/ui.js +0 -1400
- package/backend/dist/esm/backend/src/plugins/pdf.d.ts +0 -1
- package/backend/dist/esm/backend/src/plugins/pdf.js +0 -1694
- package/backend/dist/esm/backend/src/plugins/thread_monitor.d.ts +0 -18
- package/backend/dist/esm/backend/src/plugins/thread_monitor.js +0 -120
- package/backend/dist/esm/backend/src/rate_limit.d.ts +0 -148
- package/backend/dist/esm/backend/src/rate_limit.js +0 -667
- package/backend/dist/esm/backend/src/route.d.ts +0 -39
- package/backend/dist/esm/backend/src/route.js +0 -222
- package/backend/dist/esm/backend/src/server.d.ts +0 -502
- package/backend/dist/esm/backend/src/server.js +0 -2034
- package/backend/dist/esm/backend/src/server.old.d.ts +0 -594
- package/backend/dist/esm/backend/src/server.old.js +0 -2630
- package/backend/dist/esm/backend/src/splash_screen.d.ts +0 -93
- package/backend/dist/esm/backend/src/splash_screen.js +0 -156
- package/backend/dist/esm/backend/src/status.d.ts +0 -89
- package/backend/dist/esm/backend/src/status.js +0 -213
- package/backend/dist/esm/backend/src/stream.d.ts +0 -494
- package/backend/dist/esm/backend/src/stream.js +0 -1611
- package/backend/dist/esm/backend/src/users.d.ts +0 -926
- package/backend/dist/esm/backend/src/users.js +0 -2423
- package/backend/dist/esm/backend/src/utils.d.ts +0 -22
- package/backend/dist/esm/backend/src/utils.js +0 -463
- package/backend/dist/esm/backend/src/view.d.ts +0 -115
- package/backend/dist/esm/backend/src/view.js +0 -584
- package/backend/dist/esm/backend/src/vinc.d.ts +0 -6
- package/backend/dist/esm/backend/src/vinc.js +0 -6
- package/backend/dist/esm/backend/src/volt.d.ts +0 -24
- package/backend/dist/esm/backend/src/volt.js +0 -27
- package/backend/dist/esm/frontend/src/modules/request.d.ts +0 -70
- package/backend/dist/esm/frontend/src/modules/request.js +0 -117
- package/backend/old/file_watcher.ts +0 -359
- package/backend/old/request.deprc.js +0 -626
- package/backend/old/response.deprc.js +0 -354
- package/frontend/dist/backend/src/database/collection.d.ts +0 -1765
- package/frontend/dist/backend/src/database/collection.js +0 -3779
- package/frontend/dist/backend/src/database/database.d.ts +0 -92
- package/frontend/dist/backend/src/database/database.js +0 -214
- package/frontend/dist/backend/src/database/filters/filters.d.ts +0 -6
- package/frontend/dist/backend/src/database/filters/filters.js +0 -1
- package/frontend/dist/backend/src/database/filters/strict_filter.d.ts +0 -223
- package/frontend/dist/backend/src/database/filters/strict_filter.js +0 -3
- package/frontend/dist/backend/src/database/filters/strict_update_filter.d.ts +0 -165
- package/frontend/dist/backend/src/database/filters/strict_update_filter.js +0 -5
- package/frontend/dist/backend/src/database/flatten.d.ts +0 -78
- package/frontend/dist/backend/src/database/flatten.js +0 -22
- package/frontend/dist/backend/src/endpoint.d.ts +0 -346
- package/frontend/dist/backend/src/endpoint.js +0 -479
- package/frontend/dist/backend/src/errors/index.d.ts +0 -7
- package/frontend/dist/backend/src/errors/index.js +0 -7
- package/frontend/dist/backend/src/errors/internal_external.d.ts +0 -52
- package/frontend/dist/backend/src/errors/internal_external.js +0 -86
- package/frontend/dist/backend/src/errors/invalid_usage_error.d.ts +0 -41
- package/frontend/dist/backend/src/errors/invalid_usage_error.js +0 -33
- package/frontend/dist/backend/src/errors/system_error.d.ts +0 -261
- package/frontend/dist/backend/src/errors/system_error.js +0 -444
- package/frontend/dist/backend/src/events.d.ts +0 -97
- package/frontend/dist/backend/src/events.js +0 -5
- package/frontend/dist/backend/src/frontend.d.ts +0 -11
- package/frontend/dist/backend/src/frontend.js +0 -12
- package/frontend/dist/backend/src/image_endpoint.d.ts +0 -44
- package/frontend/dist/backend/src/image_endpoint.js +0 -196
- package/frontend/dist/backend/src/meta.d.ts +0 -112
- package/frontend/dist/backend/src/meta.js +0 -152
- package/frontend/dist/backend/src/payments/paddle.d.ts +0 -329
- package/frontend/dist/backend/src/payments/paddle.js +0 -2276
- package/frontend/dist/backend/src/payments/stripe/checkout.d.ts +0 -113
- package/frontend/dist/backend/src/payments/stripe/checkout.js +0 -356
- package/frontend/dist/backend/src/payments/stripe/customers.d.ts +0 -17
- package/frontend/dist/backend/src/payments/stripe/customers.js +0 -193
- package/frontend/dist/backend/src/payments/stripe/error.d.ts +0 -74
- package/frontend/dist/backend/src/payments/stripe/error.js +0 -51
- package/frontend/dist/backend/src/payments/stripe/events.d.ts +0 -155
- package/frontend/dist/backend/src/payments/stripe/events.js +0 -5
- package/frontend/dist/backend/src/payments/stripe/meters.d.ts +0 -105
- package/frontend/dist/backend/src/payments/stripe/meters.js +0 -318
- package/frontend/dist/backend/src/payments/stripe/payment_methods.d.ts +0 -58
- package/frontend/dist/backend/src/payments/stripe/payment_methods.js +0 -135
- package/frontend/dist/backend/src/payments/stripe/products.d.ts +0 -519
- package/frontend/dist/backend/src/payments/stripe/products.js +0 -896
- package/frontend/dist/backend/src/payments/stripe/stripe.d.ts +0 -215
- package/frontend/dist/backend/src/payments/stripe/stripe.js +0 -464
- package/frontend/dist/backend/src/payments/stripe/subscriptions.d.ts +0 -172
- package/frontend/dist/backend/src/payments/stripe/subscriptions.js +0 -754
- package/frontend/dist/backend/src/payments/stripe/utils.d.ts +0 -63
- package/frontend/dist/backend/src/payments/stripe/utils.js +0 -131
- package/frontend/dist/backend/src/payments/stripe/webhooks.d.ts +0 -105
- package/frontend/dist/backend/src/payments/stripe/webhooks.js +0 -752
- package/frontend/dist/backend/src/plugins/mail/mail.d.ts +0 -255
- package/frontend/dist/backend/src/plugins/mail/mail.js +0 -396
- package/frontend/dist/backend/src/plugins/mail/ui.d.ts +0 -297
- package/frontend/dist/backend/src/plugins/mail/ui.js +0 -1400
- package/frontend/dist/backend/src/rate_limit.d.ts +0 -148
- package/frontend/dist/backend/src/rate_limit.js +0 -667
- package/frontend/dist/backend/src/route.d.ts +0 -39
- package/frontend/dist/backend/src/route.js +0 -222
- package/frontend/dist/backend/src/server.d.ts +0 -502
- package/frontend/dist/backend/src/server.js +0 -2034
- package/frontend/dist/backend/src/splash_screen.d.ts +0 -93
- package/frontend/dist/backend/src/splash_screen.js +0 -156
- package/frontend/dist/backend/src/status.d.ts +0 -89
- package/frontend/dist/backend/src/status.js +0 -213
- package/frontend/dist/backend/src/stream.d.ts +0 -494
- package/frontend/dist/backend/src/stream.js +0 -1611
- package/frontend/dist/backend/src/users.d.ts +0 -926
- package/frontend/dist/backend/src/users.js +0 -2423
- package/frontend/dist/backend/src/utils.d.ts +0 -22
- package/frontend/dist/backend/src/utils.js +0 -463
- package/frontend/dist/backend/src/view.d.ts +0 -115
- package/frontend/dist/backend/src/view.js +0 -584
- package/frontend/dist/frontend/src/elements/base.d.ts +0 -3743
- package/frontend/dist/frontend/src/elements/base.js +0 -12151
- package/frontend/dist/frontend/src/elements/module.d.ts +0 -95
- package/frontend/dist/frontend/src/elements/module.js +0 -216
- package/frontend/dist/frontend/src/elements/register_element.d.ts +0 -3
- package/frontend/dist/frontend/src/elements/register_element.js +0 -22
- package/frontend/dist/frontend/src/elements/resize_query_manager.d.ts +0 -0
- package/frontend/dist/frontend/src/elements/resize_query_manager.js +0 -150
- package/frontend/dist/frontend/src/elements/types.d.ts +0 -52
- package/frontend/dist/frontend/src/elements/types.js +0 -5
- package/frontend/dist/frontend/src/index.d.ts +0 -21
- package/frontend/dist/frontend/src/index.js +0 -29
- package/frontend/dist/frontend/src/modules/attachment.d.ts +0 -126
- package/frontend/dist/frontend/src/modules/attachment.js +0 -306
- package/frontend/dist/frontend/src/modules/auth.d.ts +0 -44
- package/frontend/dist/frontend/src/modules/auth.js +0 -80
- package/frontend/dist/frontend/src/modules/color.d.ts +0 -160
- package/frontend/dist/frontend/src/modules/color.js +0 -316
- package/frontend/dist/frontend/src/modules/compression.d.ts +0 -39
- package/frontend/dist/frontend/src/modules/compression.js +0 -102
- package/frontend/dist/frontend/src/modules/cookies.d.ts +0 -44
- package/frontend/dist/frontend/src/modules/cookies.js +0 -143
- package/frontend/dist/frontend/src/modules/events.d.ts +0 -31
- package/frontend/dist/frontend/src/modules/events.js +0 -79
- package/frontend/dist/frontend/src/modules/google.d.ts +0 -23
- package/frontend/dist/frontend/src/modules/google.js +0 -52
- package/frontend/dist/frontend/src/modules/meta.d.ts +0 -14
- package/frontend/dist/frontend/src/modules/meta.js +0 -48
- package/frontend/dist/frontend/src/modules/paddle.d.ts +0 -1207
- package/frontend/dist/frontend/src/modules/paddle.js +0 -2594
- package/frontend/dist/frontend/src/modules/request.d.ts +0 -70
- package/frontend/dist/frontend/src/modules/request.js +0 -117
- package/frontend/dist/frontend/src/modules/settings.d.ts +0 -3
- package/frontend/dist/frontend/src/modules/settings.js +0 -5
- package/frontend/dist/frontend/src/modules/statics.d.ts +0 -21
- package/frontend/dist/frontend/src/modules/statics.js +0 -43
- package/frontend/dist/frontend/src/modules/stripe/cart.d.ts +0 -112
- package/frontend/dist/frontend/src/modules/stripe/cart.js +0 -321
- package/frontend/dist/frontend/src/modules/stripe/checkout.d.ts +0 -7
- package/frontend/dist/frontend/src/modules/stripe/checkout.js +0 -37
- package/frontend/dist/frontend/src/modules/stripe/index.m.d.ts +0 -6
- package/frontend/dist/frontend/src/modules/stripe/index.m.js +0 -6
- package/frontend/dist/frontend/src/modules/stripe/payments.d.ts +0 -58
- package/frontend/dist/frontend/src/modules/stripe/payments.js +0 -92
- package/frontend/dist/frontend/src/modules/support.d.ts +0 -30
- package/frontend/dist/frontend/src/modules/support.js +0 -53
- package/frontend/dist/frontend/src/modules/theme.d.ts +0 -133
- package/frontend/dist/frontend/src/modules/theme.js +0 -406
- package/frontend/dist/frontend/src/modules/themes.d.ts +0 -12
- package/frontend/dist/frontend/src/modules/themes.js +0 -22
- package/frontend/dist/frontend/src/modules/user.d.ts +0 -164
- package/frontend/dist/frontend/src/modules/user.js +0 -270
- package/frontend/dist/frontend/src/modules/utils.d.ts +0 -176
- package/frontend/dist/frontend/src/modules/utils.js +0 -569
- package/frontend/dist/frontend/src/types/gradient.d.ts +0 -29
- package/frontend/dist/frontend/src/types/gradient.js +0 -79
- package/frontend/dist/frontend/src/ui/border_button.d.ts +0 -94
- package/frontend/dist/frontend/src/ui/border_button.js +0 -228
- package/frontend/dist/frontend/src/ui/button.d.ts +0 -241
- package/frontend/dist/frontend/src/ui/button.js +0 -682
- package/frontend/dist/frontend/src/ui/canvas.d.ts +0 -138
- package/frontend/dist/frontend/src/ui/canvas.js +0 -444
- package/frontend/dist/frontend/src/ui/checkbox.d.ts +0 -74
- package/frontend/dist/frontend/src/ui/checkbox.js +0 -321
- package/frontend/dist/frontend/src/ui/code.d.ts +0 -235
- package/frontend/dist/frontend/src/ui/code.js +0 -1007
- package/frontend/dist/frontend/src/ui/context_menu.d.ts +0 -36
- package/frontend/dist/frontend/src/ui/context_menu.js +0 -205
- package/frontend/dist/frontend/src/ui/css.d.ts +0 -16
- package/frontend/dist/frontend/src/ui/css.js +0 -48
- package/frontend/dist/frontend/src/ui/divider.d.ts +0 -15
- package/frontend/dist/frontend/src/ui/divider.js +0 -78
- package/frontend/dist/frontend/src/ui/dropdown.d.ts +0 -176
- package/frontend/dist/frontend/src/ui/dropdown.js +0 -481
- package/frontend/dist/frontend/src/ui/for_each.d.ts +0 -37
- package/frontend/dist/frontend/src/ui/for_each.js +0 -92
- package/frontend/dist/frontend/src/ui/form.d.ts +0 -34
- package/frontend/dist/frontend/src/ui/form.js +0 -233
- package/frontend/dist/frontend/src/ui/frame_modes.d.ts +0 -37
- package/frontend/dist/frontend/src/ui/frame_modes.js +0 -108
- package/frontend/dist/frontend/src/ui/google_map.d.ts +0 -24
- package/frontend/dist/frontend/src/ui/google_map.js +0 -106
- package/frontend/dist/frontend/src/ui/gradient.d.ts +0 -25
- package/frontend/dist/frontend/src/ui/gradient.js +0 -131
- package/frontend/dist/frontend/src/ui/image.d.ts +0 -111
- package/frontend/dist/frontend/src/ui/image.js +0 -576
- package/frontend/dist/frontend/src/ui/input.d.ts +0 -392
- package/frontend/dist/frontend/src/ui/input.js +0 -1201
- package/frontend/dist/frontend/src/ui/link.d.ts +0 -25
- package/frontend/dist/frontend/src/ui/link.js +0 -140
- package/frontend/dist/frontend/src/ui/list.d.ts +0 -37
- package/frontend/dist/frontend/src/ui/list.js +0 -170
- package/frontend/dist/frontend/src/ui/loader_button.d.ts +0 -80
- package/frontend/dist/frontend/src/ui/loader_button.js +0 -193
- package/frontend/dist/frontend/src/ui/loaders.d.ts +0 -57
- package/frontend/dist/frontend/src/ui/loaders.js +0 -157
- package/frontend/dist/frontend/src/ui/popup.d.ts +0 -94
- package/frontend/dist/frontend/src/ui/popup.js +0 -510
- package/frontend/dist/frontend/src/ui/pseudo.d.ts +0 -44
- package/frontend/dist/frontend/src/ui/pseudo.js +0 -154
- package/frontend/dist/frontend/src/ui/scroller.d.ts +0 -105
- package/frontend/dist/frontend/src/ui/scroller.js +0 -1253
- package/frontend/dist/frontend/src/ui/slider.d.ts +0 -45
- package/frontend/dist/frontend/src/ui/slider.js +0 -217
- package/frontend/dist/frontend/src/ui/spacer.d.ts +0 -15
- package/frontend/dist/frontend/src/ui/spacer.js +0 -78
- package/frontend/dist/frontend/src/ui/span.d.ts +0 -15
- package/frontend/dist/frontend/src/ui/span.js +0 -73
- package/frontend/dist/frontend/src/ui/stack.d.ts +0 -66
- package/frontend/dist/frontend/src/ui/stack.js +0 -335
- package/frontend/dist/frontend/src/ui/steps.d.ts +0 -131
- package/frontend/dist/frontend/src/ui/steps.js +0 -308
- package/frontend/dist/frontend/src/ui/style.d.ts +0 -17
- package/frontend/dist/frontend/src/ui/style.js +0 -73
- package/frontend/dist/frontend/src/ui/switch.d.ts +0 -69
- package/frontend/dist/frontend/src/ui/switch.js +0 -357
- package/frontend/dist/frontend/src/ui/table.d.ts +0 -100
- package/frontend/dist/frontend/src/ui/table.js +0 -405
- package/frontend/dist/frontend/src/ui/tabs.d.ts +0 -111
- package/frontend/dist/frontend/src/ui/tabs.js +0 -424
- package/frontend/dist/frontend/src/ui/text.d.ts +0 -15
- package/frontend/dist/frontend/src/ui/text.js +0 -83
- package/frontend/dist/frontend/src/ui/title.d.ts +0 -91
- package/frontend/dist/frontend/src/ui/title.js +0 -272
- package/frontend/dist/frontend/src/ui/ui.d.ts +0 -35
- package/frontend/dist/frontend/src/ui/ui.js +0 -38
- package/frontend/dist/frontend/src/ui/view.d.ts +0 -15
- package/frontend/dist/frontend/src/ui/view.js +0 -88
- package/frontend/dist/frontend/src/volt.d.ts +0 -20
- package/frontend/dist/frontend/src/volt.js +0 -27
- package/frontend/examples/theme/theme.ts +0 -58
- package/frontend/tools/bundle_d_ts.js +0 -71
- package/frontend/tools/convert_to_jsdoc_input.txt +0 -9452
- package/frontend/tools/convert_to_jsdoc_output.txt +0 -7626
- package/frontend/tools/convert_to_jsdoc_tmp.js +0 -345
- package/frontend/tools/scan_mixed_imports.js +0 -69
- /package/frontend/{dist/frontend/src/css → css}/adyen.css +0 -0
- /package/frontend/{dist/frontend/src/css → css}/volt.css +0 -0
|
@@ -1,3743 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @author Daan van den Bergh
|
|
3
|
-
* @copyright © 2022 - 2025 Daan van den Bergh. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
import { GradientType } from "../types/gradient.js";
|
|
6
|
-
import type { AnyElement } from "../ui/any_element.js";
|
|
7
|
-
import type { PseudoElement } from "../ui/pseudo.js";
|
|
8
|
-
import type { None, BorderOpts } from "./types.js";
|
|
9
|
-
import { Attachment } from "../modules/attachment.js";
|
|
10
|
-
declare global {
|
|
11
|
-
export interface VElementExtensions {
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
interface BaseVElementInitOptions {
|
|
15
|
-
derived: any;
|
|
16
|
-
default_style?: Record<string, any>;
|
|
17
|
-
default_attributes?: Record<string, any>;
|
|
18
|
-
default_events?: Record<string, any>;
|
|
19
|
-
}
|
|
20
|
-
interface DerivedVElementInitOptions {
|
|
21
|
-
derived?: any;
|
|
22
|
-
name?: string;
|
|
23
|
-
default_style?: Record<string, any>;
|
|
24
|
-
default_attributes?: Record<string, any>;
|
|
25
|
-
default_events?: Record<string, any>;
|
|
26
|
-
}
|
|
27
|
-
export type AppendType = null | undefined | string | Node | VElement | Function | AppendType[];
|
|
28
|
-
export type ElementCallback<This> = (element: This) => any;
|
|
29
|
-
export type ElementEvent<This> = (element: This, event: Event) => any;
|
|
30
|
-
export type ElementMouseEvent<This> = (element: This, event: MouseEvent) => any;
|
|
31
|
-
export type ElementDragEvent<This> = (element: This, event: MouseEvent) => any;
|
|
32
|
-
export type ElementKeyboardEvent<This> = (element: This, event: KeyboardEvent) => any;
|
|
33
|
-
export type ThemeUpdateCallback<This> = (element: This) => any;
|
|
34
|
-
export type OnAppearCallback<This> = (element: This, options: {
|
|
35
|
-
scroll_direction: string;
|
|
36
|
-
}) => any;
|
|
37
|
-
export type undefstrnr = null | undefined | string | number;
|
|
38
|
-
/**
|
|
39
|
-
* {Base element}
|
|
40
|
-
* The base element of the volt frontend elements.
|
|
41
|
-
* @nav FrontendVElement/Elements
|
|
42
|
-
* @docs
|
|
43
|
-
*/
|
|
44
|
-
export declare abstract class VElement extends HTMLElement {
|
|
45
|
-
static element_tag: string;
|
|
46
|
-
static default_style: Record<string, any>;
|
|
47
|
-
static default_attributes: Record<string, any>;
|
|
48
|
-
static default_events: Record<string, any>;
|
|
49
|
-
/** Attachments added by the {@link on_attachment_drop} callback. */
|
|
50
|
-
attachments: Attachment[];
|
|
51
|
-
/** Is rendered flag. */
|
|
52
|
-
rendered: boolean;
|
|
53
|
-
/** The element name. */
|
|
54
|
-
element_name: string;
|
|
55
|
-
/** The base element name @internal */
|
|
56
|
-
base_element_name: string;
|
|
57
|
-
/** Remove focus method. */
|
|
58
|
-
remove_focus: HTMLElement["blur"];
|
|
59
|
-
__is_velement: boolean;
|
|
60
|
-
_v_children: any[];
|
|
61
|
-
_element_display: string;
|
|
62
|
-
_is_connected: boolean;
|
|
63
|
-
_on_append_callback?: Function;
|
|
64
|
-
_assign_to_parent_as?: string;
|
|
65
|
-
_parent?: any;
|
|
66
|
-
_side_by_side_basis?: number;
|
|
67
|
-
_animate_timeout?: ReturnType<typeof setTimeout>;
|
|
68
|
-
_is_button_disabled: boolean;
|
|
69
|
-
_timeouts: Record<string, any>;
|
|
70
|
-
_on_window_resize_timer: any;
|
|
71
|
-
_abs_parent: any;
|
|
72
|
-
_on_resize_rule_evals: Record<string, any>;
|
|
73
|
-
_observing_on_resize: boolean;
|
|
74
|
-
_observing_on_render: boolean;
|
|
75
|
-
_on_resize_callbacks: ElementCallback<this>[];
|
|
76
|
-
_on_render_callbacks: ElementCallback<this>[];
|
|
77
|
-
_on_theme_updates: ThemeUpdateCallback<this>[];
|
|
78
|
-
_on_mouse_leave_callback: ElementMouseEvent<this>;
|
|
79
|
-
_on_mouse_enter_callback: ElementMouseEvent<this>;
|
|
80
|
-
_on_shortcut_time: number;
|
|
81
|
-
_on_shortcut_key: string;
|
|
82
|
-
_on_shortcut_keycode: number;
|
|
83
|
-
_on_keypress_set: boolean;
|
|
84
|
-
_on_enter_callback?: ElementKeyboardEvent<this>;
|
|
85
|
-
_on_escape_callback?: ElementKeyboardEvent<this>;
|
|
86
|
-
_on_appear_callbacks: Record<string, any>[];
|
|
87
|
-
_media_queries: {
|
|
88
|
-
[key: string]: {
|
|
89
|
-
list: MediaQueryList;
|
|
90
|
-
callback: (query: MediaQueryList) => any;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
/** Resize query manager queries (allows same predicate for multiple targets). */
|
|
94
|
-
constructor();
|
|
95
|
-
/**
|
|
96
|
-
* @warning This method should only be used by the direct types declared in this file e.g. VSpanElement.
|
|
97
|
-
* @note This method is always called in the constructor of the base elements defined in VElementTagMap.
|
|
98
|
-
*/
|
|
99
|
-
protected _init_sys_velement(args: BaseVElementInitOptions): void;
|
|
100
|
-
/**
|
|
101
|
-
* @warning Any VElement (a derived class of VElementTagMap) must call this method in its constructor.
|
|
102
|
-
*/
|
|
103
|
-
protected _init(args: BaseVElementInitOptions): void;
|
|
104
|
-
connectedCallback(): void;
|
|
105
|
-
static is(type: any): type is VElement;
|
|
106
|
-
/**
|
|
107
|
-
* {Clone}
|
|
108
|
-
* Creates a deep copy of the current element, including its styles and attributes.
|
|
109
|
-
* Optionally clones child nodes based on the provided parameter.
|
|
110
|
-
* @parameter clone_children Indicates whether to clone child nodes of the current element.
|
|
111
|
-
* @returns Returns a new instance of the element that is a clone of the current one.
|
|
112
|
-
* @docs
|
|
113
|
-
*/
|
|
114
|
-
clone(clone_children?: boolean): this;
|
|
115
|
-
/**
|
|
116
|
-
* {Pad Numeric}
|
|
117
|
-
* Pads a numeric value with a specified padding unit, defaulting to "px".
|
|
118
|
-
* @parameter value The numeric value to be padded.
|
|
119
|
-
* @parameter padding The unit to pad the numeric value with.
|
|
120
|
-
* @returns Returns the padded value as a string.
|
|
121
|
-
* @docs
|
|
122
|
-
*/
|
|
123
|
-
pad_numeric(value: None | number | string, padding?: string): string;
|
|
124
|
-
/**
|
|
125
|
-
* {Pad Percentage}
|
|
126
|
-
* Pads a numeric value with a percentage symbol. If the value is a float between 0 and 1, it is multiplied by 100 before padding.
|
|
127
|
-
* @parameter value The numeric value to pad.
|
|
128
|
-
* @parameter padding The string to pad the numeric value with, defaults to "%".
|
|
129
|
-
* @returns Returns the padded percentage as a string, or the original value if it is not numeric.
|
|
130
|
-
* @docs
|
|
131
|
-
*/
|
|
132
|
-
pad_percentage(value: number, padding?: string): string;
|
|
133
|
-
/**
|
|
134
|
-
* {Edit Filter Wrapper}
|
|
135
|
-
* Edits a filter string by replacing or removing specified types.
|
|
136
|
-
* Can also append a new type if it doesn’t exist in the filter.
|
|
137
|
-
* @parameter filter The original filter string that needs to be edited.
|
|
138
|
-
* @parameter type The type that will be targeted for replacement or removal.
|
|
139
|
-
* @parameter to The new value to replace the existing type with, or null to remove it.
|
|
140
|
-
* @returns Returns the modified filter string or null if the input filter was null.
|
|
141
|
-
* @docs
|
|
142
|
-
*/
|
|
143
|
-
edit_filter_wrapper(filter: string | null, type: string, to?: undefstrnr): string;
|
|
144
|
-
/**
|
|
145
|
-
* {Toggle Filter Wrapper}
|
|
146
|
-
* Toggles a specified filter type in a string. If the type is present, it will be removed; otherwise, it will be added.
|
|
147
|
-
* @parameter filter The filter string to modify.
|
|
148
|
-
* @parameter type The type of filter to toggle.
|
|
149
|
-
* @parameter to The value to add if the type is not present.
|
|
150
|
-
* @returns Returns the modified filter string or null if the input filter was null.
|
|
151
|
-
* @docs
|
|
152
|
-
*/
|
|
153
|
-
toggle_filter_wrapper(filter: string | null, type: string, to?: string | null): string;
|
|
154
|
-
_convert_px_to_number_type(value: any, def?: number | null): any;
|
|
155
|
-
_try_parse_float(value: any, def?: number | null): any;
|
|
156
|
-
_try_parse_boolean(value: any): boolean;
|
|
157
|
-
/**
|
|
158
|
-
* {Append Child Elements}
|
|
159
|
-
* Appends child elements to the current element. Can accept multiple child elements, including HTML nodes, functions, or strings.
|
|
160
|
-
* @parameter children The child elements to append, which can be an array of elements, a single element, or a function.
|
|
161
|
-
* @returns Returns the instance of the element for chaining.
|
|
162
|
-
* @docs
|
|
163
|
-
*/
|
|
164
|
-
append(...children: AppendType[]): this;
|
|
165
|
-
/**
|
|
166
|
-
* {ZStack Append}
|
|
167
|
-
* Appends multiple children to the ZStack element. This method can handle various types of children such as elements, functions, and text.
|
|
168
|
-
* @parameter children The children to append, which can be elements, arrays, text, or functions returning elements.
|
|
169
|
-
* @returns Returns the instance of the ZStack element for chaining.
|
|
170
|
-
* @docs
|
|
171
|
-
*/
|
|
172
|
-
zstack_append(...children: AppendType[]): this;
|
|
173
|
-
/**
|
|
174
|
-
* {Append To Parent}
|
|
175
|
-
* Appends the current element to a specified parent element and manages parent-child relationships.
|
|
176
|
-
* @parameter parent The parent element to which the current element will be appended.
|
|
177
|
-
* @returns Returns the instance of the element for chaining.
|
|
178
|
-
* @docs
|
|
179
|
-
*/
|
|
180
|
-
append_to(parent: any): this;
|
|
181
|
-
/**
|
|
182
|
-
* {Append Children to Parent}
|
|
183
|
-
* Appends the children of the current element to the specified parent element and executes a callback for each appended child.
|
|
184
|
-
* @parameter parent The parent element to which the children will be appended.
|
|
185
|
-
* @parameter on_append_callback A callback function that is executed for each child when it is appended.
|
|
186
|
-
* @returns Returns the instance of the element for chaining.
|
|
187
|
-
* @docs
|
|
188
|
-
*/
|
|
189
|
-
append_children_to(parent: any, on_append_callback?: Function): this;
|
|
190
|
-
/**
|
|
191
|
-
* {Remove Child}
|
|
192
|
-
* Removes a child element from the current element. The child can be specified
|
|
193
|
-
* by passing a Node, an VElement, or an id string of the element to be removed.
|
|
194
|
-
* @parameter child The child to be removed from the current element.
|
|
195
|
-
* @returns Returns the instance of the element for chaining.
|
|
196
|
-
* @docs
|
|
197
|
-
*/
|
|
198
|
-
remove_child(child: any): this;
|
|
199
|
-
/**
|
|
200
|
-
* {Remove Children}
|
|
201
|
-
* Removes all child elements from the current element without using innerHTML.
|
|
202
|
-
* @returns Returns the instance of the element for chaining.
|
|
203
|
-
* @docs
|
|
204
|
-
*/
|
|
205
|
-
remove_children(): this;
|
|
206
|
-
/**
|
|
207
|
-
* {Child}
|
|
208
|
-
* Retrieves a child element by its index. Supports negative indexing to access elements from the end of the list.
|
|
209
|
-
* @parameter index The index of the child to retrieve. Can be a positive or negative integer.
|
|
210
|
-
* @returns Returns the child element at the specified index.
|
|
211
|
-
* @docs
|
|
212
|
-
*/
|
|
213
|
-
child(index: number): any;
|
|
214
|
-
/**
|
|
215
|
-
* {Get Child}
|
|
216
|
-
* Retrieves a child element by its index. Supports negative indexing to access elements from the end.
|
|
217
|
-
* @parameter index The index of the child element to retrieve. Can be negative to access from the end.
|
|
218
|
-
* @returns Returns the child element at the specified index, or undefined if the index is out of bounds.
|
|
219
|
-
* @docs
|
|
220
|
-
*/
|
|
221
|
-
get(index: number): any | undefined;
|
|
222
|
-
/**
|
|
223
|
-
* {Text}
|
|
224
|
-
* Set or get the text content of the element. If no value is provided, it retrieves the current text content.
|
|
225
|
-
* @parameter value The text content to set or retrieve.
|
|
226
|
-
* @returns Returns the current text content if no argument is passed, otherwise returns the instance of the element for chaining.
|
|
227
|
-
* @docs
|
|
228
|
-
*/
|
|
229
|
-
text(): string;
|
|
230
|
-
text(value: string): this;
|
|
231
|
-
/**
|
|
232
|
-
* {Width}
|
|
233
|
-
* Specify the width or height of the element. Returns the offset width or height when the param value is null.
|
|
234
|
-
* @parameter value The width value to set or get.
|
|
235
|
-
* @parameter check_attribute Indicates whether to check the element's width attribute.
|
|
236
|
-
* @returns Returns the offset width when no value is provided, otherwise returns the instance of the element for chaining.
|
|
237
|
-
* @docs
|
|
238
|
-
*/
|
|
239
|
-
width(): string | number;
|
|
240
|
-
width(value: string | number, check_attribute?: boolean): this;
|
|
241
|
-
/** Simple wrapper for .width("fit-content") */
|
|
242
|
-
fit_content(): this;
|
|
243
|
-
/**
|
|
244
|
-
* {Fixed Width}
|
|
245
|
-
* Sets the fixed width for the element and updates min and max widths accordingly.
|
|
246
|
-
* @parameter value The value to set for the width, can be a number or null to get the current width.
|
|
247
|
-
* @returns If no argument is passed, returns the current width as a number. If an argument is passed, returns the instance of the element for chaining.
|
|
248
|
-
* @docs
|
|
249
|
-
*/
|
|
250
|
-
fixed_width(): string | number;
|
|
251
|
-
fixed_width(value: string | number): this;
|
|
252
|
-
/**
|
|
253
|
-
* {Height}
|
|
254
|
-
* Sets or retrieves the height of the element. It checks for attributes and styles based on the provided parameters.
|
|
255
|
-
* @parameter value The value to set for height or retrieve the current height if null.
|
|
256
|
-
* @parameter check_attribute Determines if the element's attribute should be checked.
|
|
257
|
-
* @returns Returns the instance of the element for chaining when an argument is passed, otherwise returns the current height as a number.
|
|
258
|
-
* @docs
|
|
259
|
-
*/
|
|
260
|
-
height(): string | number;
|
|
261
|
-
height(value: string | number, check_attribute?: boolean): this;
|
|
262
|
-
/**
|
|
263
|
-
* {Fixed Height}
|
|
264
|
-
* Sets the fixed height for the element or retrieves the current height if no value is provided.
|
|
265
|
-
* @parameter value The height value to set, which can be a number or null.
|
|
266
|
-
* @returns When an argument is passed, this function returns the instance of the element for chaining. Otherwise, it returns the parsed float value of the current height.
|
|
267
|
-
* @docs
|
|
268
|
-
*/
|
|
269
|
-
fixed_height(): string | number;
|
|
270
|
-
fixed_height(value: string | number): this;
|
|
271
|
-
/**
|
|
272
|
-
* {Min height}
|
|
273
|
-
* Sets the minimum height of an element. The equivalent of CSS attribute `minHeight`.
|
|
274
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
275
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
276
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
277
|
-
* @docs
|
|
278
|
-
*/
|
|
279
|
-
min_height(): string | number;
|
|
280
|
-
min_height(value: string | number): this;
|
|
281
|
-
/**
|
|
282
|
-
* {Min Width}
|
|
283
|
-
* Sets the minimum width of an element. The equivalent of CSS attribute `minWidth`.
|
|
284
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
285
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
286
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
287
|
-
* @docs
|
|
288
|
-
*/
|
|
289
|
-
min_width(): string | number;
|
|
290
|
-
min_width(value: string | number): this;
|
|
291
|
-
/**
|
|
292
|
-
* {Width By Columns}
|
|
293
|
-
* Sets the width of HStack children based on the number of columns specified.
|
|
294
|
-
* If columns are not provided, it defaults to 1. The calculation takes into account
|
|
295
|
-
* the left and right margins of the element.
|
|
296
|
-
* @parameter columns The number of columns to set the width by.
|
|
297
|
-
* @returns Returns the instance of the element for chaining.
|
|
298
|
-
* @docs
|
|
299
|
-
*/
|
|
300
|
-
width_by_columns(columns: number): this;
|
|
301
|
-
/**
|
|
302
|
-
* {Offset Width}
|
|
303
|
-
* Retrieves the offset width of the element.
|
|
304
|
-
* @returns Returns the offset width of the element.
|
|
305
|
-
* @docs
|
|
306
|
-
*/
|
|
307
|
-
offset_width(): number;
|
|
308
|
-
/**
|
|
309
|
-
* {Offset Height}
|
|
310
|
-
* Retrieves the height of the element's offset.
|
|
311
|
-
* @returns Returns the height of the element including padding and border.
|
|
312
|
-
* @docs
|
|
313
|
-
*/
|
|
314
|
-
offset_height(): number;
|
|
315
|
-
/**
|
|
316
|
-
* {Client Width}
|
|
317
|
-
* Retrieves the client width of the element.
|
|
318
|
-
* @returns Returns the client width of the element.
|
|
319
|
-
* @docs
|
|
320
|
-
*/
|
|
321
|
-
client_width(): number;
|
|
322
|
-
/**
|
|
323
|
-
* {Client Height}
|
|
324
|
-
* Retrieves the height of the client area of the element.
|
|
325
|
-
* @returns Returns the height of the client area in pixels.
|
|
326
|
-
* @docs
|
|
327
|
-
*/
|
|
328
|
-
client_height(): number;
|
|
329
|
-
/**
|
|
330
|
-
* {X Offset}
|
|
331
|
-
* Retrieves the x offset of the element from its parent.
|
|
332
|
-
* @returns Returns the x offset value of the element.
|
|
333
|
-
* @docs
|
|
334
|
-
*/
|
|
335
|
-
x(): number;
|
|
336
|
-
/**
|
|
337
|
-
* {Y Offset}
|
|
338
|
-
* Retrieves the vertical offset of the element from the top of the document.
|
|
339
|
-
* @returns Returns the vertical offset value.
|
|
340
|
-
* @docs
|
|
341
|
-
*/
|
|
342
|
-
y(): number;
|
|
343
|
-
/**
|
|
344
|
-
* {Frame}
|
|
345
|
-
* Sets the width and height of the frame. If width or height is not provided, it does not change that dimension.
|
|
346
|
-
* @parameter width The width to set for the frame.
|
|
347
|
-
* @parameter height The height to set for the frame.
|
|
348
|
-
* @returns Returns the instance of the element for chaining.
|
|
349
|
-
* @docs
|
|
350
|
-
*/
|
|
351
|
-
frame(width?: string | number, height?: string | number): this;
|
|
352
|
-
/**
|
|
353
|
-
* {Min Frame}
|
|
354
|
-
* Sets the minimum width and height for the frame. If parameters are provided, it updates the respective properties.
|
|
355
|
-
* @parameter width The minimum width to set for the frame.
|
|
356
|
-
* @parameter height The minimum height to set for the frame.
|
|
357
|
-
* @returns Returns the instance of the frame for chaining.
|
|
358
|
-
* @docs
|
|
359
|
-
*/
|
|
360
|
-
min_frame(width: string | number, height: string | number): this;
|
|
361
|
-
/**
|
|
362
|
-
* {Max Frame}
|
|
363
|
-
* Sets the maximum width and height for the frame. If a value is provided, it updates the respective maximum dimension.
|
|
364
|
-
* @parameter width The maximum width to set for the frame.
|
|
365
|
-
* @parameter height The maximum height to set for the frame.
|
|
366
|
-
* @returns Returns the instance of the element for chaining.
|
|
367
|
-
* @docs
|
|
368
|
-
*/
|
|
369
|
-
max_frame(width: string | number, height: string | number): this;
|
|
370
|
-
/**
|
|
371
|
-
* {Fixed Frame}
|
|
372
|
-
* Sets the width and height of the element, applying padding to the values if provided.
|
|
373
|
-
* @parameter width The width to set for the element. Can be a number or null.
|
|
374
|
-
* @parameter height The height to set for the element. Can be a number or null.
|
|
375
|
-
* @returns Returns the instance of the element for chaining.
|
|
376
|
-
* @docs
|
|
377
|
-
*/
|
|
378
|
-
fixed_frame(width: string | number, height: string | number): this;
|
|
379
|
-
/**
|
|
380
|
-
* {Get Frame While Hidden}
|
|
381
|
-
* Retrieves the dimensions of the element as it would appear if it were not hidden.
|
|
382
|
-
* @returns Returns an object containing the width and height of the element.
|
|
383
|
-
* @docs
|
|
384
|
-
*/
|
|
385
|
-
get_frame_while_hidden(): {
|
|
386
|
-
width: number;
|
|
387
|
-
height: number;
|
|
388
|
-
};
|
|
389
|
-
sync_height_from(node: AnyElement, process?: (height: number) => number): this;
|
|
390
|
-
sync_height_to(node: AnyElement | AnyElement[], process?: (height: number) => number): this;
|
|
391
|
-
/**
|
|
392
|
-
* Set a square frame width and height.
|
|
393
|
-
*/
|
|
394
|
-
square(size?: string | number): this;
|
|
395
|
-
/** Set circle border radius */
|
|
396
|
-
circle(): this;
|
|
397
|
-
/**
|
|
398
|
-
* {Padding}
|
|
399
|
-
* Sets the padding of the element based on the number of provided arguments.
|
|
400
|
-
* It can accept 1, 2, or 4 values to set padding for different sides.
|
|
401
|
-
* @parameter values The padding values to set. Can be a single value, two values for vertical and horizontal,
|
|
402
|
-
* or four values for top, right, bottom, and left.
|
|
403
|
-
* @returns Returns the instance of the element for chaining.
|
|
404
|
-
* @docs
|
|
405
|
-
*/
|
|
406
|
-
padding(): string;
|
|
407
|
-
padding(value: undefstrnr): this;
|
|
408
|
-
padding(top_bottom: undefstrnr, left_right: undefstrnr): this;
|
|
409
|
-
padding(top: undefstrnr, right: undefstrnr, bottom: undefstrnr, left: undefstrnr): this;
|
|
410
|
-
/**
|
|
411
|
-
* {Padding Bottom}
|
|
412
|
-
* Sets the bottom padding of an element. The equivalent of CSS attribute `paddingBottom`.
|
|
413
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
414
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
415
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
416
|
-
* @docs
|
|
417
|
-
*/
|
|
418
|
-
padding_bottom(): number;
|
|
419
|
-
padding_bottom(value: string | number): this;
|
|
420
|
-
/**
|
|
421
|
-
* {Padding Left}
|
|
422
|
-
* Sets the left padding of an element. The equivalent of CSS attribute `paddingLeft`.
|
|
423
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
424
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
425
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
426
|
-
* @docs
|
|
427
|
-
*/
|
|
428
|
-
padding_left(): number;
|
|
429
|
-
padding_left(value: string | number): this;
|
|
430
|
-
/**
|
|
431
|
-
* {Padding Right}
|
|
432
|
-
* Sets the right padding of an element, equivalent to the CSS attribute `paddingRight`.
|
|
433
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
434
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
435
|
-
* @returns Returns the `VElement` object for chaining, unless parameter `value` is `null`, then the attribute's value is returned.
|
|
436
|
-
* @docs
|
|
437
|
-
*/
|
|
438
|
-
padding_right(): number;
|
|
439
|
-
padding_right(value: string | number): this;
|
|
440
|
-
/**
|
|
441
|
-
* {Padding Top}
|
|
442
|
-
* Sets the top padding of an element. The equivalent of CSS attribute `paddingTop`.
|
|
443
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
444
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
445
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
446
|
-
* @docs
|
|
447
|
-
*/
|
|
448
|
-
padding_top(): number;
|
|
449
|
-
padding_top(value: string | number): this;
|
|
450
|
-
/**
|
|
451
|
-
* {Margin}
|
|
452
|
-
* Sets the margin of the element. Can accept 1, 2, or 4 values for different margin settings.
|
|
453
|
-
* @parameter values The values for the margin. Can be a single value, two values for vertical and horizontal margins, or four values for each side.
|
|
454
|
-
* @returns Returns the instance of the element for chaining.
|
|
455
|
-
* @docs
|
|
456
|
-
*/
|
|
457
|
-
margin(): string;
|
|
458
|
-
margin(value: undefstrnr): this;
|
|
459
|
-
margin(top_bottom: undefstrnr, left_right: undefstrnr): this;
|
|
460
|
-
margin(top: undefstrnr, right: undefstrnr, bottom: undefstrnr, left: undefstrnr): this;
|
|
461
|
-
/**
|
|
462
|
-
* {Margin Bottom}
|
|
463
|
-
* Sets the bottom margin of an element. The equivalent of CSS attribute `marginBottom`. Returns the attribute value when parameter `value` is `null`.
|
|
464
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
465
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
466
|
-
* @docs
|
|
467
|
-
*/
|
|
468
|
-
margin_bottom(): number;
|
|
469
|
-
margin_bottom(value: string | number): this;
|
|
470
|
-
/**
|
|
471
|
-
* {Margin Left}
|
|
472
|
-
* Sets the left margin of an element, equivalent to the CSS attribute `marginLeft`.
|
|
473
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
474
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
475
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
476
|
-
* @docs
|
|
477
|
-
*/
|
|
478
|
-
margin_left(): number;
|
|
479
|
-
margin_left(value: string | number): this;
|
|
480
|
-
/**
|
|
481
|
-
* {Margin Right}
|
|
482
|
-
* Sets the right margin of an element, equivalent to the CSS attribute `marginRight`.
|
|
483
|
-
* Returns the attribute value when the parameter `value` is `null`.
|
|
484
|
-
* @parameter value The value to assign to the right margin. Leave `null` to retrieve the attribute's value.
|
|
485
|
-
* @returns Returns the instance of the element for chaining unless the parameter `value` is `null`, then the attribute's value is returned.
|
|
486
|
-
* @docs
|
|
487
|
-
*/
|
|
488
|
-
margin_right(): number;
|
|
489
|
-
margin_right(value: string | number): this;
|
|
490
|
-
/**
|
|
491
|
-
* {Margin Top}
|
|
492
|
-
* Sets the top margin of an element. The equivalent of CSS attribute `marginTop`.
|
|
493
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
494
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
495
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
496
|
-
* @docs
|
|
497
|
-
*/
|
|
498
|
-
margin_top(): number;
|
|
499
|
-
margin_top(value: string | number): this;
|
|
500
|
-
/**
|
|
501
|
-
* {Position}
|
|
502
|
-
* Sets or retrieves the position style of the element. Can be used with 0, 1, or 4 arguments.
|
|
503
|
-
* @parameter values The values for setting the position, which can be a single value or four values for top, right, bottom, and left.
|
|
504
|
-
* @returns Returns the current position if no arguments are passed, or the instance of the element for chaining when arguments are provided.
|
|
505
|
-
* @docs
|
|
506
|
-
*/
|
|
507
|
-
position(): string | undefined;
|
|
508
|
-
position(value: number | string): this;
|
|
509
|
-
position(top?: number | string | None, right?: number | string | None, bottom?: number | string | None, left?: number | string | None): this;
|
|
510
|
-
/**
|
|
511
|
-
* {Stretch}
|
|
512
|
-
* Sets the flex property of the element to control its stretching behavior.
|
|
513
|
-
* @parameter value A boolean indicating whether the element should stretch or not.
|
|
514
|
-
* @returns Returns the instance of the element for chaining.
|
|
515
|
-
* @docs
|
|
516
|
-
*/
|
|
517
|
-
stretch(value: boolean): this;
|
|
518
|
-
/**
|
|
519
|
-
* {Wrap}
|
|
520
|
-
* Sets the wrapping behavior of an element based on the provided value.
|
|
521
|
-
* @parameter value A boolean or string indicating the wrap behavior.
|
|
522
|
-
* @returns Returns the instance of the element for chaining.
|
|
523
|
-
* @docs
|
|
524
|
-
*/
|
|
525
|
-
wrap(value: boolean | string): this;
|
|
526
|
-
/**
|
|
527
|
-
* {Z Index}
|
|
528
|
-
* Sets the z-index style property of the element.
|
|
529
|
-
* @parameter value The z-index value to set for the element.
|
|
530
|
-
* @returns Returns the instance of the element for chaining.
|
|
531
|
-
* @docs
|
|
532
|
-
*/
|
|
533
|
-
z_index(value: number | string): this;
|
|
534
|
-
/**
|
|
535
|
-
* {Side by Side}
|
|
536
|
-
* Set the elements side by side till a specified width.
|
|
537
|
-
* @experimental
|
|
538
|
-
* @param options Configuration options for the side by side layout.
|
|
539
|
-
* @returns Returns the instance of the element for chaining.
|
|
540
|
-
* @docs
|
|
541
|
-
*/
|
|
542
|
-
side_by_side(options: {
|
|
543
|
-
/** The amount of column elements that will be put on one row. */
|
|
544
|
-
columns?: number;
|
|
545
|
-
/** The horizontal spacing between the columns in pixels. */
|
|
546
|
-
hspacing?: number;
|
|
547
|
-
/** The vertical spacing between the rows in pixels. */
|
|
548
|
-
vspacing?: number;
|
|
549
|
-
/** Stretch the leftover columns to max width. */
|
|
550
|
-
stretch?: boolean;
|
|
551
|
-
/** Hide dividers when they would appear on a row. */
|
|
552
|
-
hide_dividers?: boolean;
|
|
553
|
-
}): this;
|
|
554
|
-
/**
|
|
555
|
-
* {Side By Side Basis}
|
|
556
|
-
* Sets or retrieves the side by side basis for a node, which must be a floating percentage between 0.0 and 1.0.
|
|
557
|
-
* @parameter basis The basis value to set or retrieve.
|
|
558
|
-
* @returns When an argument is passed, this function returns the instance of the element for chaining. Otherwise, it returns the already set side by side basis.
|
|
559
|
-
* @docs
|
|
560
|
-
*/
|
|
561
|
-
side_by_side_basis(): number | undefined;
|
|
562
|
-
side_by_side_basis(basis: number | false): this;
|
|
563
|
-
/**
|
|
564
|
-
* {Ellipsis Overflow}
|
|
565
|
-
* Configures the text overflow behavior with ellipsis. It can enable or disable ellipsis and set the number of lines.
|
|
566
|
-
* @parameter to Indicates whether to enable or disable ellipsis. If `null`, it returns the current state.
|
|
567
|
-
* @parameter after_lines The number of lines after which ellipsis should be applied. Only relevant when `to` is `true`.
|
|
568
|
-
* @returns Returns the instance of the element for chaining.
|
|
569
|
-
* @docs
|
|
570
|
-
*/
|
|
571
|
-
ellipsis_overflow(): boolean;
|
|
572
|
-
ellipsis_overflow(to: boolean, after_lines?: number | None): this;
|
|
573
|
-
/**
|
|
574
|
-
* {Align}
|
|
575
|
-
* Sets or retrieves the alignment style of the element based on its type.
|
|
576
|
-
* @parameter value The alignment value to set or retrieve based on the element type.
|
|
577
|
-
* @returns When an argument is passed, this function returns the instance of the element for chaining. Otherwise, it returns the currently set alignment value.
|
|
578
|
-
* @docs
|
|
579
|
-
*/
|
|
580
|
-
align(): string;
|
|
581
|
-
align(value: string): this;
|
|
582
|
-
/**
|
|
583
|
-
* {Leading}
|
|
584
|
-
* Sets the alignment to the start position.
|
|
585
|
-
* @returns Returns the instance of the element for chaining.
|
|
586
|
-
* @docs
|
|
587
|
-
*/
|
|
588
|
-
leading(): this;
|
|
589
|
-
/**
|
|
590
|
-
* {Center Alignment}
|
|
591
|
-
* Sets the alignment of the element to center.
|
|
592
|
-
* @returns Returns the instance of the element for chaining.
|
|
593
|
-
* @docs
|
|
594
|
-
*/
|
|
595
|
-
center(): this;
|
|
596
|
-
/**
|
|
597
|
-
* {Trailing}
|
|
598
|
-
* Aligns the element to the end.
|
|
599
|
-
* @returns Returns the instance of the element for chaining.
|
|
600
|
-
* @docs
|
|
601
|
-
*/
|
|
602
|
-
trailing(): this;
|
|
603
|
-
/**
|
|
604
|
-
* {Align Vertical}
|
|
605
|
-
* Sets or retrieves the vertical alignment style of the element based on its type.
|
|
606
|
-
* @parameter value The alignment value to set or retrieve.
|
|
607
|
-
* @returns Returns the instance of the element for chaining when an argument is passed. Otherwise, returns the current alignment value.
|
|
608
|
-
* @docs
|
|
609
|
-
*/
|
|
610
|
-
align_vertical(): string;
|
|
611
|
-
align_vertical(value: string): this;
|
|
612
|
-
/**
|
|
613
|
-
* {Leading Vertical}
|
|
614
|
-
* Sets the vertical alignment to the start position.
|
|
615
|
-
* @returns Returns the instance of the element for chaining.
|
|
616
|
-
* @docs
|
|
617
|
-
*/
|
|
618
|
-
leading_vertical(): this;
|
|
619
|
-
/**
|
|
620
|
-
* {Center Vertical}
|
|
621
|
-
* Centers the element vertically, optionally only when there is no overflow.
|
|
622
|
-
* @parameter only_on_no_overflow Determines whether to center only when there is no overflow.
|
|
623
|
-
* @returns Returns the instance of the element for chaining.
|
|
624
|
-
* @docs
|
|
625
|
-
*/
|
|
626
|
-
center_vertical(only_on_no_overflow?: boolean): this;
|
|
627
|
-
/**
|
|
628
|
-
* {Trailing Vertical}
|
|
629
|
-
* Sets the vertical alignment to the trailing position.
|
|
630
|
-
* @returns Returns the instance of the element for chaining.
|
|
631
|
-
* @docs
|
|
632
|
-
*/
|
|
633
|
-
trailing_vertical(): this;
|
|
634
|
-
/**
|
|
635
|
-
* {Align Text}
|
|
636
|
-
* Sets the text alignment using predefined shortcuts.
|
|
637
|
-
* @parameter value The value representing the text alignment to set.
|
|
638
|
-
* @returns Returns the instance of the element for chaining.
|
|
639
|
-
* @docs
|
|
640
|
-
*/
|
|
641
|
-
align_text(value: string): this;
|
|
642
|
-
/**
|
|
643
|
-
* {Text Leading}
|
|
644
|
-
* Sets the text alignment to the start position for leading text.
|
|
645
|
-
* @returns Returns the instance of the element for chaining.
|
|
646
|
-
* @docs
|
|
647
|
-
*/
|
|
648
|
-
text_leading(): this;
|
|
649
|
-
/**
|
|
650
|
-
* {Text Center}
|
|
651
|
-
* Sets the text alignment of the element to center.
|
|
652
|
-
* @returns Returns the instance of the element for chaining.
|
|
653
|
-
* @docs
|
|
654
|
-
*/
|
|
655
|
-
text_center(): this;
|
|
656
|
-
/**
|
|
657
|
-
* {Text Trailing}
|
|
658
|
-
* Sets the text alignment to 'end' for trailing text.
|
|
659
|
-
* @returns Returns the instance of the element for chaining.
|
|
660
|
-
* @docs
|
|
661
|
-
*/
|
|
662
|
-
text_trailing(): this;
|
|
663
|
-
/**
|
|
664
|
-
* {Align Height}
|
|
665
|
-
* Aligns items by height inside a horizontal stack.
|
|
666
|
-
* @returns Returns the instance of the element for chaining.
|
|
667
|
-
* @docs
|
|
668
|
-
*/
|
|
669
|
-
align_height(): this;
|
|
670
|
-
/**
|
|
671
|
-
* {Text Wrap}
|
|
672
|
-
* Set the text wrap value, equivalent to the CSS attribute `textWrap`.
|
|
673
|
-
* Returns the attribute value when the parameter `value` is `null`.
|
|
674
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
675
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
676
|
-
* @docs
|
|
677
|
-
*/
|
|
678
|
-
text_wrap(): string;
|
|
679
|
-
text_wrap(value: string): this;
|
|
680
|
-
/**
|
|
681
|
-
* {Line clamp}
|
|
682
|
-
* This non-standard CSS property allows you to limit the number of lines shown in a block container. When used in conjunction with `-webkit-box-orient`, it specifies the maximum number of lines to display before truncating the text. Text that exceeds this limit is cut off and typically ends with an ellipsis. This property is particularly useful for creating text overflow effects in web design where maintaining a consistent, visually manageable block of text is necessary.
|
|
683
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
684
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, in which case the attribute's value is returned.
|
|
685
|
-
* @docs
|
|
686
|
-
*/
|
|
687
|
-
line_clamp(): string;
|
|
688
|
-
line_clamp(value: string): this;
|
|
689
|
-
/**
|
|
690
|
-
* {Box Orient}
|
|
691
|
-
* This property is part of the old flexbox model and is used to define the orientation of the children in a flex container. In combination with `-webkit-line-clamp`, it's set to vertical to allow the line clamping effect on block containers. It dictates how the children of the box are laid out: horizontally or vertically. Note that `-webkit-box-orient` is specific to Webkit-based browsers and is not part of the standard CSS flexbox properties.
|
|
692
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
693
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
694
|
-
* @docs
|
|
695
|
-
*/
|
|
696
|
-
box_orient(): string;
|
|
697
|
-
box_orient(value: string): this;
|
|
698
|
-
/**
|
|
699
|
-
* Sets the color of text, also supports a `GradientType` element.
|
|
700
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
701
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
702
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
703
|
-
* When the value is `null` and the color has been set using a `GradientType`, `transparent` will be returned.
|
|
704
|
-
* @docs
|
|
705
|
-
*/
|
|
706
|
-
color(): string;
|
|
707
|
-
color(value: string | GradientType): this;
|
|
708
|
-
border(): string;
|
|
709
|
-
border(value: string): this;
|
|
710
|
-
border(width: string | number, color: string): this;
|
|
711
|
-
border(width: string | number, style: string, color: string): this;
|
|
712
|
-
border(opts: BorderOpts): this;
|
|
713
|
-
/**
|
|
714
|
-
* {Border Top}
|
|
715
|
-
* Sets the border top style for the element. Returns the current value when no parameters are provided.
|
|
716
|
-
* @parameter values Values to set the border top, can include width, style, and color.
|
|
717
|
-
* @returns Returns the current border top value if no parameters are provided; otherwise returns the instance of the element for chaining.
|
|
718
|
-
* @docs
|
|
719
|
-
*/
|
|
720
|
-
border_top(): string;
|
|
721
|
-
border_top(value: string | number): this;
|
|
722
|
-
border_top(width: string | number, color: string): this;
|
|
723
|
-
border_top(width: string | number, style: string, color: string): this;
|
|
724
|
-
/**
|
|
725
|
-
* {Border Bottom}
|
|
726
|
-
* Sets the border bottom style of the element. Returns the attribute value when no parameters are defined.
|
|
727
|
-
* @parameter values A variable number of values to set the border bottom style.
|
|
728
|
-
* @returns Returns the current border bottom style when no arguments are passed, otherwise returns the instance for chaining.
|
|
729
|
-
* @docs
|
|
730
|
-
*/
|
|
731
|
-
border_bottom(): string;
|
|
732
|
-
border_bottom(value: string): this;
|
|
733
|
-
border_bottom(width: string | number, color: string): this;
|
|
734
|
-
border_bottom(width: string | number, style: string, color: string): this;
|
|
735
|
-
/**
|
|
736
|
-
* {Border Right}
|
|
737
|
-
* Sets the border-right property of the element.
|
|
738
|
-
* Returns the current value if no parameters are provided.
|
|
739
|
-
* @parameter values The values to set for the border-right property.
|
|
740
|
-
* @returns Returns the instance of the element for chaining when parameters are provided, otherwise returns the current value of the border-right property.
|
|
741
|
-
* @docs
|
|
742
|
-
*/
|
|
743
|
-
border_right(): string;
|
|
744
|
-
border_right(value: string): this;
|
|
745
|
-
border_right(width: string | number, color: string): this;
|
|
746
|
-
border_right(width: string | number, style: string, color: string): this;
|
|
747
|
-
/**
|
|
748
|
-
* {Border Left}
|
|
749
|
-
* Sets the left border style of the element. Returns the current value if no parameters are provided.
|
|
750
|
-
* @parameter values The values to set for the border-left property.
|
|
751
|
-
* @returns Returns the current value of the left border when no parameters are provided, otherwise returns the instance of the element for chaining.
|
|
752
|
-
* @docs
|
|
753
|
-
*/
|
|
754
|
-
border_left(): string;
|
|
755
|
-
border_left(value: string): this;
|
|
756
|
-
border_left(width: string | number, color: string): this;
|
|
757
|
-
border_left(width: string | number, style: string, color: string): this;
|
|
758
|
-
/**
|
|
759
|
-
* {Shadow}
|
|
760
|
-
* Sets the box shadow of the element. Can accept either 1 or 4 arguments for different shadow styles.
|
|
761
|
-
* @parameter values The values to set the box shadow. Can be a single value or four separate values.
|
|
762
|
-
* @returns Returns the current box shadow if no arguments are provided, or the instance of the element for chaining.
|
|
763
|
-
* @docs
|
|
764
|
-
*/
|
|
765
|
-
shadow(): string;
|
|
766
|
-
shadow(value: string | number): this;
|
|
767
|
-
shadow(value1: string | number, value2: string | number, value3: string | number, value4: string | string): this;
|
|
768
|
-
/**
|
|
769
|
-
* {Drop Shadow}
|
|
770
|
-
* Applies a drop shadow effect to the object. Can handle 0, 1, or 4 arguments.
|
|
771
|
-
* @parameter values The values for the drop shadow effect, which can be numbers or null.
|
|
772
|
-
* @returns Returns the instance of the element for chaining when arguments are provided. If no arguments are passed, it returns the current filter value.
|
|
773
|
-
* @docs
|
|
774
|
-
*/
|
|
775
|
-
drop_shadow(): string;
|
|
776
|
-
drop_shadow(value: string | number): this;
|
|
777
|
-
drop_shadow(value1: string | number, value2: string | number, value3: string | number, value4: string): this;
|
|
778
|
-
/**
|
|
779
|
-
* {Greyscale}
|
|
780
|
-
* Applies a greyscale filter to the element. Returns the current filter if no value is provided.
|
|
781
|
-
* @parameter value The percentage value for greyscale. Can be a number or null.
|
|
782
|
-
* @returns Returns the current filter value if no argument is passed, otherwise returns the instance for chaining.
|
|
783
|
-
* @docs
|
|
784
|
-
*/
|
|
785
|
-
greyscale(): string;
|
|
786
|
-
greyscale(value: number): this;
|
|
787
|
-
/**
|
|
788
|
-
* {Opacity}
|
|
789
|
-
* Set or get the opacity of the element based on its type.
|
|
790
|
-
* @parameter value The value of the opacity to set, or null to get the current opacity.
|
|
791
|
-
* @returns Returns the current opacity value if no argument is passed. When an argument is passed, it returns the instance of the element for chaining.
|
|
792
|
-
* @docs
|
|
793
|
-
*/
|
|
794
|
-
opacity(): string | number;
|
|
795
|
-
opacity(value: string | number): this;
|
|
796
|
-
/**
|
|
797
|
-
* {Toggle Opacity}
|
|
798
|
-
* Toggles the opacity of the element between a specified value and fully opaque.
|
|
799
|
-
* @parameter value The value to set the opacity to when toggling.
|
|
800
|
-
* @returns Returns the instance of the element for chaining.
|
|
801
|
-
* @docs
|
|
802
|
-
*/
|
|
803
|
-
toggle_opacity(value: number): this;
|
|
804
|
-
/**
|
|
805
|
-
* {Blur}
|
|
806
|
-
* Applies a blur effect to the element using the specified value.
|
|
807
|
-
* @parameter value The amount of blur to apply, can be a number or null.
|
|
808
|
-
* @returns Returns the instance of the element for chaining.
|
|
809
|
-
* @docs
|
|
810
|
-
*/
|
|
811
|
-
blur(): string;
|
|
812
|
-
blur(value: number): this;
|
|
813
|
-
/**
|
|
814
|
-
* {Toggle Blur}
|
|
815
|
-
* Toggles the blur effect on the element with a specified value.
|
|
816
|
-
* @parameter value The amount of blur to apply, defaulting to 10.
|
|
817
|
-
* @returns Returns the instance of the element for chaining.
|
|
818
|
-
* @docs
|
|
819
|
-
*/
|
|
820
|
-
toggle_blur(value?: number): this;
|
|
821
|
-
/**
|
|
822
|
-
* {Background Blur}
|
|
823
|
-
* Sets or retrieves the background blur effect for the element.
|
|
824
|
-
* @parameter value The value to set for the blur effect, which can be a number or null.
|
|
825
|
-
* @returns Returns the current blur effect if no argument is passed, otherwise returns the instance of the element for chaining.
|
|
826
|
-
* @docs
|
|
827
|
-
*/
|
|
828
|
-
background_blur(): string;
|
|
829
|
-
background_blur(value: number | null): this;
|
|
830
|
-
/**
|
|
831
|
-
* {Toggle Background Blur}
|
|
832
|
-
* Toggles the background blur effect by applying a backdrop filter.
|
|
833
|
-
* @parameter value The intensity of the blur effect to apply.
|
|
834
|
-
* @returns Returns the instance of the element for chaining.
|
|
835
|
-
* @docs
|
|
836
|
-
*/
|
|
837
|
-
toggle_background_blur(value?: number): this;
|
|
838
|
-
/**
|
|
839
|
-
* {Brightness}
|
|
840
|
-
* Adjusts the brightness of an element's filter. If no value is provided, it returns the current brightness filter.
|
|
841
|
-
* @parameter value The brightness level to set, can be a number or null.
|
|
842
|
-
* @returns Returns the instance of the element for chaining if a value is provided. Otherwise, returns the current brightness filter.
|
|
843
|
-
* @docs
|
|
844
|
-
*/
|
|
845
|
-
brightness(): string;
|
|
846
|
-
brightness(value: number): this;
|
|
847
|
-
/**
|
|
848
|
-
* {Toggle Brightness}
|
|
849
|
-
* Toggles the brightness of the element by applying a filter based on the provided value.
|
|
850
|
-
* @parameter value The brightness value to set, defaults to 0.5 if not provided.
|
|
851
|
-
* @returns Returns the instance of the element for chaining.
|
|
852
|
-
* @docs
|
|
853
|
-
*/
|
|
854
|
-
toggle_brightness(value?: number): this;
|
|
855
|
-
/**
|
|
856
|
-
* {Background Brightness}
|
|
857
|
-
* Adjusts the brightness of the background using a specified value.
|
|
858
|
-
* If no value is provided, it retrieves the current backdrop filter.
|
|
859
|
-
* @parameter value The brightness value to set, or null to get the current value.
|
|
860
|
-
* @returns Returns the instance of the element for chaining when a value is provided, or the current backdrop filter value if no value is given.
|
|
861
|
-
* @docs
|
|
862
|
-
*/
|
|
863
|
-
background_brightness(): string;
|
|
864
|
-
background_brightness(value: number): this;
|
|
865
|
-
/**
|
|
866
|
-
* {Toggle Background Brightness}
|
|
867
|
-
* Toggles the background brightness by applying a filter based on the provided value.
|
|
868
|
-
* @parameter value The brightness value to set, defaulting to 10 if not provided.
|
|
869
|
-
* @returns Returns the instance of the element for chaining.
|
|
870
|
-
* @docs
|
|
871
|
-
*/
|
|
872
|
-
toggle_background_brightness(value?: number): this;
|
|
873
|
-
/**
|
|
874
|
-
* {Rotate}
|
|
875
|
-
* Sets the rotation transformation for the element. When called without an argument, it retrieves the current rotation.
|
|
876
|
-
* @parameter value The value to set as the rotation. It can be a number, string, or null.
|
|
877
|
-
* @returns Returns the current rotation value as a string when no argument is passed. When an argument is provided, it returns the instance of the element for chaining.
|
|
878
|
-
* @docs
|
|
879
|
-
*/
|
|
880
|
-
rotate(): string;
|
|
881
|
-
rotate(value: number | string): this;
|
|
882
|
-
/**
|
|
883
|
-
* {Delay}
|
|
884
|
-
* Set the delay for keyframes in the style element.
|
|
885
|
-
* @parameter value The value of the delay to set.
|
|
886
|
-
* @returns Returns the instance of the element for chaining.
|
|
887
|
-
* @docs
|
|
888
|
-
*/
|
|
889
|
-
delay(value: string | number): this;
|
|
890
|
-
/**
|
|
891
|
-
* {Duration}
|
|
892
|
-
* Sets the duration style property for the element.
|
|
893
|
-
* @parameter value The value to set for the duration property.
|
|
894
|
-
* @returns Returns the instance of the element for chaining.
|
|
895
|
-
* @docs
|
|
896
|
-
*/
|
|
897
|
-
duration(value: string | number): this;
|
|
898
|
-
/**
|
|
899
|
-
* {Background}
|
|
900
|
-
* A shorthand property for all the background properties.
|
|
901
|
-
* The equivalent of CSS attribute `background`.
|
|
902
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
903
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
904
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
905
|
-
* @docs
|
|
906
|
-
*/
|
|
907
|
-
background(): string;
|
|
908
|
-
background(value: string): this;
|
|
909
|
-
/**
|
|
910
|
-
* {Scale Font Size}
|
|
911
|
-
* Adjusts the font size based on a scaling factor relative to the current font size.
|
|
912
|
-
* @parameter scale The scaling factor to apply to the current font size.
|
|
913
|
-
* @returns Returns the instance of the element for chaining.
|
|
914
|
-
* @docs
|
|
915
|
-
*/
|
|
916
|
-
scale_font_size(scale?: number): this;
|
|
917
|
-
font_size_ratio(scale?: number): this;
|
|
918
|
-
/**
|
|
919
|
-
* {Display}
|
|
920
|
-
* Sets or retrieves the display style of an HTML element.
|
|
921
|
-
* If no value is provided, it returns the current display style.
|
|
922
|
-
* @parameter value The value to set for the display style.
|
|
923
|
-
* @docs
|
|
924
|
-
*/
|
|
925
|
-
display(): string;
|
|
926
|
-
display(value: string): this;
|
|
927
|
-
/**
|
|
928
|
-
* {Hide}
|
|
929
|
-
* Hides the element by setting its display style to none.
|
|
930
|
-
* @returns Returns the instance of the element for chaining.
|
|
931
|
-
* @docs
|
|
932
|
-
*/
|
|
933
|
-
hide(): this;
|
|
934
|
-
/**
|
|
935
|
-
* {Show}
|
|
936
|
-
* Displays the element by setting its display style property.
|
|
937
|
-
* @returns Returns the instance of the element for chaining.
|
|
938
|
-
* @docs
|
|
939
|
-
*/
|
|
940
|
-
show(): this;
|
|
941
|
-
/**
|
|
942
|
-
* {Is Hidden}
|
|
943
|
-
* Checks if the element is currently hidden based on its display style.
|
|
944
|
-
* @returns Returns true if the element is hidden; otherwise, false.
|
|
945
|
-
* @docs
|
|
946
|
-
*/
|
|
947
|
-
is_hidden(): boolean;
|
|
948
|
-
/**
|
|
949
|
-
* {Is Visible}
|
|
950
|
-
* Checks if the element is visible based on its display style.
|
|
951
|
-
* @returns Returns true if the element is visible, false otherwise.
|
|
952
|
-
* @docs
|
|
953
|
-
*/
|
|
954
|
-
is_visible(): boolean;
|
|
955
|
-
/**
|
|
956
|
-
* {Toggle Visibility}
|
|
957
|
-
* Toggles the visibility of the element by showing or hiding it based on its current state.
|
|
958
|
-
* @returns Returns the instance of the element for chaining.
|
|
959
|
-
* @docs
|
|
960
|
-
*/
|
|
961
|
-
toggle_visibility(): this;
|
|
962
|
-
/**
|
|
963
|
-
* {Inner HTML}
|
|
964
|
-
* Get or set the inner HTML of an element.
|
|
965
|
-
* @parameter value The HTML content to set. If no value is provided, the current inner HTML is returned.
|
|
966
|
-
* @returns Returns the current inner HTML if no argument is passed, otherwise returns the instance of the element for chaining.
|
|
967
|
-
* @docs
|
|
968
|
-
*/
|
|
969
|
-
inner_html(): string;
|
|
970
|
-
inner_html(value: string): this;
|
|
971
|
-
/**
|
|
972
|
-
* {Outer HTML}
|
|
973
|
-
* Get or set the outer HTML of the element. If no argument is passed, it returns the current outer HTML.
|
|
974
|
-
* @parameter value The outer HTML to set.
|
|
975
|
-
* @returns Returns the instance of the element for chaining when an argument is passed, otherwise returns the current outer HTML.
|
|
976
|
-
* @docs
|
|
977
|
-
*/
|
|
978
|
-
outer_html(): string;
|
|
979
|
-
outer_html(value: string): this;
|
|
980
|
-
/**
|
|
981
|
-
* {Styles}
|
|
982
|
-
* Retrieves the CSS attributes when no parameter is provided, or sets the styles based on the provided attributes.
|
|
983
|
-
* @parameter css_attr The CSS attributes to set. If null, returns the current styles.
|
|
984
|
-
* @returns When no argument is passed, returns the current styles as an object. When attributes are set, returns the instance of the element for chaining.
|
|
985
|
-
* @docs
|
|
986
|
-
*/
|
|
987
|
-
styles(): Record<string, string>;
|
|
988
|
-
styles(css_attr: Record<string, any>): this;
|
|
989
|
-
/**
|
|
990
|
-
* {Attribute}
|
|
991
|
-
* Get or set a single attribute for an element. If no value is provided, it retrieves the attribute's current value.
|
|
992
|
-
* @parameter key The name of the attribute to get or set.
|
|
993
|
-
* @parameter value The value to set for the attribute. If null, the current value is returned.
|
|
994
|
-
* @returns Returns the current value of the attribute if no value is provided, otherwise returns the instance of the element for chaining.
|
|
995
|
-
* @docs
|
|
996
|
-
*/
|
|
997
|
-
attr(key: string): null | string;
|
|
998
|
-
attr(key: string, value: string | number | null): this;
|
|
999
|
-
/**
|
|
1000
|
-
* {Attributes}
|
|
1001
|
-
* Sets multiple attributes for the element based on the provided dictionary.
|
|
1002
|
-
* @parameter html_attr A dictionary of attributes to set on the element.
|
|
1003
|
-
* @returns Returns the instance of the element for chaining.
|
|
1004
|
-
* @docs
|
|
1005
|
-
*/
|
|
1006
|
-
attrs(html_attr: Record<string, string | number | boolean>): this;
|
|
1007
|
-
/**
|
|
1008
|
-
* {Event}
|
|
1009
|
-
* Get or set a single event associated with the element.
|
|
1010
|
-
* If no value is provided, it retrieves the current event.
|
|
1011
|
-
* @parameter key The name of the event to get or set.
|
|
1012
|
-
* @parameter value The value to set for the event, if provided.
|
|
1013
|
-
* @docs
|
|
1014
|
-
*/
|
|
1015
|
-
event(key: string): any;
|
|
1016
|
-
event(key: string, value: any): this;
|
|
1017
|
-
/**
|
|
1018
|
-
* {Events}
|
|
1019
|
-
* Sets multiple event handlers on the current element using a dictionary of events.
|
|
1020
|
-
* @parameter html_events An object containing event names as keys and their corresponding handler functions as values.
|
|
1021
|
-
* @returns Returns the instance of the element for chaining.
|
|
1022
|
-
* @docs
|
|
1023
|
-
*/
|
|
1024
|
-
events(html_events: {
|
|
1025
|
-
[key: string]: EventListener;
|
|
1026
|
-
}): this;
|
|
1027
|
-
/**
|
|
1028
|
-
* {Class}
|
|
1029
|
-
* Specifies one or more classnames for an element (refers to a class in a style sheet).
|
|
1030
|
-
* The equivalent of HTML attribute `class`.
|
|
1031
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
1032
|
-
* @parameter value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
1033
|
-
* @returns Returns the `VElement` object. Unless parameter `value` is `null`, then the attribute's value is returned.
|
|
1034
|
-
* @docs
|
|
1035
|
-
*/
|
|
1036
|
-
class(): string;
|
|
1037
|
-
class(value: string): this;
|
|
1038
|
-
/**
|
|
1039
|
-
* {Toggle class}
|
|
1040
|
-
* Toggles a class name from the class list, adding it if it's not present, or removing it if it is.
|
|
1041
|
-
* @parameter name The class name to toggle.
|
|
1042
|
-
* @returns Returns the instance of the element for chaining.
|
|
1043
|
-
* @docs
|
|
1044
|
-
*/
|
|
1045
|
-
toggle_class(name: string): this;
|
|
1046
|
-
/**
|
|
1047
|
-
* {Remove Class}
|
|
1048
|
-
* Remove a class name from the class list of the element.
|
|
1049
|
-
* @parameter name The class name to be removed from the class list.
|
|
1050
|
-
* @returns Returns the instance of the element for chaining.
|
|
1051
|
-
* @docs
|
|
1052
|
-
*/
|
|
1053
|
-
remove_class(name: string): this;
|
|
1054
|
-
/**
|
|
1055
|
-
* {Remove all classes}
|
|
1056
|
-
* Remove all classes from the class list.
|
|
1057
|
-
* @returns Returns the instance of the element for chaining.
|
|
1058
|
-
* @docs
|
|
1059
|
-
*/
|
|
1060
|
-
remove_classes(): this;
|
|
1061
|
-
/**
|
|
1062
|
-
* {Hover Brightness}
|
|
1063
|
-
* Controls the brightness effects on hover for the element.
|
|
1064
|
-
* You can enable or disable the effect or specify brightness levels.
|
|
1065
|
-
* @parameter mouse_down_brightness The brightness value when the mouse is down, or a boolean to enable/disable.
|
|
1066
|
-
* @parameter mouse_over_brightness The brightness value when the mouse is over the element.
|
|
1067
|
-
* @returns Returns the instance of the element for chaining when setting values, or a boolean indicating if the effect is enabled when no parameters are passed.
|
|
1068
|
-
* @docs
|
|
1069
|
-
*/
|
|
1070
|
-
hover_brightness(): boolean;
|
|
1071
|
-
hover_brightness(mouse_down_brightness: boolean): this;
|
|
1072
|
-
hover_brightness(mouse_down_brightness: number, mouse_over_brightness: number): this;
|
|
1073
|
-
private static _lastPointerPos;
|
|
1074
|
-
/**
|
|
1075
|
-
* Returns true if the mouse’s last known position lies within
|
|
1076
|
-
* this element’s bounding rectangle (including borders).
|
|
1077
|
-
*/
|
|
1078
|
-
is_mouse_over_frame(): boolean;
|
|
1079
|
-
/**
|
|
1080
|
-
* Apply on hover transitions.
|
|
1081
|
-
* @note This function also automatically sets the `transition` property for the target element. However, only when the transition attribute hasnt been set yet.
|
|
1082
|
-
* @param target The target node of which to apply
|
|
1083
|
-
* @param methods The methods to call and pass the `selected` value as arg to.
|
|
1084
|
-
* @param selected The selected hover argument value of the selected `methods`.
|
|
1085
|
-
* @param unselected The default non hover argument value of the selected `methods`.
|
|
1086
|
-
* @param methods The methods to call and pass the `selected` value as arg to.
|
|
1087
|
-
*/
|
|
1088
|
-
hover_transitions(items: {
|
|
1089
|
-
target: "this" | "self" | AnyElement;
|
|
1090
|
-
selected: any;
|
|
1091
|
-
unselected: any;
|
|
1092
|
-
methods: string[];
|
|
1093
|
-
duration?: number;
|
|
1094
|
-
easing?: string;
|
|
1095
|
-
}[]): this;
|
|
1096
|
-
/**
|
|
1097
|
-
* {Text Width}
|
|
1098
|
-
* Calculates the width of the provided text or the current text content if no text is provided. This is useful for measuring text width in input elements.
|
|
1099
|
-
* @parameter text The text whose width is to be measured. If null, the current text content is used.
|
|
1100
|
-
* @returns Returns the width of the text in pixels.
|
|
1101
|
-
* @docs
|
|
1102
|
-
*/
|
|
1103
|
-
text_width(): number;
|
|
1104
|
-
text_width(text: string): number;
|
|
1105
|
-
/**
|
|
1106
|
-
* {Media Query}
|
|
1107
|
-
* Creates a media query listener that triggers provided handlers based on the media query's state.
|
|
1108
|
-
* @parameter media_query The media query string to evaluate.
|
|
1109
|
-
* @parameter true_handler The function to execute when the media query matches.
|
|
1110
|
-
* @parameter false_handler The function to execute when the media query does not match.
|
|
1111
|
-
* @returns Returns the instance of the element for chaining.
|
|
1112
|
-
* @docs
|
|
1113
|
-
*/
|
|
1114
|
-
media(media_query: string, true_handler?: ElementCallback<this>, false_handler?: ElementCallback<this>): this;
|
|
1115
|
-
/**
|
|
1116
|
-
* {Remove Media Query}
|
|
1117
|
-
* Removes a specified media query from the element's media queries.
|
|
1118
|
-
* @parameter media_query The media query string to be removed.
|
|
1119
|
-
* @returns Returns the instance of the element for chaining.
|
|
1120
|
-
* @docs
|
|
1121
|
-
*/
|
|
1122
|
-
remove_media(media_query: string): this;
|
|
1123
|
-
/**
|
|
1124
|
-
* {Remove Media Queries}
|
|
1125
|
-
* Removes all media queries from the element.
|
|
1126
|
-
* @returns Returns the instance of the element for chaining.
|
|
1127
|
-
* @docs
|
|
1128
|
-
*/
|
|
1129
|
-
remove_medias(): this;
|
|
1130
|
-
/**
|
|
1131
|
-
* {Remove All Media}
|
|
1132
|
-
* Removes all media queries and their associated listeners from the element.
|
|
1133
|
-
* @returns Returns the instance of the element for chaining.
|
|
1134
|
-
* @docs
|
|
1135
|
-
*/
|
|
1136
|
-
remove_all_media(): this;
|
|
1137
|
-
/**
|
|
1138
|
-
* {Default Animate}
|
|
1139
|
-
* Calls the animate function from the superclass with the provided arguments.
|
|
1140
|
-
* @parameter args The arguments to pass to the superclass animate function.
|
|
1141
|
-
* @returns Returns the instance of the element for chaining.
|
|
1142
|
-
* @docs
|
|
1143
|
-
*/
|
|
1144
|
-
default_animate(...args: any[]): this;
|
|
1145
|
-
/**
|
|
1146
|
-
* {Animate}
|
|
1147
|
-
* Starts a new animation with the specified keyframes and options. Automatically resets the active animation.
|
|
1148
|
-
* @parameter options Configuration options for the animation including keyframes, duration, and callbacks.
|
|
1149
|
-
* @returns Returns the instance of the element for chaining.
|
|
1150
|
-
* @docs
|
|
1151
|
-
*/
|
|
1152
|
-
animate(options: {
|
|
1153
|
-
/** An array of keyframe objects to animate. */
|
|
1154
|
-
keyframes: Array<any>;
|
|
1155
|
-
/** Delay before starting the animation in milliseconds. */
|
|
1156
|
-
delay?: number;
|
|
1157
|
-
/** Duration of each keyframe in milliseconds. */
|
|
1158
|
-
duration?: number;
|
|
1159
|
-
/** Whether the animation should repeat infinitely. */
|
|
1160
|
-
repeat?: boolean;
|
|
1161
|
-
/** Whether to keep the last keyframe when the animation ends. */
|
|
1162
|
-
persistent?: boolean;
|
|
1163
|
-
/** Callback function to execute when the animation finishes. */
|
|
1164
|
-
on_finish?: ((element: any) => any) | null;
|
|
1165
|
-
/** Easing function to use for the animation. */
|
|
1166
|
-
easing?: string;
|
|
1167
|
-
}): this;
|
|
1168
|
-
/**
|
|
1169
|
-
* {Stop Animation}
|
|
1170
|
-
* Stops the currently active animation by clearing the timeout.
|
|
1171
|
-
* @returns Returns the instance of the element for chaining.
|
|
1172
|
-
* @docs
|
|
1173
|
-
*/
|
|
1174
|
-
stop_animation(): this;
|
|
1175
|
-
/**
|
|
1176
|
-
* {Slide Out}
|
|
1177
|
-
* Animates the sliding out of an element in a specified direction with optional parameters for customization.
|
|
1178
|
-
* @parameter options Configuration options for the slide out animation.
|
|
1179
|
-
* @returns Returns a promise that resolves when the animation completes.
|
|
1180
|
-
* @docs
|
|
1181
|
-
*/
|
|
1182
|
-
slide_out(options: {
|
|
1183
|
-
/**
|
|
1184
|
-
* The direction of the slide animation.
|
|
1185
|
-
* @default "top"
|
|
1186
|
-
*/
|
|
1187
|
-
direction: string;
|
|
1188
|
-
/**
|
|
1189
|
-
* The distance in pixels for the slide animation.
|
|
1190
|
-
* @default 100
|
|
1191
|
-
*/
|
|
1192
|
-
distance: number;
|
|
1193
|
-
/**
|
|
1194
|
-
* The duration of the animation in milliseconds.
|
|
1195
|
-
* @default 500
|
|
1196
|
-
*/
|
|
1197
|
-
duration: number;
|
|
1198
|
-
/**
|
|
1199
|
-
* Whether to animate the opacity of the element.
|
|
1200
|
-
* @default true
|
|
1201
|
-
*/
|
|
1202
|
-
opacity?: boolean;
|
|
1203
|
-
/**
|
|
1204
|
-
* The easing function for the animation.
|
|
1205
|
-
* @default "ease"
|
|
1206
|
-
*/
|
|
1207
|
-
easing?: string;
|
|
1208
|
-
/**
|
|
1209
|
-
* Whether to hide the element after the animation completes.
|
|
1210
|
-
* @default true
|
|
1211
|
-
*/
|
|
1212
|
-
hide?: boolean;
|
|
1213
|
-
/**
|
|
1214
|
-
* Whether to remove the element from the DOM after the animation completes.
|
|
1215
|
-
* @default false
|
|
1216
|
-
*/
|
|
1217
|
-
remove?: boolean;
|
|
1218
|
-
/**
|
|
1219
|
-
* The display property to set when showing the element again.
|
|
1220
|
-
* @default null
|
|
1221
|
-
*/
|
|
1222
|
-
display?: string;
|
|
1223
|
-
/**
|
|
1224
|
-
* Indicates if the animation is a slide-in animation.
|
|
1225
|
-
* @default false
|
|
1226
|
-
*/
|
|
1227
|
-
_slide_in?: boolean;
|
|
1228
|
-
}): Promise<void>;
|
|
1229
|
-
/**
|
|
1230
|
-
* {Slide In}
|
|
1231
|
-
* Initiates a slide-in animation for the element with customizable parameters.
|
|
1232
|
-
* @parameter options Configuration options for the slide-in animation.
|
|
1233
|
-
* @returns Returns a promise that resolves when the slide-in animation is complete.
|
|
1234
|
-
* @docs
|
|
1235
|
-
*/
|
|
1236
|
-
slide_in({ direction, distance, duration, opacity, easing, display, }: {
|
|
1237
|
-
/** The direction from which the element will slide in (e.g., "top", "bottom", "left", "right"). */
|
|
1238
|
-
direction?: string;
|
|
1239
|
-
/** The distance in pixels the element will slide in. */
|
|
1240
|
-
distance?: number;
|
|
1241
|
-
/** The duration of the slide animation in milliseconds. */
|
|
1242
|
-
duration?: number;
|
|
1243
|
-
/** A boolean indicating whether to animate the opacity during the slide. */
|
|
1244
|
-
opacity?: boolean;
|
|
1245
|
-
/** The easing function to use for the animation. */
|
|
1246
|
-
easing?: string;
|
|
1247
|
-
/** An optional display property to use when showing the view again. */
|
|
1248
|
-
display?: string;
|
|
1249
|
-
}): Promise<any>;
|
|
1250
|
-
/**
|
|
1251
|
-
* {Dropdown Text Animation}
|
|
1252
|
-
* Animates the text of a dropdown element with a specified animation effect.
|
|
1253
|
-
* It allows for customization of distance, duration, and easing for each character.
|
|
1254
|
-
* @warning Causes undefined behaviour when called on a non text element.
|
|
1255
|
-
* @parameter options An object containing animation settings.
|
|
1256
|
-
* @returns Returns a promise that resolves when the animation is complete.
|
|
1257
|
-
* @docs
|
|
1258
|
-
*/
|
|
1259
|
-
dropdown_animation({ distance, duration, opacity_duration, total_duration, delay, start_delay, easing, }?: {
|
|
1260
|
-
/** The distance of pixels of the drop (negative) or rise (positive). */
|
|
1261
|
-
distance?: string;
|
|
1262
|
-
/** The duration of each individual character drop animation in milliseconds. */
|
|
1263
|
-
duration?: number;
|
|
1264
|
-
/** The factor for the duration in relation to the dropdown duration, 1.0 for 100%. */
|
|
1265
|
-
opacity_duration?: number;
|
|
1266
|
-
/** The total duration of the character drop animation, this parameter will overwrite the `duration` parameter. */
|
|
1267
|
-
total_duration?: number;
|
|
1268
|
-
/** The delay in milliseconds for each character drop. */
|
|
1269
|
-
delay?: number;
|
|
1270
|
-
/** The start delay of the animation in milliseconds. */
|
|
1271
|
-
start_delay?: number;
|
|
1272
|
-
/** The animation's easing. */
|
|
1273
|
-
easing?: string;
|
|
1274
|
-
}): Promise<void>;
|
|
1275
|
-
/**
|
|
1276
|
-
* {Increment Number Animation}
|
|
1277
|
-
* Animate incrementing a number with optional prefix and suffix.
|
|
1278
|
-
* @warning Causes undefined behaviour when called on a non text element.
|
|
1279
|
-
* @parameter start The start number for the animation.
|
|
1280
|
-
* @parameter end The end number, the animation will end with the number value of `end - 1`.
|
|
1281
|
-
* @parameter duration The duration of each individual number increment in milliseconds.
|
|
1282
|
-
* @parameter total_duration The total duration of the entire animation, parameter `total_duration` precedes parameter `duration`.
|
|
1283
|
-
* @parameter delay The delay until the animation starts in milliseconds.
|
|
1284
|
-
* @parameter prefix The prefix string to prepend to the animated number.
|
|
1285
|
-
* @parameter suffix The suffix string to append to the animated number.
|
|
1286
|
-
* @returns Returns a promise that resolves when the animation completes.
|
|
1287
|
-
* @docs
|
|
1288
|
-
*/
|
|
1289
|
-
increment_number_animation({ start, end, duration, total_duration, delay, prefix, suffix, }?: {
|
|
1290
|
-
start?: number;
|
|
1291
|
-
end?: number;
|
|
1292
|
-
duration?: number;
|
|
1293
|
-
total_duration?: number;
|
|
1294
|
-
delay?: number;
|
|
1295
|
-
prefix?: string;
|
|
1296
|
-
suffix?: string;
|
|
1297
|
-
}): Promise<void>;
|
|
1298
|
-
fade_out_top(size?: number): this;
|
|
1299
|
-
fade_out_right(size?: number): this;
|
|
1300
|
-
fade_out_bottom(size?: number): this;
|
|
1301
|
-
fade_out_left(size?: number): this;
|
|
1302
|
-
/**
|
|
1303
|
-
* {On Resize}
|
|
1304
|
-
* Manages callbacks for the resize event. Can retrieve existing callbacks or add new ones.
|
|
1305
|
-
* @parameter callback The callback function to be executed on resize events.
|
|
1306
|
-
* @returns When a callback is provided, returns the instance for chaining. Otherwise, returns the list of existing resize callbacks.
|
|
1307
|
-
* @docs
|
|
1308
|
-
*/
|
|
1309
|
-
on_resize(): (ElementCallback<this>)[];
|
|
1310
|
-
on_resize(callback: ElementCallback<this>): this;
|
|
1311
|
-
/**
|
|
1312
|
-
* {Remove on Resize}
|
|
1313
|
-
* Removes a callback from the resize event listeners. If no callbacks remain, it stops observing resize events.
|
|
1314
|
-
* @parameter callback The callback function to remove from the resize event listeners.
|
|
1315
|
-
* @returns Returns the instance of the element for chaining.
|
|
1316
|
-
* @docs
|
|
1317
|
-
*/
|
|
1318
|
-
remove_on_resize(callback: ElementCallback<this>): this;
|
|
1319
|
-
/**
|
|
1320
|
-
* {Remove on Resizes}
|
|
1321
|
-
* Removes all resize callbacks and stops observing resize events for this element.
|
|
1322
|
-
* @parameter callback A callback function to be removed from the resize callbacks.
|
|
1323
|
-
* @returns Returns the instance of the element for chaining.
|
|
1324
|
-
* @docs
|
|
1325
|
-
*/
|
|
1326
|
-
remove_on_resizes(): this;
|
|
1327
|
-
/**
|
|
1328
|
-
* {On Resize Rule}
|
|
1329
|
-
* Adds an on resize rule event that executes callbacks based on evaluation changes during a resize event.
|
|
1330
|
-
* @note This function adds an `on_resize` callback.
|
|
1331
|
-
* @parameter evaluation The function to evaluate if the statement is true, the element node is passed as the first argument.
|
|
1332
|
-
* @parameter on_true The callback executed if the statement is true, the element node is passed as the first argument.
|
|
1333
|
-
* @parameter on_false The callback executed if the statement is false, the element node is passed as the first argument.
|
|
1334
|
-
* @returns Returns the instance of the element for chaining.
|
|
1335
|
-
* @docs
|
|
1336
|
-
*/
|
|
1337
|
-
on_resize_rule(evaluation: (element: this) => boolean, on_true?: ElementCallback<this>, on_false?: ElementCallback<this>): this;
|
|
1338
|
-
on(type: keyof HTMLElementEventMap, callback: (element: this, event: HTMLElementEventMap[keyof HTMLElementEventMap]) => any, options?: boolean | AddEventListenerOptions): this;
|
|
1339
|
-
on_event_listener<K extends keyof HTMLElementEventMap>(type: K, callback: (element: this, event: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): this;
|
|
1340
|
-
/**
|
|
1341
|
-
* {On emit}
|
|
1342
|
-
* Registers an event callback for the specified event ID. This allows the element to respond to events.
|
|
1343
|
-
* @parameter id The unique identifier for the event to listen for.
|
|
1344
|
-
* @parameter callback The function to be executed when the event is triggered.
|
|
1345
|
-
* @returns Returns the instance of the element for chaining.
|
|
1346
|
-
* @docs
|
|
1347
|
-
*/
|
|
1348
|
-
on_emit(id: string, callback: (element: this, args: Record<string, any>) => any): this;
|
|
1349
|
-
/**
|
|
1350
|
-
* {Remove On Event}
|
|
1351
|
-
* Removes an event listener for the specified event ID.
|
|
1352
|
-
* @parameter id The identifier for the event to remove.
|
|
1353
|
-
* @parameter callback The function that was originally registered as the event handler.
|
|
1354
|
-
* @returns Returns the instance of the element for chaining.
|
|
1355
|
-
* @docs
|
|
1356
|
-
*/
|
|
1357
|
-
remove_on_event(id: string, callback: (element: this, args: Record<string, any>) => any): this;
|
|
1358
|
-
/**
|
|
1359
|
-
* {Remove On Events}
|
|
1360
|
-
* Removes all event callbacks associated with the given ID.
|
|
1361
|
-
* @parameter id The identifier for the events to be removed.
|
|
1362
|
-
* @returns Returns the instance of the element for chaining.
|
|
1363
|
-
* @docs
|
|
1364
|
-
*/
|
|
1365
|
-
remove_on_events(id: string): this;
|
|
1366
|
-
/**
|
|
1367
|
-
* {Timeout}
|
|
1368
|
-
* Sets a timeout with optional id and debounce functionality.
|
|
1369
|
-
* @parameter delay The time in milliseconds to wait before executing the callback.
|
|
1370
|
-
* @parameter callback The function to execute after the timeout.
|
|
1371
|
-
* @parameter options Optional settings for the timeout behavior.
|
|
1372
|
-
* @returns Returns the instance of the element for chaining.
|
|
1373
|
-
* @docs
|
|
1374
|
-
*/
|
|
1375
|
-
timeout(delay: number, callback: ElementCallback<this>, options?: {
|
|
1376
|
-
/** An optional identifier for the timeout. */
|
|
1377
|
-
id?: string;
|
|
1378
|
-
/** If true, clears the previous timeout with the same id. */
|
|
1379
|
-
debounce?: boolean;
|
|
1380
|
-
} | null): this;
|
|
1381
|
-
/**
|
|
1382
|
-
* {Clear Timeout}
|
|
1383
|
-
* Clears a cached timeout by its ID. If timeouts are not initialized, they will be set up.
|
|
1384
|
-
* @parameter id The ID of the timeout to clear.
|
|
1385
|
-
* @returns Returns the instance of the element for chaining.
|
|
1386
|
-
* @docs
|
|
1387
|
-
*/
|
|
1388
|
-
clear_timeout(id: string | number): this;
|
|
1389
|
-
private _disabled_cursor?;
|
|
1390
|
-
/**
|
|
1391
|
-
* {Disable Button}
|
|
1392
|
-
* Disables the button element, preventing user interaction.
|
|
1393
|
-
* @returns Returns the instance of the element for chaining.
|
|
1394
|
-
* @docs
|
|
1395
|
-
*/
|
|
1396
|
-
disable(): this;
|
|
1397
|
-
/**
|
|
1398
|
-
* {Enable Button}
|
|
1399
|
-
* Enables the button by setting the disabled state to false.
|
|
1400
|
-
* @returns Returns the instance of the element for chaining.
|
|
1401
|
-
* @docs
|
|
1402
|
-
*/
|
|
1403
|
-
enable(): this;
|
|
1404
|
-
/**
|
|
1405
|
-
* {On Click}
|
|
1406
|
-
* Sets a click event handler for the element, allowing for optional simulated href behavior.
|
|
1407
|
-
* @parameter simulate_href The simulated href to set for the element (for SEO in SPAs).
|
|
1408
|
-
* @parameter callback The function to be called when the element is clicked.
|
|
1409
|
-
* @returns Returns the instance of the element for chaining when an argument is passed, otherwise returns the current onclick handler.
|
|
1410
|
-
* @docs
|
|
1411
|
-
*/
|
|
1412
|
-
/**
|
|
1413
|
-
* @warning NEVER change that this overrides the last on click callback
|
|
1414
|
-
* Volt & libris depend on this behaviour.
|
|
1415
|
-
* Let users add multiple etc using the `on()` method.
|
|
1416
|
-
*/
|
|
1417
|
-
on_click(): null | Function;
|
|
1418
|
-
on_click(simulate_href: string | null, callback: Function): this;
|
|
1419
|
-
on_click(callback?: Function): this;
|
|
1420
|
-
/**
|
|
1421
|
-
* {On Click Redirect}
|
|
1422
|
-
* Sets up a click event that redirects to the specified URL when triggered.
|
|
1423
|
-
* @parameter url The URL to redirect to when the click event occurs.
|
|
1424
|
-
* @returns Returns the instance of the element for chaining.
|
|
1425
|
-
* @docs
|
|
1426
|
-
*/
|
|
1427
|
-
on_click_redirect(url: string): this;
|
|
1428
|
-
/**
|
|
1429
|
-
* {On Scroll}
|
|
1430
|
-
* Script to be run when an element's scrollbar is being scrolled.
|
|
1431
|
-
* The equivalent of HTML attribute `onscroll`. The first parameter of the callback is the `VElement` object.
|
|
1432
|
-
* Returns the attribute value when parameter `value` is `null`.
|
|
1433
|
-
* @parameter opts_or_callback Options or callback function to assign for the scroll event.
|
|
1434
|
-
* @returns Returns the `VElement` object. Unless parameter `value` is `null`, then the attribute's value is returned.
|
|
1435
|
-
* @docs
|
|
1436
|
-
*/
|
|
1437
|
-
on_scroll(): (EventListener | null);
|
|
1438
|
-
on_scroll(opts_or_callback: Function | {
|
|
1439
|
-
/** Function to be called on scroll. */
|
|
1440
|
-
callback: (element: any, event: Event) => any;
|
|
1441
|
-
/** Delay in milliseconds before executing the callback. */
|
|
1442
|
-
delay?: number;
|
|
1443
|
-
}): this;
|
|
1444
|
-
/**
|
|
1445
|
-
* {On Resize}
|
|
1446
|
-
* Script to be run when the browser window is being resized.
|
|
1447
|
-
* This allows for a callback to be executed upon resizing the window.
|
|
1448
|
-
* @parameter callback The function to be called when the window is resized.
|
|
1449
|
-
* @parameter once If true, the callback will only be executed once after the last resize event.
|
|
1450
|
-
* @parameter delay The delay in milliseconds before executing the callback.
|
|
1451
|
-
* @returns Returns the instance of the element for chaining.
|
|
1452
|
-
* @docs
|
|
1453
|
-
*/
|
|
1454
|
-
on_window_resize(): null | Function;
|
|
1455
|
-
on_window_resize(opts: Function | {
|
|
1456
|
-
callback?: Function;
|
|
1457
|
-
once?: boolean;
|
|
1458
|
-
delay?: number;
|
|
1459
|
-
}): this;
|
|
1460
|
-
/**
|
|
1461
|
-
* {Attachment Drop}
|
|
1462
|
-
*
|
|
1463
|
-
* Custom on attachment drop event handling.
|
|
1464
|
-
* This function sets up event listeners for drag and drop actions.
|
|
1465
|
-
* Also pushes the attachment to attribute field `attachments`.
|
|
1466
|
-
*
|
|
1467
|
-
* When a directory is dropped, all files within the directory are added recursively.
|
|
1468
|
-
*
|
|
1469
|
-
* @param options Configuration options for the drop event, see {@link Attachment.OnDropOpts} for more information.
|
|
1470
|
-
*
|
|
1471
|
-
* @returns The instance of the element for chaining.
|
|
1472
|
-
*
|
|
1473
|
-
* @docs
|
|
1474
|
-
*/
|
|
1475
|
-
on_attachment_drop(options: Attachment.OnDropOpts): this;
|
|
1476
|
-
/**
|
|
1477
|
-
* Add an attachment to the attachments array, if not already added.
|
|
1478
|
-
* @param attachment The attachment to add.
|
|
1479
|
-
* @returns The instance of the element for chaining.
|
|
1480
|
-
*/
|
|
1481
|
-
add_attachment(attachment: Attachment): this;
|
|
1482
|
-
/**
|
|
1483
|
-
* Remove an attachment from the attachments array.
|
|
1484
|
-
* @param attachment The attachment to remove.
|
|
1485
|
-
* @returns The instance of the element for chaining.
|
|
1486
|
-
*/
|
|
1487
|
-
remove_attachment(attachment: Attachment): this;
|
|
1488
|
-
/**
|
|
1489
|
-
* {On Appear}
|
|
1490
|
-
* Sets a callback to be executed when the element appears in the viewport.
|
|
1491
|
-
* @parameter callback_or_opts Can be a callback function or an options object containing callback, repeat, and threshold.
|
|
1492
|
-
* @returns Returns the instance of the element for chaining.
|
|
1493
|
-
* @docs
|
|
1494
|
-
*/
|
|
1495
|
-
on_appear<T = this>(callback: OnAppearCallback<T>): this;
|
|
1496
|
-
on_appear<T = this>(options: {
|
|
1497
|
-
/** The function to call when the element appears. */
|
|
1498
|
-
callback: OnAppearCallback<T>;
|
|
1499
|
-
/** If true, the callback will be called every time the element appears. */
|
|
1500
|
-
repeat?: boolean;
|
|
1501
|
-
/** The intersection ratio threshold to trigger the callback. */
|
|
1502
|
-
threshold?: number | null;
|
|
1503
|
-
}): this;
|
|
1504
|
-
/**
|
|
1505
|
-
* {On Disappear}
|
|
1506
|
-
* Sets up an event listener that triggers a callback when the element disappears from the user's view.
|
|
1507
|
-
* @experimental
|
|
1508
|
-
* @parameter callback_or_opts Can be a callback function or an options object containing the callback and repeat settings.
|
|
1509
|
-
* @returns Returns the instance of the element for chaining.
|
|
1510
|
-
* @docs
|
|
1511
|
-
*/
|
|
1512
|
-
on_disappear<T = this>(callback_or_opts?: ((element: T) => any) | {
|
|
1513
|
-
/** The function to call when the element disappears. */
|
|
1514
|
-
callback?: (element: T) => any;
|
|
1515
|
-
/** Whether to repeat the observation after the callback is triggered. */
|
|
1516
|
-
repeat?: boolean;
|
|
1517
|
-
}): this;
|
|
1518
|
-
/**
|
|
1519
|
-
* {On Enter}
|
|
1520
|
-
* Sets a callback function to be executed when the Enter key is pressed on input or textarea elements.
|
|
1521
|
-
* @parameter callback The function to be called when the Enter key is pressed.
|
|
1522
|
-
* @returns Returns the instance of the element for chaining.
|
|
1523
|
-
* @docs
|
|
1524
|
-
*/
|
|
1525
|
-
on_enter(): undefined | ElementKeyboardEvent<this>;
|
|
1526
|
-
on_enter(callback: ElementKeyboardEvent<this>): this;
|
|
1527
|
-
/**
|
|
1528
|
-
* {On Escape}
|
|
1529
|
-
* Sets a callback function to be triggered when the Escape key is pressed.
|
|
1530
|
-
* @parameter callback The function to be called when the Escape key is pressed.
|
|
1531
|
-
* @returns Returns the instance of the element for chaining.
|
|
1532
|
-
* @docs
|
|
1533
|
-
*/
|
|
1534
|
-
on_escape(): undefined | ElementKeyboardEvent<this>;
|
|
1535
|
-
on_escape(callback: ElementKeyboardEvent<this>): this;
|
|
1536
|
-
/**
|
|
1537
|
-
* {On Theme Update}
|
|
1538
|
-
* Manages theme update callbacks. If no callback is provided, it returns the current callbacks.
|
|
1539
|
-
* @parameter callback A function to be called on theme updates or null to retrieve existing callbacks.
|
|
1540
|
-
* @returns Returns the instance of the element for chaining when a callback is provided, or the array of existing callbacks if null is passed.
|
|
1541
|
-
* @docs
|
|
1542
|
-
*/
|
|
1543
|
-
on_theme_update(): ThemeUpdateCallback<this>[];
|
|
1544
|
-
on_theme_update(callback: ThemeUpdateCallback<this>): this;
|
|
1545
|
-
/**
|
|
1546
|
-
* {Remove on Theme Update}
|
|
1547
|
-
* Removes a callback from the theme update listeners.
|
|
1548
|
-
* @parameter callback The callback function to be removed from the listeners.
|
|
1549
|
-
* @returns Returns the instance of the element for chaining.
|
|
1550
|
-
* @docs
|
|
1551
|
-
*/
|
|
1552
|
-
remove_on_theme_update(callback: ThemeUpdateCallback<this>): this;
|
|
1553
|
-
/**
|
|
1554
|
-
* {Remove on Theme Updates}
|
|
1555
|
-
* Clears the list of theme update callbacks if they exist.
|
|
1556
|
-
* @returns Returns the instance of the element for chaining.
|
|
1557
|
-
* @docs
|
|
1558
|
-
*/
|
|
1559
|
-
remove_on_theme_updates(): this;
|
|
1560
|
-
/**
|
|
1561
|
-
* {On Render}
|
|
1562
|
-
* Manages callbacks that are triggered when the element is added to the body.
|
|
1563
|
-
* @parameter callback A function to be called when the element is rendered. If no argument is passed, it returns the current callbacks.
|
|
1564
|
-
* @returns When a callback is provided, returns the instance of the element for chaining. If no callback is provided, returns the array of current callbacks.
|
|
1565
|
-
* @docs
|
|
1566
|
-
*/
|
|
1567
|
-
on_render(): (ElementCallback<this>)[];
|
|
1568
|
-
on_render(callback: ElementCallback<this>): this;
|
|
1569
|
-
/**
|
|
1570
|
-
* {Remove on Render}
|
|
1571
|
-
* Removes a callback from the on render callbacks array and stops observing if empty.
|
|
1572
|
-
* @parameter callback The callback function to remove from the on render callbacks.
|
|
1573
|
-
* @returns Returns the instance of the element for chaining.
|
|
1574
|
-
* @docs
|
|
1575
|
-
*/
|
|
1576
|
-
remove_on_render(callback: ElementCallback<this>): this;
|
|
1577
|
-
/**
|
|
1578
|
-
* {Remove On Renders}
|
|
1579
|
-
* Clears the on render callbacks and stops observing the element for render events.
|
|
1580
|
-
* @returns Returns the instance of the element for chaining.
|
|
1581
|
-
* @docs
|
|
1582
|
-
*/
|
|
1583
|
-
remove_on_renders(): this;
|
|
1584
|
-
/**
|
|
1585
|
-
* {Is Rendered}
|
|
1586
|
-
* Checks whether the element has been rendered or not.
|
|
1587
|
-
* @returns Returns true if the element has been rendered, otherwise false.
|
|
1588
|
-
* @docs
|
|
1589
|
-
*/
|
|
1590
|
-
is_rendered(): boolean;
|
|
1591
|
-
/**
|
|
1592
|
-
* {On Load}
|
|
1593
|
-
* Registers a callback to be executed when the entire page is fully loaded.
|
|
1594
|
-
* Note that this event will not fire if the `window.onload` callback is overwritten.
|
|
1595
|
-
* @parameter callback The function to be executed on load.
|
|
1596
|
-
* @returns Returns the instance of the element for chaining.
|
|
1597
|
-
* @docs
|
|
1598
|
-
*/
|
|
1599
|
-
on_load(callback: (element: this, args: Record<string, any>) => any): this;
|
|
1600
|
-
/**
|
|
1601
|
-
* {Remove on Load}
|
|
1602
|
-
* Removes a callback function from the "volt.on_load" event.
|
|
1603
|
-
* @parameter callback The function to be removed from the event listener.
|
|
1604
|
-
* @returns Returns the instance of the element for chaining.
|
|
1605
|
-
* @docs
|
|
1606
|
-
*/
|
|
1607
|
-
remove_on_load(callback: (element: this, args: Record<string, any>) => any): this;
|
|
1608
|
-
/**
|
|
1609
|
-
* {Remove On Loads}
|
|
1610
|
-
* Removes the on_load event listener from the instance.
|
|
1611
|
-
* @returns Returns the instance of the element for chaining.
|
|
1612
|
-
* @docs
|
|
1613
|
-
*/
|
|
1614
|
-
remove_on_loads(): this;
|
|
1615
|
-
/**
|
|
1616
|
-
* {On Shortcut}
|
|
1617
|
-
* Create key shortcuts for the element. This function takes an array of shortcut objects that define the key combinations and their associated actions.
|
|
1618
|
-
* @parameter shortcuts The array with shortcuts. Each shortcut object may have various attributes to define the key matching criteria and actions.
|
|
1619
|
-
* @returns This function does not return a value.
|
|
1620
|
-
* @docs
|
|
1621
|
-
*/
|
|
1622
|
-
on_shortcut(shortcuts?: {
|
|
1623
|
-
match?: (event: KeyboardEvent, key: string, shortcut: any) => boolean;
|
|
1624
|
-
key?: string;
|
|
1625
|
-
keys?: string[];
|
|
1626
|
-
keycode?: number;
|
|
1627
|
-
keycodes?: number[];
|
|
1628
|
-
or?: boolean;
|
|
1629
|
-
duration?: number;
|
|
1630
|
-
shift?: boolean;
|
|
1631
|
-
alt?: boolean;
|
|
1632
|
-
ctrl?: boolean;
|
|
1633
|
-
allow_other_modifiers?: boolean;
|
|
1634
|
-
callback: (element: any, event: KeyboardEvent) => any;
|
|
1635
|
-
}[]): this;
|
|
1636
|
-
/**
|
|
1637
|
-
* {On Mouse Enter}
|
|
1638
|
-
* Sets a callback function to be called when the mouse enters the element.
|
|
1639
|
-
* @parameter callback The function to be called on mouse enter.
|
|
1640
|
-
* @returns When a callback is provided, returns the instance of the element for chaining. If no callback is provided, returns the current callback.
|
|
1641
|
-
* @docs
|
|
1642
|
-
*/
|
|
1643
|
-
on_mouse_enter(): ElementMouseEvent<this>;
|
|
1644
|
-
on_mouse_enter(callback: ElementMouseEvent<this>): this;
|
|
1645
|
-
/**
|
|
1646
|
-
* {On Mouse Leave}
|
|
1647
|
-
* Sets or retrieves the callback function to be called when the mouse leaves the element.
|
|
1648
|
-
* @parameter callback The function to execute when the mouse leaves the element.
|
|
1649
|
-
* @returns When an argument is passed this function returns the instance of the element for chaining. Otherwise, it returns the currently set callback function.
|
|
1650
|
-
* @docs
|
|
1651
|
-
*/
|
|
1652
|
-
on_mouse_leave(): ElementMouseEvent<this>;
|
|
1653
|
-
on_mouse_leave(callback: ElementMouseEvent<this>): this;
|
|
1654
|
-
/**
|
|
1655
|
-
* {On mouse over and out}
|
|
1656
|
-
* Set callbacks for the on mouse over and mouse out events.
|
|
1657
|
-
* @parameter mouse_over The mouse over callback.
|
|
1658
|
-
* @parameter mouse_out The mouse out callback.
|
|
1659
|
-
* @returns Returns the instance of the element for chaining.
|
|
1660
|
-
* @docs
|
|
1661
|
-
*/
|
|
1662
|
-
on_mouse_over_out(mouse_over: ElementMouseEvent<this>, mouse_out: ElementMouseEvent<this>): this;
|
|
1663
|
-
/**
|
|
1664
|
-
* {First Child}
|
|
1665
|
-
* Retrieves the first child of the element.
|
|
1666
|
-
* @returns Returns the first child node of the element, or null if there are no children.
|
|
1667
|
-
* @docs
|
|
1668
|
-
*/
|
|
1669
|
-
first_child(): Node | null;
|
|
1670
|
-
/**
|
|
1671
|
-
* {Last Child}
|
|
1672
|
-
* Retrieves the last child of the element.
|
|
1673
|
-
* @returns Returns the last child node of the element, or null if there are no children.
|
|
1674
|
-
* @docs
|
|
1675
|
-
*/
|
|
1676
|
-
last_child(): ChildNode | null;
|
|
1677
|
-
/**
|
|
1678
|
-
* {Iterate Children}
|
|
1679
|
-
* Iterates over the children of an element, executing a handler function for each child.
|
|
1680
|
-
* @parameter start The starting index for iteration, or a handler function.
|
|
1681
|
-
* @parameter end The ending index for iteration.
|
|
1682
|
-
* @parameter handler The function to execute for each child.
|
|
1683
|
-
* @returns Returns the result of the handler function if not null, otherwise returns null.
|
|
1684
|
-
* @docs
|
|
1685
|
-
*/
|
|
1686
|
-
iterate(start: number | ((child: any, index: number) => any), end?: number, handler?: (child: any, index: number) => any): any;
|
|
1687
|
-
/**
|
|
1688
|
-
* {Iterate Child Nodes}
|
|
1689
|
-
* Iterates over the child nodes of an element, executing a handler function for each node.
|
|
1690
|
-
* @parameter start The starting index for iteration, or a handler function.
|
|
1691
|
-
* @parameter end The ending index for iteration.
|
|
1692
|
-
* @parameter handler The function to execute for each child node.
|
|
1693
|
-
* @returns Returns the result of the handler function if not null, otherwise returns null.
|
|
1694
|
-
* @docs
|
|
1695
|
-
*/
|
|
1696
|
-
iterate_nodes(start: number | ((node: any, index: number) => any), end?: number, handler?: (node: any, index: number) => any): any;
|
|
1697
|
-
/**
|
|
1698
|
-
* {Set Default}
|
|
1699
|
-
* Sets the current element as the default, allowing for a specific type to be set.
|
|
1700
|
-
* @parameter Type The type to set as default, defaults to VElement if null.
|
|
1701
|
-
* @returns Returns the instance of the element for chaining.
|
|
1702
|
-
* @docs
|
|
1703
|
-
*/
|
|
1704
|
-
set_default(Type?: any): this;
|
|
1705
|
-
/**
|
|
1706
|
-
* {Assign}
|
|
1707
|
-
* Assigns a function or property to the instance. This allows dynamic property assignment for elements.
|
|
1708
|
-
* @parameter name The name of the property or function to assign.
|
|
1709
|
-
* @parameter value The value to assign to the property or function.
|
|
1710
|
-
* @returns Returns the instance of the element for chaining.
|
|
1711
|
-
* @docs
|
|
1712
|
-
*/
|
|
1713
|
-
assign(name: string, value: any): this;
|
|
1714
|
-
/**
|
|
1715
|
-
* {Extend}
|
|
1716
|
-
* Extends the current instance by adding properties or functions from the provided object.
|
|
1717
|
-
* @parameter obj The object containing properties or functions to add to the current instance.
|
|
1718
|
-
* @returns Returns the instance of the element for chaining.
|
|
1719
|
-
* @docs
|
|
1720
|
-
*/
|
|
1721
|
-
extend<T extends Record<string, any>>(props: T & ThisType<this & T>): this & T;
|
|
1722
|
-
/**
|
|
1723
|
-
* {Select Contents}
|
|
1724
|
-
* Selects the contents of the object, optionally overwriting existing selections.
|
|
1725
|
-
* @parameter overwrite Indicates whether to overwrite the current selection.
|
|
1726
|
-
* @returns Returns the instance of the element for chaining.
|
|
1727
|
-
* @docs
|
|
1728
|
-
*/
|
|
1729
|
-
select(overwrite?: boolean): this;
|
|
1730
|
-
/**
|
|
1731
|
-
* {Is Scrollable}
|
|
1732
|
-
* Determines whether the element is scrollable based on its dimensions.
|
|
1733
|
-
* @returns Returns true if the element's scroll height or width exceeds its client height or width, indicating it is scrollable.
|
|
1734
|
-
* @docs
|
|
1735
|
-
*/
|
|
1736
|
-
is_scrollable(): boolean;
|
|
1737
|
-
/**
|
|
1738
|
-
* {Is Scrollable X}
|
|
1739
|
-
* Checks if the element is scrollable in the horizontal direction by comparing its scroll width with its client width.
|
|
1740
|
-
* @returns Returns true if the element is scrollable horizontally, otherwise false.
|
|
1741
|
-
* @docs
|
|
1742
|
-
*/
|
|
1743
|
-
is_scrollable_x(): boolean;
|
|
1744
|
-
/**
|
|
1745
|
-
* {Is Scrollable Y}
|
|
1746
|
-
* Checks if the element is scrollable vertically by comparing its scroll height to its client height.
|
|
1747
|
-
* @returns Returns true if the element is scrollable in the Y direction, otherwise false.
|
|
1748
|
-
* @docs
|
|
1749
|
-
*/
|
|
1750
|
-
is_scrollable_y(): boolean;
|
|
1751
|
-
/**
|
|
1752
|
-
* {Wait Till Children Rendered}
|
|
1753
|
-
* Waits until the element and all its children are fully rendered.
|
|
1754
|
-
* This function should only be used in the `on_render` callback.
|
|
1755
|
-
* Note that it does not work with non-volt nodes and may not function correctly.
|
|
1756
|
-
* @parameter timeout The maximum time to wait for rendering in milliseconds.
|
|
1757
|
-
* @returns Returns a promise that resolves when all children are rendered or rejects on timeout.
|
|
1758
|
-
* @docs
|
|
1759
|
-
*/
|
|
1760
|
-
wait_till_children_rendered(timeout?: number): Promise<void>;
|
|
1761
|
-
/**
|
|
1762
|
-
* {Add Pseudo}
|
|
1763
|
-
* Adds a pseudo element of a specified type to a node.
|
|
1764
|
-
* Ensures that the pseudo element is properly initialized and styled.
|
|
1765
|
-
* @parameter type The type of pseudo element to add (e.g., before, after).
|
|
1766
|
-
* @parameter node The node to which the pseudo element is added.
|
|
1767
|
-
* @returns Returns the instance of the element for chaining.
|
|
1768
|
-
* @docs
|
|
1769
|
-
*/
|
|
1770
|
-
pseudo(type: string, pseudo: PseudoElement): this;
|
|
1771
|
-
/**
|
|
1772
|
-
* {Remove Pseudo}
|
|
1773
|
-
* Remove a pseudo element by the specified node.
|
|
1774
|
-
* @parameter node The node from which the pseudo element will be removed.
|
|
1775
|
-
* @parameter pseudo_id Identifier for the pseudo element to be removed.
|
|
1776
|
-
* @returns Returns the instance of the element for chaining.
|
|
1777
|
-
* @docs
|
|
1778
|
-
*/
|
|
1779
|
-
remove_pseudo(type: string, pseudo: PseudoElement): this;
|
|
1780
|
-
/**
|
|
1781
|
-
* {Remove Pseudos}
|
|
1782
|
-
* Removes all pseudo classes and stylesheets associated with the element.
|
|
1783
|
-
* This function iterates through the class list and removes classes that start with "pseudo_".
|
|
1784
|
-
* @returns Returns the instance of the element for chaining.
|
|
1785
|
-
* @docs
|
|
1786
|
-
*/
|
|
1787
|
-
remove_pseudos(): this;
|
|
1788
|
-
/**
|
|
1789
|
-
* {Add Pseudo Hover}
|
|
1790
|
-
* Adds a pseudo element on mouse hover. This function does not work in combination with other mouse over events.
|
|
1791
|
-
* @parameter type The type of pseudo element to add.
|
|
1792
|
-
* @parameter node The node to which the pseudo element will be applied.
|
|
1793
|
-
* @parameter set_defaults A flag to set default values for the node.
|
|
1794
|
-
* @returns Returns the instance of the element for chaining.
|
|
1795
|
-
* @docs
|
|
1796
|
-
*/
|
|
1797
|
-
pseudo_on_hover(type: string, pseudo: PseudoElement, set_defaults?: boolean): this;
|
|
1798
|
-
/**
|
|
1799
|
-
* {Parent}
|
|
1800
|
-
* Get or set the parent element of the current element.
|
|
1801
|
-
* This is particularly relevant for child elements of specific derived classes.
|
|
1802
|
-
* @parameter value The parent element to set or null to retrieve the current parent.
|
|
1803
|
-
* @docs
|
|
1804
|
-
*/
|
|
1805
|
-
parent<T = undefined | VElement | HTMLElement>(): T;
|
|
1806
|
-
parent(value: any): this;
|
|
1807
|
-
/**
|
|
1808
|
-
* {Absolute Parent}
|
|
1809
|
-
* Sets or gets the absolute parent of the custom element.
|
|
1810
|
-
* When called without arguments, it returns the current absolute parent;
|
|
1811
|
-
* when called with an argument, it sets the absolute parent and returns the instance for chaining.
|
|
1812
|
-
* @parameter value The absolute parent to set.
|
|
1813
|
-
* @docs
|
|
1814
|
-
*/
|
|
1815
|
-
abs_parent<T = undefined | VElement | HTMLElement>(): T;
|
|
1816
|
-
abs_parent(value: any): this;
|
|
1817
|
-
/**
|
|
1818
|
-
* {Assign to Parent As}
|
|
1819
|
-
* Assigns the current element to a specified attribute of the parent element.
|
|
1820
|
-
* @deprecated
|
|
1821
|
-
* @parameter name The name of the attribute to assign the current element to.
|
|
1822
|
-
* @returns Returns the instance of the element for chaining.
|
|
1823
|
-
* @docs
|
|
1824
|
-
*/
|
|
1825
|
-
assign_to_parent_as(name: string): this;
|
|
1826
|
-
/**
|
|
1827
|
-
* {Get Y Offset From Parent}
|
|
1828
|
-
* Calculates the vertical offset of the current node relative to a specified parent node.
|
|
1829
|
-
* @deprecated
|
|
1830
|
-
* @parameter parent The parent node from which to calculate the offset.
|
|
1831
|
-
* @returns Returns the accumulated vertical offset from the current node to the parent node, or null if the parent wasn't found.
|
|
1832
|
-
* @docs
|
|
1833
|
-
*/
|
|
1834
|
-
get_y_offset_from_parent(parent: HTMLElement): number | null;
|
|
1835
|
-
/**
|
|
1836
|
-
* {Absolute Y Offset}
|
|
1837
|
-
* Calculates the absolute vertical offset of the element from the top of the document.
|
|
1838
|
-
* @returns Returns the absolute Y offset in pixels.
|
|
1839
|
-
* @docs
|
|
1840
|
-
*/
|
|
1841
|
-
absolute_y_offset(): number;
|
|
1842
|
-
/**
|
|
1843
|
-
* {Absolute X Offset}
|
|
1844
|
-
* Calculates the absolute X offset of the current element in relation to its offset parents.
|
|
1845
|
-
* @returns Returns the total left offset in pixels as a number.
|
|
1846
|
-
* @docs
|
|
1847
|
-
*/
|
|
1848
|
-
absolute_x_offset(): number;
|
|
1849
|
-
/**
|
|
1850
|
-
* {Exec}
|
|
1851
|
-
* Executes a provided function with the current element as its parameter.
|
|
1852
|
-
* @parameter callback A function to execute with the current element.
|
|
1853
|
-
* @returns Returns the instance of the element for chaining.
|
|
1854
|
-
* @docs
|
|
1855
|
-
*/
|
|
1856
|
-
exec(callback: ElementCallback<this>): this;
|
|
1857
|
-
/**
|
|
1858
|
-
* {Is child}
|
|
1859
|
-
* Check if an element is a direct child of the element or the element itself.
|
|
1860
|
-
* @parameter target The target element to test.
|
|
1861
|
-
* @returns Returns true if the target is a direct child, otherwise false.
|
|
1862
|
-
* @docs
|
|
1863
|
-
*/
|
|
1864
|
-
is_child(target: any): boolean;
|
|
1865
|
-
/**
|
|
1866
|
-
* {Is Child}
|
|
1867
|
-
* Checks if an element is a recursively nested child of the element or the element itself.
|
|
1868
|
-
* @parameter target The target element to test.
|
|
1869
|
-
* @parameter stop_node A node at which to stop checking if target is a parent of the current element.
|
|
1870
|
-
* @returns Returns true if the target is a nested child, otherwise false.
|
|
1871
|
-
* @docs
|
|
1872
|
-
*/
|
|
1873
|
-
is_nested_child(target: any, stop_node?: any): boolean;
|
|
1874
|
-
/**
|
|
1875
|
-
* {To String}
|
|
1876
|
-
* Converts the current element to its string representation, setting an attribute in the process.
|
|
1877
|
-
* @returns Returns the outer HTML of the element as a string.
|
|
1878
|
-
* @docs
|
|
1879
|
-
*/
|
|
1880
|
-
toString(): string;
|
|
1881
|
-
accent_color(): string;
|
|
1882
|
-
accent_color(value: string): this;
|
|
1883
|
-
align_content(): string;
|
|
1884
|
-
align_content(value: string): this;
|
|
1885
|
-
align_items(): string;
|
|
1886
|
-
align_items(value: string): this;
|
|
1887
|
-
align_self(): string;
|
|
1888
|
-
align_self(value: string): this;
|
|
1889
|
-
all(): string;
|
|
1890
|
-
all(value: string): this;
|
|
1891
|
-
animation(): string;
|
|
1892
|
-
animation(value: string): this;
|
|
1893
|
-
animation_delay(): string;
|
|
1894
|
-
animation_delay(value: string | number): this;
|
|
1895
|
-
animation_direction(): string;
|
|
1896
|
-
animation_direction(value: string): this;
|
|
1897
|
-
animation_duration(): string;
|
|
1898
|
-
animation_duration(value: string | number): this;
|
|
1899
|
-
animation_fill_mode(): string;
|
|
1900
|
-
animation_fill_mode(value: string): this;
|
|
1901
|
-
animation_iteration_count(): string;
|
|
1902
|
-
animation_iteration_count(value: string | number): this;
|
|
1903
|
-
animation_name(): string;
|
|
1904
|
-
animation_name(value: string): this;
|
|
1905
|
-
animation_play_state(): string;
|
|
1906
|
-
animation_play_state(value: string): this;
|
|
1907
|
-
animation_timing_function(): string;
|
|
1908
|
-
animation_timing_function(value: string): this;
|
|
1909
|
-
aspect_ratio(): string;
|
|
1910
|
-
aspect_ratio(value: string): this;
|
|
1911
|
-
backdrop_filter(): string;
|
|
1912
|
-
backdrop_filter(value: string): this;
|
|
1913
|
-
backface_visibility(): string;
|
|
1914
|
-
backface_visibility(value: string): this;
|
|
1915
|
-
background_attachment(): string;
|
|
1916
|
-
background_attachment(value: string): this;
|
|
1917
|
-
background_blend_mode(): string;
|
|
1918
|
-
background_blend_mode(value: string): this;
|
|
1919
|
-
background_clip(): string;
|
|
1920
|
-
background_clip(value: string): this;
|
|
1921
|
-
background_color(): string;
|
|
1922
|
-
background_color(value: string): this;
|
|
1923
|
-
background_image(): string;
|
|
1924
|
-
background_image(value: string): this;
|
|
1925
|
-
background_origin(): string;
|
|
1926
|
-
background_origin(value: string): this;
|
|
1927
|
-
background_position(): string;
|
|
1928
|
-
background_position(value: string): this;
|
|
1929
|
-
background_position_x(): string;
|
|
1930
|
-
background_position_x(value: string | number): this;
|
|
1931
|
-
background_position_y(): string;
|
|
1932
|
-
background_position_y(value: string | number): this;
|
|
1933
|
-
background_repeat(): string;
|
|
1934
|
-
background_repeat(value: string): this;
|
|
1935
|
-
background_size(): string;
|
|
1936
|
-
background_size(value: string | number): this;
|
|
1937
|
-
block_size(): string;
|
|
1938
|
-
block_size(value: string | number): this;
|
|
1939
|
-
border_block(): string;
|
|
1940
|
-
border_block(value: string): this | string;
|
|
1941
|
-
border_block_color(): string;
|
|
1942
|
-
border_block_color(value: string): this;
|
|
1943
|
-
border_block_end_color(): string;
|
|
1944
|
-
border_block_end_color(value: string): this;
|
|
1945
|
-
border_block_end_style(): string;
|
|
1946
|
-
border_block_end_style(value: string): this;
|
|
1947
|
-
border_block_end_width(): string;
|
|
1948
|
-
border_block_end_width(value: string | number): this;
|
|
1949
|
-
border_block_start_color(): string;
|
|
1950
|
-
border_block_start_color(value: string): this;
|
|
1951
|
-
border_block_start_style(): string;
|
|
1952
|
-
border_block_start_style(value: string): this;
|
|
1953
|
-
border_block_start_width(): string;
|
|
1954
|
-
border_block_start_width(value: string | number): this;
|
|
1955
|
-
border_block_style(): string;
|
|
1956
|
-
border_block_style(value: string): this;
|
|
1957
|
-
border_block_width(): string;
|
|
1958
|
-
border_block_width(value: string | number): this;
|
|
1959
|
-
border_bottom_color(): string;
|
|
1960
|
-
border_bottom_color(value: string): this;
|
|
1961
|
-
border_bottom_left_radius(): string;
|
|
1962
|
-
border_bottom_left_radius(value: string | number): this;
|
|
1963
|
-
border_bottom_right_radius(): string;
|
|
1964
|
-
border_bottom_right_radius(value: string | number): this;
|
|
1965
|
-
border_bottom_style(): string;
|
|
1966
|
-
border_bottom_style(value: string): this;
|
|
1967
|
-
border_bottom_width(): string;
|
|
1968
|
-
border_bottom_width(value: string | number): this;
|
|
1969
|
-
border_collapse(): string;
|
|
1970
|
-
border_collapse(value: string): this;
|
|
1971
|
-
border_color(): string;
|
|
1972
|
-
border_color(value: string): this;
|
|
1973
|
-
border_image(): string;
|
|
1974
|
-
border_image(value: string): this;
|
|
1975
|
-
border_image_outset(): string;
|
|
1976
|
-
border_image_outset(value: string | number): this;
|
|
1977
|
-
border_image_repeat(): string;
|
|
1978
|
-
border_image_repeat(value: string): this;
|
|
1979
|
-
border_image_slice(): string;
|
|
1980
|
-
border_image_slice(value: string | number): this;
|
|
1981
|
-
border_image_source(): string;
|
|
1982
|
-
border_image_source(value: string): this;
|
|
1983
|
-
border_image_width(): string;
|
|
1984
|
-
border_image_width(value: string | number): this;
|
|
1985
|
-
border_inline(): string;
|
|
1986
|
-
border_inline(value: string | number): this;
|
|
1987
|
-
border_inline_color(): string;
|
|
1988
|
-
border_inline_color(value: string): this;
|
|
1989
|
-
border_inline_end_color(): string;
|
|
1990
|
-
border_inline_end_color(value: string): this;
|
|
1991
|
-
border_inline_end_style(): string;
|
|
1992
|
-
border_inline_end_style(value: string): this;
|
|
1993
|
-
border_inline_end_width(): string;
|
|
1994
|
-
border_inline_end_width(value: string | number): this;
|
|
1995
|
-
border_inline_start_color(): string;
|
|
1996
|
-
border_inline_start_color(value: string): this;
|
|
1997
|
-
border_inline_start_style(): string;
|
|
1998
|
-
border_inline_start_style(value: string): this;
|
|
1999
|
-
border_inline_start_width(): string;
|
|
2000
|
-
border_inline_start_width(value: string | number): this;
|
|
2001
|
-
border_inline_style(): string;
|
|
2002
|
-
border_inline_style(value: string): this;
|
|
2003
|
-
border_inline_width(): string;
|
|
2004
|
-
border_inline_width(value: string | number): this;
|
|
2005
|
-
border_left_color(): string;
|
|
2006
|
-
border_left_color(value: string): this;
|
|
2007
|
-
border_left_style(): string;
|
|
2008
|
-
border_left_style(value: string): this;
|
|
2009
|
-
border_left_width(): string;
|
|
2010
|
-
border_left_width(value: string | number): this;
|
|
2011
|
-
border_radius(): string;
|
|
2012
|
-
border_radius(value: string | number): this;
|
|
2013
|
-
border_right_color(): string;
|
|
2014
|
-
border_right_color(value: string): this;
|
|
2015
|
-
border_right_style(): string;
|
|
2016
|
-
border_right_style(value: string): this;
|
|
2017
|
-
border_right_width(): string;
|
|
2018
|
-
border_right_width(value: string | number): this;
|
|
2019
|
-
border_spacing(): string;
|
|
2020
|
-
border_spacing(value: string | number): this;
|
|
2021
|
-
border_style(): string;
|
|
2022
|
-
border_style(value: string): this;
|
|
2023
|
-
border_top_color(): string;
|
|
2024
|
-
border_top_color(value: string): this;
|
|
2025
|
-
border_top_left_radius(): string;
|
|
2026
|
-
border_top_left_radius(value: string | number): this;
|
|
2027
|
-
border_top_right_radius(): string;
|
|
2028
|
-
border_top_right_radius(value: string | number): this;
|
|
2029
|
-
border_top_style(): string;
|
|
2030
|
-
border_top_style(value: string): this;
|
|
2031
|
-
border_top_width(): string;
|
|
2032
|
-
border_top_width(value: string | number): this;
|
|
2033
|
-
border_width(): string;
|
|
2034
|
-
border_width(value: string | number): this;
|
|
2035
|
-
bottom(): string;
|
|
2036
|
-
bottom(value: string | number): this;
|
|
2037
|
-
box_decoration_break(): string;
|
|
2038
|
-
box_decoration_break(value: string): this;
|
|
2039
|
-
box_reflect(): string;
|
|
2040
|
-
box_reflect(value: string): this;
|
|
2041
|
-
box_shadow(): string;
|
|
2042
|
-
box_shadow(value: string): this;
|
|
2043
|
-
box_sizing(): string;
|
|
2044
|
-
box_sizing(value: string): this;
|
|
2045
|
-
break_after(): string | this;
|
|
2046
|
-
break_after(value: string): this;
|
|
2047
|
-
break_before(): string;
|
|
2048
|
-
break_before(value: string): this;
|
|
2049
|
-
break_inside(): string;
|
|
2050
|
-
break_inside(value: string): this;
|
|
2051
|
-
caption_side(): string;
|
|
2052
|
-
caption_side(value: string): this;
|
|
2053
|
-
caret_color(): string;
|
|
2054
|
-
caret_color(value: string): this;
|
|
2055
|
-
clear(): string;
|
|
2056
|
-
clear(value: string): this;
|
|
2057
|
-
clip(): string;
|
|
2058
|
-
clip(value: string): this;
|
|
2059
|
-
column_count(): null | number;
|
|
2060
|
-
column_count(value: string | number): this;
|
|
2061
|
-
column_fill(): string;
|
|
2062
|
-
column_fill(value: string): this;
|
|
2063
|
-
column_gap(): string;
|
|
2064
|
-
column_gap(value: string | number): this;
|
|
2065
|
-
column_rule(): string;
|
|
2066
|
-
column_rule(value: string): this;
|
|
2067
|
-
column_rule_color(): string;
|
|
2068
|
-
column_rule_color(value: string): this;
|
|
2069
|
-
column_rule_style(): string;
|
|
2070
|
-
column_rule_style(value: string): this;
|
|
2071
|
-
column_rule_width(): string;
|
|
2072
|
-
column_rule_width(value: string | number): this;
|
|
2073
|
-
column_span(): null | number;
|
|
2074
|
-
column_span(value: number): this;
|
|
2075
|
-
column_width(): string;
|
|
2076
|
-
column_width(value: string | number): this;
|
|
2077
|
-
columns(): string;
|
|
2078
|
-
columns(value: string | number): this;
|
|
2079
|
-
content(): string;
|
|
2080
|
-
content(value: string | number): this;
|
|
2081
|
-
counter_increment(): string;
|
|
2082
|
-
counter_increment(value: string | number): this;
|
|
2083
|
-
counter_reset(): string;
|
|
2084
|
-
counter_reset(value: string): this;
|
|
2085
|
-
cursor(): string;
|
|
2086
|
-
cursor(value: string): this;
|
|
2087
|
-
direction(): string;
|
|
2088
|
-
direction(value: string): this;
|
|
2089
|
-
empty_cells(): string;
|
|
2090
|
-
empty_cells(value: string): this;
|
|
2091
|
-
filter(): string;
|
|
2092
|
-
filter(value: string): this;
|
|
2093
|
-
flex(): string;
|
|
2094
|
-
flex(value: boolean | number | string): this;
|
|
2095
|
-
flex_basis(): string;
|
|
2096
|
-
flex_basis(value: string | number): this;
|
|
2097
|
-
flex_direction(): string;
|
|
2098
|
-
flex_direction(value: string): this;
|
|
2099
|
-
flex_flow(): string;
|
|
2100
|
-
flex_flow(value: string): this;
|
|
2101
|
-
flex_grow(): null | number;
|
|
2102
|
-
flex_grow(value: string | number): this;
|
|
2103
|
-
flex_shrink(): null | number;
|
|
2104
|
-
flex_shrink(value: string | number): this;
|
|
2105
|
-
flex_wrap(): string;
|
|
2106
|
-
flex_wrap(value: string): this;
|
|
2107
|
-
float(): string;
|
|
2108
|
-
float(value: string): this;
|
|
2109
|
-
font(): string;
|
|
2110
|
-
font(value: string): this;
|
|
2111
|
-
font_family(): string;
|
|
2112
|
-
font_family(value: string): this;
|
|
2113
|
-
font_feature_settings(): string;
|
|
2114
|
-
font_feature_settings(value: string): this;
|
|
2115
|
-
font_kerning(): string;
|
|
2116
|
-
font_kerning(value: string): this;
|
|
2117
|
-
font_language_override(): string;
|
|
2118
|
-
font_language_override(value: string): this;
|
|
2119
|
-
font_size(): string;
|
|
2120
|
-
font_size(value: string | number): this;
|
|
2121
|
-
font_size_adjust(): string;
|
|
2122
|
-
font_size_adjust(value: string): this;
|
|
2123
|
-
font_stretch(): string;
|
|
2124
|
-
font_stretch(value: string): this;
|
|
2125
|
-
font_style(): string;
|
|
2126
|
-
font_style(value: string): this;
|
|
2127
|
-
font_synthesis(): string;
|
|
2128
|
-
font_synthesis(value: string): this;
|
|
2129
|
-
font_variant(): string;
|
|
2130
|
-
font_variant(value: string): this;
|
|
2131
|
-
font_variant_alternates(): string;
|
|
2132
|
-
font_variant_alternates(value: string): this;
|
|
2133
|
-
font_variant_caps(): string;
|
|
2134
|
-
font_variant_caps(value: string): this;
|
|
2135
|
-
font_variant_east_asian(): string;
|
|
2136
|
-
font_variant_east_asian(value: string): this;
|
|
2137
|
-
font_variant_ligatures(): string;
|
|
2138
|
-
font_variant_ligatures(value: string): this;
|
|
2139
|
-
font_variant_numeric(): string;
|
|
2140
|
-
font_variant_numeric(value: string): this;
|
|
2141
|
-
font_variant_position(): string;
|
|
2142
|
-
font_variant_position(value: string): this;
|
|
2143
|
-
font_weight(): string;
|
|
2144
|
-
font_weight(value: string | number): this;
|
|
2145
|
-
gap(): string;
|
|
2146
|
-
gap(value: string | number): this;
|
|
2147
|
-
grid(): string;
|
|
2148
|
-
grid(value: string): this;
|
|
2149
|
-
grid_area(): string;
|
|
2150
|
-
grid_area(value: string): this;
|
|
2151
|
-
grid_auto_columns(): string;
|
|
2152
|
-
grid_auto_columns(value: string | number): this;
|
|
2153
|
-
grid_auto_flow(): string;
|
|
2154
|
-
grid_auto_flow(value: string): this;
|
|
2155
|
-
grid_auto_rows(): string;
|
|
2156
|
-
grid_auto_rows(value: string | number): this;
|
|
2157
|
-
grid_column(): string;
|
|
2158
|
-
grid_column(value: string): this;
|
|
2159
|
-
grid_column_end(): string;
|
|
2160
|
-
grid_column_end(value: string | number): this;
|
|
2161
|
-
grid_column_gap(): string;
|
|
2162
|
-
grid_column_gap(value: string | number): this;
|
|
2163
|
-
grid_column_start(): string;
|
|
2164
|
-
grid_column_start(value: string | number): this;
|
|
2165
|
-
grid_gap(): string;
|
|
2166
|
-
grid_gap(value: string | number): this;
|
|
2167
|
-
grid_row(): string;
|
|
2168
|
-
grid_row(value: string): this;
|
|
2169
|
-
grid_row_end(): string;
|
|
2170
|
-
grid_row_end(value: string): this;
|
|
2171
|
-
grid_row_gap(): string;
|
|
2172
|
-
grid_row_gap(value: string | number): this;
|
|
2173
|
-
grid_row_start(): string;
|
|
2174
|
-
grid_row_start(value: string | number): this;
|
|
2175
|
-
grid_template(): string;
|
|
2176
|
-
grid_template(value: string): this;
|
|
2177
|
-
grid_template_areas(): string;
|
|
2178
|
-
grid_template_areas(value: string): this;
|
|
2179
|
-
grid_template_columns(): string;
|
|
2180
|
-
grid_template_columns(value: string): this;
|
|
2181
|
-
grid_template_rows(): string;
|
|
2182
|
-
grid_template_rows(value: string | number): this;
|
|
2183
|
-
hanging_punctuation(): string;
|
|
2184
|
-
hanging_punctuation(value: string): this;
|
|
2185
|
-
hyphens(): string;
|
|
2186
|
-
hyphens(value: string): this;
|
|
2187
|
-
image_rendering(): string;
|
|
2188
|
-
image_rendering(value: string): this;
|
|
2189
|
-
inline_size(): string;
|
|
2190
|
-
inline_size(value: string | number): this;
|
|
2191
|
-
inset(): string;
|
|
2192
|
-
inset(value: string | number): this;
|
|
2193
|
-
inset_block(): string | undefined;
|
|
2194
|
-
inset_block(value: string | number): this;
|
|
2195
|
-
inset_block_end(): string;
|
|
2196
|
-
inset_block_end(value: string | number): this;
|
|
2197
|
-
inset_block_start(): string;
|
|
2198
|
-
inset_block_start(value: string | number): this;
|
|
2199
|
-
inset_inline(): string;
|
|
2200
|
-
inset_inline(value: string | number): this;
|
|
2201
|
-
inset_inline_end(): string;
|
|
2202
|
-
inset_inline_end(value: string | number): this;
|
|
2203
|
-
inset_inline_start(): string;
|
|
2204
|
-
inset_inline_start(value: string | number): this;
|
|
2205
|
-
isolation(): string;
|
|
2206
|
-
isolation(value: string): this;
|
|
2207
|
-
justify_content(): string;
|
|
2208
|
-
justify_content(value: string): this;
|
|
2209
|
-
justify_items(): string;
|
|
2210
|
-
justify_items(value: string): this;
|
|
2211
|
-
justify_self(): string;
|
|
2212
|
-
justify_self(value: string): this;
|
|
2213
|
-
left(): string;
|
|
2214
|
-
left(value: string | number): this;
|
|
2215
|
-
letter_spacing(): string;
|
|
2216
|
-
letter_spacing(value: string | number): this;
|
|
2217
|
-
line_break(): string;
|
|
2218
|
-
line_break(value: string): this;
|
|
2219
|
-
line_height(): string;
|
|
2220
|
-
line_height(value: string | number): this;
|
|
2221
|
-
list_style(): string;
|
|
2222
|
-
list_style(value: string): this;
|
|
2223
|
-
list_style_image(): string;
|
|
2224
|
-
list_style_image(value: string): this;
|
|
2225
|
-
list_style_position(): string;
|
|
2226
|
-
list_style_position(value: string): this;
|
|
2227
|
-
list_style_type(): string;
|
|
2228
|
-
list_style_type(value: string): this;
|
|
2229
|
-
margin_block(): string;
|
|
2230
|
-
margin_block(value: string | number): this;
|
|
2231
|
-
margin_block_end(): string;
|
|
2232
|
-
margin_block_end(value: string | number): this;
|
|
2233
|
-
margin_block_start(): string;
|
|
2234
|
-
margin_block_start(value: string | number): this;
|
|
2235
|
-
margin_inline(): string;
|
|
2236
|
-
margin_inline(value: string | number): this;
|
|
2237
|
-
margin_inline_end(): string;
|
|
2238
|
-
margin_inline_end(value: string | number): this;
|
|
2239
|
-
margin_inline_start(): string;
|
|
2240
|
-
margin_inline_start(value: string | number): this;
|
|
2241
|
-
mask(): string;
|
|
2242
|
-
mask(value: string): this;
|
|
2243
|
-
mask_clip(): string;
|
|
2244
|
-
mask_clip(value: string): this;
|
|
2245
|
-
mask_composite(): string;
|
|
2246
|
-
mask_composite(value: string): this;
|
|
2247
|
-
mask_image(): string;
|
|
2248
|
-
mask_image(value: string): this;
|
|
2249
|
-
mask_mode(): string;
|
|
2250
|
-
mask_mode(value: string): this;
|
|
2251
|
-
mask_origin(): string;
|
|
2252
|
-
mask_origin(value: string): this;
|
|
2253
|
-
mask_position(): string;
|
|
2254
|
-
mask_position(value: string): this;
|
|
2255
|
-
mask_repeat(): string;
|
|
2256
|
-
mask_repeat(value: string): this;
|
|
2257
|
-
mask_size(): string;
|
|
2258
|
-
mask_size(value: string | number): this;
|
|
2259
|
-
mask_type(): string;
|
|
2260
|
-
mask_type(value: string): this;
|
|
2261
|
-
max_height(): number | string;
|
|
2262
|
-
max_height(value: string | number): this;
|
|
2263
|
-
max_width(): number | string;
|
|
2264
|
-
max_width(value: string | number): this;
|
|
2265
|
-
max_block_size(): string;
|
|
2266
|
-
max_block_size(value: string | number): this;
|
|
2267
|
-
max_inline_size(): string | number;
|
|
2268
|
-
max_inline_size(value: string | number): this;
|
|
2269
|
-
min_block_size(): null | number;
|
|
2270
|
-
min_block_size(value: number): this;
|
|
2271
|
-
min_inline_size(): string;
|
|
2272
|
-
min_inline_size(value: string | number): this;
|
|
2273
|
-
mix_blend_mode(): string;
|
|
2274
|
-
mix_blend_mode(value: string): this;
|
|
2275
|
-
object_fit(): string;
|
|
2276
|
-
object_fit(value: string): this;
|
|
2277
|
-
object_position(): string;
|
|
2278
|
-
object_position(value: string): this;
|
|
2279
|
-
offset(): string;
|
|
2280
|
-
offset(value: string | number): this;
|
|
2281
|
-
offset_anchor(): string;
|
|
2282
|
-
offset_anchor(value: string): this;
|
|
2283
|
-
offset_distance(): string;
|
|
2284
|
-
offset_distance(value: string | number): this;
|
|
2285
|
-
offset_path(): string;
|
|
2286
|
-
offset_path(value: string): this;
|
|
2287
|
-
offset_rotate(): string;
|
|
2288
|
-
offset_rotate(value: string | number): this;
|
|
2289
|
-
order(): string;
|
|
2290
|
-
order(value: string | number): this;
|
|
2291
|
-
orphans(): null | number;
|
|
2292
|
-
orphans(value: number): this;
|
|
2293
|
-
outline(): string;
|
|
2294
|
-
outline(value: string): this;
|
|
2295
|
-
outline_color(): string;
|
|
2296
|
-
outline_color(value: string): this;
|
|
2297
|
-
outline_offset(): string;
|
|
2298
|
-
outline_offset(value: string | number): this;
|
|
2299
|
-
outline_style(): string;
|
|
2300
|
-
outline_style(value: string): this;
|
|
2301
|
-
outline_width(): string;
|
|
2302
|
-
outline_width(value: string | number): this;
|
|
2303
|
-
overflow(): string;
|
|
2304
|
-
overflow(value: string): this;
|
|
2305
|
-
overflow_anchor(): string;
|
|
2306
|
-
overflow_anchor(value: string): this;
|
|
2307
|
-
overflow_wrap(): string;
|
|
2308
|
-
overflow_wrap(value: string): this;
|
|
2309
|
-
overflow_x(): string;
|
|
2310
|
-
overflow_x(value: string): this;
|
|
2311
|
-
overflow_y(): string;
|
|
2312
|
-
overflow_y(value: string): this;
|
|
2313
|
-
overscroll_behavior(): string;
|
|
2314
|
-
overscroll_behavior(value: string): this;
|
|
2315
|
-
overscroll_behavior_block(): string;
|
|
2316
|
-
overscroll_behavior_block(value: string): this;
|
|
2317
|
-
overscroll_behavior_inline(): string;
|
|
2318
|
-
overscroll_behavior_inline(value: string): this;
|
|
2319
|
-
overscroll_behavior_x(): string;
|
|
2320
|
-
overscroll_behavior_x(value: string): this;
|
|
2321
|
-
overscroll_behavior_y(): string;
|
|
2322
|
-
overscroll_behavior_y(value: string): this;
|
|
2323
|
-
padding_block(): string | undefined;
|
|
2324
|
-
padding_block(value: string | number): this;
|
|
2325
|
-
padding_block_end(): string;
|
|
2326
|
-
padding_block_end(value: string | number): this;
|
|
2327
|
-
padding_block_start(): string;
|
|
2328
|
-
padding_block_start(value: string | number): this;
|
|
2329
|
-
padding_inline(): string;
|
|
2330
|
-
padding_inline(value: string | number): this;
|
|
2331
|
-
padding_inline_end(): string;
|
|
2332
|
-
padding_inline_end(value: string | number): this;
|
|
2333
|
-
padding_inline_start(): string;
|
|
2334
|
-
padding_inline_start(value: string | number): this;
|
|
2335
|
-
page_break_after(): string;
|
|
2336
|
-
page_break_after(value: string): this;
|
|
2337
|
-
page_break_before(): string;
|
|
2338
|
-
page_break_before(value: string): this;
|
|
2339
|
-
page_break_inside(): string;
|
|
2340
|
-
page_break_inside(value: string): this;
|
|
2341
|
-
paint_order(): string;
|
|
2342
|
-
paint_order(value: string): this;
|
|
2343
|
-
perspective(): string;
|
|
2344
|
-
perspective(value: string | number): this;
|
|
2345
|
-
perspective_origin(): string;
|
|
2346
|
-
perspective_origin(value: string): this;
|
|
2347
|
-
place_content(): string;
|
|
2348
|
-
place_content(value: string): this;
|
|
2349
|
-
place_items(): string;
|
|
2350
|
-
place_items(value: string): this;
|
|
2351
|
-
place_self(): string;
|
|
2352
|
-
place_self(value: string): this;
|
|
2353
|
-
pointer_events(): string;
|
|
2354
|
-
pointer_events(value: string): this;
|
|
2355
|
-
quotes(): string;
|
|
2356
|
-
quotes(value: string): this;
|
|
2357
|
-
resize(): string;
|
|
2358
|
-
resize(value: string): this;
|
|
2359
|
-
right(): string;
|
|
2360
|
-
right(value: number | string): this;
|
|
2361
|
-
row_gap(): string;
|
|
2362
|
-
row_gap(value: string | number): this;
|
|
2363
|
-
scale(): null | number;
|
|
2364
|
-
scale(value: number): this;
|
|
2365
|
-
scroll_behavior(): string;
|
|
2366
|
-
scroll_behavior(value: string): this;
|
|
2367
|
-
scroll_margin(): string;
|
|
2368
|
-
scroll_margin(value: string | number): this;
|
|
2369
|
-
scroll_margin_block(): string;
|
|
2370
|
-
scroll_margin_block(value: string | number): this;
|
|
2371
|
-
scroll_margin_block_end(): string;
|
|
2372
|
-
scroll_margin_block_end(value: string | number): this;
|
|
2373
|
-
scroll_margin_block_start(): string;
|
|
2374
|
-
scroll_margin_block_start(value: string | number): this;
|
|
2375
|
-
scroll_margin_bottom(): string;
|
|
2376
|
-
scroll_margin_bottom(value: string | number): this;
|
|
2377
|
-
scroll_margin_inline(): string;
|
|
2378
|
-
scroll_margin_inline(value: string | number): this;
|
|
2379
|
-
scroll_margin_inline_end(): string;
|
|
2380
|
-
scroll_margin_inline_end(value: string | number): this;
|
|
2381
|
-
scroll_margin_inline_start(): string;
|
|
2382
|
-
scroll_margin_inline_start(value: string): this;
|
|
2383
|
-
scroll_margin_left(): string;
|
|
2384
|
-
scroll_margin_left(value: string | number): this;
|
|
2385
|
-
/**
|
|
2386
|
-
* {Scroll Margin Right}
|
|
2387
|
-
* Specifies the margin between the snap position on the right side and the container.
|
|
2388
|
-
* The equivalent of CSS attribute `scrollMarginRight`. Returns the attribute value when parameter `value` is `null`.
|
|
2389
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2390
|
-
* @returns r: Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2391
|
-
* @docs
|
|
2392
|
-
*/
|
|
2393
|
-
scroll_margin_right(): string;
|
|
2394
|
-
scroll_margin_right(value: string | number): this;
|
|
2395
|
-
scroll_margin_top(): string;
|
|
2396
|
-
scroll_margin_top(value: string | number): this;
|
|
2397
|
-
scroll_padding(): string;
|
|
2398
|
-
scroll_padding(value: string | number): this;
|
|
2399
|
-
scroll_padding_block(): string;
|
|
2400
|
-
scroll_padding_block(value: string | number): this;
|
|
2401
|
-
scroll_padding_block_end(): string;
|
|
2402
|
-
scroll_padding_block_end(value: string | number): this;
|
|
2403
|
-
scroll_padding_block_start(): string;
|
|
2404
|
-
scroll_padding_block_start(value: string | number): this;
|
|
2405
|
-
scroll_padding_bottom(): string;
|
|
2406
|
-
scroll_padding_bottom(value: string | number): this;
|
|
2407
|
-
scroll_padding_inline(): string;
|
|
2408
|
-
scroll_padding_inline(value: string | number): this;
|
|
2409
|
-
scroll_padding_inline_end(): string;
|
|
2410
|
-
scroll_padding_inline_end(value: string | number): this;
|
|
2411
|
-
scroll_padding_inline_start(): string;
|
|
2412
|
-
scroll_padding_inline_start(value: string | number): this;
|
|
2413
|
-
scroll_padding_left(): string;
|
|
2414
|
-
scroll_padding_left(value: string | number): this;
|
|
2415
|
-
scroll_padding_right(): string;
|
|
2416
|
-
scroll_padding_right(value: string | number): this;
|
|
2417
|
-
scroll_padding_top(): string;
|
|
2418
|
-
scroll_padding_top(value: string | number): this;
|
|
2419
|
-
scroll_snap_align(): string;
|
|
2420
|
-
scroll_snap_align(value: string): this;
|
|
2421
|
-
scroll_snap_stop(): string;
|
|
2422
|
-
scroll_snap_stop(value: string): this;
|
|
2423
|
-
scroll_snap_type(): string;
|
|
2424
|
-
scroll_snap_type(value: string): this;
|
|
2425
|
-
scrollbar_color(): string;
|
|
2426
|
-
scrollbar_color(value: string): this;
|
|
2427
|
-
tab_size(): string;
|
|
2428
|
-
tab_size(value: string | number): this;
|
|
2429
|
-
table_layout(): string;
|
|
2430
|
-
table_layout(value: string): this;
|
|
2431
|
-
text_align(): string;
|
|
2432
|
-
text_align(value: string): this;
|
|
2433
|
-
text_align_last(): string;
|
|
2434
|
-
text_align_last(value: string): this;
|
|
2435
|
-
text_combine_upright(): string;
|
|
2436
|
-
text_combine_upright(value: string): this;
|
|
2437
|
-
text_decoration(): string;
|
|
2438
|
-
text_decoration(value: string): this;
|
|
2439
|
-
text_decoration_color(): string;
|
|
2440
|
-
text_decoration_color(value: string): this;
|
|
2441
|
-
text_decoration_line(): string;
|
|
2442
|
-
text_decoration_line(value: string): this;
|
|
2443
|
-
text_decoration_style(): string;
|
|
2444
|
-
text_decoration_style(value: string): this;
|
|
2445
|
-
text_decoration_thickness(): string;
|
|
2446
|
-
text_decoration_thickness(value: string | number): this;
|
|
2447
|
-
text_emphasis(): string;
|
|
2448
|
-
text_emphasis(value: string): this;
|
|
2449
|
-
text_indent(): string;
|
|
2450
|
-
text_indent(value: string | number): this;
|
|
2451
|
-
text_justify(): string;
|
|
2452
|
-
text_justify(value: string): this;
|
|
2453
|
-
text_orientation(): string;
|
|
2454
|
-
text_orientation(value: string): this;
|
|
2455
|
-
text_overflow(): string;
|
|
2456
|
-
text_overflow(value: string): this;
|
|
2457
|
-
text_shadow(): string;
|
|
2458
|
-
text_shadow(value: string): this;
|
|
2459
|
-
text_transform(): string;
|
|
2460
|
-
text_transform(value: string): this;
|
|
2461
|
-
text_underline_position(): string;
|
|
2462
|
-
text_underline_position(value: string): this;
|
|
2463
|
-
top(): string;
|
|
2464
|
-
top(value: string | number): this;
|
|
2465
|
-
transform(): string;
|
|
2466
|
-
transform(value: string): this;
|
|
2467
|
-
transform_origin(): string;
|
|
2468
|
-
transform_origin(value: string): this;
|
|
2469
|
-
transform_style(): string;
|
|
2470
|
-
transform_style(value: string): this;
|
|
2471
|
-
transition(): string;
|
|
2472
|
-
transition(value: string): this;
|
|
2473
|
-
transition_delay(): string;
|
|
2474
|
-
transition_delay(value: string | number): this;
|
|
2475
|
-
transition_duration(): string | undefined;
|
|
2476
|
-
transition_duration(value: string | number): this;
|
|
2477
|
-
transition_property(): string;
|
|
2478
|
-
transition_property(value: string): this;
|
|
2479
|
-
transition_timing_function(): string;
|
|
2480
|
-
transition_timing_function(value: string): this;
|
|
2481
|
-
/**
|
|
2482
|
-
* {Translate}
|
|
2483
|
-
* Specifies the position of an element. The equivalent of CSS attribute `translate`.
|
|
2484
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2485
|
-
* @returns r: Returns the attribute's value if `value` is `null`, otherwise returns the instance of the element for chaining.
|
|
2486
|
-
* @docs
|
|
2487
|
-
*/
|
|
2488
|
-
translate(): string;
|
|
2489
|
-
translate(value: string | number): this;
|
|
2490
|
-
unicode_bidi(): string;
|
|
2491
|
-
unicode_bidi(value: string): this;
|
|
2492
|
-
user_select(): string;
|
|
2493
|
-
user_select(value: string): this;
|
|
2494
|
-
visibility(): string;
|
|
2495
|
-
visibility(value: string): this;
|
|
2496
|
-
white_space(): string;
|
|
2497
|
-
white_space(value: string): this;
|
|
2498
|
-
widows(): string;
|
|
2499
|
-
widows(value: string | number): this;
|
|
2500
|
-
word_break(): string;
|
|
2501
|
-
word_break(value: string): this;
|
|
2502
|
-
word_spacing(): string;
|
|
2503
|
-
word_spacing(value: string | number): this;
|
|
2504
|
-
word_wrap(): string;
|
|
2505
|
-
word_wrap(value: string): this;
|
|
2506
|
-
writing_mode(): string;
|
|
2507
|
-
writing_mode(value: string): this;
|
|
2508
|
-
focusable(): boolean;
|
|
2509
|
-
focusable(value: boolean): this;
|
|
2510
|
-
alt(): string;
|
|
2511
|
-
alt(value: string): this;
|
|
2512
|
-
readonly(): boolean;
|
|
2513
|
-
readonly(value: boolean): this;
|
|
2514
|
-
download(): string;
|
|
2515
|
-
download(value: string): this;
|
|
2516
|
-
accept(): string;
|
|
2517
|
-
accept(value: string): this;
|
|
2518
|
-
accept_charset(): string;
|
|
2519
|
-
accept_charset(value: string): this;
|
|
2520
|
-
action(): string;
|
|
2521
|
-
action(value: string): this;
|
|
2522
|
-
async(): boolean;
|
|
2523
|
-
async(value: boolean): this;
|
|
2524
|
-
auto_complete(): "" | "on" | "off";
|
|
2525
|
-
auto_complete(value: "" | "on" | "off"): this;
|
|
2526
|
-
auto_focus(): boolean;
|
|
2527
|
-
auto_focus(value: boolean): this;
|
|
2528
|
-
auto_play(): boolean;
|
|
2529
|
-
auto_play(value: boolean): this;
|
|
2530
|
-
charset(): string;
|
|
2531
|
-
charset(value: string): this;
|
|
2532
|
-
checked(): boolean;
|
|
2533
|
-
checked(value: boolean): this;
|
|
2534
|
-
cite(): string;
|
|
2535
|
-
cite(value: string): this;
|
|
2536
|
-
cols(): null | number;
|
|
2537
|
-
cols(value: number): this;
|
|
2538
|
-
colspan(): null | number;
|
|
2539
|
-
colspan(value: number): this;
|
|
2540
|
-
content_editable(): boolean;
|
|
2541
|
-
content_editable(value: boolean): this;
|
|
2542
|
-
controls(): boolean;
|
|
2543
|
-
controls(value: boolean): this;
|
|
2544
|
-
coords(): string;
|
|
2545
|
-
coords(value: string): this;
|
|
2546
|
-
data(): string;
|
|
2547
|
-
data(value: string | number): this;
|
|
2548
|
-
datetime(): string;
|
|
2549
|
-
datetime(value: string): this;
|
|
2550
|
-
default(): boolean;
|
|
2551
|
-
default(value: boolean): this;
|
|
2552
|
-
defer(): boolean;
|
|
2553
|
-
defer(value: boolean): this;
|
|
2554
|
-
/**
|
|
2555
|
-
* {Dir}
|
|
2556
|
-
* Specifies the text direction for the content in an element. The equivalent of HTML attribute `dir`.
|
|
2557
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2558
|
-
* @returns r: Returns the `VElement` object. Unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2559
|
-
* @docs
|
|
2560
|
-
*/
|
|
2561
|
-
dir(): string;
|
|
2562
|
-
dir(value: string): this;
|
|
2563
|
-
dirname(): string;
|
|
2564
|
-
dirname(value: string): this;
|
|
2565
|
-
disabled(): boolean;
|
|
2566
|
-
disabled(value: boolean): this;
|
|
2567
|
-
/**
|
|
2568
|
-
* {Draggable}
|
|
2569
|
-
* Specifies whether an element is draggable or not. The equivalent of HTML attribute `draggable`.
|
|
2570
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2571
|
-
* @returns Returns the `VElement` object. Unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2572
|
-
* @docs
|
|
2573
|
-
*/
|
|
2574
|
-
draggable(): boolean;
|
|
2575
|
-
draggable(value: boolean): this;
|
|
2576
|
-
enctype(): string;
|
|
2577
|
-
enctype(value: string): this;
|
|
2578
|
-
for(): string;
|
|
2579
|
-
for(value: string): this;
|
|
2580
|
-
/**
|
|
2581
|
-
* {Form}
|
|
2582
|
-
* Specifies the name of the form the element belongs to. The equivalent of HTML attribute `form`.
|
|
2583
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2584
|
-
* @returns Returns the `VElement` object when a value is set. If `null`, returns the attribute's value.
|
|
2585
|
-
* @docs
|
|
2586
|
-
*/
|
|
2587
|
-
form_action(): string;
|
|
2588
|
-
form_action(value: string): this;
|
|
2589
|
-
headers(): string;
|
|
2590
|
-
headers(value: string): this;
|
|
2591
|
-
high(): string;
|
|
2592
|
-
high(value: string | number): this;
|
|
2593
|
-
href(): string;
|
|
2594
|
-
href(value: string): this;
|
|
2595
|
-
href_lang(): string;
|
|
2596
|
-
href_lang(value: string): this;
|
|
2597
|
-
http_equiv(): string;
|
|
2598
|
-
http_equiv(value: string): this;
|
|
2599
|
-
/**
|
|
2600
|
-
* {Id}
|
|
2601
|
-
* Specifies a unique id for an element, equivalent to the HTML attribute `id`.
|
|
2602
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2603
|
-
* @returns r: Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2604
|
-
* @docs
|
|
2605
|
-
*/
|
|
2606
|
-
id(): string;
|
|
2607
|
-
id(value: string): this;
|
|
2608
|
-
is_map(): boolean;
|
|
2609
|
-
is_map(value: boolean): this;
|
|
2610
|
-
kind(): string;
|
|
2611
|
-
kind(value: string): this;
|
|
2612
|
-
label(): string;
|
|
2613
|
-
label(value: string): this;
|
|
2614
|
-
/**
|
|
2615
|
-
* {Lang}
|
|
2616
|
-
* Specifies the language of the element's content, equivalent to the HTML attribute `lang`.
|
|
2617
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2618
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2619
|
-
* @docs
|
|
2620
|
-
*/
|
|
2621
|
-
lang(): string;
|
|
2622
|
-
lang(value: string): this;
|
|
2623
|
-
/**
|
|
2624
|
-
* {List}
|
|
2625
|
-
* Refers to a \<datalist> element that contains pre-defined options for an \<input> element.
|
|
2626
|
-
* The equivalent of HTML attribute `list`. Returns the attribute value when parameter `value` is `null`.
|
|
2627
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2628
|
-
* @returns r: Returns the `VElement` object. Unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2629
|
-
* @docs
|
|
2630
|
-
*/
|
|
2631
|
-
loop(): boolean;
|
|
2632
|
-
loop(value: boolean): this;
|
|
2633
|
-
low(): string;
|
|
2634
|
-
low(value: string | number): this;
|
|
2635
|
-
max(): string;
|
|
2636
|
-
max(value: string): this;
|
|
2637
|
-
max_length(): null | number;
|
|
2638
|
-
max_length(value: number): this;
|
|
2639
|
-
method(): string;
|
|
2640
|
-
method(value: string): this;
|
|
2641
|
-
min(): string;
|
|
2642
|
-
min(value: string): this;
|
|
2643
|
-
multiple(): boolean;
|
|
2644
|
-
multiple(value: boolean): this;
|
|
2645
|
-
muted(): boolean;
|
|
2646
|
-
muted(value: boolean): this;
|
|
2647
|
-
no_validate(): boolean;
|
|
2648
|
-
no_validate(value: boolean): this;
|
|
2649
|
-
open(): boolean;
|
|
2650
|
-
open(value: boolean): this;
|
|
2651
|
-
optimum(): null | number;
|
|
2652
|
-
optimum(value: number): this;
|
|
2653
|
-
pattern(): string;
|
|
2654
|
-
pattern(value: string): this;
|
|
2655
|
-
placeholder(): string;
|
|
2656
|
-
placeholder(value: string): this;
|
|
2657
|
-
poster(): string;
|
|
2658
|
-
poster(value: string): this;
|
|
2659
|
-
preload(): string;
|
|
2660
|
-
preload(value: string): this;
|
|
2661
|
-
rel(): string;
|
|
2662
|
-
rel(value: string): this;
|
|
2663
|
-
required(): boolean;
|
|
2664
|
-
required(value: boolean): this;
|
|
2665
|
-
reversed(): boolean;
|
|
2666
|
-
reversed(value: boolean): this;
|
|
2667
|
-
rows(): null | number;
|
|
2668
|
-
rows(value: number): this;
|
|
2669
|
-
row_span(): null | number;
|
|
2670
|
-
row_span(value: number): this;
|
|
2671
|
-
sandbox(): string;
|
|
2672
|
-
sandbox(value: string): this;
|
|
2673
|
-
scope(): string;
|
|
2674
|
-
scope(value: string): this;
|
|
2675
|
-
selected(): boolean;
|
|
2676
|
-
selected(value: boolean): this;
|
|
2677
|
-
shape(): string;
|
|
2678
|
-
shape(value: string): this;
|
|
2679
|
-
size(): null | number;
|
|
2680
|
-
size(value: number): this;
|
|
2681
|
-
sizes(): string;
|
|
2682
|
-
sizes(value: string): this;
|
|
2683
|
-
span(): null | number;
|
|
2684
|
-
span(value: number): this;
|
|
2685
|
-
spell_check(): boolean;
|
|
2686
|
-
spell_check(value: boolean): this;
|
|
2687
|
-
/**
|
|
2688
|
-
* {Src}
|
|
2689
|
-
* Specifies the URL of the media file, equivalent to the HTML attribute `src`.
|
|
2690
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2691
|
-
* @returns Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2692
|
-
* @docs
|
|
2693
|
-
*/
|
|
2694
|
-
src(): string;
|
|
2695
|
-
src(value: string, set_aspect_ratio?: boolean): this;
|
|
2696
|
-
src_doc(): string;
|
|
2697
|
-
src_doc(value: string): this;
|
|
2698
|
-
src_lang(): string;
|
|
2699
|
-
src_lang(value: string): this;
|
|
2700
|
-
rrsrc_set(): string;
|
|
2701
|
-
rrsrc_set(value: string): this;
|
|
2702
|
-
start(): null | number;
|
|
2703
|
-
start(value: number): this;
|
|
2704
|
-
step(): string;
|
|
2705
|
-
step(value: string): this;
|
|
2706
|
-
tab_index(): null | number;
|
|
2707
|
-
tab_index(value: number): this;
|
|
2708
|
-
/**
|
|
2709
|
-
* {Target}
|
|
2710
|
-
* Specifies the target for where to open the linked document or where to submit the form.
|
|
2711
|
-
* The equivalent of HTML attribute `target`. Returns the attribute value when parameter `value` is `null`.
|
|
2712
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2713
|
-
* @returns r: Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2714
|
-
* @docs
|
|
2715
|
-
*/
|
|
2716
|
-
target(): string;
|
|
2717
|
-
target(value: string): this;
|
|
2718
|
-
/**
|
|
2719
|
-
* {Title}
|
|
2720
|
-
* Specifies extra information about an element, equivalent to the HTML attribute `title`.
|
|
2721
|
-
* @param value The value to assign. Leave `null` to retrieve the attribute's value.
|
|
2722
|
-
* @returns r: Returns the `VElement` object for chaining unless parameter `value` is `null`, then the attribute's value is returned.
|
|
2723
|
-
* @docs
|
|
2724
|
-
*/
|
|
2725
|
-
title(): string;
|
|
2726
|
-
title(value: string): this;
|
|
2727
|
-
type(): string;
|
|
2728
|
-
type(value: string): this;
|
|
2729
|
-
use_map(): string;
|
|
2730
|
-
use_map(value: string): this;
|
|
2731
|
-
value(): string;
|
|
2732
|
-
value(value: string): this;
|
|
2733
|
-
on_blur(): Function | undefined;
|
|
2734
|
-
on_blur(callback: ElementEvent<this>): this;
|
|
2735
|
-
on_change(): Function | undefined;
|
|
2736
|
-
on_change(callback: ElementEvent<this>): this;
|
|
2737
|
-
on_focus(): Function | undefined;
|
|
2738
|
-
on_focus(callback: ElementEvent<this>): this;
|
|
2739
|
-
on_input(): ElementEvent<this> | undefined;
|
|
2740
|
-
on_input(callback: ElementEvent<this>): this;
|
|
2741
|
-
on_before_input(): Function | undefined;
|
|
2742
|
-
on_before_input(callback: ElementEvent<this>): this;
|
|
2743
|
-
on_invalid(): Function | undefined;
|
|
2744
|
-
on_invalid(callback: ElementEvent<this>): this;
|
|
2745
|
-
on_reset(): Function | undefined;
|
|
2746
|
-
on_reset(callback: ElementEvent<this>): this;
|
|
2747
|
-
on_select(): Function | undefined;
|
|
2748
|
-
on_select(callback: ElementEvent<this>): this;
|
|
2749
|
-
on_submit(): Function | undefined;
|
|
2750
|
-
on_submit(callback: ElementEvent<this>): this;
|
|
2751
|
-
on_key_down(): Function | undefined;
|
|
2752
|
-
on_key_down(callback: ElementKeyboardEvent<this>): this;
|
|
2753
|
-
on_key_press(): Function | undefined;
|
|
2754
|
-
on_key_press(callback: ElementKeyboardEvent<this>): this;
|
|
2755
|
-
on_key_up(): Function | undefined;
|
|
2756
|
-
on_key_up(callback: ElementKeyboardEvent<this>): this;
|
|
2757
|
-
on_dbl_click(): Function | undefined;
|
|
2758
|
-
on_dbl_click(callback: ElementMouseEvent<this>): this;
|
|
2759
|
-
on_mouse_down(): Function | undefined;
|
|
2760
|
-
on_mouse_down(callback: ElementMouseEvent<this>): this;
|
|
2761
|
-
on_mouse_move(): Function | undefined;
|
|
2762
|
-
on_mouse_move(callback: ElementMouseEvent<this>): this;
|
|
2763
|
-
on_mouse_out(): Function | undefined;
|
|
2764
|
-
on_mouse_out(callback: ElementMouseEvent<this>): this;
|
|
2765
|
-
on_mouse_over(): Function | undefined;
|
|
2766
|
-
on_mouse_over(callback: ElementMouseEvent<this>): this;
|
|
2767
|
-
on_mouse_up(): Function | undefined;
|
|
2768
|
-
on_mouse_up(callback: ElementMouseEvent<this>): this;
|
|
2769
|
-
on_wheel(): Function | undefined;
|
|
2770
|
-
on_wheel(callback: (element: this, event: WheelEvent) => any): this;
|
|
2771
|
-
on_drag(): Function | undefined;
|
|
2772
|
-
on_drag(callback: ElementDragEvent<this>): this;
|
|
2773
|
-
on_drag_end(): Function | undefined;
|
|
2774
|
-
on_drag_end(callback: ElementDragEvent<this>): this;
|
|
2775
|
-
on_drag_enter(): Function | undefined;
|
|
2776
|
-
on_drag_enter(callback: ElementDragEvent<this>): this;
|
|
2777
|
-
on_drag_leave(): Function | undefined;
|
|
2778
|
-
on_drag_leave(callback: ElementDragEvent<this>): this;
|
|
2779
|
-
on_drag_over(): Function | undefined;
|
|
2780
|
-
on_drag_over(callback: ElementDragEvent<this>): this;
|
|
2781
|
-
on_drag_start(): Function | undefined;
|
|
2782
|
-
on_drag_start(callback: ElementDragEvent<this>): this;
|
|
2783
|
-
on_drop(): Function | undefined;
|
|
2784
|
-
on_drop(callback: ElementEvent<this>): this;
|
|
2785
|
-
on_copy(): Function | undefined;
|
|
2786
|
-
on_copy(callback: ElementEvent<this>): this;
|
|
2787
|
-
on_cut(): Function | undefined;
|
|
2788
|
-
on_cut(callback: ElementEvent<this>): this;
|
|
2789
|
-
on_paste(): Function | undefined;
|
|
2790
|
-
on_paste(callback: ElementEvent<this>): this;
|
|
2791
|
-
on_abort(): Function | undefined;
|
|
2792
|
-
on_abort(callback: ElementEvent<this>): this;
|
|
2793
|
-
on_canplay(): Function | undefined;
|
|
2794
|
-
on_canplay(callback: ElementEvent<this>): this;
|
|
2795
|
-
on_canplay_through(): Function | undefined;
|
|
2796
|
-
on_canplay_through(callback: ElementEvent<this>): this;
|
|
2797
|
-
on_cue_change(): Function | undefined;
|
|
2798
|
-
on_cue_change(callback: ElementEvent<this>): this;
|
|
2799
|
-
on_duration_change(): Function | undefined;
|
|
2800
|
-
on_duration_change(callback: ElementEvent<this>): this;
|
|
2801
|
-
on_emptied(): Function | undefined;
|
|
2802
|
-
on_emptied(callback: ElementEvent<this>): this;
|
|
2803
|
-
on_ended(): Function | undefined;
|
|
2804
|
-
on_ended(callback: ElementEvent<this>): this;
|
|
2805
|
-
on_error(): Function | undefined;
|
|
2806
|
-
on_error(callback: (element: this, error: string | Event) => any): this;
|
|
2807
|
-
on_loaded_data(): Function | undefined;
|
|
2808
|
-
on_loaded_data(callback: ElementEvent<this>): this;
|
|
2809
|
-
on_loaded_metadata(): Function | undefined;
|
|
2810
|
-
on_loaded_metadata(callback: ElementEvent<this>): this;
|
|
2811
|
-
on_load_start(): Function | undefined;
|
|
2812
|
-
on_load_start(callback: ElementEvent<this>): this;
|
|
2813
|
-
on_pause(): Function | undefined;
|
|
2814
|
-
on_pause(callback: ElementEvent<this>): this;
|
|
2815
|
-
on_play(): Function | undefined;
|
|
2816
|
-
on_play(callback: ElementEvent<this>): this;
|
|
2817
|
-
on_playing(): Function | undefined;
|
|
2818
|
-
on_playing(callback: (element: this, time: any) => any): this;
|
|
2819
|
-
on_progress(): Function | undefined;
|
|
2820
|
-
on_progress(callback: ElementEvent<this>): this;
|
|
2821
|
-
on_rate_change(): Function | undefined;
|
|
2822
|
-
on_rate_change(callback: ElementEvent<this>): this;
|
|
2823
|
-
on_seeked(): Function | undefined;
|
|
2824
|
-
on_seeked(callback: (element: this, time: any) => any): this;
|
|
2825
|
-
on_seeking(): Function | undefined;
|
|
2826
|
-
on_seeking(callback: (element: this, time: any) => any): this;
|
|
2827
|
-
on_stalled(): Function | undefined;
|
|
2828
|
-
on_stalled(callback: ElementEvent<this>): this;
|
|
2829
|
-
on_suspend(): Function | undefined;
|
|
2830
|
-
on_suspend(callback: Function): this;
|
|
2831
|
-
on_time_update(): Function | undefined;
|
|
2832
|
-
on_time_update(callback: ElementEvent<this>): this;
|
|
2833
|
-
on_volume_change(): Function | undefined;
|
|
2834
|
-
on_volume_change(callback: ElementEvent<this>): this;
|
|
2835
|
-
on_waiting(): Function | undefined;
|
|
2836
|
-
on_waiting(callback: (element: this, time: any) => any): this;
|
|
2837
|
-
on_toggle(): Function | undefined;
|
|
2838
|
-
on_toggle(callback: ElementEvent<this>): this;
|
|
2839
|
-
}
|
|
2840
|
-
export declare function isVElement(type: any): type is VElement;
|
|
2841
|
-
export declare function is_velement(type: any): type is VElement;
|
|
2842
|
-
export declare function extend<T extends Record<string, ((this: VElement & ThisType<VElement>, ...args: any[]) => any) | any>>(extension: T): void;
|
|
2843
|
-
export declare function wrapper<T extends new (...args: any[]) => any>(constructor: T): <Extensions extends object = {}>(...args: ConstructorParameters<T>) => InstanceType<T> & Extensions;
|
|
2844
|
-
export declare function create_null<T extends new (...args: any[]) => any>(target_class: T): <Extensions extends object = {}>() => InstanceType<T> & Extensions;
|
|
2845
|
-
export type VElementBaseSignature = {
|
|
2846
|
-
new (...args: any[]): VElement & VElementExtensions;
|
|
2847
|
-
element_tag: string;
|
|
2848
|
-
default_style: Record<string, any>;
|
|
2849
|
-
default_attributes: Record<string, any>;
|
|
2850
|
-
default_events: Record<string, any>;
|
|
2851
|
-
};
|
|
2852
|
-
type VElementBaseSignature2 = VElementBaseSignature;
|
|
2853
|
-
declare const VHTMLElement_base: VElementBaseSignature2;
|
|
2854
|
-
export declare class VHTMLElement extends VHTMLElement_base {
|
|
2855
|
-
static element_name: string;
|
|
2856
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2857
|
-
}
|
|
2858
|
-
export declare const VHTML: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VHTMLElement & Extensions;
|
|
2859
|
-
export declare const NullVHTML: <Extensions extends object = {}>() => VHTMLElement & Extensions;
|
|
2860
|
-
declare module '../ui/any_element.d.ts' {
|
|
2861
|
-
interface AnyElementMap {
|
|
2862
|
-
VHTMLElement: VHTMLElement;
|
|
2863
|
-
}
|
|
2864
|
-
}
|
|
2865
|
-
declare const VAnchorElement_base: VElementBaseSignature2;
|
|
2866
|
-
export declare class VAnchorElement extends VAnchorElement_base {
|
|
2867
|
-
static element_name: string;
|
|
2868
|
-
static element_tag: string;
|
|
2869
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2870
|
-
}
|
|
2871
|
-
export declare const VAnchor: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VAnchorElement & Extensions;
|
|
2872
|
-
export declare const NullVAnchor: <Extensions extends object = {}>() => VAnchorElement & Extensions;
|
|
2873
|
-
declare module '../ui/any_element.d.ts' {
|
|
2874
|
-
interface AnyElementMap {
|
|
2875
|
-
VAnchorElement: VAnchorElement;
|
|
2876
|
-
}
|
|
2877
|
-
}
|
|
2878
|
-
declare const VAreaElement_base: VElementBaseSignature2;
|
|
2879
|
-
export declare class VAreaElement extends VAreaElement_base {
|
|
2880
|
-
static element_name: string;
|
|
2881
|
-
static element_tag: string;
|
|
2882
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2883
|
-
}
|
|
2884
|
-
export declare const VArea: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VAreaElement & Extensions;
|
|
2885
|
-
export declare const NullVArea: <Extensions extends object = {}>() => VAreaElement & Extensions;
|
|
2886
|
-
declare module '../ui/any_element.d.ts' {
|
|
2887
|
-
interface AnyElementMap {
|
|
2888
|
-
VAreaElement: VAreaElement;
|
|
2889
|
-
}
|
|
2890
|
-
}
|
|
2891
|
-
declare const VAudioElement_base: VElementBaseSignature2;
|
|
2892
|
-
export declare class VAudioElement extends VAudioElement_base {
|
|
2893
|
-
static element_name: string;
|
|
2894
|
-
static element_tag: string;
|
|
2895
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2896
|
-
}
|
|
2897
|
-
export declare const VAudio: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VAudioElement & Extensions;
|
|
2898
|
-
export declare const NullVAudio: <Extensions extends object = {}>() => VAudioElement & Extensions;
|
|
2899
|
-
declare module '../ui/any_element.d.ts' {
|
|
2900
|
-
interface AnyElementMap {
|
|
2901
|
-
VAudioElement: VAudioElement;
|
|
2902
|
-
}
|
|
2903
|
-
}
|
|
2904
|
-
declare const VBlockQuoteElement_base: VElementBaseSignature2;
|
|
2905
|
-
export declare class VBlockQuoteElement extends VBlockQuoteElement_base {
|
|
2906
|
-
static element_name: string;
|
|
2907
|
-
static element_tag: string;
|
|
2908
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2909
|
-
}
|
|
2910
|
-
export declare const VBlockQuote: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VBlockQuoteElement & Extensions;
|
|
2911
|
-
export declare const NullVBlockQuote: <Extensions extends object = {}>() => VBlockQuoteElement & Extensions;
|
|
2912
|
-
declare module '../ui/any_element.d.ts' {
|
|
2913
|
-
interface AnyElementMap {
|
|
2914
|
-
VBlockQuoteElement: VBlockQuoteElement;
|
|
2915
|
-
}
|
|
2916
|
-
}
|
|
2917
|
-
declare const VBodyElement_base: VElementBaseSignature2;
|
|
2918
|
-
export declare class VBodyElement extends VBodyElement_base {
|
|
2919
|
-
static element_name: string;
|
|
2920
|
-
static element_tag: string;
|
|
2921
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2922
|
-
}
|
|
2923
|
-
export declare const VBody: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VBodyElement & Extensions;
|
|
2924
|
-
export declare const NullVBody: <Extensions extends object = {}>() => VBodyElement & Extensions;
|
|
2925
|
-
declare module '../ui/any_element.d.ts' {
|
|
2926
|
-
interface AnyElementMap {
|
|
2927
|
-
VBodyElement: VBodyElement;
|
|
2928
|
-
}
|
|
2929
|
-
}
|
|
2930
|
-
declare const VBRElement_base: VElementBaseSignature2;
|
|
2931
|
-
export declare class VBRElement extends VBRElement_base {
|
|
2932
|
-
static element_name: string;
|
|
2933
|
-
static element_tag: string;
|
|
2934
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2935
|
-
}
|
|
2936
|
-
export declare const VBR: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VBRElement & Extensions;
|
|
2937
|
-
export declare const NullVBR: <Extensions extends object = {}>() => VBRElement & Extensions;
|
|
2938
|
-
declare module '../ui/any_element.d.ts' {
|
|
2939
|
-
interface AnyElementMap {
|
|
2940
|
-
VBRElement: VBRElement;
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
declare const VButtonElement_base: VElementBaseSignature2;
|
|
2944
|
-
export declare class VButtonElement extends VButtonElement_base {
|
|
2945
|
-
static element_name: string;
|
|
2946
|
-
static element_tag: string;
|
|
2947
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2948
|
-
}
|
|
2949
|
-
export declare const VButton: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VButtonElement & Extensions;
|
|
2950
|
-
export declare const NullVButton: <Extensions extends object = {}>() => VButtonElement & Extensions;
|
|
2951
|
-
declare module '../ui/any_element.d.ts' {
|
|
2952
|
-
interface AnyElementMap {
|
|
2953
|
-
VButtonElement: VButtonElement;
|
|
2954
|
-
}
|
|
2955
|
-
}
|
|
2956
|
-
declare const VCanvasElement_base: VElementBaseSignature2;
|
|
2957
|
-
export declare class VCanvasElement extends VCanvasElement_base {
|
|
2958
|
-
static element_name: string;
|
|
2959
|
-
static element_tag: string;
|
|
2960
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2961
|
-
}
|
|
2962
|
-
export declare const VCanvas: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VCanvasElement & Extensions;
|
|
2963
|
-
export declare const NullVCanvas: <Extensions extends object = {}>() => VCanvasElement & Extensions;
|
|
2964
|
-
declare module '../ui/any_element.d.ts' {
|
|
2965
|
-
interface AnyElementMap {
|
|
2966
|
-
VCanvasElement: VCanvasElement;
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
2969
|
-
declare const VTableCaptionElement_base: VElementBaseSignature2;
|
|
2970
|
-
export declare class VTableCaptionElement extends VTableCaptionElement_base {
|
|
2971
|
-
static element_name: string;
|
|
2972
|
-
static element_tag: string;
|
|
2973
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2974
|
-
}
|
|
2975
|
-
export declare const VTableCaption: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTableCaptionElement & Extensions;
|
|
2976
|
-
export declare const NullVTableCaption: <Extensions extends object = {}>() => VTableCaptionElement & Extensions;
|
|
2977
|
-
declare module '../ui/any_element.d.ts' {
|
|
2978
|
-
interface AnyElementMap {
|
|
2979
|
-
VTableCaptionElement: VTableCaptionElement;
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
declare const VTableColElement_base: VElementBaseSignature2;
|
|
2983
|
-
export declare class VTableColElement extends VTableColElement_base {
|
|
2984
|
-
static element_name: string;
|
|
2985
|
-
static element_tag: string;
|
|
2986
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
2987
|
-
}
|
|
2988
|
-
export declare const VTableCol: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTableColElement & Extensions;
|
|
2989
|
-
export declare const NullVTableCol: <Extensions extends object = {}>() => VTableColElement & Extensions;
|
|
2990
|
-
declare module '../ui/any_element.d.ts' {
|
|
2991
|
-
interface AnyElementMap {
|
|
2992
|
-
VTableColElement: VTableColElement;
|
|
2993
|
-
}
|
|
2994
|
-
}
|
|
2995
|
-
declare const VDataElement_base: VElementBaseSignature2;
|
|
2996
|
-
export declare class VDataElement extends VDataElement_base {
|
|
2997
|
-
static element_name: string;
|
|
2998
|
-
static element_tag: string;
|
|
2999
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3000
|
-
}
|
|
3001
|
-
export declare const VData: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VDataElement & Extensions;
|
|
3002
|
-
export declare const NullVData: <Extensions extends object = {}>() => VDataElement & Extensions;
|
|
3003
|
-
declare module '../ui/any_element.d.ts' {
|
|
3004
|
-
interface AnyElementMap {
|
|
3005
|
-
VDataElement: VDataElement;
|
|
3006
|
-
}
|
|
3007
|
-
}
|
|
3008
|
-
declare const VDataListElement_base: VElementBaseSignature2;
|
|
3009
|
-
export declare class VDataListElement extends VDataListElement_base {
|
|
3010
|
-
static element_name: string;
|
|
3011
|
-
static element_tag: string;
|
|
3012
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3013
|
-
}
|
|
3014
|
-
export declare const VDataList: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VDataListElement & Extensions;
|
|
3015
|
-
export declare const NullVDataList: <Extensions extends object = {}>() => VDataListElement & Extensions;
|
|
3016
|
-
declare module '../ui/any_element.d.ts' {
|
|
3017
|
-
interface AnyElementMap {
|
|
3018
|
-
VDataListElement: VDataListElement;
|
|
3019
|
-
}
|
|
3020
|
-
}
|
|
3021
|
-
declare const VDListElement_base: VElementBaseSignature2;
|
|
3022
|
-
export declare class VDListElement extends VDListElement_base {
|
|
3023
|
-
static element_name: string;
|
|
3024
|
-
static element_tag: string;
|
|
3025
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3026
|
-
}
|
|
3027
|
-
export declare const VDList: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VDListElement & Extensions;
|
|
3028
|
-
export declare const NullVDList: <Extensions extends object = {}>() => VDListElement & Extensions;
|
|
3029
|
-
declare module '../ui/any_element.d.ts' {
|
|
3030
|
-
interface AnyElementMap {
|
|
3031
|
-
VDListElement: VDListElement;
|
|
3032
|
-
}
|
|
3033
|
-
}
|
|
3034
|
-
declare const VDirectoryElement_base: VElementBaseSignature2;
|
|
3035
|
-
export declare class VDirectoryElement extends VDirectoryElement_base {
|
|
3036
|
-
static element_name: string;
|
|
3037
|
-
static element_tag: string;
|
|
3038
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3039
|
-
}
|
|
3040
|
-
export declare const VDirectory: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VDirectoryElement & Extensions;
|
|
3041
|
-
export declare const NullVDirectory: <Extensions extends object = {}>() => VDirectoryElement & Extensions;
|
|
3042
|
-
declare module '../ui/any_element.d.ts' {
|
|
3043
|
-
interface AnyElementMap {
|
|
3044
|
-
VDirectoryElement: VDirectoryElement;
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
declare const VDivElement_base: VElementBaseSignature2;
|
|
3048
|
-
export declare class VDivElement extends VDivElement_base {
|
|
3049
|
-
static element_name: string;
|
|
3050
|
-
static element_tag: string;
|
|
3051
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3052
|
-
}
|
|
3053
|
-
export declare const VDiv: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VDivElement & Extensions;
|
|
3054
|
-
export declare const NullVDiv: <Extensions extends object = {}>() => VDivElement & Extensions;
|
|
3055
|
-
declare module '../ui/any_element.d.ts' {
|
|
3056
|
-
interface AnyElementMap {
|
|
3057
|
-
VDivElement: VDivElement;
|
|
3058
|
-
}
|
|
3059
|
-
}
|
|
3060
|
-
declare const VEmbedElement_base: VElementBaseSignature2;
|
|
3061
|
-
export declare class VEmbedElement extends VEmbedElement_base {
|
|
3062
|
-
static element_name: string;
|
|
3063
|
-
static element_tag: string;
|
|
3064
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3065
|
-
}
|
|
3066
|
-
export declare const VEmbed: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VEmbedElement & Extensions;
|
|
3067
|
-
export declare const NullVEmbed: <Extensions extends object = {}>() => VEmbedElement & Extensions;
|
|
3068
|
-
declare module '../ui/any_element.d.ts' {
|
|
3069
|
-
interface AnyElementMap {
|
|
3070
|
-
VEmbedElement: VEmbedElement;
|
|
3071
|
-
}
|
|
3072
|
-
}
|
|
3073
|
-
declare const VFieldSetElement_base: VElementBaseSignature2;
|
|
3074
|
-
export declare class VFieldSetElement extends VFieldSetElement_base {
|
|
3075
|
-
static element_name: string;
|
|
3076
|
-
static element_tag: string;
|
|
3077
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3078
|
-
}
|
|
3079
|
-
export declare const VFieldSet: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VFieldSetElement & Extensions;
|
|
3080
|
-
export declare const NullVFieldSet: <Extensions extends object = {}>() => VFieldSetElement & Extensions;
|
|
3081
|
-
declare module '../ui/any_element.d.ts' {
|
|
3082
|
-
interface AnyElementMap {
|
|
3083
|
-
VFieldSetElement: VFieldSetElement;
|
|
3084
|
-
}
|
|
3085
|
-
}
|
|
3086
|
-
declare const VFormElement_base: VElementBaseSignature2;
|
|
3087
|
-
export declare class VFormElement extends VFormElement_base {
|
|
3088
|
-
static element_name: string;
|
|
3089
|
-
static element_tag: string;
|
|
3090
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3091
|
-
}
|
|
3092
|
-
export declare const VForm: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VFormElement & Extensions;
|
|
3093
|
-
export declare const NullVForm: <Extensions extends object = {}>() => VFormElement & Extensions;
|
|
3094
|
-
declare module '../ui/any_element.d.ts' {
|
|
3095
|
-
interface AnyElementMap {
|
|
3096
|
-
VFormElement: VFormElement;
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
declare const VHeadingElement_base: VElementBaseSignature2;
|
|
3100
|
-
export declare class VHeadingElement extends VHeadingElement_base {
|
|
3101
|
-
static element_name: string;
|
|
3102
|
-
static element_tag: string;
|
|
3103
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3104
|
-
}
|
|
3105
|
-
export declare const VHeading: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VHeadingElement & Extensions;
|
|
3106
|
-
export declare const NullVHeading: <Extensions extends object = {}>() => VHeadingElement & Extensions;
|
|
3107
|
-
declare module '../ui/any_element.d.ts' {
|
|
3108
|
-
interface AnyElementMap {
|
|
3109
|
-
VHeadingElement: VHeadingElement;
|
|
3110
|
-
}
|
|
3111
|
-
}
|
|
3112
|
-
declare const VHeadElement_base: VElementBaseSignature2;
|
|
3113
|
-
export declare class VHeadElement extends VHeadElement_base {
|
|
3114
|
-
static element_name: string;
|
|
3115
|
-
static element_tag: string;
|
|
3116
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3117
|
-
}
|
|
3118
|
-
export declare const VHead: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VHeadElement & Extensions;
|
|
3119
|
-
export declare const NullVHead: <Extensions extends object = {}>() => VHeadElement & Extensions;
|
|
3120
|
-
declare module '../ui/any_element.d.ts' {
|
|
3121
|
-
interface AnyElementMap {
|
|
3122
|
-
VHeadElement: VHeadElement;
|
|
3123
|
-
}
|
|
3124
|
-
}
|
|
3125
|
-
declare const VHRElement_base: VElementBaseSignature2;
|
|
3126
|
-
export declare class VHRElement extends VHRElement_base {
|
|
3127
|
-
static element_name: string;
|
|
3128
|
-
static element_tag: string;
|
|
3129
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3130
|
-
}
|
|
3131
|
-
export declare const VHR: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VHRElement & Extensions;
|
|
3132
|
-
export declare const NullVHR: <Extensions extends object = {}>() => VHRElement & Extensions;
|
|
3133
|
-
declare module '../ui/any_element.d.ts' {
|
|
3134
|
-
interface AnyElementMap {
|
|
3135
|
-
VHRElement: VHRElement;
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
declare const VImageElement_base: VElementBaseSignature2;
|
|
3139
|
-
export declare class VImageElement extends VImageElement_base {
|
|
3140
|
-
static element_name: string;
|
|
3141
|
-
static element_tag: string;
|
|
3142
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3143
|
-
}
|
|
3144
|
-
export declare const VImage: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VImageElement & Extensions;
|
|
3145
|
-
export declare const NullVImage: <Extensions extends object = {}>() => VImageElement & Extensions;
|
|
3146
|
-
declare module '../ui/any_element.d.ts' {
|
|
3147
|
-
interface AnyElementMap {
|
|
3148
|
-
VImageElement: VImageElement;
|
|
3149
|
-
}
|
|
3150
|
-
}
|
|
3151
|
-
declare const VInputElement_base: VElementBaseSignature2;
|
|
3152
|
-
export declare class VInputElement extends VInputElement_base {
|
|
3153
|
-
static element_name: string;
|
|
3154
|
-
static element_tag: string;
|
|
3155
|
-
private static value_property;
|
|
3156
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3157
|
-
value(): string;
|
|
3158
|
-
value(value: string): this;
|
|
3159
|
-
}
|
|
3160
|
-
export declare const VInput: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VInputElement & Extensions;
|
|
3161
|
-
export declare const NullVInput: <Extensions extends object = {}>() => VInputElement & Extensions;
|
|
3162
|
-
declare module '../ui/any_element.d.ts' {
|
|
3163
|
-
interface AnyElementMap {
|
|
3164
|
-
VInputElement: VInputElement;
|
|
3165
|
-
}
|
|
3166
|
-
}
|
|
3167
|
-
declare const VTextAreaElement_base: VElementBaseSignature2;
|
|
3168
|
-
export declare class VTextAreaElement extends VTextAreaElement_base {
|
|
3169
|
-
static element_name: string;
|
|
3170
|
-
static element_tag: string;
|
|
3171
|
-
private static value_property;
|
|
3172
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3173
|
-
value(): string;
|
|
3174
|
-
value(value: string): this;
|
|
3175
|
-
}
|
|
3176
|
-
export declare const VTextArea: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTextAreaElement & Extensions;
|
|
3177
|
-
export declare const NullVTextArea: <Extensions extends object = {}>() => VTextAreaElement & Extensions;
|
|
3178
|
-
declare module '../ui/any_element.d.ts' {
|
|
3179
|
-
interface AnyElementMap {
|
|
3180
|
-
VTextAreaElement: VTextAreaElement;
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
declare const VModElement_base: VElementBaseSignature2;
|
|
3184
|
-
export declare class VModElement extends VModElement_base {
|
|
3185
|
-
static element_name: string;
|
|
3186
|
-
static element_tag: string;
|
|
3187
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3188
|
-
}
|
|
3189
|
-
export declare const VMod: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VModElement & Extensions;
|
|
3190
|
-
export declare const NullVMod: <Extensions extends object = {}>() => VModElement & Extensions;
|
|
3191
|
-
declare module '../ui/any_element.d.ts' {
|
|
3192
|
-
interface AnyElementMap {
|
|
3193
|
-
VModElement: VModElement;
|
|
3194
|
-
}
|
|
3195
|
-
}
|
|
3196
|
-
declare const VLabelElement_base: VElementBaseSignature2;
|
|
3197
|
-
export declare class VLabelElement extends VLabelElement_base {
|
|
3198
|
-
static element_name: string;
|
|
3199
|
-
static element_tag: string;
|
|
3200
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3201
|
-
}
|
|
3202
|
-
export declare const VLabel: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VLabelElement & Extensions;
|
|
3203
|
-
export declare const NullVLabel: <Extensions extends object = {}>() => VLabelElement & Extensions;
|
|
3204
|
-
declare module '../ui/any_element.d.ts' {
|
|
3205
|
-
interface AnyElementMap {
|
|
3206
|
-
VLabelElement: VLabelElement;
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
|
-
declare const VLegendElement_base: VElementBaseSignature2;
|
|
3210
|
-
export declare class VLegendElement extends VLegendElement_base {
|
|
3211
|
-
static element_name: string;
|
|
3212
|
-
static element_tag: string;
|
|
3213
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3214
|
-
}
|
|
3215
|
-
export declare const VLegend: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VLegendElement & Extensions;
|
|
3216
|
-
export declare const NullVLegend: <Extensions extends object = {}>() => VLegendElement & Extensions;
|
|
3217
|
-
declare module '../ui/any_element.d.ts' {
|
|
3218
|
-
interface AnyElementMap {
|
|
3219
|
-
VLegendElement: VLegendElement;
|
|
3220
|
-
}
|
|
3221
|
-
}
|
|
3222
|
-
declare const VLIElement_base: VElementBaseSignature2;
|
|
3223
|
-
export declare class VLIElement extends VLIElement_base {
|
|
3224
|
-
static element_name: string;
|
|
3225
|
-
static element_tag: string;
|
|
3226
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3227
|
-
}
|
|
3228
|
-
export declare const VLI: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VLIElement & Extensions;
|
|
3229
|
-
export declare const NullVLI: <Extensions extends object = {}>() => VLIElement & Extensions;
|
|
3230
|
-
declare module '../ui/any_element.d.ts' {
|
|
3231
|
-
interface AnyElementMap {
|
|
3232
|
-
VLIElement: VLIElement;
|
|
3233
|
-
}
|
|
3234
|
-
}
|
|
3235
|
-
declare const VLinkElement_base: VElementBaseSignature2;
|
|
3236
|
-
export declare class VLinkElement extends VLinkElement_base {
|
|
3237
|
-
static element_name: string;
|
|
3238
|
-
static element_tag: string;
|
|
3239
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3240
|
-
}
|
|
3241
|
-
export declare const VLink: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VLinkElement & Extensions;
|
|
3242
|
-
export declare const NullVLink: <Extensions extends object = {}>() => VLinkElement & Extensions;
|
|
3243
|
-
declare module '../ui/any_element.d.ts' {
|
|
3244
|
-
interface AnyElementMap {
|
|
3245
|
-
VLinkElement: VLinkElement;
|
|
3246
|
-
}
|
|
3247
|
-
}
|
|
3248
|
-
declare const VMapElement_base: VElementBaseSignature2;
|
|
3249
|
-
export declare class VMapElement extends VMapElement_base {
|
|
3250
|
-
static element_name: string;
|
|
3251
|
-
static element_tag: string;
|
|
3252
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3253
|
-
}
|
|
3254
|
-
export declare const VMap: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VMapElement & Extensions;
|
|
3255
|
-
export declare const NullVMap: <Extensions extends object = {}>() => VMapElement & Extensions;
|
|
3256
|
-
declare module '../ui/any_element.d.ts' {
|
|
3257
|
-
interface AnyElementMap {
|
|
3258
|
-
VMapElement: VMapElement;
|
|
3259
|
-
}
|
|
3260
|
-
}
|
|
3261
|
-
declare const VMetaElement_base: VElementBaseSignature2;
|
|
3262
|
-
export declare class VMetaElement extends VMetaElement_base {
|
|
3263
|
-
static element_name: string;
|
|
3264
|
-
static element_tag: string;
|
|
3265
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3266
|
-
}
|
|
3267
|
-
export declare const VMeta: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VMetaElement & Extensions;
|
|
3268
|
-
export declare const NullVMeta: <Extensions extends object = {}>() => VMetaElement & Extensions;
|
|
3269
|
-
declare module '../ui/any_element.d.ts' {
|
|
3270
|
-
interface AnyElementMap {
|
|
3271
|
-
VMetaElement: VMetaElement;
|
|
3272
|
-
}
|
|
3273
|
-
}
|
|
3274
|
-
declare const VMeterElement_base: VElementBaseSignature2;
|
|
3275
|
-
export declare class VMeterElement extends VMeterElement_base {
|
|
3276
|
-
static element_name: string;
|
|
3277
|
-
static element_tag: string;
|
|
3278
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3279
|
-
}
|
|
3280
|
-
export declare const VMeter: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VMeterElement & Extensions;
|
|
3281
|
-
export declare const NullVMeter: <Extensions extends object = {}>() => VMeterElement & Extensions;
|
|
3282
|
-
declare module '../ui/any_element.d.ts' {
|
|
3283
|
-
interface AnyElementMap {
|
|
3284
|
-
VMeterElement: VMeterElement;
|
|
3285
|
-
}
|
|
3286
|
-
}
|
|
3287
|
-
declare const VObjectElement_base: VElementBaseSignature2;
|
|
3288
|
-
export declare class VObjectElement extends VObjectElement_base {
|
|
3289
|
-
static element_name: string;
|
|
3290
|
-
static element_tag: string;
|
|
3291
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3292
|
-
}
|
|
3293
|
-
export declare const VObject: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VObjectElement & Extensions;
|
|
3294
|
-
export declare const NullVObject: <Extensions extends object = {}>() => VObjectElement & Extensions;
|
|
3295
|
-
declare module '../ui/any_element.d.ts' {
|
|
3296
|
-
interface AnyElementMap {
|
|
3297
|
-
VObjectElement: VObjectElement;
|
|
3298
|
-
}
|
|
3299
|
-
}
|
|
3300
|
-
declare const VOListElement_base: VElementBaseSignature2;
|
|
3301
|
-
export declare class VOListElement extends VOListElement_base {
|
|
3302
|
-
static element_name: string;
|
|
3303
|
-
static element_tag: string;
|
|
3304
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3305
|
-
}
|
|
3306
|
-
export declare const VOList: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VOListElement & Extensions;
|
|
3307
|
-
export declare const NullVOList: <Extensions extends object = {}>() => VOListElement & Extensions;
|
|
3308
|
-
declare module '../ui/any_element.d.ts' {
|
|
3309
|
-
interface AnyElementMap {
|
|
3310
|
-
VOListElement: VOListElement;
|
|
3311
|
-
}
|
|
3312
|
-
}
|
|
3313
|
-
declare const VOptGroupElement_base: VElementBaseSignature2;
|
|
3314
|
-
export declare class VOptGroupElement extends VOptGroupElement_base {
|
|
3315
|
-
static element_name: string;
|
|
3316
|
-
static element_tag: string;
|
|
3317
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3318
|
-
}
|
|
3319
|
-
export declare const VOptGroup: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VOptGroupElement & Extensions;
|
|
3320
|
-
export declare const NullVOptGroup: <Extensions extends object = {}>() => VOptGroupElement & Extensions;
|
|
3321
|
-
declare module '../ui/any_element.d.ts' {
|
|
3322
|
-
interface AnyElementMap {
|
|
3323
|
-
VOptGroupElement: VOptGroupElement;
|
|
3324
|
-
}
|
|
3325
|
-
}
|
|
3326
|
-
declare const VOptionElement_base: VElementBaseSignature2;
|
|
3327
|
-
export declare class VOptionElement extends VOptionElement_base {
|
|
3328
|
-
static element_name: string;
|
|
3329
|
-
static element_tag: string;
|
|
3330
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3331
|
-
}
|
|
3332
|
-
export declare const VOption: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VOptionElement & Extensions;
|
|
3333
|
-
export declare const NullVOption: <Extensions extends object = {}>() => VOptionElement & Extensions;
|
|
3334
|
-
declare module '../ui/any_element.d.ts' {
|
|
3335
|
-
interface AnyElementMap {
|
|
3336
|
-
VOptionElement: VOptionElement;
|
|
3337
|
-
}
|
|
3338
|
-
}
|
|
3339
|
-
declare const VOutputElement_base: VElementBaseSignature2;
|
|
3340
|
-
export declare class VOutputElement extends VOutputElement_base {
|
|
3341
|
-
static element_name: string;
|
|
3342
|
-
static element_tag: string;
|
|
3343
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3344
|
-
}
|
|
3345
|
-
export declare const VOutput: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VOutputElement & Extensions;
|
|
3346
|
-
export declare const NullVOutput: <Extensions extends object = {}>() => VOutputElement & Extensions;
|
|
3347
|
-
declare module '../ui/any_element.d.ts' {
|
|
3348
|
-
interface AnyElementMap {
|
|
3349
|
-
VOutputElement: VOutputElement;
|
|
3350
|
-
}
|
|
3351
|
-
}
|
|
3352
|
-
declare const VParagraphElement_base: VElementBaseSignature2;
|
|
3353
|
-
export declare class VParagraphElement extends VParagraphElement_base {
|
|
3354
|
-
static element_name: string;
|
|
3355
|
-
static element_tag: string;
|
|
3356
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3357
|
-
}
|
|
3358
|
-
export declare const VParagraph: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VParagraphElement & Extensions;
|
|
3359
|
-
export declare const NullVParagraph: <Extensions extends object = {}>() => VParagraphElement & Extensions;
|
|
3360
|
-
declare module '../ui/any_element.d.ts' {
|
|
3361
|
-
interface AnyElementMap {
|
|
3362
|
-
VParagraphElement: VParagraphElement;
|
|
3363
|
-
}
|
|
3364
|
-
}
|
|
3365
|
-
declare const VParamElement_base: VElementBaseSignature2;
|
|
3366
|
-
export declare class VParamElement extends VParamElement_base {
|
|
3367
|
-
static element_name: string;
|
|
3368
|
-
static element_tag: string;
|
|
3369
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3370
|
-
}
|
|
3371
|
-
export declare const VParam: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VParamElement & Extensions;
|
|
3372
|
-
export declare const NullVParam: <Extensions extends object = {}>() => VParamElement & Extensions;
|
|
3373
|
-
declare module '../ui/any_element.d.ts' {
|
|
3374
|
-
interface AnyElementMap {
|
|
3375
|
-
VParamElement: VParamElement;
|
|
3376
|
-
}
|
|
3377
|
-
}
|
|
3378
|
-
declare const VPictureElement_base: VElementBaseSignature2;
|
|
3379
|
-
export declare class VPictureElement extends VPictureElement_base {
|
|
3380
|
-
static element_name: string;
|
|
3381
|
-
static element_tag: string;
|
|
3382
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3383
|
-
}
|
|
3384
|
-
export declare const VPicture: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VPictureElement & Extensions;
|
|
3385
|
-
export declare const NullVPicture: <Extensions extends object = {}>() => VPictureElement & Extensions;
|
|
3386
|
-
declare module '../ui/any_element.d.ts' {
|
|
3387
|
-
interface AnyElementMap {
|
|
3388
|
-
VPictureElement: VPictureElement;
|
|
3389
|
-
}
|
|
3390
|
-
}
|
|
3391
|
-
declare const VPreElement_base: VElementBaseSignature2;
|
|
3392
|
-
export declare class VPreElement extends VPreElement_base {
|
|
3393
|
-
static element_name: string;
|
|
3394
|
-
static element_tag: string;
|
|
3395
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3396
|
-
}
|
|
3397
|
-
export declare const VPre: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VPreElement & Extensions;
|
|
3398
|
-
export declare const NullVPre: <Extensions extends object = {}>() => VPreElement & Extensions;
|
|
3399
|
-
declare module '../ui/any_element.d.ts' {
|
|
3400
|
-
interface AnyElementMap {
|
|
3401
|
-
VPreElement: VPreElement;
|
|
3402
|
-
}
|
|
3403
|
-
}
|
|
3404
|
-
declare const VProgressElement_base: VElementBaseSignature2;
|
|
3405
|
-
export declare class VProgressElement extends VProgressElement_base {
|
|
3406
|
-
static element_name: string;
|
|
3407
|
-
static element_tag: string;
|
|
3408
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3409
|
-
}
|
|
3410
|
-
export declare const VProgress: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VProgressElement & Extensions;
|
|
3411
|
-
export declare const NullVProgress: <Extensions extends object = {}>() => VProgressElement & Extensions;
|
|
3412
|
-
declare module '../ui/any_element.d.ts' {
|
|
3413
|
-
interface AnyElementMap {
|
|
3414
|
-
VProgressElement: VProgressElement;
|
|
3415
|
-
}
|
|
3416
|
-
}
|
|
3417
|
-
declare const VScriptElement_base: VElementBaseSignature2;
|
|
3418
|
-
export declare class VScriptElement extends VScriptElement_base {
|
|
3419
|
-
static element_name: string;
|
|
3420
|
-
static element_tag: string;
|
|
3421
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3422
|
-
}
|
|
3423
|
-
export declare const VScript: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VScriptElement & Extensions;
|
|
3424
|
-
export declare const NullVScript: <Extensions extends object = {}>() => VScriptElement & Extensions;
|
|
3425
|
-
declare module '../ui/any_element.d.ts' {
|
|
3426
|
-
interface AnyElementMap {
|
|
3427
|
-
VScriptElement: VScriptElement;
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
|
-
declare const VSelectElement_base: VElementBaseSignature2;
|
|
3431
|
-
export declare class VSelectElement extends VSelectElement_base {
|
|
3432
|
-
static element_name: string;
|
|
3433
|
-
static element_tag: string;
|
|
3434
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3435
|
-
}
|
|
3436
|
-
export declare const VSelect: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VSelectElement & Extensions;
|
|
3437
|
-
export declare const NullVSelect: <Extensions extends object = {}>() => VSelectElement & Extensions;
|
|
3438
|
-
declare module '../ui/any_element.d.ts' {
|
|
3439
|
-
interface AnyElementMap {
|
|
3440
|
-
VSelectElement: VSelectElement;
|
|
3441
|
-
}
|
|
3442
|
-
}
|
|
3443
|
-
declare const VSlotElement_base: VElementBaseSignature2;
|
|
3444
|
-
export declare class VSlotElement extends VSlotElement_base {
|
|
3445
|
-
static element_name: string;
|
|
3446
|
-
static element_tag: string;
|
|
3447
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3448
|
-
}
|
|
3449
|
-
export declare const VSlot: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VSlotElement & Extensions;
|
|
3450
|
-
export declare const NullVSlot: <Extensions extends object = {}>() => VSlotElement & Extensions;
|
|
3451
|
-
declare module '../ui/any_element.d.ts' {
|
|
3452
|
-
interface AnyElementMap {
|
|
3453
|
-
VSlotElement: VSlotElement;
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
declare const VSourceElement_base: VElementBaseSignature2;
|
|
3457
|
-
export declare class VSourceElement extends VSourceElement_base {
|
|
3458
|
-
static element_name: string;
|
|
3459
|
-
static element_tag: string;
|
|
3460
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3461
|
-
}
|
|
3462
|
-
export declare const VSource: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VSourceElement & Extensions;
|
|
3463
|
-
export declare const NullVSource: <Extensions extends object = {}>() => VSourceElement & Extensions;
|
|
3464
|
-
declare module '../ui/any_element.d.ts' {
|
|
3465
|
-
interface AnyElementMap {
|
|
3466
|
-
VSourceElement: VSourceElement;
|
|
3467
|
-
}
|
|
3468
|
-
}
|
|
3469
|
-
declare const VSpanElement_base: VElementBaseSignature2;
|
|
3470
|
-
export declare class VSpanElement extends VSpanElement_base {
|
|
3471
|
-
static element_name: string;
|
|
3472
|
-
static element_tag: string;
|
|
3473
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3474
|
-
}
|
|
3475
|
-
export declare const VSpan: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VSpanElement & Extensions;
|
|
3476
|
-
export declare const NullVSpan: <Extensions extends object = {}>() => VSpanElement & Extensions;
|
|
3477
|
-
declare module '../ui/any_element.d.ts' {
|
|
3478
|
-
interface AnyElementMap {
|
|
3479
|
-
VSpanElement: VSpanElement;
|
|
3480
|
-
}
|
|
3481
|
-
}
|
|
3482
|
-
declare const VTableElement_base: VElementBaseSignature2;
|
|
3483
|
-
export declare class VTableElement extends VTableElement_base {
|
|
3484
|
-
static element_name: string;
|
|
3485
|
-
static element_tag: string;
|
|
3486
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3487
|
-
}
|
|
3488
|
-
export declare const VTable: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTableElement & Extensions;
|
|
3489
|
-
export declare const NullVTable: <Extensions extends object = {}>() => VTableElement & Extensions;
|
|
3490
|
-
declare module '../ui/any_element.d.ts' {
|
|
3491
|
-
interface AnyElementMap {
|
|
3492
|
-
VTableElement: VTableElement;
|
|
3493
|
-
}
|
|
3494
|
-
}
|
|
3495
|
-
declare const VTHeadElement_base: VElementBaseSignature2;
|
|
3496
|
-
export declare class VTHeadElement extends VTHeadElement_base {
|
|
3497
|
-
static element_name: string;
|
|
3498
|
-
static element_tag: string;
|
|
3499
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3500
|
-
}
|
|
3501
|
-
export declare const VTHead: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTHeadElement & Extensions;
|
|
3502
|
-
export declare const NullVTHead: <Extensions extends object = {}>() => VTHeadElement & Extensions;
|
|
3503
|
-
declare module '../ui/any_element.d.ts' {
|
|
3504
|
-
interface AnyElementMap {
|
|
3505
|
-
VTHeadElement: VTHeadElement;
|
|
3506
|
-
}
|
|
3507
|
-
}
|
|
3508
|
-
declare const VTBodyElement_base: VElementBaseSignature2;
|
|
3509
|
-
export declare class VTBodyElement extends VTBodyElement_base {
|
|
3510
|
-
static element_name: string;
|
|
3511
|
-
static element_tag: string;
|
|
3512
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3513
|
-
}
|
|
3514
|
-
export declare const VTBody: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTBodyElement & Extensions;
|
|
3515
|
-
export declare const NullVTBody: <Extensions extends object = {}>() => VTBodyElement & Extensions;
|
|
3516
|
-
declare module '../ui/any_element.d.ts' {
|
|
3517
|
-
interface AnyElementMap {
|
|
3518
|
-
VTBodyElement: VTBodyElement;
|
|
3519
|
-
}
|
|
3520
|
-
}
|
|
3521
|
-
declare const VTFootElement_base: VElementBaseSignature2;
|
|
3522
|
-
export declare class VTFootElement extends VTFootElement_base {
|
|
3523
|
-
static element_name: string;
|
|
3524
|
-
static element_tag: string;
|
|
3525
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3526
|
-
}
|
|
3527
|
-
export declare const VTFoot: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTFootElement & Extensions;
|
|
3528
|
-
export declare const NullVTFoot: <Extensions extends object = {}>() => VTFootElement & Extensions;
|
|
3529
|
-
declare module '../ui/any_element.d.ts' {
|
|
3530
|
-
interface AnyElementMap {
|
|
3531
|
-
VTFootElement: VTFootElement;
|
|
3532
|
-
}
|
|
3533
|
-
}
|
|
3534
|
-
declare const VTHElement_base: VElementBaseSignature2;
|
|
3535
|
-
export declare class VTHElement extends VTHElement_base {
|
|
3536
|
-
static element_name: string;
|
|
3537
|
-
static element_tag: string;
|
|
3538
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3539
|
-
}
|
|
3540
|
-
export declare const VTH: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTHElement & Extensions;
|
|
3541
|
-
export declare const NullVTH: <Extensions extends object = {}>() => VTHElement & Extensions;
|
|
3542
|
-
declare module '../ui/any_element.d.ts' {
|
|
3543
|
-
interface AnyElementMap {
|
|
3544
|
-
VTHElement: VTHElement;
|
|
3545
|
-
}
|
|
3546
|
-
}
|
|
3547
|
-
declare const VTDElement_base: VElementBaseSignature2;
|
|
3548
|
-
export declare class VTDElement extends VTDElement_base {
|
|
3549
|
-
static element_name: string;
|
|
3550
|
-
static element_tag: string;
|
|
3551
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3552
|
-
}
|
|
3553
|
-
export declare const VTD: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTDElement & Extensions;
|
|
3554
|
-
export declare const NullVTD: <Extensions extends object = {}>() => VTDElement & Extensions;
|
|
3555
|
-
declare module '../ui/any_element.d.ts' {
|
|
3556
|
-
interface AnyElementMap {
|
|
3557
|
-
VTDElement: VTDElement;
|
|
3558
|
-
}
|
|
3559
|
-
}
|
|
3560
|
-
declare const VTemplateElement_base: VElementBaseSignature2;
|
|
3561
|
-
export declare class VTemplateElement extends VTemplateElement_base {
|
|
3562
|
-
static element_name: string;
|
|
3563
|
-
static element_tag: string;
|
|
3564
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3565
|
-
}
|
|
3566
|
-
export declare const VTemplate: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTemplateElement & Extensions;
|
|
3567
|
-
export declare const NullVTemplate: <Extensions extends object = {}>() => VTemplateElement & Extensions;
|
|
3568
|
-
declare module '../ui/any_element.d.ts' {
|
|
3569
|
-
interface AnyElementMap {
|
|
3570
|
-
VTemplateElement: VTemplateElement;
|
|
3571
|
-
}
|
|
3572
|
-
}
|
|
3573
|
-
declare const VTimeElement_base: VElementBaseSignature2;
|
|
3574
|
-
export declare class VTimeElement extends VTimeElement_base {
|
|
3575
|
-
static element_name: string;
|
|
3576
|
-
static element_tag: string;
|
|
3577
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3578
|
-
}
|
|
3579
|
-
export declare const VTime: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTimeElement & Extensions;
|
|
3580
|
-
export declare const NullVTime: <Extensions extends object = {}>() => VTimeElement & Extensions;
|
|
3581
|
-
declare module '../ui/any_element.d.ts' {
|
|
3582
|
-
interface AnyElementMap {
|
|
3583
|
-
VTimeElement: VTimeElement;
|
|
3584
|
-
}
|
|
3585
|
-
}
|
|
3586
|
-
declare const VTitleElement_base: VElementBaseSignature2;
|
|
3587
|
-
export declare class VTitleElement extends VTitleElement_base {
|
|
3588
|
-
static element_name: string;
|
|
3589
|
-
static element_tag: string;
|
|
3590
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3591
|
-
}
|
|
3592
|
-
export declare const VTitle: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTitleElement & Extensions;
|
|
3593
|
-
export declare const NullVTitle: <Extensions extends object = {}>() => VTitleElement & Extensions;
|
|
3594
|
-
declare module '../ui/any_element.d.ts' {
|
|
3595
|
-
interface AnyElementMap {
|
|
3596
|
-
VTitleElement: VTitleElement;
|
|
3597
|
-
}
|
|
3598
|
-
}
|
|
3599
|
-
declare const VTableRowElement_base: VElementBaseSignature2;
|
|
3600
|
-
export declare class VTableRowElement extends VTableRowElement_base {
|
|
3601
|
-
static element_name: string;
|
|
3602
|
-
static element_tag: string;
|
|
3603
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3604
|
-
}
|
|
3605
|
-
export declare const VTableRow: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTableRowElement & Extensions;
|
|
3606
|
-
export declare const NullVTableRow: <Extensions extends object = {}>() => VTableRowElement & Extensions;
|
|
3607
|
-
declare module '../ui/any_element.d.ts' {
|
|
3608
|
-
interface AnyElementMap {
|
|
3609
|
-
VTableRowElement: VTableRowElement;
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
declare const VTrackElement_base: VElementBaseSignature2;
|
|
3613
|
-
export declare class VTrackElement extends VTrackElement_base {
|
|
3614
|
-
static element_name: string;
|
|
3615
|
-
static element_tag: string;
|
|
3616
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3617
|
-
}
|
|
3618
|
-
export declare const VTrack: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VTrackElement & Extensions;
|
|
3619
|
-
export declare const NullVTrack: <Extensions extends object = {}>() => VTrackElement & Extensions;
|
|
3620
|
-
declare module '../ui/any_element.d.ts' {
|
|
3621
|
-
interface AnyElementMap {
|
|
3622
|
-
VTrackElement: VTrackElement;
|
|
3623
|
-
}
|
|
3624
|
-
}
|
|
3625
|
-
declare const VUListElement_base: VElementBaseSignature2;
|
|
3626
|
-
export declare class VUListElement extends VUListElement_base {
|
|
3627
|
-
static element_name: string;
|
|
3628
|
-
static element_tag: string;
|
|
3629
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3630
|
-
}
|
|
3631
|
-
export declare const VUList: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VUListElement & Extensions;
|
|
3632
|
-
export declare const NullVUList: <Extensions extends object = {}>() => VUListElement & Extensions;
|
|
3633
|
-
declare module '../ui/any_element.d.ts' {
|
|
3634
|
-
interface AnyElementMap {
|
|
3635
|
-
VUListElement: VUListElement;
|
|
3636
|
-
}
|
|
3637
|
-
}
|
|
3638
|
-
declare const VIFrameElement_base: VElementBaseSignature2;
|
|
3639
|
-
export declare class VIFrameElement extends VIFrameElement_base {
|
|
3640
|
-
static element_name: string;
|
|
3641
|
-
static element_tag: string;
|
|
3642
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3643
|
-
}
|
|
3644
|
-
export declare const VIFrame: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VIFrameElement & Extensions;
|
|
3645
|
-
export declare const NullVIFrame: <Extensions extends object = {}>() => VIFrameElement & Extensions;
|
|
3646
|
-
declare module '../ui/any_element.d.ts' {
|
|
3647
|
-
interface AnyElementMap {
|
|
3648
|
-
VIFrameElement: VIFrameElement;
|
|
3649
|
-
}
|
|
3650
|
-
}
|
|
3651
|
-
declare const VCodeElement_base: VElementBaseSignature2;
|
|
3652
|
-
export declare class VCodeElement extends VCodeElement_base {
|
|
3653
|
-
static element_name: string;
|
|
3654
|
-
static element_tag: string;
|
|
3655
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3656
|
-
}
|
|
3657
|
-
export declare const VCode: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VCodeElement & Extensions;
|
|
3658
|
-
export declare const NullVCode: <Extensions extends object = {}>() => VCodeElement & Extensions;
|
|
3659
|
-
declare module '../ui/any_element.d.ts' {
|
|
3660
|
-
interface AnyElementMap {
|
|
3661
|
-
VCodeElement: VCodeElement;
|
|
3662
|
-
}
|
|
3663
|
-
}
|
|
3664
|
-
declare const VSectionElement_base: VElementBaseSignature2;
|
|
3665
|
-
export declare class VSectionElement extends VSectionElement_base {
|
|
3666
|
-
static element_name: string;
|
|
3667
|
-
static element_tag: string;
|
|
3668
|
-
constructor(args?: DerivedVElementInitOptions);
|
|
3669
|
-
}
|
|
3670
|
-
export declare const VSection: <Extensions extends object = {}>(args?: DerivedVElementInitOptions | undefined) => VSectionElement & Extensions;
|
|
3671
|
-
export declare const NullVSection: <Extensions extends object = {}>() => VSectionElement & Extensions;
|
|
3672
|
-
declare module '../ui/any_element.d.ts' {
|
|
3673
|
-
interface AnyElementMap {
|
|
3674
|
-
VSectionElement: VSectionElement;
|
|
3675
|
-
}
|
|
3676
|
-
}
|
|
3677
|
-
export type VBaseElements = VHTMLElement | VAnchorElement | VAreaElement | VAudioElement | VBlockQuoteElement | VBodyElement | VBRElement | VButtonElement | VCanvasElement | VTableCaptionElement | VTableColElement | VDataElement | VDataListElement | VDListElement | VDirectoryElement | VDivElement | VEmbedElement | VFieldSetElement | VFormElement | VHeadingElement | VHeadElement | VHRElement | VImageElement | VInputElement | VModElement | VLabelElement | VLegendElement | VLIElement | VLinkElement | VMapElement | VMetaElement | VMeterElement | VObjectElement | VOListElement | VOptGroupElement | VOptionElement | VOutputElement | VParagraphElement | VParamElement | VPictureElement | VPreElement | VProgressElement | VScriptElement | VSelectElement | VSlotElement | VSourceElement | VSpanElement | VTableElement | VTHeadElement | VTBodyElement | VTFootElement | VTHElement | VTDElement | VTemplateElement | VTextAreaElement | VTimeElement | VTitleElement | VTableRowElement | VTrackElement | VUListElement | VIFrameElement | VCodeElement | VSectionElement;
|
|
3678
|
-
export declare const VElementTagMap: {
|
|
3679
|
-
readonly _base: typeof VHTMLElement;
|
|
3680
|
-
readonly a: typeof VAnchorElement;
|
|
3681
|
-
readonly area: typeof VAreaElement;
|
|
3682
|
-
readonly audio: typeof VAudioElement;
|
|
3683
|
-
readonly blockquote: typeof VBlockQuoteElement;
|
|
3684
|
-
readonly body: typeof VBodyElement;
|
|
3685
|
-
readonly br: typeof VBRElement;
|
|
3686
|
-
readonly button: typeof VButtonElement;
|
|
3687
|
-
readonly canvas: typeof VCanvasElement;
|
|
3688
|
-
readonly caption: typeof VTableCaptionElement;
|
|
3689
|
-
readonly col: typeof VTableColElement;
|
|
3690
|
-
readonly data: typeof VDataElement;
|
|
3691
|
-
readonly datalist: typeof VDataListElement;
|
|
3692
|
-
readonly dl: typeof VDListElement;
|
|
3693
|
-
readonly dir: typeof VDirectoryElement;
|
|
3694
|
-
readonly div: typeof VDivElement;
|
|
3695
|
-
readonly embed: typeof VEmbedElement;
|
|
3696
|
-
readonly fieldset: typeof VFieldSetElement;
|
|
3697
|
-
readonly form: typeof VFormElement;
|
|
3698
|
-
readonly h1: typeof VHeadingElement;
|
|
3699
|
-
readonly head: typeof VHeadElement;
|
|
3700
|
-
readonly hr: typeof VHRElement;
|
|
3701
|
-
readonly img: typeof VImageElement;
|
|
3702
|
-
readonly input: typeof VInputElement;
|
|
3703
|
-
readonly ins: typeof VModElement;
|
|
3704
|
-
readonly label: typeof VLabelElement;
|
|
3705
|
-
readonly legend: typeof VLegendElement;
|
|
3706
|
-
readonly li: typeof VLIElement;
|
|
3707
|
-
readonly link: typeof VLinkElement;
|
|
3708
|
-
readonly map: typeof VMapElement;
|
|
3709
|
-
readonly meta: typeof VMetaElement;
|
|
3710
|
-
readonly meter: typeof VMeterElement;
|
|
3711
|
-
readonly object: typeof VObjectElement;
|
|
3712
|
-
readonly ol: typeof VOListElement;
|
|
3713
|
-
readonly optgroup: typeof VOptGroupElement;
|
|
3714
|
-
readonly option: typeof VOptionElement;
|
|
3715
|
-
readonly output: typeof VOutputElement;
|
|
3716
|
-
readonly p: typeof VParagraphElement;
|
|
3717
|
-
readonly param: typeof VParamElement;
|
|
3718
|
-
readonly picture: typeof VPictureElement;
|
|
3719
|
-
readonly pre: typeof VPreElement;
|
|
3720
|
-
readonly progress: typeof VProgressElement;
|
|
3721
|
-
readonly script: typeof VScriptElement;
|
|
3722
|
-
readonly select: typeof VSelectElement;
|
|
3723
|
-
readonly slot: typeof VSlotElement;
|
|
3724
|
-
readonly source: typeof VSourceElement;
|
|
3725
|
-
readonly span: typeof VSpanElement;
|
|
3726
|
-
readonly table: typeof VTableElement;
|
|
3727
|
-
readonly thead: typeof VTHeadElement;
|
|
3728
|
-
readonly tbody: typeof VTBodyElement;
|
|
3729
|
-
readonly tfoot: typeof VTFootElement;
|
|
3730
|
-
readonly th: typeof VTHElement;
|
|
3731
|
-
readonly td: typeof VTDElement;
|
|
3732
|
-
readonly template: typeof VTemplateElement;
|
|
3733
|
-
readonly textarea: typeof VTextAreaElement;
|
|
3734
|
-
readonly time: typeof VTimeElement;
|
|
3735
|
-
readonly title: typeof VTitleElement;
|
|
3736
|
-
readonly tr: typeof VTableRowElement;
|
|
3737
|
-
readonly track: typeof VTrackElement;
|
|
3738
|
-
readonly ul: typeof VUListElement;
|
|
3739
|
-
readonly iframe: typeof VIFrameElement;
|
|
3740
|
-
readonly code: typeof VCodeElement;
|
|
3741
|
-
readonly section: typeof VSectionElement;
|
|
3742
|
-
};
|
|
3743
|
-
export {};
|