@ionic/docs 8.7.4-dev.11757083062.19f546ed → 8.7.4-dev.11757430138.13649dec

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/core.json +246 -13
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-09-05T14:40:02",
2
+ "timestamp": "2025-09-09T15:04:50",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.36.2",
@@ -9178,6 +9178,162 @@
9178
9178
  "getter": false,
9179
9179
  "setter": false
9180
9180
  },
9181
+ {
9182
+ "name": "order",
9183
+ "type": "string | undefined",
9184
+ "complexType": {
9185
+ "original": "string",
9186
+ "resolved": "string | undefined",
9187
+ "references": {}
9188
+ },
9189
+ "mutable": false,
9190
+ "attr": "order",
9191
+ "reflectToAttr": false,
9192
+ "docs": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9193
+ "docsTags": [],
9194
+ "values": [
9195
+ {
9196
+ "type": "string"
9197
+ },
9198
+ {
9199
+ "type": "undefined"
9200
+ }
9201
+ ],
9202
+ "optional": true,
9203
+ "required": false,
9204
+ "getter": false,
9205
+ "setter": false
9206
+ },
9207
+ {
9208
+ "name": "orderLg",
9209
+ "type": "string | undefined",
9210
+ "complexType": {
9211
+ "original": "string",
9212
+ "resolved": "string | undefined",
9213
+ "references": {}
9214
+ },
9215
+ "mutable": false,
9216
+ "attr": "order-lg",
9217
+ "reflectToAttr": false,
9218
+ "docs": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9219
+ "docsTags": [],
9220
+ "values": [
9221
+ {
9222
+ "type": "string"
9223
+ },
9224
+ {
9225
+ "type": "undefined"
9226
+ }
9227
+ ],
9228
+ "optional": true,
9229
+ "required": false,
9230
+ "getter": false,
9231
+ "setter": false
9232
+ },
9233
+ {
9234
+ "name": "orderMd",
9235
+ "type": "string | undefined",
9236
+ "complexType": {
9237
+ "original": "string",
9238
+ "resolved": "string | undefined",
9239
+ "references": {}
9240
+ },
9241
+ "mutable": false,
9242
+ "attr": "order-md",
9243
+ "reflectToAttr": false,
9244
+ "docs": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9245
+ "docsTags": [],
9246
+ "values": [
9247
+ {
9248
+ "type": "string"
9249
+ },
9250
+ {
9251
+ "type": "undefined"
9252
+ }
9253
+ ],
9254
+ "optional": true,
9255
+ "required": false,
9256
+ "getter": false,
9257
+ "setter": false
9258
+ },
9259
+ {
9260
+ "name": "orderSm",
9261
+ "type": "string | undefined",
9262
+ "complexType": {
9263
+ "original": "string",
9264
+ "resolved": "string | undefined",
9265
+ "references": {}
9266
+ },
9267
+ "mutable": false,
9268
+ "attr": "order-sm",
9269
+ "reflectToAttr": false,
9270
+ "docs": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9271
+ "docsTags": [],
9272
+ "values": [
9273
+ {
9274
+ "type": "string"
9275
+ },
9276
+ {
9277
+ "type": "undefined"
9278
+ }
9279
+ ],
9280
+ "optional": true,
9281
+ "required": false,
9282
+ "getter": false,
9283
+ "setter": false
9284
+ },
9285
+ {
9286
+ "name": "orderXl",
9287
+ "type": "string | undefined",
9288
+ "complexType": {
9289
+ "original": "string",
9290
+ "resolved": "string | undefined",
9291
+ "references": {}
9292
+ },
9293
+ "mutable": false,
9294
+ "attr": "order-xl",
9295
+ "reflectToAttr": false,
9296
+ "docs": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9297
+ "docsTags": [],
9298
+ "values": [
9299
+ {
9300
+ "type": "string"
9301
+ },
9302
+ {
9303
+ "type": "undefined"
9304
+ }
9305
+ ],
9306
+ "optional": true,
9307
+ "required": false,
9308
+ "getter": false,
9309
+ "setter": false
9310
+ },
9311
+ {
9312
+ "name": "orderXs",
9313
+ "type": "string | undefined",
9314
+ "complexType": {
9315
+ "original": "string",
9316
+ "resolved": "string | undefined",
9317
+ "references": {}
9318
+ },
9319
+ "mutable": false,
9320
+ "attr": "order-xs",
9321
+ "reflectToAttr": false,
9322
+ "docs": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9323
+ "docsTags": [],
9324
+ "values": [
9325
+ {
9326
+ "type": "string"
9327
+ },
9328
+ {
9329
+ "type": "undefined"
9330
+ }
9331
+ ],
9332
+ "optional": true,
9333
+ "required": false,
9334
+ "getter": false,
9335
+ "setter": false
9336
+ },
9181
9337
  {
9182
9338
  "name": "pull",
9183
9339
  "type": "string | undefined",
@@ -9190,7 +9346,13 @@
9190
9346
  "attr": "pull",
9191
9347
  "reflectToAttr": false,
9192
9348
  "docs": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
9193
- "docsTags": [],
9349
+ "docsTags": [
9350
+ {
9351
+ "name": "deprecated",
9352
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9353
+ }
9354
+ ],
9355
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9194
9356
  "values": [
9195
9357
  {
9196
9358
  "type": "string"
@@ -9216,7 +9378,13 @@
9216
9378
  "attr": "pull-lg",
9217
9379
  "reflectToAttr": false,
9218
9380
  "docs": "The amount to pull the column for lg screens, in terms of how many columns it should shift\nto the start of the total available.",
9219
- "docsTags": [],
9381
+ "docsTags": [
9382
+ {
9383
+ "name": "deprecated",
9384
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9385
+ }
9386
+ ],
9387
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9220
9388
  "values": [
9221
9389
  {
9222
9390
  "type": "string"
@@ -9242,7 +9410,13 @@
9242
9410
  "attr": "pull-md",
9243
9411
  "reflectToAttr": false,
9244
9412
  "docs": "The amount to pull the column for md screens, in terms of how many columns it should shift\nto the start of the total available.",
9245
- "docsTags": [],
9413
+ "docsTags": [
9414
+ {
9415
+ "name": "deprecated",
9416
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9417
+ }
9418
+ ],
9419
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9246
9420
  "values": [
9247
9421
  {
9248
9422
  "type": "string"
@@ -9268,7 +9442,13 @@
9268
9442
  "attr": "pull-sm",
9269
9443
  "reflectToAttr": false,
9270
9444
  "docs": "The amount to pull the column for sm screens, in terms of how many columns it should shift\nto the start of the total available.",
9271
- "docsTags": [],
9445
+ "docsTags": [
9446
+ {
9447
+ "name": "deprecated",
9448
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9449
+ }
9450
+ ],
9451
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9272
9452
  "values": [
9273
9453
  {
9274
9454
  "type": "string"
@@ -9294,7 +9474,13 @@
9294
9474
  "attr": "pull-xl",
9295
9475
  "reflectToAttr": false,
9296
9476
  "docs": "The amount to pull the column for xl screens, in terms of how many columns it should shift\nto the start of the total available.",
9297
- "docsTags": [],
9477
+ "docsTags": [
9478
+ {
9479
+ "name": "deprecated",
9480
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9481
+ }
9482
+ ],
9483
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9298
9484
  "values": [
9299
9485
  {
9300
9486
  "type": "string"
@@ -9320,7 +9506,13 @@
9320
9506
  "attr": "pull-xs",
9321
9507
  "reflectToAttr": false,
9322
9508
  "docs": "The amount to pull the column for xs screens, in terms of how many columns it should shift\nto the start of the total available.",
9323
- "docsTags": [],
9509
+ "docsTags": [
9510
+ {
9511
+ "name": "deprecated",
9512
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9513
+ }
9514
+ ],
9515
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9324
9516
  "values": [
9325
9517
  {
9326
9518
  "type": "string"
@@ -9346,7 +9538,13 @@
9346
9538
  "attr": "push",
9347
9539
  "reflectToAttr": false,
9348
9540
  "docs": "The amount to push the column, in terms of how many columns it should shift to the end\nof the total available.",
9349
- "docsTags": [],
9541
+ "docsTags": [
9542
+ {
9543
+ "name": "deprecated",
9544
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9545
+ }
9546
+ ],
9547
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9350
9548
  "values": [
9351
9549
  {
9352
9550
  "type": "string"
@@ -9372,7 +9570,13 @@
9372
9570
  "attr": "push-lg",
9373
9571
  "reflectToAttr": false,
9374
9572
  "docs": "The amount to push the column for lg screens, in terms of how many columns it should shift\nto the end of the total available.",
9375
- "docsTags": [],
9573
+ "docsTags": [
9574
+ {
9575
+ "name": "deprecated",
9576
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9577
+ }
9578
+ ],
9579
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9376
9580
  "values": [
9377
9581
  {
9378
9582
  "type": "string"
@@ -9398,7 +9602,13 @@
9398
9602
  "attr": "push-md",
9399
9603
  "reflectToAttr": false,
9400
9604
  "docs": "The amount to push the column for md screens, in terms of how many columns it should shift\nto the end of the total available.",
9401
- "docsTags": [],
9605
+ "docsTags": [
9606
+ {
9607
+ "name": "deprecated",
9608
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9609
+ }
9610
+ ],
9611
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9402
9612
  "values": [
9403
9613
  {
9404
9614
  "type": "string"
@@ -9424,7 +9634,13 @@
9424
9634
  "attr": "push-sm",
9425
9635
  "reflectToAttr": false,
9426
9636
  "docs": "The amount to push the column for sm screens, in terms of how many columns it should shift\nto the end of the total available.",
9427
- "docsTags": [],
9637
+ "docsTags": [
9638
+ {
9639
+ "name": "deprecated",
9640
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9641
+ }
9642
+ ],
9643
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9428
9644
  "values": [
9429
9645
  {
9430
9646
  "type": "string"
@@ -9450,7 +9666,13 @@
9450
9666
  "attr": "push-xl",
9451
9667
  "reflectToAttr": false,
9452
9668
  "docs": "The amount to push the column for xl screens, in terms of how many columns it should shift\nto the end of the total available.",
9453
- "docsTags": [],
9669
+ "docsTags": [
9670
+ {
9671
+ "name": "deprecated",
9672
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9673
+ }
9674
+ ],
9675
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9454
9676
  "values": [
9455
9677
  {
9456
9678
  "type": "string"
@@ -9476,7 +9698,13 @@
9476
9698
  "attr": "push-xs",
9477
9699
  "reflectToAttr": false,
9478
9700
  "docs": "The amount to push the column for xs screens, in terms of how many columns it should shift\nto the end of the total available.",
9479
- "docsTags": [],
9701
+ "docsTags": [
9702
+ {
9703
+ "name": "deprecated",
9704
+ "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9705
+ }
9706
+ ],
9707
+ "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9480
9708
  "values": [
9481
9709
  {
9482
9710
  "type": "string"
@@ -9683,6 +9911,11 @@
9683
9911
  }
9684
9912
  ],
9685
9913
  "styles": [
9914
+ {
9915
+ "name": "--col-unit-size",
9916
+ "annotation": "prop",
9917
+ "docs": "The size of each Column unit."
9918
+ },
9686
9919
  {
9687
9920
  "name": "--ion-grid-column-padding",
9688
9921
  "annotation": "prop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.4-dev.11757083062.19f546ed",
3
+ "version": "8.7.4-dev.11757430138.13649dec",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",