@bitrix24/b24ui-nuxt 0.5.6 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/meta.d.cts CHANGED
@@ -42353,6 +42353,23 @@ var B24UIMeta = {
42353
42353
  }
42354
42354
  }
42355
42355
  },
42356
+ {
42357
+ "name": "stepSnapping",
42358
+ "global": false,
42359
+ "description": "When `false`, prevents the value from snapping to the nearest increment of the step value",
42360
+ "tags": [],
42361
+ "required": false,
42362
+ "type": "boolean | undefined",
42363
+ "schema": {
42364
+ "kind": "enum",
42365
+ "type": "boolean | undefined",
42366
+ "schema": {
42367
+ "0": "undefined",
42368
+ "1": "false",
42369
+ "2": "true"
42370
+ }
42371
+ }
42372
+ },
42356
42373
  {
42357
42374
  "name": "formatOptions",
42358
42375
  "global": false,
@@ -42372,6 +42389,23 @@ var B24UIMeta = {
42372
42389
  }
42373
42390
  }
42374
42391
  }
42392
+ },
42393
+ {
42394
+ "name": "disableWheelChange",
42395
+ "global": false,
42396
+ "description": "When `true`, prevents the value from changing on wheel scroll.",
42397
+ "tags": [],
42398
+ "required": false,
42399
+ "type": "boolean | undefined",
42400
+ "schema": {
42401
+ "kind": "enum",
42402
+ "type": "boolean | undefined",
42403
+ "schema": {
42404
+ "0": "undefined",
42405
+ "1": "false",
42406
+ "2": "true"
42407
+ }
42408
+ }
42375
42409
  }
42376
42410
  ],
42377
42411
  "slots": [
@@ -53233,6 +53267,29 @@ var B24UIMeta = {
53233
53267
  }
53234
53268
  }
53235
53269
  },
53270
+ {
53271
+ "name": "variant",
53272
+ "global": false,
53273
+ "description": "",
53274
+ "tags": [
53275
+ {
53276
+ "name": "defaultValue",
53277
+ "text": "'list'"
53278
+ }
53279
+ ],
53280
+ "required": false,
53281
+ "type": "\"table\" | \"list\" | \"card\" | undefined",
53282
+ "schema": {
53283
+ "kind": "enum",
53284
+ "type": "\"table\" | \"list\" | \"card\" | undefined",
53285
+ "schema": {
53286
+ "0": "undefined",
53287
+ "1": "\"table\"",
53288
+ "2": "\"list\"",
53289
+ "3": "\"card\""
53290
+ }
53291
+ }
53292
+ },
53236
53293
  {
53237
53294
  "name": "color",
53238
53295
  "global": false,
@@ -53284,19 +53341,42 @@ var B24UIMeta = {
53284
53341
  },
53285
53342
  "default": "\"vertical\""
53286
53343
  },
53344
+ {
53345
+ "name": "indicator",
53346
+ "global": false,
53347
+ "description": "Position of the indicator.",
53348
+ "tags": [
53349
+ {
53350
+ "name": "defaultValue",
53351
+ "text": "'start'"
53352
+ }
53353
+ ],
53354
+ "required": false,
53355
+ "type": "\"start\" | \"end\" | \"hidden\" | undefined",
53356
+ "schema": {
53357
+ "kind": "enum",
53358
+ "type": "\"start\" | \"end\" | \"hidden\" | undefined",
53359
+ "schema": {
53360
+ "0": "undefined",
53361
+ "1": "\"start\"",
53362
+ "2": "\"end\"",
53363
+ "3": "\"hidden\""
53364
+ }
53365
+ }
53366
+ },
53287
53367
  {
53288
53368
  "name": "b24ui",
53289
53369
  "global": false,
53290
53370
  "description": "",
53291
53371
  "tags": [],
53292
53372
  "required": false,
53293
- "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }> | undefined",
53373
+ "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }> | undefined",
53294
53374
  "schema": {
53295
53375
  "kind": "enum",
53296
- "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }> | undefined",
53376
+ "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }> | undefined",
53297
53377
  "schema": {
53298
53378
  "0": "undefined",
53299
- "1": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }>"
53379
+ "1": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }>"
53300
53380
  }
53301
53381
  }
53302
53382
  },
@@ -64211,23 +64291,6 @@ var B24UIMeta = {
64211
64291
  "schema": "any",
64212
64292
  "default": "\"div\""
64213
64293
  },
64214
- {
64215
- "name": "useSidebar",
64216
- "global": false,
64217
- "description": "",
64218
- "tags": [],
64219
- "required": false,
64220
- "type": "boolean | undefined",
64221
- "schema": {
64222
- "kind": "enum",
64223
- "type": "boolean | undefined",
64224
- "schema": {
64225
- "0": "undefined",
64226
- "1": "false",
64227
- "2": "true"
64228
- }
64229
- }
64230
- },
64231
64294
  {
64232
64295
  "name": "useLightContent",
64233
64296
  "global": false,
@@ -65312,23 +65375,6 @@ var B24UIMeta = {
65312
65375
  "schema": "any",
65313
65376
  "default": "\"div\""
65314
65377
  },
65315
- {
65316
- "name": "useSidebar",
65317
- "global": false,
65318
- "description": "",
65319
- "tags": [],
65320
- "required": false,
65321
- "type": "boolean | undefined",
65322
- "schema": {
65323
- "kind": "enum",
65324
- "type": "boolean | undefined",
65325
- "schema": {
65326
- "0": "undefined",
65327
- "1": "false",
65328
- "2": "true"
65329
- }
65330
- }
65331
- },
65332
65378
  {
65333
65379
  "name": "useLightContent",
65334
65380
  "global": false,
@@ -65344,7 +65390,8 @@ var B24UIMeta = {
65344
65390
  "1": "false",
65345
65391
  "2": "true"
65346
65392
  }
65347
- }
65393
+ },
65394
+ "default": "true"
65348
65395
  },
65349
65396
  {
65350
65397
  "name": "b24ui",
package/dist/meta.d.mts CHANGED
@@ -42353,6 +42353,23 @@ var B24UIMeta = {
42353
42353
  }
42354
42354
  }
42355
42355
  },
42356
+ {
42357
+ "name": "stepSnapping",
42358
+ "global": false,
42359
+ "description": "When `false`, prevents the value from snapping to the nearest increment of the step value",
42360
+ "tags": [],
42361
+ "required": false,
42362
+ "type": "boolean | undefined",
42363
+ "schema": {
42364
+ "kind": "enum",
42365
+ "type": "boolean | undefined",
42366
+ "schema": {
42367
+ "0": "undefined",
42368
+ "1": "false",
42369
+ "2": "true"
42370
+ }
42371
+ }
42372
+ },
42356
42373
  {
42357
42374
  "name": "formatOptions",
42358
42375
  "global": false,
@@ -42372,6 +42389,23 @@ var B24UIMeta = {
42372
42389
  }
42373
42390
  }
42374
42391
  }
42392
+ },
42393
+ {
42394
+ "name": "disableWheelChange",
42395
+ "global": false,
42396
+ "description": "When `true`, prevents the value from changing on wheel scroll.",
42397
+ "tags": [],
42398
+ "required": false,
42399
+ "type": "boolean | undefined",
42400
+ "schema": {
42401
+ "kind": "enum",
42402
+ "type": "boolean | undefined",
42403
+ "schema": {
42404
+ "0": "undefined",
42405
+ "1": "false",
42406
+ "2": "true"
42407
+ }
42408
+ }
42375
42409
  }
42376
42410
  ],
42377
42411
  "slots": [
@@ -53233,6 +53267,29 @@ var B24UIMeta = {
53233
53267
  }
53234
53268
  }
53235
53269
  },
53270
+ {
53271
+ "name": "variant",
53272
+ "global": false,
53273
+ "description": "",
53274
+ "tags": [
53275
+ {
53276
+ "name": "defaultValue",
53277
+ "text": "'list'"
53278
+ }
53279
+ ],
53280
+ "required": false,
53281
+ "type": "\"table\" | \"list\" | \"card\" | undefined",
53282
+ "schema": {
53283
+ "kind": "enum",
53284
+ "type": "\"table\" | \"list\" | \"card\" | undefined",
53285
+ "schema": {
53286
+ "0": "undefined",
53287
+ "1": "\"table\"",
53288
+ "2": "\"list\"",
53289
+ "3": "\"card\""
53290
+ }
53291
+ }
53292
+ },
53236
53293
  {
53237
53294
  "name": "color",
53238
53295
  "global": false,
@@ -53284,19 +53341,42 @@ var B24UIMeta = {
53284
53341
  },
53285
53342
  "default": "\"vertical\""
53286
53343
  },
53344
+ {
53345
+ "name": "indicator",
53346
+ "global": false,
53347
+ "description": "Position of the indicator.",
53348
+ "tags": [
53349
+ {
53350
+ "name": "defaultValue",
53351
+ "text": "'start'"
53352
+ }
53353
+ ],
53354
+ "required": false,
53355
+ "type": "\"start\" | \"end\" | \"hidden\" | undefined",
53356
+ "schema": {
53357
+ "kind": "enum",
53358
+ "type": "\"start\" | \"end\" | \"hidden\" | undefined",
53359
+ "schema": {
53360
+ "0": "undefined",
53361
+ "1": "\"start\"",
53362
+ "2": "\"end\"",
53363
+ "3": "\"hidden\""
53364
+ }
53365
+ }
53366
+ },
53287
53367
  {
53288
53368
  "name": "b24ui",
53289
53369
  "global": false,
53290
53370
  "description": "",
53291
53371
  "tags": [],
53292
53372
  "required": false,
53293
- "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }> | undefined",
53373
+ "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }> | undefined",
53294
53374
  "schema": {
53295
53375
  "kind": "enum",
53296
- "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }> | undefined",
53376
+ "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }> | undefined",
53297
53377
  "schema": {
53298
53378
  "0": "undefined",
53299
- "1": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }>"
53379
+ "1": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }>"
53300
53380
  }
53301
53381
  }
53302
53382
  },
@@ -64211,23 +64291,6 @@ var B24UIMeta = {
64211
64291
  "schema": "any",
64212
64292
  "default": "\"div\""
64213
64293
  },
64214
- {
64215
- "name": "useSidebar",
64216
- "global": false,
64217
- "description": "",
64218
- "tags": [],
64219
- "required": false,
64220
- "type": "boolean | undefined",
64221
- "schema": {
64222
- "kind": "enum",
64223
- "type": "boolean | undefined",
64224
- "schema": {
64225
- "0": "undefined",
64226
- "1": "false",
64227
- "2": "true"
64228
- }
64229
- }
64230
- },
64231
64294
  {
64232
64295
  "name": "useLightContent",
64233
64296
  "global": false,
@@ -65312,23 +65375,6 @@ var B24UIMeta = {
65312
65375
  "schema": "any",
65313
65376
  "default": "\"div\""
65314
65377
  },
65315
- {
65316
- "name": "useSidebar",
65317
- "global": false,
65318
- "description": "",
65319
- "tags": [],
65320
- "required": false,
65321
- "type": "boolean | undefined",
65322
- "schema": {
65323
- "kind": "enum",
65324
- "type": "boolean | undefined",
65325
- "schema": {
65326
- "0": "undefined",
65327
- "1": "false",
65328
- "2": "true"
65329
- }
65330
- }
65331
- },
65332
65378
  {
65333
65379
  "name": "useLightContent",
65334
65380
  "global": false,
@@ -65344,7 +65390,8 @@ var B24UIMeta = {
65344
65390
  "1": "false",
65345
65391
  "2": "true"
65346
65392
  }
65347
- }
65393
+ },
65394
+ "default": "true"
65348
65395
  },
65349
65396
  {
65350
65397
  "name": "b24ui",
package/dist/meta.d.ts CHANGED
@@ -42353,6 +42353,23 @@ var B24UIMeta = {
42353
42353
  }
42354
42354
  }
42355
42355
  },
42356
+ {
42357
+ "name": "stepSnapping",
42358
+ "global": false,
42359
+ "description": "When `false`, prevents the value from snapping to the nearest increment of the step value",
42360
+ "tags": [],
42361
+ "required": false,
42362
+ "type": "boolean | undefined",
42363
+ "schema": {
42364
+ "kind": "enum",
42365
+ "type": "boolean | undefined",
42366
+ "schema": {
42367
+ "0": "undefined",
42368
+ "1": "false",
42369
+ "2": "true"
42370
+ }
42371
+ }
42372
+ },
42356
42373
  {
42357
42374
  "name": "formatOptions",
42358
42375
  "global": false,
@@ -42372,6 +42389,23 @@ var B24UIMeta = {
42372
42389
  }
42373
42390
  }
42374
42391
  }
42392
+ },
42393
+ {
42394
+ "name": "disableWheelChange",
42395
+ "global": false,
42396
+ "description": "When `true`, prevents the value from changing on wheel scroll.",
42397
+ "tags": [],
42398
+ "required": false,
42399
+ "type": "boolean | undefined",
42400
+ "schema": {
42401
+ "kind": "enum",
42402
+ "type": "boolean | undefined",
42403
+ "schema": {
42404
+ "0": "undefined",
42405
+ "1": "false",
42406
+ "2": "true"
42407
+ }
42408
+ }
42375
42409
  }
42376
42410
  ],
42377
42411
  "slots": [
@@ -53233,6 +53267,29 @@ var B24UIMeta = {
53233
53267
  }
53234
53268
  }
53235
53269
  },
53270
+ {
53271
+ "name": "variant",
53272
+ "global": false,
53273
+ "description": "",
53274
+ "tags": [
53275
+ {
53276
+ "name": "defaultValue",
53277
+ "text": "'list'"
53278
+ }
53279
+ ],
53280
+ "required": false,
53281
+ "type": "\"table\" | \"list\" | \"card\" | undefined",
53282
+ "schema": {
53283
+ "kind": "enum",
53284
+ "type": "\"table\" | \"list\" | \"card\" | undefined",
53285
+ "schema": {
53286
+ "0": "undefined",
53287
+ "1": "\"table\"",
53288
+ "2": "\"list\"",
53289
+ "3": "\"card\""
53290
+ }
53291
+ }
53292
+ },
53236
53293
  {
53237
53294
  "name": "color",
53238
53295
  "global": false,
@@ -53284,19 +53341,42 @@ var B24UIMeta = {
53284
53341
  },
53285
53342
  "default": "\"vertical\""
53286
53343
  },
53344
+ {
53345
+ "name": "indicator",
53346
+ "global": false,
53347
+ "description": "Position of the indicator.",
53348
+ "tags": [
53349
+ {
53350
+ "name": "defaultValue",
53351
+ "text": "'start'"
53352
+ }
53353
+ ],
53354
+ "required": false,
53355
+ "type": "\"start\" | \"end\" | \"hidden\" | undefined",
53356
+ "schema": {
53357
+ "kind": "enum",
53358
+ "type": "\"start\" | \"end\" | \"hidden\" | undefined",
53359
+ "schema": {
53360
+ "0": "undefined",
53361
+ "1": "\"start\"",
53362
+ "2": "\"end\"",
53363
+ "3": "\"hidden\""
53364
+ }
53365
+ }
53366
+ },
53287
53367
  {
53288
53368
  "name": "b24ui",
53289
53369
  "global": false,
53290
53370
  "description": "",
53291
53371
  "tags": [],
53292
53372
  "required": false,
53293
- "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }> | undefined",
53373
+ "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }> | undefined",
53294
53374
  "schema": {
53295
53375
  "kind": "enum",
53296
- "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }> | undefined",
53376
+ "type": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }> | undefined",
53297
53377
  "schema": {
53298
53378
  "0": "undefined",
53299
- "1": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }>"
53379
+ "1": "Partial<{ root: string; fieldset: string; legend: string; item: string; base: string; indicator: \"start\" | \"end\" | \"hidden\"; container: string; wrapper: string; label: string; description: string; }>"
53300
53380
  }
53301
53381
  }
53302
53382
  },
@@ -64211,23 +64291,6 @@ var B24UIMeta = {
64211
64291
  "schema": "any",
64212
64292
  "default": "\"div\""
64213
64293
  },
64214
- {
64215
- "name": "useSidebar",
64216
- "global": false,
64217
- "description": "",
64218
- "tags": [],
64219
- "required": false,
64220
- "type": "boolean | undefined",
64221
- "schema": {
64222
- "kind": "enum",
64223
- "type": "boolean | undefined",
64224
- "schema": {
64225
- "0": "undefined",
64226
- "1": "false",
64227
- "2": "true"
64228
- }
64229
- }
64230
- },
64231
64294
  {
64232
64295
  "name": "useLightContent",
64233
64296
  "global": false,
@@ -65312,23 +65375,6 @@ var B24UIMeta = {
65312
65375
  "schema": "any",
65313
65376
  "default": "\"div\""
65314
65377
  },
65315
- {
65316
- "name": "useSidebar",
65317
- "global": false,
65318
- "description": "",
65319
- "tags": [],
65320
- "required": false,
65321
- "type": "boolean | undefined",
65322
- "schema": {
65323
- "kind": "enum",
65324
- "type": "boolean | undefined",
65325
- "schema": {
65326
- "0": "undefined",
65327
- "1": "false",
65328
- "2": "true"
65329
- }
65330
- }
65331
- },
65332
65378
  {
65333
65379
  "name": "useLightContent",
65334
65380
  "global": false,
@@ -65344,7 +65390,8 @@ var B24UIMeta = {
65344
65390
  "1": "false",
65345
65391
  "2": "true"
65346
65392
  }
65347
- }
65393
+ },
65394
+ "default": "true"
65348
65395
  },
65349
65396
  {
65350
65397
  "name": "b24ui",