@kubex/zinc 1.1.39 → 1.1.40

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.
@@ -47,6 +47,79 @@
47
47
  }
48
48
  ]
49
49
  },
50
+ {
51
+ "kind": "javascript-module",
52
+ "path": "components/action-bar/action-bar.js",
53
+ "declarations": [
54
+ {
55
+ "kind": "class",
56
+ "description": "",
57
+ "name": "ZnActionBar",
58
+ "cssProperties": [
59
+ {
60
+ "description": "An example CSS custom property.",
61
+ "name": "--example"
62
+ }
63
+ ],
64
+ "cssParts": [
65
+ {
66
+ "description": "The component's base wrapper.",
67
+ "name": "base"
68
+ }
69
+ ],
70
+ "slots": [
71
+ {
72
+ "description": "The default slot.",
73
+ "name": ""
74
+ },
75
+ {
76
+ "description": "An example slot.",
77
+ "name": "example"
78
+ }
79
+ ],
80
+ "members": [
81
+ {
82
+ "kind": "field",
83
+ "name": "localize",
84
+ "privacy": "private",
85
+ "readonly": true,
86
+ "default": "new LocalizeController(this)"
87
+ }
88
+ ],
89
+ "events": [
90
+ {
91
+ "description": "Emitted as an example.",
92
+ "name": "zn-event-name"
93
+ }
94
+ ],
95
+ "superclass": {
96
+ "name": "ZincElement",
97
+ "module": "/src/internal/zinc-element"
98
+ },
99
+ "summary": "Short summary of the component's intended use.",
100
+ "tagNameWithoutPrefix": "action-bar",
101
+ "tagName": "zn-action-bar",
102
+ "customElement": true,
103
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
104
+ "documentation": "https://zinc.style/components/action-bar",
105
+ "status": "experimental",
106
+ "since": "1.0",
107
+ "dependencies": [
108
+ "zn-example"
109
+ ]
110
+ }
111
+ ],
112
+ "exports": [
113
+ {
114
+ "kind": "js",
115
+ "name": "default",
116
+ "declaration": {
117
+ "name": "ZnActionBar",
118
+ "module": "components/action-bar/action-bar.js"
119
+ }
120
+ }
121
+ ]
122
+ },
50
123
  {
51
124
  "kind": "javascript-module",
52
125
  "path": "components/alert/alert.js",
@@ -223,79 +296,6 @@
223
296
  }
224
297
  ]
225
298
  },
226
- {
227
- "kind": "javascript-module",
228
- "path": "components/action-bar/action-bar.js",
229
- "declarations": [
230
- {
231
- "kind": "class",
232
- "description": "",
233
- "name": "ZnActionBar",
234
- "cssProperties": [
235
- {
236
- "description": "An example CSS custom property.",
237
- "name": "--example"
238
- }
239
- ],
240
- "cssParts": [
241
- {
242
- "description": "The component's base wrapper.",
243
- "name": "base"
244
- }
245
- ],
246
- "slots": [
247
- {
248
- "description": "The default slot.",
249
- "name": ""
250
- },
251
- {
252
- "description": "An example slot.",
253
- "name": "example"
254
- }
255
- ],
256
- "members": [
257
- {
258
- "kind": "field",
259
- "name": "localize",
260
- "privacy": "private",
261
- "readonly": true,
262
- "default": "new LocalizeController(this)"
263
- }
264
- ],
265
- "events": [
266
- {
267
- "description": "Emitted as an example.",
268
- "name": "zn-event-name"
269
- }
270
- ],
271
- "superclass": {
272
- "name": "ZincElement",
273
- "module": "/src/internal/zinc-element"
274
- },
275
- "summary": "Short summary of the component's intended use.",
276
- "tagNameWithoutPrefix": "action-bar",
277
- "tagName": "zn-action-bar",
278
- "customElement": true,
279
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
280
- "documentation": "https://zinc.style/components/action-bar",
281
- "status": "experimental",
282
- "since": "1.0",
283
- "dependencies": [
284
- "zn-example"
285
- ]
286
- }
287
- ],
288
- "exports": [
289
- {
290
- "kind": "js",
291
- "name": "default",
292
- "declaration": {
293
- "name": "ZnActionBar",
294
- "module": "components/action-bar/action-bar.js"
295
- }
296
- }
297
- ]
298
- },
299
299
  {
300
300
  "kind": "javascript-module",
301
301
  "path": "components/animated-button/animated-button.js",
@@ -7483,10 +7483,10 @@
7483
7483
  "kind": "field",
7484
7484
  "name": "data",
7485
7485
  "type": {
7486
- "text": "any"
7486
+ "text": "Row[] | Row"
7487
7487
  },
7488
- "attribute": "data",
7489
- "reflects": true
7488
+ "default": "[]",
7489
+ "attribute": "data"
7490
7490
  },
7491
7491
  {
7492
7492
  "kind": "field",
@@ -7558,6 +7558,14 @@
7558
7558
  "default": "{}",
7559
7559
  "attribute": "headers"
7560
7560
  },
7561
+ {
7562
+ "kind": "field",
7563
+ "name": "displayTemplates",
7564
+ "type": {
7565
+ "text": "Record<string, DisplayTemplate>"
7566
+ },
7567
+ "default": "{}"
7568
+ },
7561
7569
  {
7562
7570
  "kind": "field",
7563
7571
  "name": "hiddenHeaders",
@@ -7689,6 +7697,15 @@
7689
7697
  "default": "''",
7690
7698
  "attribute": "groups"
7691
7699
  },
7700
+ {
7701
+ "kind": "field",
7702
+ "name": "itemsPerPage",
7703
+ "type": {
7704
+ "text": "number"
7705
+ },
7706
+ "default": "10",
7707
+ "attribute": "per-page-size"
7708
+ },
7692
7709
  {
7693
7710
  "kind": "field",
7694
7711
  "name": "selectAllButton",
@@ -7721,15 +7738,6 @@
7721
7738
  "readonly": true,
7722
7739
  "default": "new ResizeController(this, { target: null, callback: () => { if (this.tableContainer) { this.tableContainer.scrollIntoView({behavior: 'smooth', block: 'nearest'}); } }, })"
7723
7740
  },
7724
- {
7725
- "kind": "field",
7726
- "name": "itemsPerPage",
7727
- "type": {
7728
- "text": "number"
7729
- },
7730
- "privacy": "private",
7731
- "default": "10"
7732
- },
7733
7741
  {
7734
7742
  "kind": "field",
7735
7743
  "name": "page",
@@ -7829,6 +7837,15 @@
7829
7837
  },
7830
7838
  "privacy": "private"
7831
7839
  },
7840
+ {
7841
+ "kind": "field",
7842
+ "name": "_formatTemplates",
7843
+ "type": {
7844
+ "text": "Record<string, DisplayTemplate>"
7845
+ },
7846
+ "privacy": "private",
7847
+ "default": "{ dateTime: ((cell) => { const t = cell.text || ''; return html` <div class=\"table__collum--datetime\"> <span><strong>${t.slice(0, 10)}</strong></span> <zn-style size=\"s\" muted>${t.slice(11)}</zn-style> </div>` }) satisfies DisplayTemplate }"
7848
+ },
7832
7849
  {
7833
7850
  "kind": "field",
7834
7851
  "name": "requestParams",
@@ -7841,6 +7858,24 @@
7841
7858
  "kind": "method",
7842
7859
  "name": "refresh"
7843
7860
  },
7861
+ {
7862
+ "kind": "method",
7863
+ "name": "getTemplate",
7864
+ "privacy": "private",
7865
+ "return": {
7866
+ "type": {
7867
+ "text": "DisplayTemplate | undefined"
7868
+ }
7869
+ },
7870
+ "parameters": [
7871
+ {
7872
+ "name": "name",
7873
+ "type": {
7874
+ "text": "string"
7875
+ }
7876
+ }
7877
+ ]
7878
+ },
7844
7879
  {
7845
7880
  "kind": "field",
7846
7881
  "name": "filterChangeListener"
@@ -8016,12 +8051,31 @@
8016
8051
  {
8017
8052
  "kind": "method",
8018
8053
  "name": "renderCell",
8054
+ "return": {
8055
+ "type": {
8056
+ "text": "TemplateResult | ZincElement"
8057
+ }
8058
+ },
8019
8059
  "parameters": [
8020
8060
  {
8021
8061
  "name": "data",
8022
8062
  "type": {
8023
8063
  "text": "Cell"
8024
8064
  }
8065
+ },
8066
+ {
8067
+ "name": "row",
8068
+ "optional": true,
8069
+ "type": {
8070
+ "text": "Row"
8071
+ }
8072
+ },
8073
+ {
8074
+ "name": "header",
8075
+ "optional": true,
8076
+ "type": {
8077
+ "text": "HeaderConfig"
8078
+ }
8025
8079
  }
8026
8080
  ]
8027
8081
  },
@@ -8080,6 +8134,12 @@
8080
8134
  "type": {
8081
8135
  "text": "Cell"
8082
8136
  }
8137
+ },
8138
+ {
8139
+ "name": "row",
8140
+ "type": {
8141
+ "text": "Row"
8142
+ }
8083
8143
  }
8084
8144
  ]
8085
8145
  },
@@ -8295,8 +8355,9 @@
8295
8355
  {
8296
8356
  "name": "data",
8297
8357
  "type": {
8298
- "text": "any"
8358
+ "text": "Row[] | Row"
8299
8359
  },
8360
+ "default": "[]",
8300
8361
  "fieldName": "data"
8301
8362
  },
8302
8363
  {
@@ -8476,6 +8537,14 @@
8476
8537
  },
8477
8538
  "default": "''",
8478
8539
  "fieldName": "groups"
8540
+ },
8541
+ {
8542
+ "name": "per-page-size",
8543
+ "type": {
8544
+ "text": "number"
8545
+ },
8546
+ "default": "DEFAULT_PER_PAGE",
8547
+ "fieldName": "itemsPerPage"
8479
8548
  }
8480
8549
  ],
8481
8550
  "superclass": {
@@ -9359,6 +9428,45 @@
9359
9428
  "description": "Date format using AirDatepicker tokens. Default: 'dd/MM/yyyy' Supported formats: - dd/MM/yyyy (31/12/2024) - Default - MM/dd/yyyy (12/31/2024) - yyyy-MM-dd (2024-12-31) - dd-MM-yyyy (31-12-2024) - yyyy/MM/dd (2024/12/31)",
9360
9429
  "attribute": "format"
9361
9430
  },
9431
+ {
9432
+ "kind": "field",
9433
+ "name": "timePicker",
9434
+ "type": {
9435
+ "text": "boolean | undefined"
9436
+ },
9437
+ "default": "false",
9438
+ "description": "Display time selector. *",
9439
+ "attribute": "time-picker",
9440
+ "reflects": true
9441
+ },
9442
+ {
9443
+ "kind": "field",
9444
+ "name": "onlyTimepicker",
9445
+ "type": {
9446
+ "text": "boolean | undefined"
9447
+ },
9448
+ "default": "false",
9449
+ "description": "Display only time selector, without date. *",
9450
+ "attribute": "only-time"
9451
+ },
9452
+ {
9453
+ "kind": "field",
9454
+ "name": "timeFormat",
9455
+ "type": {
9456
+ "text": "string | undefined"
9457
+ },
9458
+ "default": "\"hh:mm AA\"",
9459
+ "description": "Time format for display and input selector. Uses AirDatepicker format tokens.\nDefault : hh:mm AA\n\nPossible symbols:\nh — hours in 12-hour mode\nhh — hours in 12-hour mode with leading zero\nH — hours in 24-hour mode\nHH — hours in 24-hour mode with leading zero\nm — minutes\nmm — minutes with leading zero\naa — day period lower case\nAA — day period upper case",
9460
+ "attribute": "format-time"
9461
+ },
9462
+ {
9463
+ "kind": "field",
9464
+ "name": "container",
9465
+ "type": {
9466
+ "text": "string | HTMLElement | undefined"
9467
+ },
9468
+ "attribute": "container"
9469
+ },
9362
9470
  {
9363
9471
  "kind": "field",
9364
9472
  "name": "_instance",
@@ -9367,6 +9475,14 @@
9367
9475
  },
9368
9476
  "privacy": "private"
9369
9477
  },
9478
+ {
9479
+ "kind": "field",
9480
+ "name": "timestamp",
9481
+ "type": {
9482
+ "text": "number"
9483
+ },
9484
+ "readonly": true
9485
+ },
9370
9486
  {
9371
9487
  "kind": "field",
9372
9488
  "name": "validity",
@@ -9861,6 +9977,40 @@
9861
9977
  "default": "'MM/dd/yyyy'",
9862
9978
  "description": "Date format using AirDatepicker tokens. Default: 'dd/MM/yyyy' Supported formats: - dd/MM/yyyy (31/12/2024) - Default - MM/dd/yyyy (12/31/2024) - yyyy-MM-dd (2024-12-31) - dd-MM-yyyy (31-12-2024) - yyyy/MM/dd (2024/12/31)",
9863
9979
  "fieldName": "format"
9980
+ },
9981
+ {
9982
+ "name": "time-picker",
9983
+ "type": {
9984
+ "text": "boolean | undefined"
9985
+ },
9986
+ "default": "false",
9987
+ "description": "Display time selector. *",
9988
+ "fieldName": "timePicker"
9989
+ },
9990
+ {
9991
+ "name": "only-time",
9992
+ "type": {
9993
+ "text": "boolean | undefined"
9994
+ },
9995
+ "default": "false",
9996
+ "description": "Display only time selector, without date. *",
9997
+ "fieldName": "onlyTimepicker"
9998
+ },
9999
+ {
10000
+ "name": "format-time",
10001
+ "type": {
10002
+ "text": "string | undefined"
10003
+ },
10004
+ "default": "\"hh:mm AA\"",
10005
+ "description": "Time format for display and input selector. Uses AirDatepicker format tokens.\nDefault : hh:mm AA\n\nPossible symbols:\nh — hours in 12-hour mode\nhh — hours in 12-hour mode with leading zero\nH — hours in 24-hour mode\nHH — hours in 24-hour mode with leading zero\nm — minutes\nmm — minutes with leading zero\naa — day period lower case\nAA — day period upper case",
10006
+ "fieldName": "timeFormat"
10007
+ },
10008
+ {
10009
+ "name": "container",
10010
+ "type": {
10011
+ "text": "string | HTMLElement | undefined"
10012
+ },
10013
+ "fieldName": "container"
9864
10014
  }
9865
10015
  ],
9866
10016
  "superclass": {
@@ -28610,7 +28760,7 @@
28610
28760
  "privacy": "private",
28611
28761
  "return": {
28612
28762
  "type": {
28613
- "text": "ZnInput | null"
28763
+ "text": "ZnDatepicker | null"
28614
28764
  }
28615
28765
  },
28616
28766
  "parameters": [
@@ -28619,6 +28769,19 @@
28619
28769
  "type": {
28620
28770
  "text": "string"
28621
28771
  }
28772
+ },
28773
+ {
28774
+ "name": "hasTime",
28775
+ "type": {
28776
+ "text": "boolean"
28777
+ }
28778
+ },
28779
+ {
28780
+ "name": "submitFormat",
28781
+ "default": "'legacy'",
28782
+ "type": {
28783
+ "text": "QueryBuilderDateSubmitFormat"
28784
+ }
28622
28785
  }
28623
28786
  ]
28624
28787
  },
@@ -28703,7 +28866,14 @@
28703
28866
  {
28704
28867
  "name": "event",
28705
28868
  "type": {
28706
- "text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
28869
+ "text": "Event | { target: ZnDatepicker | HTMLDivElement }"
28870
+ }
28871
+ },
28872
+ {
28873
+ "name": "submitFormat",
28874
+ "default": "'legacy'",
28875
+ "type": {
28876
+ "text": "QueryBuilderDateSubmitFormat"
28707
28877
  }
28708
28878
  }
28709
28879
  ]
@@ -34989,11 +35159,20 @@
34989
35159
  "kind": "field",
34990
35160
  "name": "border",
34991
35161
  "type": {
34992
- "text": "boolean"
35162
+ "text": "string"
34993
35163
  },
34994
- "default": "false",
35164
+ "default": "''",
34995
35165
  "attribute": "border"
34996
35166
  },
35167
+ {
35168
+ "kind": "field",
35169
+ "name": "size",
35170
+ "type": {
35171
+ "text": "string"
35172
+ },
35173
+ "default": "''",
35174
+ "attribute": "size"
35175
+ },
34997
35176
  {
34998
35177
  "kind": "field",
34999
35178
  "name": "error",
@@ -35111,6 +35290,15 @@
35111
35290
  "default": "''",
35112
35291
  "attribute": "margin"
35113
35292
  },
35293
+ {
35294
+ "kind": "field",
35295
+ "name": "muted",
35296
+ "type": {
35297
+ "text": "boolean"
35298
+ },
35299
+ "default": "false",
35300
+ "attribute": "muted"
35301
+ },
35114
35302
  {
35115
35303
  "kind": "field",
35116
35304
  "name": "gutter",
@@ -35142,11 +35330,19 @@
35142
35330
  {
35143
35331
  "name": "border",
35144
35332
  "type": {
35145
- "text": "boolean"
35333
+ "text": "string"
35146
35334
  },
35147
- "default": "false",
35335
+ "default": "''",
35148
35336
  "fieldName": "border"
35149
35337
  },
35338
+ {
35339
+ "name": "size",
35340
+ "type": {
35341
+ "text": "string"
35342
+ },
35343
+ "default": "''",
35344
+ "fieldName": "size"
35345
+ },
35150
35346
  {
35151
35347
  "name": "error",
35152
35348
  "type": {
@@ -35251,6 +35447,14 @@
35251
35447
  "default": "''",
35252
35448
  "fieldName": "margin"
35253
35449
  },
35450
+ {
35451
+ "name": "muted",
35452
+ "type": {
35453
+ "text": "boolean"
35454
+ },
35455
+ "default": "false",
35456
+ "fieldName": "muted"
35457
+ },
35254
35458
  {
35255
35459
  "name": "gutter",
35256
35460
  "type": {
@@ -35285,6 +35489,14 @@
35285
35489
  "name": "ZnStyle",
35286
35490
  "module": "components/style/style.js"
35287
35491
  }
35492
+ },
35493
+ {
35494
+ "kind": "custom-element-definition",
35495
+ "name": "zn-style",
35496
+ "declaration": {
35497
+ "name": "ZnStyle",
35498
+ "module": "components/style/style.js"
35499
+ }
35288
35500
  }
35289
35501
  ]
35290
35502
  },
@@ -39874,7 +40086,7 @@
39874
40086
  "package": {
39875
40087
  "name": "@kubex/zinc",
39876
40088
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
39877
- "version": "1.1.39",
40089
+ "version": "1.1.40",
39878
40090
  "author": "",
39879
40091
  "license": "MIT"
39880
40092
  }
@@ -13,6 +13,17 @@
13
13
  }
14
14
  ]
15
15
  },
16
+ {
17
+ "name": "zn-action-bar",
18
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
19
+ "attributes": [],
20
+ "references": [
21
+ {
22
+ "name": "Documentation",
23
+ "url": "https://zinc.style/components/action-bar"
24
+ }
25
+ ]
26
+ },
16
27
  {
17
28
  "name": "zn-alert",
18
29
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -52,17 +63,6 @@
52
63
  }
53
64
  ]
54
65
  },
55
- {
56
- "name": "zn-action-bar",
57
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
58
- "attributes": [],
59
- "references": [
60
- {
61
- "name": "Documentation",
62
- "url": "https://zinc.style/components/action-bar"
63
- }
64
- ]
65
- },
66
66
  {
67
67
  "name": "zn-animated-button",
68
68
  "description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
@@ -1028,7 +1028,7 @@
1028
1028
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.\n- **search** - Slot for search component.\n- **sort** - Slot for sort component.\n- **filter** - Slot for filter component.\n- **filter-top** - Slot for top-level filter component.\n- **delete-action** - Slot for delete action button.\n- **modify-action** - Slot for modify action button.\n- **create-action** - Slot for create action button.\n- **inputs** - Slot for additional input controls.\n- **empty-state** - Slot for custom empty state.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1029
1029
  "attributes": [
1030
1030
  { "name": "data-uri", "values": [] },
1031
- { "name": "data", "values": [] },
1031
+ { "name": "data", "values": [{ "name": "Row[]" }, { "name": "Row" }] },
1032
1032
  { "name": "sort-column", "values": [] },
1033
1033
  { "name": "sort-direction", "values": [] },
1034
1034
  { "name": "local-sort", "values": [] },
@@ -1054,7 +1054,8 @@
1054
1054
  { "name": "method", "values": [{ "name": "GET" }, { "name": "POST" }] },
1055
1055
  { "name": "no-initial-load", "values": [] },
1056
1056
  { "name": "group-by", "values": [] },
1057
- { "name": "groups", "values": [] }
1057
+ { "name": "groups", "values": [] },
1058
+ { "name": "per-page-size", "values": [] }
1058
1059
  ],
1059
1060
  "references": [
1060
1061
  {
@@ -1230,7 +1231,23 @@
1230
1231
  "name": "format",
1231
1232
  "description": "Date format using AirDatepicker tokens. Default: 'dd/MM/yyyy' Supported formats: - dd/MM/yyyy (31/12/2024) - Default - MM/dd/yyyy (12/31/2024) - yyyy-MM-dd (2024-12-31) - dd-MM-yyyy (31-12-2024) - yyyy/MM/dd (2024/12/31)",
1232
1233
  "values": []
1233
- }
1234
+ },
1235
+ {
1236
+ "name": "time-picker",
1237
+ "description": "Display time selector. *",
1238
+ "values": []
1239
+ },
1240
+ {
1241
+ "name": "only-time",
1242
+ "description": "Display only time selector, without date. *",
1243
+ "values": []
1244
+ },
1245
+ {
1246
+ "name": "format-time",
1247
+ "description": "Time format for display and input selector. Uses AirDatepicker format tokens.\nDefault : hh:mm AA\n\nPossible symbols:\nh — hours in 12-hour mode\nhh — hours in 12-hour mode with leading zero\nH — hours in 24-hour mode\nHH — hours in 24-hour mode with leading zero\nm — minutes\nmm — minutes with leading zero\naa — day period lower case\nAA — day period upper case",
1248
+ "values": []
1249
+ },
1250
+ { "name": "container", "values": [{ "name": "HTMLElement" }] }
1234
1251
  ],
1235
1252
  "references": [
1236
1253
  {
@@ -3618,6 +3635,7 @@
3618
3635
  "attributes": [
3619
3636
  { "name": "color", "values": [] },
3620
3637
  { "name": "border", "values": [] },
3638
+ { "name": "size", "values": [] },
3621
3639
  { "name": "error", "values": [] },
3622
3640
  { "name": "success", "values": [] },
3623
3641
  { "name": "info", "values": [] },
@@ -3631,6 +3649,7 @@
3631
3649
  { "name": "height", "values": [] },
3632
3650
  { "name": "pad", "values": [] },
3633
3651
  { "name": "margin", "values": [] },
3652
+ { "name": "muted", "values": [] },
3634
3653
  { "name": "gutter", "values": [] },
3635
3654
  { "name": "a-margin", "values": [] }
3636
3655
  ],