@ionic/vue 8.7.6-nightly.20251006 → 8.7.6-nightly.20251008

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.
Files changed (2) hide show
  1. package/dist/web-types.json +40 -40
  2. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@ionic/vue",
5
- "version": "8.7.6-nightly.20251006",
5
+ "version": "8.7.6-nightly.20251008",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -229,7 +229,7 @@
229
229
  }
230
230
  },
231
231
  {
232
- "name": "enter-animation",
232
+ "name": "enterAnimation",
233
233
  "description": "Animation to use when the action sheet is presented.",
234
234
  "required": false,
235
235
  "value": {
@@ -247,7 +247,7 @@
247
247
  }
248
248
  },
249
249
  {
250
- "name": "html-attributes",
250
+ "name": "htmlAttributes",
251
251
  "description": "Additional attributes to pass to the action sheet.",
252
252
  "required": false,
253
253
  "value": {
@@ -276,7 +276,7 @@
276
276
  }
277
277
  },
278
278
  {
279
- "name": "leave-animation",
279
+ "name": "leaveAnimation",
280
280
  "description": "Animation to use when the action sheet is dismissed.",
281
281
  "required": false,
282
282
  "value": {
@@ -455,7 +455,7 @@
455
455
  }
456
456
  },
457
457
  {
458
- "name": "enter-animation",
458
+ "name": "enterAnimation",
459
459
  "description": "Animation to use when the alert is presented.",
460
460
  "required": false,
461
461
  "value": {
@@ -473,7 +473,7 @@
473
473
  }
474
474
  },
475
475
  {
476
- "name": "html-attributes",
476
+ "name": "htmlAttributes",
477
477
  "description": "Additional attributes to pass to the alert.",
478
478
  "required": false,
479
479
  "value": {
@@ -512,7 +512,7 @@
512
512
  }
513
513
  },
514
514
  {
515
- "name": "leave-animation",
515
+ "name": "leaveAnimation",
516
516
  "description": "Animation to use when the alert is dismissed.",
517
517
  "required": false,
518
518
  "value": {
@@ -719,7 +719,7 @@
719
719
  }
720
720
  },
721
721
  {
722
- "name": "router-animation",
722
+ "name": "routerAnimation",
723
723
  "description": "When using a router, it specifies the transition animation when navigating to\nanother page.",
724
724
  "required": false,
725
725
  "value": {
@@ -910,7 +910,7 @@
910
910
  }
911
911
  },
912
912
  {
913
- "name": "router-animation",
913
+ "name": "routerAnimation",
914
914
  "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`.",
915
915
  "required": false,
916
916
  "value": {
@@ -1144,7 +1144,7 @@
1144
1144
  }
1145
1145
  },
1146
1146
  {
1147
- "name": "router-animation",
1147
+ "name": "routerAnimation",
1148
1148
  "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`.",
1149
1149
  "required": false,
1150
1150
  "value": {
@@ -1349,7 +1349,7 @@
1349
1349
  }
1350
1350
  },
1351
1351
  {
1352
- "name": "router-animation",
1352
+ "name": "routerAnimation",
1353
1353
  "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`.",
1354
1354
  "required": false,
1355
1355
  "value": {
@@ -2168,7 +2168,7 @@
2168
2168
  }
2169
2169
  },
2170
2170
  {
2171
- "name": "format-options",
2171
+ "name": "formatOptions",
2172
2172
  "description": "Formatting options for dates and times.\nShould include a 'date' and/or 'time' object, each of which is of type [Intl.DateTimeFormatOptions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#options).",
2173
2173
  "required": false,
2174
2174
  "value": {
@@ -2177,7 +2177,7 @@
2177
2177
  }
2178
2178
  },
2179
2179
  {
2180
- "name": "highlighted-dates",
2180
+ "name": "highlightedDates",
2181
2181
  "description": "Used to apply custom text and background colors to specific dates.\n\nCan be either an array of objects containing ISO strings and colors,\nor a callback that receives an ISO string and returns the colors.\n\nOnly applies to the `date`, `date-time`, and `time-date` presentations,\nwith `preferWheel=\"false\"`.",
2182
2182
  "required": false,
2183
2183
  "value": {
@@ -2204,7 +2204,7 @@
2204
2204
  }
2205
2205
  },
2206
2206
  {
2207
- "name": "is-date-enabled",
2207
+ "name": "isDateEnabled",
2208
2208
  "description": "Returns if an individual date (calendar day) is enabled or disabled.\n\nIf `true`, the day will be enabled/interactive.\nIf `false`, the day will be disabled/non-interactive.\n\nThe function accepts an ISO 8601 date string of a given day.\nBy default, all days are enabled. Developers can use this function\nto write custom logic to disable certain days.\n\nThe function is called for each rendered calendar day, for the previous, current and next month.\nCustom implementations should be optimized for performance to avoid jank.",
2209
2209
  "required": false,
2210
2210
  "value": {
@@ -2378,7 +2378,7 @@
2378
2378
  }
2379
2379
  },
2380
2380
  {
2381
- "name": "title-selected-dates-formatter",
2381
+ "name": "titleSelectedDatesFormatter",
2382
2382
  "description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
2383
2383
  "required": false,
2384
2384
  "value": {
@@ -2658,7 +2658,7 @@
2658
2658
  }
2659
2659
  },
2660
2660
  {
2661
- "name": "router-animation",
2661
+ "name": "routerAnimation",
2662
2662
  "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`.",
2663
2663
  "required": false,
2664
2664
  "value": {
@@ -3131,7 +3131,7 @@
3131
3131
  }
3132
3132
  },
3133
3133
  {
3134
- "name": "counter-formatter",
3134
+ "name": "counterFormatter",
3135
3135
  "description": "A callback used to format the counter text.\nBy default the counter text is set to \"itemLength / maxLength\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
3136
3136
  "required": false,
3137
3137
  "value": {
@@ -3772,7 +3772,7 @@
3772
3772
  }
3773
3773
  },
3774
3774
  {
3775
- "name": "router-animation",
3775
+ "name": "routerAnimation",
3776
3776
  "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`.",
3777
3777
  "required": false,
3778
3778
  "value": {
@@ -4252,7 +4252,7 @@
4252
4252
  }
4253
4253
  },
4254
4254
  {
4255
- "name": "enter-animation",
4255
+ "name": "enterAnimation",
4256
4256
  "description": "Animation to use when the loading indicator is presented.",
4257
4257
  "required": false,
4258
4258
  "value": {
@@ -4261,7 +4261,7 @@
4261
4261
  }
4262
4262
  },
4263
4263
  {
4264
- "name": "html-attributes",
4264
+ "name": "htmlAttributes",
4265
4265
  "description": "Additional attributes to pass to the loader.",
4266
4266
  "required": false,
4267
4267
  "value": {
@@ -4290,7 +4290,7 @@
4290
4290
  }
4291
4291
  },
4292
4292
  {
4293
- "name": "leave-animation",
4293
+ "name": "leaveAnimation",
4294
4294
  "description": "Animation to use when the loading indicator is dismissed.",
4295
4295
  "required": false,
4296
4296
  "value": {
@@ -4726,7 +4726,7 @@
4726
4726
  }
4727
4727
  },
4728
4728
  {
4729
- "name": "enter-animation",
4729
+ "name": "enterAnimation",
4730
4730
  "description": "Animation to use when the modal is presented.",
4731
4731
  "required": false,
4732
4732
  "value": {
@@ -4774,7 +4774,7 @@
4774
4774
  }
4775
4775
  },
4776
4776
  {
4777
- "name": "html-attributes",
4777
+ "name": "htmlAttributes",
4778
4778
  "description": "Additional attributes to pass to the modal.",
4779
4779
  "required": false,
4780
4780
  "value": {
@@ -4822,7 +4822,7 @@
4822
4822
  }
4823
4823
  },
4824
4824
  {
4825
- "name": "leave-animation",
4825
+ "name": "leaveAnimation",
4826
4826
  "description": "Animation to use when the modal is dismissed.",
4827
4827
  "required": false,
4828
4828
  "value": {
@@ -4840,7 +4840,7 @@
4840
4840
  }
4841
4841
  },
4842
4842
  {
4843
- "name": "presenting-element",
4843
+ "name": "presentingElement",
4844
4844
  "description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode.",
4845
4845
  "required": false,
4846
4846
  "value": {
@@ -5202,7 +5202,7 @@
5202
5202
  }
5203
5203
  },
5204
5204
  {
5205
- "name": "enter-animation",
5205
+ "name": "enterAnimation",
5206
5206
  "description": "Animation to use when the picker is presented.",
5207
5207
  "required": false,
5208
5208
  "value": {
@@ -5211,7 +5211,7 @@
5211
5211
  }
5212
5212
  },
5213
5213
  {
5214
- "name": "html-attributes",
5214
+ "name": "htmlAttributes",
5215
5215
  "description": "Additional attributes to pass to the picker.",
5216
5216
  "required": false,
5217
5217
  "value": {
@@ -5240,7 +5240,7 @@
5240
5240
  }
5241
5241
  },
5242
5242
  {
5243
- "name": "leave-animation",
5243
+ "name": "leaveAnimation",
5244
5244
  "description": "Animation to use when the picker is dismissed.",
5245
5245
  "required": false,
5246
5246
  "value": {
@@ -5419,7 +5419,7 @@
5419
5419
  }
5420
5420
  },
5421
5421
  {
5422
- "name": "component-props",
5422
+ "name": "componentProps",
5423
5423
  "description": "The data to pass to the popover component.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nset the props directly on your component.",
5424
5424
  "required": false,
5425
5425
  "value": {
@@ -5438,7 +5438,7 @@
5438
5438
  }
5439
5439
  },
5440
5440
  {
5441
- "name": "enter-animation",
5441
+ "name": "enterAnimation",
5442
5442
  "description": "Animation to use when the popover is presented.",
5443
5443
  "required": false,
5444
5444
  "value": {
@@ -5466,7 +5466,7 @@
5466
5466
  }
5467
5467
  },
5468
5468
  {
5469
- "name": "html-attributes",
5469
+ "name": "htmlAttributes",
5470
5470
  "description": "Additional attributes to pass to the popover.",
5471
5471
  "required": false,
5472
5472
  "value": {
@@ -5505,7 +5505,7 @@
5505
5505
  }
5506
5506
  },
5507
5507
  {
5508
- "name": "leave-animation",
5508
+ "name": "leaveAnimation",
5509
5509
  "description": "Animation to use when the popover is dismissed.",
5510
5510
  "required": false,
5511
5511
  "value": {
@@ -6071,7 +6071,7 @@
6071
6071
  }
6072
6072
  },
6073
6073
  {
6074
- "name": "pin-formatter",
6074
+ "name": "pinFormatter",
6075
6075
  "description": "A callback used to format the pin text.\nBy default the pin text is set to `Math.round(value)`.\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
6076
6076
  "required": false,
6077
6077
  "default": "(value: number): number => Math.round(value)",
@@ -6469,7 +6469,7 @@
6469
6469
  },
6470
6470
  "attributes": [
6471
6471
  {
6472
- "name": "before-enter",
6472
+ "name": "beforeEnter",
6473
6473
  "description": "A navigation hook that is fired when the route tries to enter.\nReturning `true` allows the navigation to proceed, while returning\n`false` causes it to be cancelled. Returning a `NavigationHookOptions`\nobject causes the router to redirect to the path specified.",
6474
6474
  "required": false,
6475
6475
  "value": {
@@ -6478,7 +6478,7 @@
6478
6478
  }
6479
6479
  },
6480
6480
  {
6481
- "name": "before-leave",
6481
+ "name": "beforeLeave",
6482
6482
  "description": "A navigation hook that is fired when the route tries to leave.\nReturning `true` allows the navigation to proceed, while returning\n`false` causes it to be cancelled. Returning a `NavigationHookOptions`\nobject causes the router to redirect to the path specified.",
6483
6483
  "required": false,
6484
6484
  "value": {
@@ -6496,7 +6496,7 @@
6496
6496
  }
6497
6497
  },
6498
6498
  {
6499
- "name": "component-props",
6499
+ "name": "componentProps",
6500
6500
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
6501
6501
  "required": false,
6502
6502
  "value": {
@@ -7868,7 +7868,7 @@
7868
7868
  }
7869
7869
  },
7870
7870
  {
7871
- "name": "counter-formatter",
7871
+ "name": "counterFormatter",
7872
7872
  "description": "A callback used to format the counter text.\nBy default the counter text is set to \"itemLength / maxLength\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
7873
7873
  "required": false,
7874
7874
  "value": {
@@ -8230,7 +8230,7 @@
8230
8230
  }
8231
8231
  },
8232
8232
  {
8233
- "name": "enter-animation",
8233
+ "name": "enterAnimation",
8234
8234
  "description": "Animation to use when the toast is presented.",
8235
8235
  "required": false,
8236
8236
  "value": {
@@ -8248,7 +8248,7 @@
8248
8248
  }
8249
8249
  },
8250
8250
  {
8251
- "name": "html-attributes",
8251
+ "name": "htmlAttributes",
8252
8252
  "description": "Additional attributes to pass to the toast.",
8253
8253
  "required": false,
8254
8254
  "value": {
@@ -8296,7 +8296,7 @@
8296
8296
  }
8297
8297
  },
8298
8298
  {
8299
- "name": "leave-animation",
8299
+ "name": "leaveAnimation",
8300
8300
  "description": "Animation to use when the toast is dismissed.",
8301
8301
  "required": false,
8302
8302
  "value": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/vue",
3
- "version": "8.7.6-nightly.20251006",
3
+ "version": "8.7.6-nightly.20251008",
4
4
  "description": "Vue specific wrapper for @ionic/core",
5
5
  "scripts": {
6
6
  "eslint": "eslint src",
@@ -68,7 +68,7 @@
68
68
  "vue-router": "^4.0.16"
69
69
  },
70
70
  "dependencies": {
71
- "@ionic/core": "8.7.6-nightly.20251006",
71
+ "@ionic/core": "8.7.6-nightly.20251008",
72
72
  "@stencil/vue-output-target": "0.10.7",
73
73
  "ionicons": "^8.0.13"
74
74
  },